PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : X nicht gleichzeitig auf Laptop und externem Monitor darstellbar, Suse 10.3



chris_h
26.10.07, 09:38
Hi all,

ich habe ein Problem mit der Anzeige von X.

Wenn ich mein X für den Laptop-Monitor (Sony Vaio PCG-K315B) einstelle (1280x800) sieht alles super aus. Dann schließe ich den externen Monitor an, konfiguriere mit sax2 den externen Monitor (1024x768), da passt alles, nur der Laptopmonitor schaltet sich ab.

Wie, bzw. wo kann ich dem Linux beibringen, dass er beide Monitore mit 1024x768 einstellen soll. Dual Head funzt nicht.

Die beiden xorg.conf in den unterschiedlichen Modi unterscheiden sich praktisch nicht.

lscpi:
01:05.0 VGA compatible controller: ATI Technologies Inc Radeon IGP 330M/340M/350M

---8<---
# /.../
# SaX generated X11 config file
# Created on: 2007-10-26T10:17:57+0200.
#
# Version: 8.1
# Contact: Marcus Schaefer <sax@suse.de>, 2005
# Contact: SaX-User list <https://lists.berlios.de/mailman/listinfo/sax-users>
#
# Automatically generated by [ISaX] (8.1)
# PLEASE DO NOT EDIT THIS FILE!
#
Section "Files"
...
EndSection

Section "ServerFlags"
Option "AllowMouseOpenFail" "on"
EndSection

Section "Module"
Load "extmod"
Load "type1"
Load "glx"
Load "freetype"
Load "dbe"
EndSection

Section "InputDevice"
...
EndSection

Section "InputDevice"
Driver "mouse"
...
EndSection

Section "InputDevice"
Driver "synaptics"
Identifier "Mouse[3]"
...
EndSection

Section "Monitor"
DisplaySize 305 230
HorizSync 29-60
Identifier "Monitor[0]"
ModelName "1024X768@60HZ"
Option "DPMS"
VendorName "--> LCD"
VertRefresh 50-60
UseModes "Modes[0]"
EndSection

Section "Modes"
Identifier "Modes[0]"
Modeline "1024x768" 64.11 1024 1080 1184 1344 768 769 772 795
Modeline "1024x600" 48.96 1024 1064 1168 1312 600 601 604 622
Modeline "800x600" 38.22 800 832 912 1024 600 601 604 622
Modeline "768x576" 34.96 768 792 872 976 576 577 580 597
Modeline "640x480" 23.86 640 656 720 800 480 481 484 497
EndSection

Section "Screen"
DefaultDepth 15
SubSection "Display"
Depth 15
Modes "1024x768" "1024x600" "800x600" "768x576" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "1024x600" "800x600" "768x576" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "1024x600" "800x600" "768x576" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "1024x600" "800x600" "768x576" "640x480"
EndSubSection
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
EndSection

Section "Device"
BoardName "RS200 4337"
BusID "1:5:0"
Driver "radeonold"
Identifier "Device[0]"
Screen 0
VendorName "ATI"
EndSection

Section "ServerLayout"
Identifier "Layout[all]"
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[1]" "CorePointer"
InputDevice "Mouse[3]" "SendCoreEvents"
Option "Clone" "off"
Option "Xinerama" "off"
Screen "Screen[0]"
EndSection

Section "DRI"
Group "video"
Mode 0660
EndSection

Section "Extensions"
EndSection
---8<---

Danke für eure Tipps,
Chris