LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Mandriva (https://www.linuxquestions.org/questions/mandriva-30/)
-   -   openGL screensavers arent working (https://www.linuxquestions.org/questions/mandriva-30/opengl-screensavers-arent-working-214380/)

schirrjo 08-06-2004 03:05 PM

openGL screensavers arent working
 
I am somewhat new to Linux and I have this problem:

When i try to select screensavers that use openGL (marked with (GL) in the screensaver list) I am unable to activate them. They just show a blank screen.

I have an AMD Athlon 2100+ processor, 768 MB RAM, and NVidia GForce 4 MMX 440 card - 128MB video RAM, with AGP 8x.

Video display works fine, i just cant seem to get screen savers to work. Other non-OpenGL screen savers work fine.

Any help would be appreciated!

Joe

win32sux 08-06-2004 03:26 PM

have you already installed the nvidia drivers??

http://www.nvidia.com/object/linux.html

schirrjo 08-06-2004 05:57 PM

Ill try and let you know

schirrjo 08-06-2004 06:17 PM

ok so before i do this i need to know how to exit the x windows and go to a text-only screen. help...?

win32sux 08-06-2004 06:20 PM

open a terminal and (as root) type:

init 3

schirrjo 08-06-2004 06:50 PM

ok i got it installed and everything works great. i even have access to some games i didnt have before (tuxracer). awesome!

One catch.... it told me to update the xf86config file. i didnt do that, and everything works fine. do i still need to do that? im not sure how.

man do i sound like a noob. i apologize for that.

win32sux 08-06-2004 06:56 PM

usually it's just a matter of opening your X configuration file (for example, /etc/X11/XF86Config-4) with a text editor and going to the "graphics device section"... there you just make sure that the driver is set to "nvidia" and not "nv" or something else... for example, here's what mine looks like... yes, my videocard sucks... i know...

=)


Quote:

# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

Section "Device"
Identifier "Nvidia TNT2 M64 32MB"
Driver "nvidia"
#Option "DPMS"
#VideoRam 4096
# Insert Clocks lines here if appropriate
EndSection

schirrjo 08-06-2004 09:28 PM

looks like the install program took care of it. its already set that way.

Thanks for the help everyone!

Joe

win32sux 08-06-2004 10:39 PM

you're welcome! good luck!


All times are GMT -5. The time now is 04:27 PM.