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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
06-13-2004, 07:33 PM
|
#1
|
Senior Member
Registered: Jul 2003
Location: So. Cal.
Distribution: Slack 11
Posts: 1,737
Rep:
|
Graphics Problem
Ive had this problem for a while, When I move windows around they stretch and skip like im low on memory but im not.
This is from my xfree86 file. Can i remove the #VideoRam 4096 and change it to
VideoRam 32mb since thats what my video card has? and will that fix the jerky motion when I move windows around or something else involved?
If it matters I dont have a swap partition. Thanks
# **********************************************************************
# Graphics device section
# **********************************************************************
# Any number of graphics device sections may be present
Section "Device"
Identifier "VESA Framebuffer"
Driver "nv"
#VideoRam 4096
# Insert Clocks lines here if appropriate
vendorname "NVidia"
boardname "GeForce3 (rev 1)"
EndSection
Last edited by BajaNick; 06-13-2004 at 07:44 PM.
|
|
|
06-13-2004, 07:58 PM
|
#2
|
Member
Registered: Feb 2004
Posts: 307
Rep:
|
Re: Graphics Problem
What do 'glxinfo | grep direct' and 'glxinfo | grep string' output? What FPS do you get for 'glxgears'?
|
|
|
06-13-2004, 08:28 PM
|
#3
|
Senior Member
Registered: Jul 2003
Location: So. Cal.
Distribution: Slack 11
Posts: 1,737
Original Poster
Rep:
|
I am also using an agp slot if that helps, I just think I should be getting much better performance out of this card.
$ glxinfo | grep direct
direct rendering: No
OpenGL renderer string: Mesa GLX Indirect
$ glxinfo | grep string
server glx vendor string: SGI
server glx version string: 1.2
client glx vendor string: SGI
client glx version string: 1.2
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.4 Mesa 5.0.2)
$ glxgears
793 frames in 5.0 seconds = 158.600 FPS
784 frames in 5.0 seconds = 156.800 FPS
Thanks
|
|
|
06-13-2004, 09:36 PM
|
#4
|
Member
Registered: Feb 2004
Posts: 307
Rep:
|
Yep, you SHOULD be getting much better performance from that card
Your drivers aren't set up properly, in fact, they aren't even being USED. X is using the Mesa drivers, which are generic drivers :/
Make sure you followed the steps properly on NVIDIA's site, you might have forgotten something.
|
|
|
06-13-2004, 10:06 PM
|
#5
|
Senior Member
Registered: Jul 2003
Location: So. Cal.
Distribution: Slack 11
Posts: 1,737
Original Poster
Rep:
|
Actually I just installed the nvidia drivers since that last post but now I get this:
$ glxinfo | grep direct
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
$ glxinfo | grep string
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
and glxgears wont start at all
Xlib: extension "GLX" missing on display ":0.0".
Error: couldn't get an RGB, Double-buffered visual

