LinuxQuestions.org
Support LQ: Use code LQ3 and save $3 on Domain Registration
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices

Reply
 
LinkBack Search this Thread
Old 01-26-2012, 10:36 PM   #1
devianpctek
LQ Newbie
 
Registered: Jun 2010
Distribution: Debian
Posts: 23

Rep: Reputation: 0
ATI weird "effects"


Hi guys I'm having problems trying this card to work on my notebook (please watch the video)
is working fine on fallback mode,

http://youtu.be/cFHneX7fyIk

I successfully installed the privative driver, I got no errors, but the card just don't want to do the job :/
Is this a known bug? or what can I do to get it fixed?
right now I'm running Sid (I was running Wheezy with exactly the same problem)

Thanks

Gnome System Info shows
Code:
Graphics VESA: RS880M
lspci -v |grep VGA

Code:
    01:05.0 VGA compatible controller: ATI Technologies Inc RS880M [Mobility Radeon HD 4200 Series] (prog-if 00 [VGA controller])
glxinfo |grep render
Code:
direct rendering: Yes
    OpenGL renderer string: ATI Mobility Radeon HD 4200 Series
        GL_NV_conditional_render, GL_NV_copy_depth_to_color,
xorg.conf
Code:
    Section "ServerLayout"
       Identifier     "aticonfig Layout"
       Screen      0  "aticonfig-Screen[0]-0" 0 0
    EndSection

    Section "Module"
    EndSection

    Section "Monitor"
       Identifier   "aticonfig-Monitor[0]-0"
       Option       "VendorName" "ATI Proprietary Driver"
       Option       "ModelName" "Generic Autodetecting Monitor"
       Option       "DPMS" "true"
    EndSection

    Section "Device"
       Identifier  "aticonfig-Device[0]-0"
       Driver      "fglrx"
       BusID       "PCI:1:5:0"
    EndSection

    Section "Screen"
       Identifier "aticonfig-Screen[0]-0"
       Device     "aticonfig-Device[0]-0"
       Monitor    "aticonfig-Monitor[0]-0"
       DefaultDepth     24
       SubSection "Display"
          Viewport   0 0
          Depth     24
       EndSubSection
    EndSection
 
Old 01-26-2012, 11:38 PM   #2
widget
Senior Member
 
Registered: Oct 2008
Location: S.E. Montana
Distribution: Debian Testing
Posts: 1,395

Rep: Reputation: 194Reputation: 194
Did you install the "fglrx-driver" package or get the driver from the ATI site?
 
Old 01-26-2012, 11:56 PM   #3
devianpctek
LQ Newbie
 
Registered: Jun 2010
Distribution: Debian
Posts: 23

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by widget View Post
Did you install the "fglrx-driver" package or get the driver from the ATI site?
This is the driver from ATI site, however I installed fglrx-driver before (a couple of months) and I have some issues with it, I can't recall exactly what was it
 
Old 01-27-2012, 12:12 AM   #4
jim_p
Member
 
Registered: Aug 2009
Distribution: Debian testing
Posts: 370

Rep: Reputation: 75
Fglrx and compositing is a sad story.
Fallback mode does not use compositing, so you get no problems there.
All I can suggeest is to disable compositing completely or use radeon.

You can also try this in your xorg.conf
Code:
Section "Extensions"
	Option	    	"Composite" 		"Enable"
EndSection
but I don't think it will make any difference.
 
1 members found this post helpful.
Old 01-27-2012, 12:48 AM   #5
widget
Senior Member
 
Registered: Oct 2008
Location: S.E. Montana
Distribution: Debian Testing
Posts: 1,395

Rep: Reputation: 194Reputation: 194
That sounds like a good idea.

I would try the fglrx-driver again. There is going to be an upgrade to it soon so it should be in Sid pretty quick.

I have an older and fairly poorly supported Radeon HD 2400 PRO card and have no trouble with Gnome Shell in Sid. Prefer Xfce but GS is working fine.
 
1 members found this post helpful.
Old 01-27-2012, 08:08 AM   #6
caravel
Member
 
Registered: Apr 2005
Distribution: Debian Sid
Posts: 470

