LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 09-08-2005, 09:40 PM   #1
Drakkath
Member
 
Registered: Apr 2005
Location: Oneonta, AL USA (B'ham)
Distribution: Mandrake 10.2 (LE2005)
Posts: 61

Rep: Reputation: 15
Problems with GeForce FX 5200 PCI Mdk2005LE


For some reason I have jumped through all the hoops in installing the NVidia drivers on Mdk10.2 but I get abysmal framerates in every application! Glxgears ran fullscreened only gets about 260FPS. I have reinstalled the drivers, and inserted the nvidia driver into xorg and my xorg.conf file is perfect according to the nvidia docs.

The only thing that I can think of is that when I type nvidia-settings I get an error with libXv.so.1 not being found but I have no idea if that has anything to do with it.

I got better framerates with a ATI Radeon 9000 Pro in UT2004.

Can anyone give me some tips on things to try to alleviate this problem??
 
Old 09-09-2005, 01:05 AM   #2
linux-rulz
Member
 
Registered: Dec 2004
Distribution: Windows XP Home, Ubuntu Hoary
Posts: 584

Rep: Reputation: 30
Hmmm, that is strange. I have never had a problem like that on any distro. Could you please post you xorg.conf without any commented out sections please
 
Old 09-09-2005, 02:09 AM   #3
floppywhopper
Member
 
Registered: Aug 2004
Location: Western Australia
Distribution: Mageia , Centos
Posts: 643
Blog Entries: 2

Rep: Reputation: 136Reputation: 136
Do it the Dalek way

http://www.linuxquestions.org/questi...ticle&artid=30

also give us some more specs of your system
I'm using that particular card with no problems

floppy
 
Old 09-09-2005, 03:19 PM   #4
Drakkath
Member
 
Registered: Apr 2005
Location: Oneonta, AL USA (B'ham)
Distribution: Mandrake 10.2 (LE2005)
Posts: 61

Original Poster
Rep: Reputation: 15
I am using an AMD XP 2000+ with 256mb ram. My card is a XFX Geforce FX 5200 PCI 256mb.

Here is my Xorg.conf file:
/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\

Section "Files"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.
FontPath "unix/:-1"
EndSection

Section "ServerFlags"
#DontZap # disable <Crtl><Alt><BS> (server abort)
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
#DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection

Section "Module"
Load "ddc" # ddc probing of monitor

# Load "GLcore"
Load "dbe"

# Load "dri"
Load "extmod"
Load "bitmap" # bitmap-fonts
Load "speedo"
Load "type1"
Load "freetype"
Load "record"
Load "/usr/X11R6/lib/modules/extensions/libglx.so"
EndSection

Section "InputDevice"
Identifier "Keyboard1"
Driver "keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "en_US"
Option "XkbOptions" "compose:rwin"
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
Identifier "monitor1"
VendorName "Generic"
ModelName "1280x1024 @ 60 Hz"
HorizSync 31.5-64.3
VertRefresh 50-70

# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630

# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection

Section "Device"
Identifier "device1"
VendorName "nVidia"
BoardName "NVIDIA GeForce FX (generic)"
Driver "nvidia"
Option "DPMS"
Option "IgnoreEDID" "1"
EndSection

Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24

Subsection "Display"
Depth 8
Virtual 1280 1024
EndSubsection

Subsection "Display"
Depth 15
Virtual 1280 1024
EndSubsection

Subsection "Display"
Depth 16
Virtual 1280 1024
EndSubsection

Subsection "Display"
Depth 24
Virtual 1280 1024
EndSubsection
EndSection

Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Screen "screen1"
EndSection
 
Old 09-11-2005, 09:45 AM   #5
Qew
Member
 
Registered: Feb 2005
Location: Sussex, UK
Distribution: Debian Lenny
Posts: 35

Rep: Reputation: 17
Below is quoted from the NVIDIA readme (in particular, take note of the last line):

Remove the line:

Driver "nv"
(or Driver "vesa")
(or Driver "fbdev")

and replace it with the line:

Driver "nvidia"

Remove the following lines:

Load "dri"
Load "GLCore"

In the "Module" section of the file, add the line (if it does not already
exist):

Load "glx"
 
Old 09-11-2005, 08:10 PM   #6
Drakkath
Member
 
Registered: Apr 2005
Location: Oneonta, AL USA (B'ham)
Distribution: Mandrake 10.2 (LE2005)
Posts: 61

Original Poster
Rep: Reputation: 15
Well, did everything again, reinstalled EVERYTHING, and still nothing.

Glxgears is only pulling like 256 FPS still which is absymal.

Thanks for all the suggestions, but anyone else have any ideas?

~Drakkath
 
  


Reply



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
Crash When Scrolling With GeForce FX 5200 PCI Aristotle Linux - Hardware 3 10-24-2005 09:45 PM
3D Performance with GeForce FX 5200 PCI Drakkath Linux - Hardware 6 09-08-2005 03:25 PM
Redraw problems with Twinview GeForce FX 5200 guardian653 Linux - Hardware 3 07-18-2004 04:27 AM
Geforce FX 5200 TV Out Problems no_leaf_clover Linux - Hardware 4 12-10-2003 06:40 PM
nvidia geforce fx 5200 ultra problems kabads Linux - Hardware 6 07-21-2003 09:56 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 05:16 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