LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-21-2008, 11:59 AM   #1
STARHARVEST
Member
 
Registered: Nov 2005
Location: Russia, republic of Bashkiria
Distribution: Slackware 12.1
Posts: 294

Rep: Reputation: 31
I think it's OPENGL


what do ya think of extreme tux racer game? my sister wonna play but grafics are slow.

glxinfo | grep direct
direct rendering: Yes

what else is needed to be in xorg file to take it fly? ah?
 
Old 03-21-2008, 12:29 PM   #2
bgryderclock
Member
 
Registered: Mar 2005
Location: charlotte nc
Distribution: fedora -> debian / (x)ubuntu -> Slackware
Posts: 44
Blog Entries: 1

Rep: Reputation: 15
Quote:
Originally Posted by STARHARVEST View Post
what do ya think of extreme tux racer game? my sister wonna play but grafics are slow.

glxinfo | grep direct
direct rendering: Yes

what else is needed to be in xorg file to take it fly? ah?
I run Linux games on an old IBM thinkpad. Some games run faster if I boot into a light window manager like Fluxbox so more system resources are available for the game.

What is you system specs? what is you desktop environment? What is your screen resolution?
 
Old 03-21-2008, 01:21 PM   #3
STARHARVEST
Member
 
Registered: Nov 2005
Location: Russia, republic of Bashkiria
Distribution: Slackware 12.1
Posts: 294

Original Poster
Rep: Reputation: 31
I'm talking bout extensions. what are they? how to write them properly in xorg? any ideas?
 
Old 03-21-2008, 03:06 PM   #4
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
What video card do you have ?
 
Old 03-21-2008, 03:18 PM   #5
STARHARVEST
Member
 
Registered: Nov 2005
Location: Russia, republic of Bashkiria
Distribution: Slackware 12.1
Posts: 294

Original Poster
Rep: Reputation: 31
gforce mx 400
 
Old 03-21-2008, 03:21 PM   #6
STARHARVEST
Member
 
Registered: Nov 2005
Location: Russia, republic of Bashkiria
Distribution: Slackware 12.1
Posts: 294

Original Poster
Rep: Reputation: 31
just gimmie some example of xorg with extensions.
 
Old 03-21-2008, 03:46 PM   #7
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
xorg.conf should contain nvidia as the driver for your video card, not nv
Your card is supported using the nvidia-legacy drivers.

I don't have a clue what you are referring to by extensions in xorg.conf
 
Old 03-22-2008, 03:46 AM   #8
STARHARVEST
Member
 
Registered: Nov 2005
Location: Russia, republic of Bashkiria
Distribution: Slackware 12.1
Posts: 294

Original Poster
Rep: Reputation: 31
I've checked xorg now and there is "nvidia" not "nv".
Also, in Section "Module" -
Load "glx"
Load "dri"
But still fps are too slow.
 
Old 03-22-2008, 05:00 AM   #9
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
You should NOT be loading dri, there is no use for it. It should be more like:

Code:
Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
EndSection
If you're using the nvidia driver, why not use 'nvidia-settings' to configure it, then save changes to 'xorg.conf'.
 
Old 03-22-2008, 05:14 AM   #10
STARHARVEST
Member
 
Registered: Nov 2005
Location: Russia, republic of Bashkiria
Distribution: Slackware 12.1
Posts: 294

Original Poster
Rep: Reputation: 31
what is "extmod" for?
 
Old 03-22-2008, 07:46 AM   #11
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
There's something about it here:
http://livna.org/pipermail/freeworld...er/000825.html

The best thing to do is use 'nvidia-settings' to configure it. Also, what kind of FPS are you getting ? I guess with glxgears, even tho it's not a benchmark. If you benchmarked it with something like Quake 2 or 3, that would be better.

Last edited by H_TeXMeX_H; 03-22-2008 at 07:47 AM.
 
Old 03-22-2008, 09:43 AM   #12
STARHARVEST
Member
 
Registered: Nov 2005
Location: Russia, republic of Bashkiria
Distribution: Slackware 12.1
Posts: 294

Original Poster
Rep: Reputation: 31
ops. now checked again, there was "extmod" line too..

Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
Load "freetype"
#Load "speedo"
Load "glx"
Load "dri"
 
Old 03-22-2008, 09:46 AM   #13
STARHARVEST
Member
 
Registered: Nov 2005
Location: Russia, republic of Bashkiria
Distribution: Slackware 12.1
Posts: 294

Original Poster
Rep: Reputation: 31
well, what things have to be added for smart graphics? What modules or whatever else?
 
Old 03-22-2008, 10:58 AM   #14
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
I don't understand ... what is 'smart' graphics ?
 
Old 03-22-2008, 11:03 AM   #15
STARHARVEST
Member
 
Registered: Nov 2005
Location: Russia, republic of Bashkiria
Distribution: Slackware 12.1
Posts: 294

Original Poster
Rep: Reputation: 31
Quote:
Originally Posted by H_TeXMeX_H View Post
I don't understand ... what is 'smart' graphics ?
I mean fast, with sufficient fps.
 
  


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 window not having title bar-using freeglut for opengl programming in c++ ashjas Fedora 0 01-19-2008 02:46 AM
Why do I need X to use OpenGL ? zelko Linux - General 33 04-23-2007 08:52 AM
Overwrite Mesa OpenGL with ATI OpenGL Carl-Fredrik Slackware 12 10-01-2004 03:33 PM
Changing from MESA OpenGL to ATI OpenGL tillyoubreakit Linux - Hardware 19 10-07-2003 07:32 PM
OpenGL is needed by plib-1.7.0- but i have opengl ! qwijibow Linux - Newbie 0 08-05-2003 07:12 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:02 PM.

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