PDA

View Full Version : Issue with X1100 using Catalyst 8.6


Daekdroom
07-12-2008, 09:26 PM
I've been having issues to get my X1100 video working at Ubuntu Hardy. I followed these steps:
http://wiki.cchtml.com/index.php/Ubuntu_Hardy_Installation_Guide#Method_2:_Manual_M ethod_.28installing_Catalyst_8.6.29

After configuring the driver with sudo aticonfig --initial -f, I press crtl+alt+backspace and X starts up fine. However Xvideo/2D acc/3D results in corruption. Here's a glxgears screenshot.

http://img295.imageshack.us/img295/4116/glxgearsgl1.png

Rebooting Linux doesn't even let me get to GDM, it stops at a blackscreen (without any keyboard response, so I have to reset the system because I can't go to tty1). Previous versions of drivers or Ubuntu's didnt work.

xorg.conf
http://pastebin.com/f6aedd428

glxinfo
http://pastebin.com/f580e06ae

Xorg.0.log
http://pastebin.com/f299dc48c

Dandel
07-14-2008, 09:59 PM
this happens, why not try updating the device section of your system to this, reboot, and try again, this might help a little... also see about disabling compiz fusion.



Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:1:5:0"
# enable XVideo out.
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
Option "Textured2D" "off"
Option "TexturedXrender" "off"

EndSection


oh and a quick question, what is the overall system specification you are using?

Daekdroom
07-14-2008, 10:10 PM
Core 2 Duo E4300
1 Gig RAM
320GB HD
Ubuntu 8.04 (default Xorg and kernel)
Motherboard is a renamed ECS, HP website says it's RC415ST-HM

EDIT: I used that piece of xorg.conf, restarted X and it didn't work. But X started after a reboot and glxgears worked as well. I'll use the computer for awhile to see if the problem won't come back.

Dandel
07-15-2008, 07:58 AM
This is a common bug, i have an R5xx based card as well. I doubt the issue will return, and also, you should be able to use XVideo rendering now.

Daekdroom
07-15-2008, 09:13 AM
Hm. Compiz, glxgears and XVideo are working. Thanks for the help.