LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
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


Reply
  Search this Thread
Old 06-24-2005, 12:30 AM   #1
DropSig
Member
 
Registered: Apr 2004
Location: Saskatchewan
Distribution: Ubuntu, Centos
Posts: 208

Rep: Reputation: 30
i dont think my graphic accel is working


i have an AMD 1150 512 ram with a G-force 128 ram
i play doom3 and the way it plays make me think that my graphic accel is not workin
any ideas???
 
Old 06-24-2005, 01:13 AM   #2
juanbobo
Member
 
Registered: Mar 2005
Location: Chicago
Distribution: Gentoo AMD64
Posts: 365

Rep: Reputation: 30
About what framerate are you getting? What version of X Windows are you using? Are you using the official "nvidia" driver? Could you post your xorg.conf or XF86Config file?
 
Old 06-24-2005, 02:57 AM   #3
Kahless
Member
 
Registered: Jul 2003
Location: Pennsylvainia
Distribution: Slackware / Debian / *Ubuntu / Opensuse / Solaris uname: Brian Cooney
Posts: 503

Rep: Reputation: 30
Have you followed the directions on nvidia's webpage to install the nvidia video drivers? Your distro isnt going to support accelerated 3d out of the box.

of course without these drivers, i woudl be suprised to see it run at all. There may be some fruit in the effort to dig in the archives and try a few different versions of the driver, they have released broken ones before :P


http://www.nvidia.com/object/linux_d..._1.0-7664.html

That being said, dooms 3 is a rough game to run even on a properly congured windows box (its target platform, right) Which geforce card do you have? the hardware might just be a bit too slow for the game..... I woudnt expect my ti4200 to run it well under windows or linux.


Are you using cedga?
 
Old 06-24-2005, 07:22 PM   #4
DropSig
Member
 
Registered: Apr 2004
Location: Saskatchewan
Distribution: Ubuntu, Centos
Posts: 208

Original Poster
Rep: Reputation: 30
i am running Slack 10.1 (Full install) with X 6.8.1
i have a GeForce FX 5200 i have the official nvidia drive version 1.0
i dont know how to know the framerate.
but here is my xorg.conf nd i will go look for info on nvidia.
thank you.
Section "ServerLayout"
Identifier "X.org Configured"
Screen "Screen0"

InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
Load "record"
Load "extmod"
Load "dbe"
Load "dri"
Load "glx"
Load "xtrap"
Load "freetype"
Load "type1"
Load "freetype"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
#DisplaySize 320 240 # mm
Identifier "Monitor0"
VendorName "OEC"
ModelName "7701"
Option "DPMS"
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "SWcursor" # [<bool>]
#Option "HWcursor" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "ShadowFB" # [<bool>]
Option "UseFBDev" # [<bool>]
#Option "Rotate" # [<str>]
Option "VideoKey" # <i>
#Option "FlatPanel" # [<bool>]
#Option "FPDither" # [<bool>]
Option "CrtcNumber" # <i>
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "NV34 [GeForce FX 5200]"
BusID "PCI:1:0:0"
Option "ConnectedMonitor" "CRT.TV"
#Option "TVStandard" "NTSC"
Option "TVOutFormat" "SVIDEO"
#Option "CursorShadow" "on"
Option "TwinView" "True"
Option "SecondMonitorHorizSync" "30-50"
Option "MetaModes" "1024x768,1024x768"
Option "SecondMonitorVertRefresh" "60"
Option "TwinViewOrientation" "Clone"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
 
Old 06-25-2005, 01:48 PM   #5
kak
Member
 
Registered: Jul 2004
Location: Moriarty, NM, USA about 100 yards form Rattle Snake Coutry
Distribution: Slackware , Ubuntu
Posts: 269

Rep: Reputation: 30
To see the fps while playing doom3

open up the DoomConfig.cfg file( located in "/home/you/.doom3/base/") with a text editor
and page down about a third of the way down and you should see:
Quote:
seta com_showFPS "0"
change it to read:
Quote:
seta com_showFPS "1"
then it should show the fps while you are running the game.
 
  


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
openGL and 3d accel. not working properly JoannesX Slackware 5 07-10-2005 07:21 AM
Games that dont require 3D accel? unholy Linux - Games 5 12-31-2004 04:47 AM
XOrg/XFree86 with graphic 3D accel enabled motovoi Linux - Software 3 12-18-2004 08:53 PM
Radeon 9700 Pro 3d accel not working dataangel Linux - Hardware 3 08-31-2004 05:00 PM
fgl_glxgears not working, but 3d accel fine? sirra462 Linux - Hardware 1 01-14-2004 08:18 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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