← Back to team overview

ubuntuforums-unanswered team mailing list archive

[Question #79048]: Xinerama Xserver config not working (three screen desktop)

 

New question #79048 on Ubuntu:
https://answers.launchpad.net/ubuntu/+question/79048

So, I have been following a couple of different posted set of instructions for a Xserver configuration on my Ubuntu 8.04 desktop configuration as I would like to enable the Xinerama feature across three screens in total.  I know that two can be done, but I have not been able to get that to work.  I am thinking that I have just a simple driver issue, but would like some of you to take a look at what I have already and tell me where to go from here.  Thanks.

Here is the current xorg.conf file that is not working and the lspci output:  I just keep going back to a Screen0 display of 800x600 (running in low res mode) using a xorg.conf.failsafe config file.  Thanks again.


Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "us"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
EndSection

Section "Module"
        Load            "glx"
        Load            "GLcore"
        Load            "v4l"
EndSection

Section "Device"
        Identifier      "0 ATI Technologies Inc RV350 AP [Radeon 9600]"
        Driver          "ati"
        BusID           "PCI:1:0:0"
        Screen          0
EndSection

Section "Device"
        Identifier      "2 ATI Technologies Inc RV350 AP [Radeon 9600]"
        Driver          "ati"
        BusID           "PCI:1:0:1"
        Screen          2
EndSection

Section "Device"
        Identifier      "1 nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro]"
        Driver          "nvidia"
        BusID           "PCI:5:9:0"
        Screen          1
EndSection

Section "Monitor"
        Identifier      "Dell Monitor"
        DisplaySize     367 275 
        Option          "DPMS"
        VertRefresh     56-76
        HorizSync       31-80
EndSection

Section "Monitor"
        Identifier      "Samsung Monitor"
        DisplaySize     440 275
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "Main Screen"
        Device          "1 nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro]"
        Monitor         "Samsung Monitor"
        DefaultDepth    16
EndSection

Section "Screen"
        Identifier      "Right Screen"
        Device          "2 ATI Technologies Inc RV350 AP [Radeon 9600]"
        Monitor         "Dell Monitor"
        DefaultDepth    16
        SubSection "Display"
                Depth   16
                Modes   "1600x1200"  "1280x1024"  "1024x768"
        EndSubSection
EndSection

Section "Screen"
        Identifier      "Left Screen"
        Device          "0 ATI Technologies Inc RV350 AP [Radeon 9600]"
        Monitor         "Dell Monitor"
        DefaultDepth    16
        SubSection "Display"
                Depth   16
                Modes   "1600x1200"  "1280x1024"  "1024x768"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Xinerama"
        Screen          1 "Main Screen" 0 0
        Screen          2 "Right Screen" RightOf "Main Screen"
        Screen          0 "Left Screen" LeftOf "Main Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        Option          "Xinerama" "on"
EndSection

Section "ServerFlags" 
        Option  "Xinerama" "true"
EndSection


zellemic@UbuntuDawg:~$ lspci
00:00.0 Host bridge: Intel Corporation 82875P/E7210 Memory Controller Hub (rev 02)
00:01.0 PCI bridge: Intel Corporation 82875P Processor to AGP Controller (rev 02)
00:06.0 System peripheral: Intel Corporation 82875P/E7210 Processor to I/O Memory Interface (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #3 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev c2)
00:1f.0 ISA bridge: Intel Corporation 82801EB/ER (ICH5/ICH5R) LPC Interface Bridge (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801EB/ER (ICH5/ICH5R) IDE Controller (rev 02)
00:1f.2 IDE interface: Intel Corporation 82801EB (ICH5) SATA Controller (rev 02)
00:1f.5 Multimedia audio controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller (rev 02)
01:00.0 VGA compatible controller: ATI Technologies Inc RV350 AP [Radeon 9600]
01:00.1 Display controller: ATI Technologies Inc RV350 AP [Radeon 9600] (Secondary)
05:02.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5782 Gigabit Ethernet (rev 03)
05:04.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host Controller (rev 46)
05:09.0 VGA compatible controller: nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro] (rev 15)





-- 
You received this question notification because you are a member of UF
Unanswered Posts Team, which is an answer contact for Ubuntu.