Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
TV-out with Xinerama and NVidia drivers help?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
Aitikin
Apprentice
Apprentice


Joined: 14 May 2005
Posts: 227

PostPosted: Tue Sep 05, 2006 9:58 pm    Post subject: TV-out with Xinerama and NVidia drivers help? Reply with quote

I'm working on getting TV-out working on my NVidia GeForce 6600GT without using TwinView. I'm so out of luck here that I'm looking at installing SAX for it (Not the XML SAX, the SAX that SuSE uses). Anyone out there know how to? I just want my tv-out working as a second monitor, it's not that difficult a concept.
Back to top
View user's profile Send private message
jeisom
n00b
n00b


Joined: 03 Sep 2006
Posts: 7

PostPosted: Tue Sep 05, 2006 11:37 pm    Post subject: Here is my xorg conf Reply with quote

This is what i use.


Section "Monitor"
Identifier "Monitor0"
VendorName "PGS"
ModelName "Ultra 95"
DisplaySize 542 406
HorizSync 30.0 - 95.0
VertRefresh 50.0 - 120.0
Gamma 1.5
Option "DPMS"
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "Any NTSC TV"
ModelName ""
Option "UseDisplayDevice" "TV"
DisplaySize 175 125
HorizSync 30.0 - 50.0
VertRefresh 60.0 # This relates to the card's TVout chip, not the TV itself.
Gamma 1.5

Option "dpms" "False"
Option "ModeValidation" "NoEdidModes"
Option "UseEDID" "TRUE"
EndSection

Section "Device"
Identifier "nvidia0"
Driver "nvidia"
# Driver "nv"
BusId "PCI:1:0:0"
Screen 0.0
Option "UseDisplayDevice" "CRT-1"
Option "NvAgp" "3"
Option "Coolbits" "1"
Option "XAANoOffscreenPixmaps" "true"
Option "DRI" "false"

EndSection

Section "Device"
Identifier "nvidia1"
Driver "nvidia"
# Driver "nv"
VendorName "Inno3D"
BoardName "PNY Verto 6600"
BusID "PCI:1:0:0"
Screen 1.0
Option "UseDisplayDevice" "TV"
Option "Coolbits" "1"
Option "NvAgp" "3"
Option "IgnoreDisplayDevices" "TV"

EndSection

Section "Screen"
Identifier "Screen0"
Device "nvidia0"
Monitor "Monitor0"
DefaultDepth 24
Option "Coolbits" "1"
Subsection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubsection

EndSection

Section "Screen"
Identifier "TV"
Device "nvidia1"
Monitor "Monitor1"
Option "Coolbits" "1"
Option "TVStandard" "HD480i"
Option "UseDisplayDevice" "TV"
Option "TVOutFormat" "SVIDEO"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubsection
EndSection

Section "ServerLayout"
Option "AIGLX" "false"
Identifier "Default Layout"
Screen 0 "Screen0"
Screen 1 "TV" LeftOf "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum