PDA

View Full Version : Xinerama w/ ATI Radeon X600 SE


eukreign
2006-01-08, 10:42 PM CST
I'm trying to setup my ATI Radeon X600 SE to work with two 2005FPW Widescreen LCDs in Xinerama mode.

I'm still at the stage of getting fglrx driver installed. I am able to get X started and both of my monitors show a mirror of each other (although one monitor is more distorted then the other probably because one is using DVI and the other is D-SUB).

I get the impression that fglrx is loading and somewhat working but fgl_glxgears doesn't run for example, so there is definitely something wrong. But what?

Anyways, here is some outputs:

[lex@localhost ~]$ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.2.1)

[lex@localhost ~]$ fgl_glxgears
Using GLX_SGIX_pbuffer
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 144 (GLX)
Minor opcode of failed request: 5 (X_GLXMakeCurrent)
Serial number of failed request: 32
Current serial number in output stream: 32

[lex@localhost ~]$ cat /var/log/Xorg.0.log
Click for output. (http://eukreign.net/Xorg.0.log)

[root@localhost X11]# cat xorg.conf
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "aticonfig Screen 0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "dri"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
Identifier "aticonfig Monitor 0"
VendorName "Monitor Vendor"
ModelName "Dell 2005FPW (Analog)"
DisplaySize 430 270
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 75.0
Option "dpms"
EndSection

Section "Device"
Identifier "ATI Graphics Adapter 0"
Driver "fglrx"
Option "(null)"
Option "DesktopSetup" "horizontal"
BusID "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "aticonfig Screen 0"
Device "ATI Graphics Adapter 0"
Monitor "aticonfig Monitor 0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "DRI"
Group 0
Mode 0666
EndSection

eukreign
2006-01-09, 12:02 PM CST
I am now trying FC5t1 and so far i'm having a better experience then FC4. In FC4 the GUI Installer would not start but in FC5t1 it started without any problems. We'll see if X will start after reboot.

FC5t1 didn't work after rebooting (computer kept reseting after grub loaded up the kernel) so it's back to trying to get FC4 to work.

eukreign
2006-01-09, 06:53 PM CST
I think I've fixed the driver problem, now it's just a configuration issue.


[root@localhost ~]# fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON X600 Generic
OpenGL version string: 1.3.5519 (X4.3.0-8.20.8)

[lex@localhost ~]$ cat /var/log/Xorg.0.log
Click for output. (http://eukreign.net/Xorg.0.log)

[lex@localhost ~]$ cat /etc/X11/xorg.conf
Click for output. (http://eukreign.net/xorg.conf)


X starts just fine and I don't see any errors in Xorg.0.log BUT i'm not getting the BigDesktop effective I'm looking for. Instead I see the same thing on both screens.

Edit: Also, it seems like gnome is correctly handling the wider display. The workspaces in the bottom right hand side are double wide. When I open a new browser window it is displayed on the second "screen" (which should be the other monitor). The only problem then is that the second monitor is not showing the second half of the "screen" it's duplicating the first half instead.

eukreign
2006-01-10, 10:32 AM CST
All working now! :-)

mnisay
2006-01-25, 09:26 AM CST
that is good, appreciate if you can post the solution you had ? :)

eukreign
2006-01-25, 09:57 AM CST
that is good, appreciate if you can post the solution you had ? :)

I have attached my xorg.conf.