On Sunday 13 April 2003 16:44, web.de wrote:
Hi, nachdem ich nun probiert habe, immer wieder kommt die Meldung no screen found, kein Start des X-Servers möglich was kann ich tun?ß Wolfgang
(versuch's mal mit man /XF86Config-4)
irgendwo in /etc/X11/XF86Config* gibt es eine Section Serverlayout, dort steht, welcher screen benutzt wird . screen 0 "screen0" 0 0 hat die Bedeutung dass unter der Nummer 0 der Eintrag "screen 0" verwaltet wird. Links oben hat die Koordinaten 0 0.
"screen 0" selbst ist weiter unten definiert und beinhaltet die Angabe von Monitor und Grafikkarte:
Beispiel von meinem Xinerama: # Section "ServerLayout" Identifier "XFree86 Configured" Screen 0 "Screen0" 0 0 Screen 1 "Screen1" RightOf "Screen0" InputDevice "Keyboard0" "CoreKeyboard" InputDevice "PS/2 Mouse" "CorePointer" EndSection
Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc102" Option "XkbLayout" "de" Option "XkbVariant" "nodeadkeys" EndSection
Section "InputDevice" Identifier "PS/2 Mouse" Driver "mouse" Option "Protocol" "PS/2" Option "Device" "/dev/psaux" Option "Emulate3Buttons" "true" Option "Emulate3Timeout" "70" Option "SendCoreEvents" "true" EndSection
Section "Monitor" # Sony Multiscan 100 sf Identifier "Monitor0" Option "DPMS" "true" VendorName "SNY" ModelName "SNY0150" HorizSync 28.0 - 96.0 # Warning: This may fry old Monitors VertRefresh 50.0 - 76.0 # Very conservative. May flicker. # These are the DDC-probed settings reported by your monitor. ... EndSection
Section "Monitor" # Sony Multiscan 15 sf II Identifier "Monitor1" Option "DPMS" "true" VendorName "SNY" ModelName "SNY0000" HorizSync 28.0 - 96.0 # Warning: This may fry old Monitors VertRefresh 50.0 - 76.0 # Very conservative. May flicker. # These are the DDC-probed settings reported by your monitor. ... EndSection
Section "Device" # nVidia TNT Identifier "Card0" Driver "nv" VendorName "All" BoardName "All" BusID "PCI:1:0:0" EndSection
Section "Device" # Matrox MGA2164W [Millenium II] Identifier "Card1" Driver "mga" VendorName "All" BoardName "All" BusID "PCI:0:9:0" EndSection
Section "Screen" # Screen heißt Kombination von Karte und Monitor Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultColorDepth 24 SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" EndSection
Section "Screen" Identifier "Screen1" Device "Card1" Monitor "Monitor1" DefaultColorDepth 24 Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection
Section "DRI" Mode 0666 EndSection