Sorry that didn't help. I'm having problems too, with the 8.37 driver, on Fedora 6, with an X1300. Initially I was seeing the same "drmOpenDevice" messages in my Xorg.0.log. Then I remembered I upgraded the kernel after installing the drivers. I re-ran the ATI installer, did a "modprobe fglrx", and the drmOpenDevice calls started working again.
However, I still have another problem: I've run aticonfig --initial --dtop horizontal, but my 2nd head stays stubbornly dark. I've also tried aticonfig --initial=dual-head --screen-layout=left, same thing.
The really frustrating thing is, this worked once, but I don't know what I changed.
EDIT: I should also note that the 2nd head works in console mode.
Here's my xorg.conf:
Code:
# Xorg configuration created by pyxf86config
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "aticonfig-Screen[0]" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
EndSection
Section "Module"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "vesa"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "DesktopSetup" "horizontal"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection