




Geräte definierenDann die Devices fär Monitor und TV:
Das erste Device solltet ihr so lassen, wie es ist (wenn´s jetzt funzt)
Section "Device"
BoardName "GeForce4 MX440SE"
BusID "1:0:0"
Driver "nvidia"
Identifier "Device[0]"
VendorName "NVidia"
Screen 0 # tft
EndSection
hier wird wichtig:
Section "Device"
BoardName "GeForce4 MX440SE"
Driver "nvidia"
Identifier "Device[1]"
Screen 1 # tv
VendorName "NVidia"
Option "TVOutFormat" "Composite"
Option "TVStandard" "PAL-B"
Option "ConnectedMonitor" "Monitor[1]"
BusID "1:0:0"
EndSection
|