Results 1 to 10 of 34
I just upgraded to Fedora 12 and I have an Nvidia graphics card. I wonder if nouveau is enabled now, because I don't know how to find out.
The only ...
- 11-19-2009 #1Linux Newbie
- Join Date
- Aug 2009
- Posts
- 132
Is nouveau driver enabled in Fedora 12?
I just upgraded to Fedora 12 and I have an Nvidia graphics card. I wonder if nouveau is enabled now, because I don't know how to find out.
The only thing I know is that desktop effects cannot be enabled.
And I wish not to have to go with Nvidia's driver because it has it's own settings that take over the os's, and it's proprietary.
- 11-20-2009 #2
according to My experiments with Linux: Fedora 12 Beta, nouveau graphics driver and screen corruption it has replaced nv by default since fedora 11
- 11-20-2009 #3Linux Newbie
- Join Date
- Aug 2009
- Posts
- 132
Then why don't desktop effects work and games like Supertux peg the CPU and go at 2-4 FPS
?
I also would like to know how to see/change what video driver I am using. I only know how to do it with xorg.conf, but Fedora doesn't have it.
That reminds me that I would like to have a way to use the command line if X doesn't work, but Fedora has a graphical login.Last edited by MTK; 11-20-2009 at 01:52 PM.
- 11-20-2009 #4
- 11-20-2009 #5Linux Newbie
- Join Date
- Aug 2009
- Posts
- 132
I thought that Supertux is 2D?
- 11-20-2009 #6
3d support means anything using opengl, which would be desktop effects and most likely supertux
- 11-20-2009 #7Linux Newbie
- Join Date
- Aug 2009
- Posts
- 132
So I guess I need the Nvidia driver even for decent 2D.
I remember that X needs not to be running during the driver installation, how do you do that with Fedora's X (not command-line) login?
- 11-20-2009 #8
switch to a console, login, stop gdm (/etc/init.d/gdm stop)
- 11-20-2009 #9Linux Newbie
- Join Date
- Aug 2009
- Posts
- 132
What is gdm?
- 11-20-2009 #10
gnome display manager, you can easily start in text mode by editing /etc/inittab and changing the default runlevel from 5 back to 3
id:5:initdefault: to id:3:initdefault:


Reply With Quote