|
|
|
06-13-2004, 11:25 PM
|
#6
|
Member
Registered: Feb 2004
Posts: 307
Rep:
|
Now it's not initializing GLX at all....
Check the top of your XF86Config and make sure there is a line:
Load "glx"
And it's not commented out.
|
|
|
06-13-2004, 11:49 PM
|
#7
|
Senior Member
Registered: Jul 2003
Location: So. Cal.
Distribution: Slack 11
Posts: 1,737
Original Poster
Rep:
|
It dosnt seem to be commnented out.
What else should I check for?
Thanks
# This loads the font modules
Load "type1"
Load "freetype"
Load "speedo"
# This loads the GLX module
Load "glx"
EndSection
# **********************************************************************
# Files section. This allows default font and rgb paths to be set
# **********************************************************************
Section "Files"
# The location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.
RgbPath "/usr/X11R6/lib/X11/rgb"
# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
#
# If you don't have a floating point coprocessor and emacs, Mosaic or other
# programs take long to start up, try moving the Type1 and Speedo directory
# to the end of this list (or comment them out).
#
FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/"
# ModulePath can be used to set a search path for the X server modules.
# The default path is shown here.
# ModulePath "/usr/X11R6/lib/modules"
EndSection
|
|
|
06-14-2004, 11:16 AM
|
#8
|
Member
Registered: Feb 2004
Posts: 307
Rep:
|
Try installing the drivers again, maybe you'll get lucky :/
I can't think of any reason that it wouldn't initialize GLX like that.
Try checking /var/log/XFree86.0.log and try running 'dmesg' to see if it gives you any clues.
|
|
|
06-14-2004, 09:06 PM
|
#9
|
Senior Member
Registered: Jul 2003
Location: So. Cal.
Distribution: Slack 11
Posts: 1,737
Original Poster
Rep:
|
I downloaded a Nvidia driver set from nvidia but It was not from their main driver page.
I found a link to it while doing a search here on LQ. When I went to the Nvidia main Display driver download page it did not have the driver I installed. I think that might be the problem. It had ia32 and ia64 for linux. I wasnt sure If wich one to DL.The other page just had one driver but i cannot find that page yet.
How can I go about reinstalling the Mesa drivers and dump the Nvidia drivers? Kde seemed to run better with the mesa drivers. Thanks.
Last edited by BajaNick; 06-14-2004 at 09:22 PM.
|
|
|
06-14-2004, 09:45 PM
|
#10
|
LQ Guru
Registered: Jul 2003
Distribution: Gentoo 2004.2: Who needs exmmpkg when you have emerge?
Posts: 1,795
Rep:
|
Change that:
Driver "nv"
to:
Driver "nvidia"
Then restart your X server and see if the problem is solved.
|
|
|
06-14-2004, 10:38 PM
|
#11
|
Senior Member
Registered: Jul 2003
Location: So. Cal.
Distribution: Slack 11
Posts: 1,737
Original Poster
Rep:
|
I just tried that and nothing.
I did find out that I am missing a whole lib directory needed by the nvidia driver (/usr/lib/tls)
When I did the Nvidia install it searched for libraries online but said none found. I wonder if I can manually install this. I dont know if this will fix the glx no loading problem but I am gonna keep on this cuz this is driveing me crazy, lol.
|
|
|
06-14-2004, 10:47 PM
|
#12
|
LQ Guru
Registered: Jul 2003
Distribution: Gentoo 2004.2: Who needs exmmpkg when you have emerge?
Posts: 1,795
Rep:
|
By the way, can you do a cat /proc/mtrr for us and tell us what comes up?
|
|
|
06-14-2004, 11:19 PM
|
#13
|
Senior Member
Registered: Jul 2003
Location: So. Cal.
Distribution: Slack 11
Posts: 1,737
Original Poster
Rep:
|
This is getting kinda deep, lol.
I dont know what any of this means but you guys must.
cat /proc/mtrr
reg00: base=0x00000000 ( 0MB), size= 512MB: write-back, count=1
reg01: base=0xd0000000 (3328MB), size= 64MB: write-combining, count=1
Heres this also:
modprobe nvidia
Warning: loading /lib/modules/2.4.22/kernel/drivers/video/nvidia.o will taint the kernel: non-GPL license - NVIDIA
See http://www.tux.org/lkml/#export-tainted for information about tainted modules
Module nvidia loaded, with warnings
Last edited by BajaNick; 06-15-2004 at 12:56 AM.
|
|
|
06-15-2004, 09:01 PM
|
#14
|
Senior Member
Registered: Jul 2003
Location: So. Cal.
Distribution: Slack 11
Posts: 1,737
Original Poster
Rep:
|
Well I didnt want to but I uninstalled the nvidia drivers using the unistaller provided but nothing changed, my xfree86 file is exactly the same as it was and my graphics are no better. I have a feeling my XFree86 file is doing nothing cuz Ive made several changes and nothing different has happend. Is there another config file that controls Graphics and the mouse?? Thanks
|
|
|
06-17-2004, 02:04 AM
|
#15
|
Senior Member
Registered: Jul 2003
Location: So. Cal.
Distribution: Slack 11
Posts: 1,737
Original Poster
Rep:
|
I got the nvidia driver to work!!
I was modifying the wrong file, I was changing the XFree86Conf file and I was supposed to edit the xorg.conf file.
but the graphics are still really jerky when I move windows around, but glxgears is showing almost 6 times the FPS than before.
Last edited by BajaNick; 06-17-2004 at 02:13 AM.
|
|
|
All times are GMT -5. The time now is 11:19 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|