LinuxQuestions.org
Visit the LQ Articles and Editorials section
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices

Reply
 
LinkBack Search this Thread
Old 01-03-2008, 09:54 AM   #16
hareeshkumaru
LQ Newbie
 
Registered: Dec 2007
Location: coimbatore-chennai
Distribution: fedora
Posts: 11

Rep: Reputation: 0

i really never knew about the fedora stance on the proprietary drivers... thanks for bringing it to my notice.. desktop effects works fine now..
 
Old 01-13-2008, 05:16 AM   #17
hareeshkumaru
LQ Newbie
 
Registered: Dec 2007
Location: coimbatore-chennai
Distribution: fedora
Posts: 11

Rep: Reputation: 0
i get this warning...

i had to forat my system... wen i installed fedora 8 i did the changes to xorg.conf file b4 that i installed nvidia drivers from livna... i get the following error
[hareesh@localhost ~]$ desktop-effects
compiz (video) - Warn: No 8 bit GLX pixmap format, disabling YV12 image format

wats the problem.. can anyone help??
 
Old 02-03-2008, 08:37 AM   #18
hlingler
Member
 
Registered: May 2007
Location: Connellsville, PA, USA
Distribution: Fedora 8/9/10/11
Posts: 71

Rep: Reputation: 15
Hello:

Did you ever try running the /usr/bin/nvidia-settings program? It's a setup app that comes with the driver and allows to tweak various settings.
Look for it in menus under system/Tools, or start it from CLI.

Good Luck,
V
 
Old 05-29-2008, 12:48 PM   #19
hareeshkumaru
LQ Newbie
 
Registered: Dec 2007
Location: coimbatore-chennai
Distribution: fedora
Posts: 11

Rep: Reputation: 0
error message when enablin desktop effects

hi.. i had to re-install my fedora 8... i hav nvidia GeForce 6200 graphic card.. i installed the drivers bt usin
Quote:
yum install kmod-nvidia
after that i did the changed that was mentioned previously in the thread to the xorg.conf file but still i get this error message wen i try to enable desktop effects


Quote:
[hareesh@localhost ~]$ desktop-effects
compiz (core) - Fatal: No GLXFBConfig for default depth, this isn't going to work.
compiz (core) - Error: Failed to manage screen: 0
compiz (core) - Fatal: No manageable screens found on display :0.0

pls help me enable desktop effects
thanks
 
Old 05-29-2008, 04:21 PM   #20
oskar
Senior Member
 
Registered: Feb 2006
Location: Austria
Distribution: Ubuntu 8.04
Posts: 1,130

Rep: Reputation: 45
Quote:
Originally Posted by hareeshkumaru View Post
i had to forat my system... wen i installed fedora 8 i did the changes to xorg.conf file b4 that i installed nvidia drivers from livna... i get the following error
[hareesh@localhost ~]$ desktop-effects
compiz (video) - Warn: No 8 bit GLX pixmap format, disabling YV12 image format

wats the problem.. can anyone help??
A warning is not an error and can safely be ignored in 99% of all cases.
 
Old 05-29-2008, 04:26 PM   #21
oskar
Senior Member
 
Registered: Feb 2006
Location: Austria
Distribution: Ubuntu 8.04
Posts: 1,130

Rep: Reputation: 45
double post

Last edited by oskar; 05-29-2008 at 04:33 PM. Reason: double post
 
Old 05-30-2008, 04:32 AM   #22
hareeshkumaru
LQ Newbie
 
Registered: Dec 2007
Location: coimbatore-chennai
Distribution: fedora
Posts: 11

Rep: Reputation: 0
can u please be more clear in ur suggestion... i actually cant get wat u say!! i hav displayed what erroe message i get clearly in the post.. it says fatal error and not warning
 
Old 05-31-2008, 07:07 AM   #23
oskar
Senior Member
 
Registered: Feb 2006
Location: Austria
Distribution: Ubuntu 8.04
Posts: 1,130

