LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux > 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

Tags used in this thread
Popular LQ Tags , , , , , , , , ,

Reply
 
Thread Tools
Old 09-30-2009, 01:27 AM   #1
in_texas_dallas
LQ Newbie
 
Registered: Sep 2009
Location: DFW
Distribution: Debian Lenny
Posts: 25
Thanked: 2
I have a Compiz flicker issue under certain circumstances.


[Log in to get rid of this advertisement]
Hi guys, first LQ question from me, lol

I use Debian/Lenny on a Pentium D with a ATI HD 4850, 2GB of ram.

I installed Compiz and just think it is the best thing I have ever seen... It makes using the four "desktops" incredibly easy.

Sometimes, like when I view a movie in VLC or Totem movie player, or in certain games [3d games], the screen containing the movie, game, etc will flicker very rapidly.

I have the little routine where I do a metacity --replace and then compiz --replace, but I'd rather not do this everytime I want to go watch my videos or play certain games/apps.

Many *thanks* to the person who can help me with this ;-)

Last edited by in_texas_dallas; 09-30-2009 at 01:29 AM..
linuxdebian in_texas_dallas is offline  
Tag This Post , , , , , , , , ,
Reply With Quote
Old 09-30-2009, 01:04 PM   #2
adamk75
Member
 
Registered: May 2006
Posts: 336
Thanked: 41
What version of fglrx do you have? Newer ones are supposed to properly support redirected direct rendering which should prevent the flickering with opengl games or with video players using an opengl renderer. Having said that, I haven't actually tried any of these newer drivers.

Adam
windows_vista adamk75 is offline     Reply With Quote
Old 10-02-2009, 09:15 PM   #3
in_texas_dallas
LQ Newbie
 
Registered: Sep 2009
Location: DFW
Distribution: Debian Lenny
Posts: 25
Thanked: 2

Original Poster
brad@debcalculus:~$ aptitude search fglrx
i fglrx-driver - non-free AMD/ATI r5xx, r6xx, r7xx display
i A fglrx-glx - proprietary libGL for the non-free AMD/ATI
i fglrx-kernel-2.6.26-2-686 - ATI binary kernel module for Linux 2.6.26-
i fglrx-kernel-src - kernel module source for the non-free AMD/
i A fglrx-modules-2.6.26-2-486 - Display driver for AMD/ATI Radeon and Fire


Hopefully that helps. It seems to have one for my kernel. That would seem to say that it is the most up to date in the repository and the "right one" to have for Debian/lenny 5.0. I think...
linuxdebian in_texas_dallas is offline     Reply With Quote
Old 10-02-2009, 10:39 PM   #4
~sHyLoCk~
Member
 
Registered: Jul 2008
Location: /dev/null
Distribution: Arch64 / openSUSE
Posts: 464
Blog Entries: 4
Thanked: 46
Create a shortcut or try launching it from terminal using:
Code:
env XLIB_SKIP_ARGB_VISUALS=1 vlc
linuxmandriva ~sHyLoCk~ is offline     Reply With Quote
Old 10-03-2009, 12:07 PM   #5
in_texas_dallas
LQ Newbie
 
Registered: Sep 2009
Location: DFW
Distribution: Debian Lenny
Posts: 25
Thanked: 2

Original Poster
Hey thanks everybody for your suggestions so far.

VLC still flickers when ran with those arguments.
linuxdebian in_texas_dallas is offline     Reply With Quote
Old 10-03-2009, 02:16 PM   #6
adamk75
Member
 
Registered: May 2006
Posts: 336
Thanked: 41
What is the output of 'dpkg -l | grep fglrx' ?

Adam
windows_vista adamk75 is offline     Reply With Quote
Old 10-03-2009, 04:19 PM   #7
in_texas_dallas
LQ Newbie
 
Registered: Sep 2009
Location: DFW
Distribution: Debian Lenny
Posts: 25
Thanked: 2

Original Poster
Quote:
brad@debcalculus:~$ dpkg -l|grep fglrx
ii fglrx-amdcccle 1:8-12-4 control panel for the non-free AMD/ATI r5xx,
ii fglrx-atieventsd 1:8-12-4 external events daemon for the non-free AMD/
ii fglrx-control 1:8-12-4 control panel for the non-free AMD/ATI r5xx,
ii fglrx-driver 1:8-12-4 non-free AMD/ATI r5xx, r6xx, r7xx display dr
ii fglrx-glx 1:8-12-4 proprietary libGL for the non-free AMD/ATI r
ii fglrx-kernel-2.6.26-2-686 1:8-12-4+2.6.26-17 ATI binary kernel module for Linux 2.6.26-2-
ii fglrx-kernel-src 1:8-12-4 kernel module source for the non-free AMD/AT
ii fglrx-modules-2.6.26-2-486 2.6.26+8-12-2+lenny1 Display driver for AMD/ATI Radeon and FireGL
ii fglrx-source 1:8-12-4 kernel module source for the non-free AMD/AT
brad@debcalculus:~$
asdf
linuxdebian in_texas_dallas is offline     Reply With Quote
Old 10-03-2009, 05:07 PM   #8
adamk75
Member
 
Registered: May 2006
Posts: 336
Thanked: 41
You are using fglrx 8.12, but RDR and proper textured video wasn't introduced till 9.3 or 9.4, as I recall. You'll need to update your drivers to fix that problem.
unknown adamk75 is offline     Reply With Quote
Old 10-03-2009, 06:36 PM   #9
in_texas_dallas
LQ Newbie
 
Registered: Sep 2009
Location: DFW
Distribution: Debian Lenny
Posts: 25
Thanked: 2

Original Poster
Adam> so, I installed fglrx through the terminal... That would mean I'd have to uninstall fglrx and compile it from source.... That didn't work given many different tutorials before. I finally discovered aptitude and found out the easy way to install it out of the repository [that I added I think; not sure if it was already in list].

OK, I did actually compile it from source: these are the commands I used:

su
aptitude update
aptitude install module-assistant fglrx-driver fglrx-kernel-src
module-assistant auto-install fglrx-kerenel-src
aticonfig --initial

I do want to *stress* I tried compiling from ATI, and from other sources so many times, all failed attempts. I had pretty much given up.. I read something about aptitude, and tried the above code, and it worked like a charm first time.
linuxdebian in_texas_dallas is offline     Reply With Quote
Old 10-03-2009, 06:41 PM   #10
in_texas_dallas
LQ Newbie
 
Registered: Sep 2009
Location: DFW
Distribution: Debian Lenny
Posts: 25
Thanked: 2

Original Poster
Just an added note

If there were a way to update it or install over without every uninstalling, I would consider doing that. Hehe, but before I do, I am going to backup my system and learn how to use my backup program from the terminal.
linuxdebian in_texas_dallas is offline     Reply With Quote

Reply

Bookmarks


Thread Tools

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
[SOLVED] KDE screensaver transparency issue with compiz-fuzion hikari Linux - Desktop 4 09-03-2009 10:40 AM
LXer: Cloudy Circumstances Surround LXLabs Suicide LXer Syndicated Linux News 0 06-11-2009 08:30 AM
Fedora 10 - compiz issue when running compiz-manager manuleka Linux - Newbie 3 02-28-2009 08:28 AM
Fedora 8 will only boot under certain circumstances Coppersworth Linux - Newbie 1 04-10-2008 09:58 PM
Scripts for certain circumstances cwwilson721 Slackware 4 03-06-2006 05:38 PM


All times are GMT -5. The time now is 11:30 PM.

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
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration