Mitä vanhasta xorg.confistani tulee muuttaa, että se olisi yhteensopiva uuden Ubuntun kanssa ja saisin televisiooni kuvan? Asensin nvidia-settingsinkin, mutta silläkään ei onnistunut.
Section "ServerLayout"
Identifier "dual"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" LeftOf "Screen0"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "Device"
Identifier "nVidia0"
Driver "nvidia"
Card "NVIDIA Corporation NV45 [GeForce 6800 GT]"
BusID "PCI:5:0:0"
# Option "UseFBDev" "true"
Screen 0
EndSection
Section "Device"
Identifier "nvidia1"
Driver "nvidia"
Card "NVIDIA Corporation NV45 [GeForce 6800 GT]]"
BusID "PCI:5:0:0"
Screen 1
EndSection
Section "Monitor"
Identifier "L90D+ D-SUB"
Option "DPMS"
HorizSync 30-65
VertRefresh 50-75
EndSection
Section "Monitor"
Identifier "TV"
HorizSync 30 - 50
VertRefresh 50
# Option "DPMS"
EndSection
Section "Screen"
Identifier "Screen0"
Device "nvidia0"
Monitor "L90D+ D-SUB"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "nvidia1"
Monitor "TV"
DefaultDepth 24
Option "TVOutFormat" "SVIDEO"
Option "TVStandard" "PAL-G"
Option "ConnectedMonitor" "TV"
Option "TVOverScan" "0.5"
SubSection "Display"
Depth 24
Modes "720x576"
EndSubSection
EndSection
Kumma resoluutio Tv:lle laitettu onko mikä TV?
Mun Xorg.conf jos on yhtään apua
Section "Device"
Identifier "nVidia Corporation G70 [GeForce 7600 GT]"
Driver "nvidia"
Busid "PCI:3:0:0"
screen 0
# Option "VideoOverlay" "on"
Option "ConnectedMonitor" "Samsung SyncMaster 1100DF"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "True"
Option "RenderAccel" "true"
Option "NvAGP" "1"
EndSection
Section "Device"
Identifier "Device[TV]"
Driver "nvidia"
BusID "PCI:3:0:0"
Screen 1
# Option "VideoOverlay" "on"
Option "TwinView"
Option "TVOutFormat" "SVIDEO"
Option "TVStandard" "PAL-B"
Option "ConnectedMonitor" "TV"
Option "RenderAccel" "true"
Option "NoLogo" "1"
Option "NvAGP" "1"
EndSection
Section "Monitor"
Identifier "Samsung SyncMaster 1100DF"
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Monitor[TV]"
HorizSync 50
VertRefresh 30-150
EndSection
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation G70 [GeForce 7600 GT]"
Monitor "Samsung SyncMaster 1100DF"
Defaultdepth 24
SubSection "Display"
Depth 16
Modes "1600x1200"
EndSubSection
SubSection "Display"
Depth 24
Modes "1600x1200"
EndSubSection
EndSection
Section "Screen"
Device "Device[TV]"
Identifier "Screen[TV]"
Monitor "Monitor[TV]"
DefaultDepth 24
Option "TwinView" "1"
SubSection "Display"
Depth 24
Modes "1024x768@50"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Default Screen"
Screen 1 "Screen[TV]" RightOf "Default Screen"
Inputdevice "Generic Keyboard"
Inputdevice "Microsoft Microsoft Wireless Optical Mouse 1.0A"
Inputdevice "stylus" "SendCoreEvents"
Inputdevice "cursor" "SendCoreEvents"
Inputdevice "eraser" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection