Fel:
När jag får startar datorn och får upp inloggningsskärmen så blir jag utkickad till inloggningsrutan igen, som om jag hade skrivit fel lösenord (men det har jag inte).
Sidoskärmarna är speglade (och till vänster om mittenskämen) istället för att vara separata på olika sidor av mittenskärmen. Om man drar över muspekaren till sidoskärmen går det inte att få tillbaka den till mittenskärmen.
Spec:
Har en 19"-skärm i mitten och två 15" på sidorna.
19" med 1280x1024 och 15" med 1024x768.
Radeon 9200 är kopplad till 19"
Radeon 7000 är kopplad till 15"arna
Använder Ubuntu 9.10
xorg.conf:
Kod: Markera allt
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" LeftOf "Screen0"
Screen 2 "Screen2" RightOf "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "built-ins"
EndSection
Section "Module"
Load "dri2"
Load "glx"
Load "dri"
Load "record"
Load "extmod"
Load "dbe"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
#DisplaySize 380 300 # mm
Identifier "Monitor0"
VendorName "ACR"
ModelName "Acer AL1913"
HorizSync 30.0 - 82.0
VertRefresh 56.0 - 76.0
Option "DPMS"
EndSection
Section "Monitor"
#DisplaySize 300 230 # mm
Identifier "Monitor1"
VendorName "SAM"
ModelName "570B/580B TFT"
HorizSync 30.0 - 61.0
VertRefresh 50.0 - 75.0
Option "DPMS"
EndSection
Section "Monitor"
#DisplaySize 300 230 # mm
Identifier "Monitor2"
VendorName "SAM"
ModelName "570B/580B TFT"
HorizSync 30.0 - 61.0
VertRefresh 50.0 - 75.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Card0"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "RV280 [Radeon 9200 SE]"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "Card1"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "Radeon RV100 QY [Radeon 7000/VE]"
BusID "PCI:2:9:0"
Screen 0
EndSection
Section "Device"
Identifier "Card2"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "Radeon RV100 QY [Radeon 7000/VE]"
BusID "PCI:2:9:0"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "Monitor1"
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen2"
Device "Card2"
Monitor "Monitor2"
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection
EndSection