Rep: Reputation: 45
I didn't realize both those posts were by you.
I was replying to the one I was quoting.

I did a google search for your error. Seems like some people have been able to fix this by installing the nvidia driver from the nvidia site.
 
Old 05-31-2008, 07:29 AM   #24
hareeshkumaru
LQ Newbie
 
Registered: Dec 2007
Location: coimbatore-chennai
Distribution: fedora
Posts: 11

Rep: Reputation: 0
i was advised on this very same forum not to install drivers provided by nvidia site but to go for 'sanely packaged ' driers provided by livna... so u advice me to uninstall it n try the one given by nvidia??
 
Old 05-31-2008, 01:57 PM   #25
oskar
Senior Member
 
Registered: Feb 2006
Location: Austria
Distribution: Ubuntu 8.04
Posts: 1,130

Rep: Reputation: 45
That was good advice, but if they don't work... it's not like it could do much worse, right?
Don't forget to remove the driver you installed through linva. Open the package manager, search for nvidia and remove whatever they name the packages over at linva. - The thing you installed was probably a meta package, so just removing that one might not do it.

Last edited by oskar; 05-31-2008 at 01:59 PM.
 
Old 06-01-2008, 09:19 AM   #26
hlingler
Member
 
Registered: May 2007
Location: Connellsville, PA, USA
Distribution: Fedora 8/9/10/11
Posts: 71

Rep: Reputation: 15
See: http://forum.compiz-fusion.org/showt...+default+depth

Did you run livna-config-display to update xorg.conf with the correct "File" PATHS?

If not, it may be that your software is looking in the wrong folders, and loading the wrong libGL.so*

Your xorg.conf file should look much like this:
Code:
Section "Files"
        ModulePath   "/usr/lib/xorg/modules/extensions/nvidia"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "unix/:7100"
EndSection
You can also verify this by running: ldd /usr/bin/glxinfo

You should get:
Code:
        linux-gate.so.1 =>  (0x00110000)
        libGL.so.1 => /usr/lib/nvidia/libGL.so.1 (0x0602e000)
        libGLU.so.1 => /usr/lib/libGLU.so.1 (0x0662c000)
        libc.so.6 => /lib/libc.so.6 (0x005da000)
        libX11.so.6 => /usr/lib/libX11.so.6 (0x007c6000)
        libGLcore.so.1 => /usr/lib/nvidia/libGLcore.so.1 (0x05458000)
        libnvidia-tls.so.1 => /usr/lib/nvidia/tls/libnvidia-tls.so.1 (0x005d6000)
        libm.so.6 => /lib/libm.so.6 (0x00735000)
        libXext.so.6 => /usr/lib/libXext.so.6 (0x008c4000)
        libdl.so.2 => /lib/libdl.so.2 (0x00760000)
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00a4c000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00a07000)
        /lib/ld-linux.so.2 (0x005b7000)
        libxcb-xlib.so.0 => /usr/lib/libxcb-xlib.so.0 (0x007ba000)
        libxcb.so.1 => /usr/lib/libxcb.so.1 (0x0079c000)
        libXau.so.6 => /usr/lib/libXau.so.6 (0x00797000)
        libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x007be000)
V
 
  


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
Want to enable 3D desktop effects using ATI radeaon 200m ddoublee Linux - Desktop 3 09-29-2007 02:17 AM
Cannot enable desktop effects/beryl does nothing - Fedora 7 on geforce 7900gs the big cheese Fedora 5 08-03-2007 09:47 AM
cannot enable desktop effects narcispy Ubuntu 4 06-20-2007 10:27 AM
How do I enable desktop effects in Xubuntu? coolblue Ubuntu 1 04-20-2007 09:29 PM
I canīt enable desktop effects skullhunterph Fedora 3 04-01-2007 06:30 PM


All times are GMT -5. The time now is 07:43 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
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration