Täälläkin on ongelmia toisen näytön käyttöönoton ja Ubuntun 5.10 -version kanssa.
Koneessani on kaksi näyttöä, joiden asetukset pitäisi saada säädettyä siten että ne muodostaisivat kaksi "itsenäistä" työpöytää (eikä isoa venytettyä, kuten threadin aloittaja halusi). Lisäksi näytöt toimivat eri resoluutioilla: ykkösnäytössä 1280x1024 ja toisessa 1024x768.
Käytössä on Ati Radeon 9700 -näytönohjain, ja sille version 8.16.20 fglrx-ajurit. Asennettuna on myös Atin Control Panel -ohjelmisto (joka tosin tuntuu olevan yhtä tyhjän kanssa). Ykkösnäyttö, mallia litteä, on kytketty DVI-liittimeen ja toista näyttöä käytetään saman näytönohjainkortin VGA-liittimen kautta. Tällä hetkellä kakkosnäyttö on "klooni", eli siitä näkyy samat tapahtumat kuin ykkösnäytöstä (ei hyvä).
Olen löytänyt useampiakin asiaa käsitteleviä oppaita googlettamalla ja etsimällä tietoa Ubuntun keskustelupalstoilta, mutta niiden pohjalta en ole saanut kasattua kunnolla toimivaa xorg.confia. Jos joku täältä on saanut edellä mainitut vaatimukset täyttävän xorg.conf-konfiguraation aikaiseksi, niin vilkaisisin sitä mieluusti. Liitän vielä alle (yhden monista kokeilluista) xorg.conf-tiedostoni, jos joku osaisi sen pohjalta kertoa, mikä ihme tässä mättää. Huom! Tässä xorg.confin versiossa käytössä on "radeon"-niminen ajuri, koska jostain oppaasta muistelisin lukeneeni, että useampaa näyttöä _ei pysty_ ottamaan käyttöön Ubuntun apt-getin kautta asennetuilla fglrx-ajureilla. Ihan alkuperäisessä xorg.confissa on kuitenkin käytössä "ati"-niminen ajuri, mitä ajuria tässä nyt oikein kannattaisi käyttää? Fglrx on ilmeisesti ainoa, jolla 3d-kiihdytys toimii, mutta olen kyllä valmis jättämään sen pois, jos saisin vaan tuon toisen näytön pelaamaan.
Kiitoksia etukäteen avusta.
xorg.conf:
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands:
#
# cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
# sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum'
# sudo dpkg-reconfigure xserver-xorg
Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/CID"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection
Section "ServerFlags"
Option "Xinerama"
EndSection
Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "GLcore"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fi"
EndSection
########## Hiiren oletusasetukset
#Section "InputDevice"
# Identifier "Configured Mouse"
# Driver "mouse"
# Option "CorePointer"
# Option "Device" "/dev/input/mice"
# Option "Protocol" "ImPS/2"
# Option "Emulate3Buttons" "true"
# Option "ZAxisMapping" "4 5"
#EndSection
########## Hiirikonfiguraatio Logitechin MX510:lle
########## http://ubuntuforums.org/showthread.php?t=65471
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "Protocol" "evdev"
Option "Dev Name" "Logitech USB-PS/2 Optical Mouse"
Option "Dev Phys" "usb-*/input0"
#Option "Dev Phys" "usb-0000:00:02.1-2/input0"
Option "Device" "/dev/input/event1"
Option "Buttons" "20
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "device0"
VendorName "ATI"
BoardName "ATI Radeon"
Driver "radeon"
BusID "PCI:2:0:0"
Option "DDCMode" "on"
Option "DPMS"
Screen 0
EndSection
Section "Device"
Identifier "device1"
BoardName "ATI Radeon"
Driver "radeon"
BusID "PCI:2:0:1"
Option "DDCMode" "on"
Option "DPMS"
Screen 1
EndSection
Section "Monitor"
Identifier "monitor0"
Option "DPMS"
EndSection
Section "Monitor"
Identifier "monitor1"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Screen0"
Device "device0"
Monitor "monitor0"
DefaultColorDepth 24
Subsection "Display"
Depth 24
Virtual 1024 768
Modes "1024x768"
EndSubsection
EndSection
Section "Screen"
Identifier "Screen1
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24
Subsection "Display"
Depth 24
Virtual 1024 768
Modes "1024x768"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Multihead layout"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
Screen "Screen0" 0 0
Screen "Screen1" RightOf "Screen0"
EndSection
Section "DRI"
Mode 0666
EndSection