LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   ATI Radeon 7500 dualhed - monitors on same viewport? (https://www.linuxquestions.org/questions/linux-desktop-74/ati-radeon-7500-dualhed-monitors-on-same-viewport-500775/)

enginuitor 11-12-2006 01:25 AM

ATI Radeon 7500 dualhed - monitors on same viewport?
 
I have had an ATI Radeon 7500 around for quite a while, and I used to use it under Linux in a MergedFB expanded-desktop configuration quite successully. I recently installed OpenSuSe 10, and manually set the necessary Xorg.conf directives to set up a dualhead configuration with the secondary display to the right of the primary. Now both displays turn on, but apparently in "clone" mode (both showing the same area)... There is, in fact, a virtual desktop area beyond what they "see"; I can move the mouse cursor off the right edge of the screen, and the KDE Desktop Pager shows a big wide desktop area. I have been fooling around with this all day, to no avail. Both displays are acting as the primary! I'm using the same motherboard and video card I had been using back when I had it working perfectly, so perhaps this is a bug in X or the "radeon" driver module? I also tried the "ati" driver, with identical results...

Below is my current xorg.conf file.
Code:

# /.../
# SaX generated X11 config file
# Created on: 2006-11-11T13:07:11-0800.
#
# Version: 7.1
# Contact: Marcus Schaefer <sax@suse.de>, 2002
#
# Automatically generated by [ISaX] (7.1)
# PLEASE DO NOT EDIT THIS FILE!
#
Section "Files"
  FontPath    "/usr/share/fonts/misc"
  FontPath    "/usr/share/fonts/truetype"
  FontPath    "/usr/share/fonts/uni"
  FontPath    "/usr/share/fonts/wine"
  FontPath    "/usr/share/fonts/cyrillic"
  FontPath    "/usr/share/fonts/Type1"
  FontPath    "/usr/share/fonts/Speedo"
  FontPath    "/usr/share/fonts/75dpi"
  FontPath    "/usr/share/fonts/100dpi"
  FontPath    "/opt/kde3/share/fonts"
  InputDevices "/dev/psaux"
  InputDevices "/dev/logibm"
  InputDevices "/dev/sunmouse"
  InputDevices "/dev/atibm"
  InputDevices "/dev/amigamouse"
  InputDevices "/dev/atarimouse"
  InputDevices "/dev/inportbm"
  InputDevices "/dev/gpmdata"
  InputDevices "/dev/mouse"
  InputDevices "/dev/usbmouse"
  InputDevices "/dev/adbmouse"
  InputDevices "/dev/input/mice"
  InputDevices "/dev/input/event0"
  InputDevices "/dev/pointer0"
  InputDevices "/dev/pointer1"
  InputDevices "/dev/pointer2"
  InputDevices "/dev/pointer3"
EndSection

Section "ServerFlags"
  Option      "AllowMouseOpenFail"
EndSection

Section "Module"
  Load        "glx"
  Load        "type1"
  Load        "extmod"
  Load        "dbe"
  Load        "ddc"
  Load        "freetype"
  Load        "v4l"
  Load        "dri"
EndSection

Section "InputDevice"
  Driver      "kbd"
  Identifier  "Keyboard[0]"
  Option      "Protocol" "Standard"
  Option      "XkbLayout" "us"
  Option      "XkbModel" "pc104"
  Option      "XkbRules" "xfree86"
EndSection

Section "InputDevice"
  Driver      "mouse"
  Identifier  "Mouse[1]"
  Option      "Buttons" "5"
  Option      "Device" "/dev/input/mice"
  Option      "Name" "ImPS/2 Logitech Wheel Mouse"
  Option      "Protocol" "explorerps/2"
  Option      "Vendor" "Sysp"
  Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
  Identifier  "Monitor[0]"
  Option      "DPMS"
  HorizSync    30.0-90.0
  VertRefresh  50.0-80.0
  Gamma 1.12 1.15 1.13
EndSection

Section "Monitor"
  Identifier  "Monitor[1]"
  Option "DPMS"
EndSection


Section "Device"
  BoardName    "Radeon 7500"
  BusID        "1:0:0"
  Driver      "radeon"
  Identifier  "Device[0]"
  Option      "MonitorLayout" "CRT, CRT"
  Option      "MergedFB" "True"
  Option      "CRT2Position" "RightOf"
  Option      "CRT2HSync" "30.0-90.0"
  Option      "CRT2VRefresh" "50.0-90.0"
  Option      "MetaModes" "1600x1200-1600x1200"
  VendorName  "ATI"
EndSection

Section "Device"
  BoardName    "Radeon 7500"
  BusID        "1:0:1"
  Driver      "radeon"
  Identifier  "Device[1]"
EndSection

Section "Screen"
  Identifier  "Screen[0]"
  Device      "Device[0]"
  Monitor      "Monitor[0]"
  DefaultDepth 24
  Subsection "Display"
    Depth 24
    Modes        "1600x1200 1400x1050 1280x960 1024x768 800x600"
  EndSubsection
EndSection

Section "Screen"
  Identifier  "Screen[1]"
  Device      "Device[1]"
  Monitor      "Monitor[1]"
  DefaultDepth 24
  Subsection "Display"
    Depth 24
    Modes        "1600x1200 1400x1050 1280x960 1024x768 800x600"
  EndSubsection
EndSection

Section "ServerLayout"
  Identifier  "Layout[all]"
  InputDevice  "Keyboard[0]" "CoreKeyboard"
  InputDevice  "Mouse[1]" "CorePointer"
  Screen      "Screen[0]" 0 0
EndSection

Section "DRI"
    Group      "video"
    Mode      0660
EndSection

Section "Extensions"
EndSection

...anybody?

enginuitor 11-12-2006 02:14 AM

Hooray!
 
Problem "fixed" by drastic forced upgrade to package set from OpenSuSe 10.2 Alpha... of course, it broke the rest of the system, but hey! Now the dualhead setup works.
Now I have to figure out why trying to log in through KDM as any user except for root causes X to crash and restart... :-D


All times are GMT -5. The time now is 02:01 PM.