D
Dragon
Mitglied
hi,
ich hab bei mir ne twinview konfiguration am laufen, nur möchte ich das der anmeldedialog (kdm) auf dem tft erscheint und nicht auf dem crt, auch kde propramme starten immer auf dem crt und nicht auf dem display.
langsam hab ich keine lust mehr an der XF86Config rumzubasteln, denn jedesmal wenn ich da was änder hängt der echner sich komplett auf und brauft fast 10 min zum neustarten, einmal musste ich sogar das filesystem manuell wiederherstellen.
hier mal meine aktuelle XF86Config
ps monitor links 1024x768 85Hz tft rechts 1280x1024 60Hz
ich hab bei mir ne twinview konfiguration am laufen, nur möchte ich das der anmeldedialog (kdm) auf dem tft erscheint und nicht auf dem crt, auch kde propramme starten immer auf dem crt und nicht auf dem display.
langsam hab ich keine lust mehr an der XF86Config rumzubasteln, denn jedesmal wenn ich da was änder hängt der echner sich komplett auf und brauft fast 10 min zum neustarten, einmal musste ich sogar das filesystem manuell wiederherstellen.
hier mal meine aktuelle XF86Config
Code:
Section "Monitor"
DisplaySize 330 240
HorizSync 28-70
Identifier "Monitor[0]"
ModelName "HMD-A200"
Option "DPMS"
VendorName "SONY"
VertRefresh 48-120
UseModes "Modes[0]"
EndSection
Section "Modes"
Identifier "Modes[0]"
Modeline "1024x768" 94.50 1024 1072 1168 1376 768 769 772 808
Modeline "800x600" 36.88 800 832 912 1024 600 601 604 621
Modeline "800x600" 44.13 800 840 920 1040 600 601 604 624
Modeline "800x600" 51.73 800 840 928 1056 600 601 604 628
Modeline "800x600" 58.73 800 840 928 1056 600 601 604 632
Modeline "800x600" 66.71 800 848 936 1072 600 601 604 635
Modeline "800x600" 73.98 800 848 936 1072 600 601 604 639
Modeline "640x480" 23.06 640 656 720 800 480 481 484 497
Modeline "640x480" 27.74 640 664 728 816 480 481 484 500
Modeline "640x480" 32.64 640 672 736 832 480 481 484 503
Modeline "640x480" 36.97 640 672 736 832 480 481 484 505
Modeline "640x480" 42.22 640 680 744 848 480 481 484 508
Modeline "640x480" 46.80 640 680 744 848 480 481 484 511
Modeline "640x480" 51.43 640 680 744 848 480 481 484 514
EndSection
Section "Screen"
DefaultDepth 16
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 32
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
EndSection
Section "Device"
BoardName "GeForce4 MX440SE"
BusID "1:0:0"
Driver "nvidia"
Identifier "Device[0]"
Screen 0
Option "Rotate" "off"
VendorName "NVidia"
Option "NvAGP" "3"
Option "NoLogo" "1"
#Option "DigitalVibrance" "0"
Option "TwinView" "1"
Option "SecondMonitorHorizSync" "30-92"
Option "SecondMonitorVertRefresh" "60"
Option "TwinViewOrientation" "RightOf"
#Option "ConnectedMonitor" "crt,dfp"
#Option "TVStandard" "PAL-D"
Option "MetaModes" "1024x768,1280x1024"
EndSection
Section "ServerLayout"
Identifier "Layout[all]"
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[1]" "CorePointer"
Option "Clone" "off"
Option "Xinerama" "off"
Screen "Screen[0]"
EndSection
Section "DRI"
Group "video"
Mode 0660
EndSection