LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 10-29-2009, 02:54 PM   #1
resetreset
Senior Member
 
Registered: Mar 2008
Location: Cyberspace
Distribution: Dynebolic, Ubuntu 10.10
Posts: 1,351

Rep: Reputation: 62
No Desktop effects in Fedora 11


It's not turning on - when I click the button, the box goes gray and after quite a while I get a box saying "Unable to turn it on" or something to that effect.
I checked with glxinfo and direct rendering is: Yes.
My card is GeForce 8400 GS.

Can anyone help?



Thx.

Last edited by resetreset; 10-29-2009 at 03:26 PM.
 
Old 10-29-2009, 03:47 PM   #2
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,647

Rep: Reputation: 2655Reputation: 2655Reputation: 2655Reputation: 2655Reputation: 2655Reputation: 2655Reputation: 2655Reputation: 2655Reputation: 2655Reputation: 2655Reputation: 2655
Did you fallow the fedora "how to" page for installing compiz-fusion ???
" compiz-0.8.5 repo for F9, F10 & F11 + guide for the official fedora packages "
http://forums.fedoraforum.org/showthread.php?t=173317
 
Old 10-30-2009, 09:16 AM   #3
resetreset
Senior Member
 
Registered: Mar 2008
Location: Cyberspace
Distribution: Dynebolic, Ubuntu 10.10
Posts: 1,351

Original Poster
Rep: Reputation: 62
The file isnt there:

Retrieving http://leigh123linux.fedorapeople.or...1.8.noarch.rpm
curl: (22) The requested URL returned error: 404
error: skipping http://leigh123linux.fedorapeople.or...1.8.noarch.rpm - transfer failed


And now I think I've deleted my compiz:

Removed:
compiz.i586 0:0.7.8-18.fc11 compiz-fusion.i586 0:0.7.8-8.fc11
compiz-fusion-gnome.i586 0:0.7.8-8.fc11 compiz-gnome.i586 0:0.7.8-18.fc11




Now what?
 
Old 10-30-2009, 09:16 AM   #4
resetreset
Senior Member
 
Registered: Mar 2008
Location: Cyberspace
Distribution: Dynebolic, Ubuntu 10.10
Posts: 1,351

Original Poster
Rep: Reputation: 62
The file isnt there:

Retrieving http://leigh123linux.fedorapeople.or...1.8.noarch.rpm
curl: (22) The requested URL returned error: 404
error: skipping http://leigh123linux.fedorapeople.or...1.8.noarch.rpm - transfer failed


And now I think I've deleted my compiz:

Removed:
compiz.i586 0:0.7.8-18.fc11 compiz-fusion.i586 0:0.7.8-8.fc11
compiz-fusion-gnome.i586 0:0.7.8-8.fc11 compiz-gnome.i586 0:0.7.8-18.fc11




Now what?
 
Old 10-30-2009, 03:48 PM   #5
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,647

Rep: Reputation: 2655Reputation: 2655Reputation: 2655Reputation: 2655Reputation: 2655Reputation: 2655Reputation: 2655Reputation: 2655Reputation: 2655Reputation: 2655Reputation: 2655
compiz-fusion-release-1-8.noarch.rpm

is there just checked
this should install the repo
Code:
wget http://leigh123linux.fedorapeople.org/compiz-fusion-release-1-8.noarch.rpm
rpm -Uvh compiz-fusion-release-1-8.noarch.rpm
once the .repo is installed use yum ti install
for Gnome
Code:
su -
yum -y --noplugins install compiz-gnome fusion-icon-gtk compiz-bcop ccsm emerald-themes compizconfig-backend-gconf compiz-plugins-unsupported compiz-plugins-extra
 
Old 10-31-2009, 02:26 AM   #6
resetreset
Senior Member
 
Registered: Mar 2008
Location: Cyberspace
Distribution: Dynebolic, Ubuntu 10.10
Posts: 1,351

Original Poster
Rep: Reputation: 62
I d'l'ed compiz-fusion-release-1-8.noarch.rpm from the web with a Google, and then did all that Yum stuff. A menu showed up in "Preferences" I think, I turned on "3D windows" or whatever it was, now when I log into Gnome, my screen goes white and it's not logging in

I'm just off to reinstall.

Strangely I had a live DVD of Sabayon 4, and that did "wobbly windows" just fine, but not the 3D cube.
 
Old 10-31-2009, 02:54 PM   #7
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,647

Rep: Reputation: 2655Reputation: 2655Reputation: 2655Reputation: 2655Reputation: 2655Reputation: 2655Reputation: 2655Reputation: 2655Reputation: 2655Reputation: 2655Reputation: 2655
you might want to do some READDING that white window sounds like the very common ATI card issue
is your 3d card an ATI ???
 
Old 10-31-2009, 03:21 PM   #8
resetreset
Senior Member
 
Registered: Mar 2008
Location: Cyberspace
Distribution: Dynebolic, Ubuntu 10.10
Posts: 1,351

Original Poster
Rep: Reputation: 62
No my card is nVidia Corporation GeForce 8400 GS
 
Old 10-31-2009, 05:12 PM   #9
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,647

Rep: Reputation: 2655Reputation: 2655Reputation: 2655Reputation: 2655Reputation: 2655Reputation: 2655Reputation: 2655Reputation: 2655Reputation: 2655Reputation: 2655Reputation: 2655
what driver are you using for the nvidia card ?
the nvidia.run?
the kmod-nvidia?
the akmod-nvidia ?
the nouveau ?

http://forums.fedoraforum.org/showthread.php?t=204752
 
Old 11-01-2009, 02:43 AM   #10
resetreset
Senior Member
 
Registered: Mar 2008
Location: Cyberspace
Distribution: Dynebolic, Ubuntu 10.10
Posts: 1,351

Original Poster
Rep: Reputation: 62
i think i'm using "nv"
 
Old 11-01-2009, 03:33 AM   #11
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,647

Rep: Reputation: 2655Reputation: 2655Reputation: 2655Reputation: 2655Reputation: 2655Reputation: 2655Reputation: 2655Reputation: 2655Reputation: 2655Reputation: 2655Reputation: 2655
that is the problem the "nv" driver is 2 d ONLY -- there is NO 3d support in it

PLEASE install the kmod-nvidia driver for your card !
and please READ the instructions for running and installing the 3d desktop.

i posted both links
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Desktop effects not working in Fedora 11. karthiksharu Fedora - Installation 8 08-06-2009 12:06 PM
Fedora 10 Desktop effects Nemesissparadise Linux - Software 1 06-04-2009 09:35 AM
3d Desktop Effects within Fedora 10 Samael Fedora 8 01-19-2009 07:20 AM
Cant enable desktop effects on Fedora 8 b2bwild Linux - Hardware 25 06-01-2008 09:19 AM
Fedora 8 Desktop Effects vital_101 Fedora 4 04-02-2008 11:08 PM

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

All times are GMT -5. The time now is 01:26 AM.

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