blackrax
03-14-2004, 07:45 PM
dear comrades in arms,
i tried setting up my XF86Config with tv-out support today; i realize i have to change (read: downsize) the resolution on the crt screen for it to work on the tv, hence i have a separate XF86Config for it, invoked by a small script
[blackadde@demon bin]# cat tvstart
#/bin/bash
startx -- -xf86config XF86Config.tv -logverbose 5
the problem is that every time i start xfree with XF86Config.tv, the crt screen shuts off; and, to make it all a tad bit worse, it doesn't come back online until i restart xfree with my default XF86Config (i really find it troublesome quitting X and restarting it without a working screen).
just below are the sections from XF86Config.tv i deem relevant.
Section "Monitor"
Identifier "widescreen_tv"
HorizSync 30-50
VertRefresh 60
EndSection
Section "Device"
Identifier "NvidiaFX 5600 Ultra rev2"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "TVStandard" "PAL-B"
# i tried this one with "TV, CRT" and omitting it - but to no avail
Option "ConnectedMonitor" "TV"
# and i've tried omitting this option aswell
Option "TVOutFormat" "SVIDEO"
EndSection
Section "Screen"
Identifier "Screen 1"
Device "NvidiaFX 5600 Ultra rev2"
Monitor "widescreen_tv"
DefaultDepth 24
Subsection "Display"
Depth 16
Modes "1024x768" "800x600"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1024x768" "800x600"
ViewPort 0 0
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
well, i don't know if you'd like a copy of my XFree86.log or not - but i don't want to put people to sleep with all nonsense data copied. however, i'll post it if someone wants to have a look at it.
cheers,
//blackrax
i tried setting up my XF86Config with tv-out support today; i realize i have to change (read: downsize) the resolution on the crt screen for it to work on the tv, hence i have a separate XF86Config for it, invoked by a small script
[blackadde@demon bin]# cat tvstart
#/bin/bash
startx -- -xf86config XF86Config.tv -logverbose 5
the problem is that every time i start xfree with XF86Config.tv, the crt screen shuts off; and, to make it all a tad bit worse, it doesn't come back online until i restart xfree with my default XF86Config (i really find it troublesome quitting X and restarting it without a working screen).
just below are the sections from XF86Config.tv i deem relevant.
Section "Monitor"
Identifier "widescreen_tv"
HorizSync 30-50
VertRefresh 60
EndSection
Section "Device"
Identifier "NvidiaFX 5600 Ultra rev2"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "TVStandard" "PAL-B"
# i tried this one with "TV, CRT" and omitting it - but to no avail
Option "ConnectedMonitor" "TV"
# and i've tried omitting this option aswell
Option "TVOutFormat" "SVIDEO"
EndSection
Section "Screen"
Identifier "Screen 1"
Device "NvidiaFX 5600 Ultra rev2"
Monitor "widescreen_tv"
DefaultDepth 24
Subsection "Display"
Depth 16
Modes "1024x768" "800x600"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1024x768" "800x600"
ViewPort 0 0
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
well, i don't know if you'd like a copy of my XFree86.log or not - but i don't want to put people to sleep with all nonsense data copied. however, i'll post it if someone wants to have a look at it.
cheers,
//blackrax