Rep: Reputation: 121Reputation: 121
fglrx is glitchy when it comes to compositing effects. I was messing around a few days ago with xcompmgr and IceWM and with fglrx shadows on window edges were leaving trails. On switching to radeon it worked perfectly however. Overall fglrx's 2D performance is not great and never has been. The only compelling reasons to use it are 3D and power management.

I've not seen anything as bad as your example there...

It might be an idea to try a different compositing window manager, such as compiz to rule out the driver and/or mesa/dri.

@jim_p: Enabling the composite extension is not required as it's enabled by default these days. May still be valid for squeeze however (I can't recall).

Last edited by caravel; 01-27-2012 at 08:11 AM.
 
1 members found this post helpful.
Old 01-27-2012, 07:45 PM   #7
devianpctek
LQ Newbie
 
Registered: Jun 2010
Distribution: Debian
Posts: 23

Original Poster
Rep: Reputation: 0
Thank you guys, so I will try fglrx-driver and post back the results, as for trying compiz, well thats not an option since doesn't work on this version of Gnome at least AFAIK
 
Old 01-27-2012, 08:16 PM   #8
Roken
Member
 
Registered: Oct 2011
Location: Oldham, UK
Distribution: Arch, Debian, LFS (debian and LFS relegated to backups)
Posts: 181

Rep: Reputation: 35
If you are using Gnome 3 then there are well documented problems with fglrx. By all accounts, catalyst 12.1 is supposed to fix them
 
1 members found this post helpful.
Old 01-27-2012, 10:32 PM   #9
devianpctek
LQ Newbie
 
Registered: Jun 2010
Distribution: Debian
Posts: 23

Original Poster
Rep: Reputation: 0
Ok so I installed latest catalyst (12.1) and now is working fine, I thought I was using the latest 11.1, well 12.1 just came out two days ago, anyway I haven't been able to fully test it but at least those "effects" on the video are gone
Thanx guys, now I need to find out about the bluetooth problem but this is another thread
 
Old 01-27-2012, 11:56 PM   #10
widget
Senior Member
 
Registered: Oct 2008
Location: S.E. Montana
Distribution: Debian Testing
Posts: 1,395

Rep: Reputation: 194Reputation: 194
12.1 just came to the repo today. Hadn't upgraded today until just now. Was going to post that it was in the upgrade.

Glad to hear it is working for you. Hope it still is for me. I suspect it will.
 
Old 01-29-2012, 12:40 PM   #11
devianpctek
LQ Newbie
 
Registered: Jun 2010
Distribution: Debian
Posts: 23

Original Poster
Rep: Reputation: 0
Well after some more testing is working but is really slow :/
 
Old 01-29-2012, 12:56 PM   #12
jim_p
Member
 
Registered: Aug 2009
Distribution: Debian testing
Posts: 370

Rep: Reputation: 75
Although I am not 100% certain, I think raden can do powersaving on your card, so consider removing fglrx and go with radeon.

http://www.x.org/wiki/RadeonFeature

Just make sure kms is enabled and that the driver itself is not blacklisted by some conf file in /etc/modpsobe.d.
 
Old 01-30-2012, 03:32 AM   #13
caravel
Member
 
Registered: Apr 2005
Distribution: Debian Sid
Posts: 470

Rep: Reputation: 121Reputation: 121
12.1 fixed those xcompmgr drop shadow issues as well, but the whole system is perceptibly more sluggish. I also noticed some weird text artefacts in Iceweasel, particularly when typing in the quick reply box in newer vbulletin forums.

Last edited by caravel; 01-30-2012 at 03:33 AM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
X: video drivers "ati" and "fglrx" show same fonts differently simopal6 Linux - Software 7 07-30-2008 02:36 AM
Very, very frustrated... ATI 200M trouble (weird.. "static" whenever I use opengl) Darx Linux - Hardware 7 03-07-2008 08:29 PM
Problems configuring "xorg.conf" with "ATI FGLRX" BlueSpirit Slackware 3 09-16-2006 02:01 PM
Weird! ATI Drivers work only after logout, followed by "startx" in prompt pitchaxistheory Mandriva 1 10-14-2004 05:51 PM
suse ati driver "Xlib: extension "XiG-SUNDRY-NONSTANDARD" missing" madcow007 Linux - Hardware 0 03-06-2004 02:53 PM


All times are GMT -5. The time now is 02:06 AM.

Main Menu
 
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
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration