Dual monitor set up in Ubuntu 7.10

Asked by Alycidon

I've just moved up from 7.04 to 7.10 and am struggling to get the desktop across two monitors.

I've a Dell Dimension 5000 with a ATI RV370 [Radeon X300SE] video card, and currently have two LCD panels connected - A Dell screen in the DVI port and a IIyama Prolite in the VGA port.

This all worked fine in 7.04 with the relevant section of xorg.conf set as follows...

================================================================================

Section "Device"
 Identifier "ATI Technologies, Inc. RV370 5B60 [Radeon X300 (PCIE)]"
 Driver "fglrx"
 Busid "PCI:1:0:0"
 Option "MonitorLayout" "LCD, CRT"
 Option "CRT2Position" "RightOf"
 Option "MetaModes" "1280x1024-1280x1024"
 Option "MergedXinerama" "on"
 Option "MergedNonRectangular" "true"
 Option "MergedFB" "true"

EndSection

Section "Monitor"
 Identifier "PLE438"
 Option "DPMS"
EndSection

Section "Screen"
 Identifier "Default Screen"
 Device "ATI Technologies, Inc. RV370 5B60 [Radeon X300 (PCIE)]"
 Monitor "PLE438"
 Defaultdepth 24
 SubSection "Display"
  Depth 1
  Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
 EndSubSection
 SubSection "Display"
  Depth 4
  Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
 EndSubSection
 SubSection "Display"
  Depth 8
  Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
 EndSubSection
 SubSection "Display"
  Depth 15
  Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
 EndSubSection
 SubSection "Display"
  Depth 16
  Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
 EndSubSection
 SubSection "Display"
  Depth 24
  Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
 EndSubSection
EndSection

==============================================================================

It doesn't work in 7.10 though - all I get is the same image duplicated on both screens. Also, I can't configure the monitors using "Screens and Graphics", as the Screen2 option is greyed out.

I'm using the fglrx driver, and have tried removing and re-installing it to no avail.

Any ideas?

Thanks,
Alycidon

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Ricardo Cropalato de Melo
Solved:
Last query:
Last reply:
Revision history for this message
Best Ricardo Cropalato de Melo (ricardo-cropalato) said :
#1

try something like:

Section "Device"
 Identifier "ATI Technologies, Inc. RV370 5B60 [Radeon X300 (PCIE)] 0"
        Driver "fglrx"
        Busid "PCI:1:0:0"
 #Screen 0
EndSection

Section "Device"
 Identifier "ATI Technologies, Inc. RV370 5B60 [Radeon X300 (PCIE)] 1"
        Driver "fglrx"
 BusID "PCI:1:0:0"
 Screen 1
EndSection

Section "Monitor"
 Identifier "monitor0"
 Option "DPMS"
EndSection

Section "Monitor"
 Identifier "monitor1"
 Option "DPMS"
EndSection

Section "Screen"
 Identifier "screen0"
 Device "ATI Technologies, Inc. RV370 5B60 [Radeon X300 (PCIE)] 0"
 Monitor "monitor0"
 DefaultDepth 24
 SubSection "Display"
  Depth 1
  Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
 EndSubSection
 SubSection "Display"
  Depth 4
  Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
 EndSubSection
 SubSection "Display"
  Depth 8
  Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
 EndSubSection
 SubSection "Display"
  Depth 15
  Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
 EndSubSection
 SubSection "Display"
  Depth 16
  Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
 EndSubSection
 SubSection "Display"
  Depth 24
  Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
 EndSubSection
EndSection

Section "Screen"
 Identifier "screen1"
 Device "ATI Technologies, Inc. RV370 5B60 [Radeon X300 (PCIE)] 1"
 Monitor "monitor1"
 DefaultDepth 24
 SubSection "Display"
  Depth 1
  Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
 EndSubSection
 SubSection "Display"
  Depth 4
  Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
 EndSubSection
 SubSection "Display"
  Depth 8
  Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
 EndSubSection
 SubSection "Display"
  Depth 15
  Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
 EndSubSection
 SubSection "Display"
  Depth 16
  Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
 EndSubSection
 SubSection "Display"
  Depth 24
  Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
 EndSubSection
EndSection

Section "ServerLayout"
 Identifier "Dual Head"
 Screen 0 "screen0" 0 0
 Screen 1 "screen1" RightOf "screen0"
 InputDevice "Generic Keyboard"
 InputDevice "Configured Mouse"
 Option "Xinerama" "on"
 Option "Clone" "off"
EndSection

Revision history for this message
Alycidon (d-capes) said :
#2

Ricardo,

Thank you very much - normal (dual screen) service has now been resumed ;-)

Alycidon