LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-16-2010, 01:57 AM   #1
qrange
Senior Member
 
Registered: Jul 2006
Location: Belgrade, Yugoslavia
Distribution: Debian stable/testing, amd64
Posts: 1,061

Rep: Reputation: 47
4850 ati driver problem, Debian testing, no adapters found,"XAANoOffscreenPixmaps"


I've tried these drivers: ati, radeon, radeonhd and fglrx.

fglrx seems to work fine, but Firefox is unusable with it. there are some strange stripes all over the page, they occur randomly when scrolling.
"XAANoOffscreenPixmaps" did NOT help at all.

so, i tried reverting to "ati", "radeonhd". but now i get "no adapters found" in xvinfo, so mplayer does not play movies like it should.

also, 'sudo dpkg-reconfigure xserver-xorg' does not work, it just exits.

how to solve this?
 
Old 08-16-2010, 05:18 AM   #2
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
First, don't use 'radeonhd'. It's undeveloped and unsupported. Use the 'ati' driver and attach the /var/log/Xorg.0.log file that is generated so that we can see what the problem is.

Adam
 
Old 08-16-2010, 02:34 PM   #3
qrange
Senior Member
 
Registered: Jul 2006
Location: Belgrade, Yugoslavia
Distribution: Debian stable/testing, amd64
Posts: 1,061

Original Poster
Rep: Reputation: 47
well here is the damn thing: http://www.fileden.com/files/2007/6/...76//Xorg.0.log

please help me not fetch the hammer and deal with the annoying problem on 'hardware level'
 
Old 08-16-2010, 03:13 PM   #4
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
What's the output of 'dmesg | grep drm'?

Adam
 
Old 08-16-2010, 03:57 PM   #5
qrange
Senior Member
 
Registered: Jul 2006
Location: Belgrade, Yugoslavia
Distribution: Debian stable/testing, amd64
Posts: 1,061

Original Poster
Rep: Reputation: 47
here it is:

[ 44.427687] [drm] Initialized drm 1.1.0 20060810
[ 44.868904] [drm] radeon kernel modesetting enabled.
 
Old 08-16-2010, 04:04 PM   #6
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Your kernel reports that KMS is enabled, and your X server says it isn't. This is *often* a sign that the kernel DRM isn't getting loaded to the last minute, when X starts, and KMS doesn't have enough time to activate. Can you boot into run level 3 (or whatever runlevel Debian uses that has X disabled), log in, run 'modprobe radeon' (as root or with sudo) and then try to start X with 'startx'?

Adam
 
Old 08-16-2010, 04:53 PM   #7
qrange
Senior Member
 
Registered: Jul 2006
Location: Belgrade, Yugoslavia
Distribution: Debian stable/testing, amd64
Posts: 1,061

Original Poster
Rep: Reputation: 47
http://www.fileden.com/files/2007/6/...Xorg.0.log.old

screen turned black and a message like 'no protocol supported' kept repeating in the console with some other messages from time to time, IIRC.

Last edited by qrange; 08-16-2010 at 04:56 PM.
 
Old 08-16-2010, 04:54 PM   #8
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
That link doesn't go anywhere :-)

Adam
 
Old 08-16-2010, 04:54 PM   #9
qrange
Senior Member
 
Registered: Jul 2006
Location: Belgrade, Yugoslavia
Distribution: Debian stable/testing, amd64
Posts: 1,061

Original Poster
Rep: Reputation: 47
yeah sorry, fixed the link
 
Old 08-16-2010, 05:24 PM   #10
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
I'm really not sure what's going on there. I use the exact same card without any problems.

What's the full output of 'dmesg'?

Adam
 
Old 08-17-2010, 12:20 PM   #11
qrange
Senior Member
 
Registered: Jul 2006
Location: Belgrade, Yugoslavia
Distribution: Debian stable/testing, amd64
Posts: 1,061

Original Poster
Rep: Reputation: 47
i forgot one probably important thing, i upgraded the whole computer: motherboard, cpu, gfx card.. without reinstalling debian.
but that was long time ago.
 
Old 08-17-2010, 12:46 PM   #12
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Code:
[   20.568567] [fglrx] Maximum main memory to use for locked dma buffers: 3390 MBytes.
[   20.568704] [fglrx]   vendor: 1002 device: 9442 count: 1
[   20.568974] [fglrx] ioport: bar 4, base 0xbe00, size: 0x100
[   20.568985] pci 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   20.568989] pci 0000:01:00.0: setting latency timer to 64
[   20.569143] [fglrx] Kernel PAT support is enabled
[   20.569153] [fglrx] module loaded - fglrx 8.74.4 [May 27 2010] with 1 minors
You can not have fglrx installed, at all, if you are using the open source drivers. Completely remove fglrx from your system, reboot, and try again.

Adam
 
Old 08-17-2010, 01:59 PM   #13
qrange
Senior Member
 
Registered: Jul 2006
Location: Belgrade, Yugoslavia
Distribution: Debian stable/testing, amd64
Posts: 1,061

Original Poster
Rep: Reputation: 47
the problem is that everything about fglrx is already uninstalled in aptitude. I made a mistake by installing it from ati installer instead of aptitude.
they didn't provide uninstaller, except some pathetic sh script that didn't seem to work.
(I also had installed fglrx in aptitude, that might have increased the confusion :/ )

anyway, I'll keep trying to remove it completely.
thanks for the help.
 
Old 08-17-2010, 02:13 PM   #14
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
You may just have the kernel module left. Try this:

Code:
find /lib/modules/`uname -r`/ -iname "fglrx.ko"
Adam
 
Old 08-17-2010, 02:58 PM   #15
qrange
Senior Member
 
Registered: Jul 2006
Location: Belgrade, Yugoslavia
Distribution: Debian stable/testing, amd64
Posts: 1,061

Original Poster
Rep: Reputation: 47
i removed the module and everything is ok now. thanks again.
 
  


Reply

Tags
ati, driver, fglrx, radeonhd



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOVLED] Problem with Slackware 13 x86_64 ATI driver on 2.6.32.3 using "multilib" ollebanan Slackware 5 01-24-2010 01:02 PM
Changed network card in Debian and now no adapters in "ifconfig" lumix Linux - Networking 5 10-15-2008 09:05 AM
LXer: ATI Accelerated Driver [fglrx] freeze problem "patched" LXer Syndicated Linux News 0 04-16-2008 02:11 PM
"Skin not found" problem from installing Mplayer in Debian/Sarge !!! Blue Jacket Linux - Software 2 10-05-2005 01:58 AM
suse ati driver "Xlib: extension "XiG-SUNDRY-NONSTANDARD" missing" madcow007 Linux - Hardware 0 03-06-2004 02:53 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:36 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration