LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Games
User Name
Password
Linux - Games This forum is for all discussion relating to gaming in Linux.

Notices


Reply
  Search this Thread
Old 03-04-2004, 10:09 AM   #16
RolledOat
Member
 
Registered: Feb 2003
Location: San Antonio
Distribution: Suse 9.0 Professional
Posts: 843

Rep: Reputation: 30

Quote:
Originally posted by sneak
pIII 450 192 mb ram GForce MX400 64 mb

Fast Writes: not supported
SBA: not supported
AGP Rates: 4x 2x 1x
Driver: NVIDIA (?)
AGP RATE: 2X
The Driver certainly doesn't seem right. It looks like you are using the stock driver. It can be what you have, NvAGP (sp?) or AGPART. Try installing Yanc linked from above in one of my posts. The main screen shows option 1 for AGP, the NvAGP.

RO
 
Old 03-04-2004, 03:30 PM   #17
LavaDevil94
LQ Guru
 
Registered: Jul 2003
Distribution: Gentoo 2004.2: Who needs exmmpkg when you have emerge?
Posts: 1,795

Rep: Reputation: 47
do you think my mobo is a little outdated to support fastwrites (see above post for model)? the /proc/driver/nvidia/agp/host-bridge file seems to say so. maybe i dont have a module?
 
Old 03-05-2004, 05:39 PM   #18
yowi
Member
 
Registered: Dec 2002
Location: Au
Distribution: Debian
Posts: 209

Rep: Reputation: 55
I found some _low_ level teaks in the DRI user guide (here) ....

Quote:
9.1 Bus Mastering

DMA-based DRI drivers (that's most DRI drivers) cannot function unless bus mastering is enabled for your graphics card. By default, some systems don't having bus mastering on. You should enable it in your BIOS.

Alternately, you can check the status of bus mastering and change the setting from within Linux. There may be similar procedures for other operating systems.

Run lspci (as root) and find the information describing your graphics adapter. For example:

00:00.0 Host bridge: Intel Corporation 440BX/ZX - 82443BX/ZX Host bridge (rev 03)
00:01.0 PCI bridge: Intel Corporation 440BX/ZX - 82443BX/ZX AGP bridge (rev 03)
00:07.0 ISA bridge: Intel Corporation 82371AB PIIX4 ISA (rev 02)
00:07.1 IDE interface: Intel Corporation 82371AB PIIX4 IDE (rev 01)
00:07.2 USB Controller: Intel Corporation 82371AB PIIX4 USB (rev 01)
00:07.3 Bridge: Intel Corporation 82371AB PIIX4 ACPI (rev 02)
00:11.0 Ethernet controller: Intel Corporation 82557 [Ethernet Pro 100] (rev 08)
00:12.0 SCSI storage controller: Symbios Logic Inc. (formerly NCR) 53c895 (rev 02)
00:14.0 Multimedia audio controller: Ensoniq ES1371 [AudioPCI-97] (rev 08)
01:00.0 VGA compatible controller: 3Dfx Interactive, Inc.: Unknown device 0009 (rev 01)


The bus, device, and function number comprise the device id, which is conventionally written in the form bus:dev.func, or in this case 01:00.0.

Use the setpci command to examine bit two of register 4 for your graphics card. This will indicate whether or not bus mastering is enabled.

setpci -s 01:00.0 4.w


A hexadecimal value will be printed. Convert the least significant digit to binary. For example, if you see 3, that's 0011 in binary (bit two is 0). If you see 7, that's 0111 in binary (bit two is 1). In the first example, bus mastering is disabled. It's enabled in the second example.

The following shell script will enabled bus mastering for your graphics card and host bridge. Run it as root.

#!/bin/bash
dev=01:00.0 # change as appropriate
echo Enabling bus mastering on device $dev
setpci -s $dev 4.w=$(printf %x $((0x$(setpci -s $dev 4.w)|4)))
dev=00:00.0
echo Enabling bus mastering on host bridge $dev
setpci -s $dev 4.w=$(printf %x $((0x$(setpci -s $dev 4.w)|4)))


You can check if this worked by running the first setpci command again.
Try that for mileage.
 
Old 03-06-2004, 11:05 AM   #19
LavaDevil94
LQ Guru
 
Registered: Jul 2003
Distribution: Gentoo 2004.2: Who needs exmmpkg when you have emerge?
Posts: 1,795

Rep: Reputation: 47
i checked it, it was already on, and i cant find an option for fastwrites in my bios. guess im out of luck .
 
Old 03-07-2004, 10:39 PM   #20
ftgow
Member
 
Registered: Aug 2003
Distribution: Slackware
Posts: 69

Rep: Reputation: 15
Is slackware a good gaming distro? I LOVE The damn thing to death, but (dont say gentoo) what other distro would be better suited for gaming?


AND...

Im going to try again with 2.6.3, for the preemptive stuff, but I was wondering, if I install this kernel, but have both kernel isntalled (2 entrys in lilo.conf two module directories) would it be screwed up? What would be the best way to have both kernels on the system, one for testing 2.6 the other (2.4.22) for my fallback system to use while I really get 2.6 setup.

Thanks.
 
Old 03-07-2004, 10:49 PM   #21
megaspaz
Senior Member
 
Registered: Nov 2002
Location: Silly Con Valley
Distribution: Red Hat 7.3, Red Hat 9.0
Posts: 2,054

Rep: Reputation: 46
for lavadevil and other nvidia users who don't want to go directly into the XF86Config(-4) file, http://yanc.sourceforge.net/index-en.html

for lava, i remember there was a fast write option in there.
 
Old 03-07-2004, 11:09 PM   #22
Thetargos
Senior Member
 
Registered: Mar 2003
Location: Mexico City
Distribution: Fedora, Ubuntu & Mint
Posts: 1,679

Rep: Reputation: 45
Quote:
Originally posted by ftgow
Is slackware a good gaming distro? I LOVE The damn thing to death, but (dont say gentoo) what other distro would be better suited for gaming?


AND...

Im going to try again with 2.6.3, for the preemptive stuff, but I was wondering, if I install this kernel, but have both kernel isntalled (2 entrys in lilo.conf two module directories) would it be screwed up? What would be the best way to have both kernels on the system, one for testing 2.6 the other (2.4.22) for my fallback system to use while I really get 2.6 setup.

Thanks.
Not at all, you may have as many kernels as you want (as long as they can load ) installed in your system. The kernel is independant of the rest of the system (except maybe for GlibC, and some other libraries, of course), but you will have no problem (I've had up until 7 concurrent kernels installed!, not that I recommend that much, but I was testing...)
 
Old 03-07-2004, 11:15 PM   #23
ftgow
Member
 
Registered: Aug 2003
Distribution: Slackware
Posts: 69

Rep: Reputation: 15
Excellent. But what about the /usr/src/linux symlink. Should I change it to the new source or keep it at the default until im sure my new 2.6 kernel is bitchin?
Is it even important?
 
Old 03-07-2004, 11:18 PM   #24
Thetargos
Senior Member
 
Registered: Mar 2003
Location: Mexico City
Distribution: Fedora, Ubuntu & Mint
Posts: 1,679

Rep: Reputation: 45
Quote:
Originally posted by ftgow
Excellent. But what about the /usr/src/linux symlink. Should I change it to the new source or keep it at the default until im sure my new 2.6 kernel is bitchin?
Is it even important?
Some programs when you are bulding them will seek for that symlink, however in my experience they seek first for the /lib/modules/`uname -r`/build symlink (created when you install the modules).
 
Old 03-07-2004, 11:18 PM   #25
ftgow
Member
 
Registered: Aug 2003
Distribution: Slackware
Posts: 69

Rep: Reputation: 15
By the way to alll....


asus a7n8xdeluxe
athlon xp 1600
512 pc2700
geforce fx 5200


3500 frames in glxgears SBA and FASTWRITE supported, and set in my module options, yet only SBA gets actually enabled. As I understand thats the nvidia driver covering its own ass. Damn. Im also running gnome 2.4 with minmal 'theming'. I tried it with TVM and got about 200 more frames.

IF slackware is as fast as hell with everything else, is it fast for games? I should probably stop asking that question and drop in 8.0 of redhat. ANYWAYS...
Ill post those glxgear stats asap.

This thread is quite kickass.
 
Old 03-07-2004, 11:21 PM   #26
ftgow
Member
 
Registered: Aug 2003
Distribution: Slackware
Posts: 69

Rep: Reputation: 15
great. I was doing quite well getting 2.6 under wraps before, but I was under the assumption(s) that because 2.6 was all scrweed up, my 2.4 setup would be as well. Yet that was when I hadnt touched the 2.4 confiurations before upgrading to 2.6, setting up inittab, and installting nvidia. So now that i have all that I feel pretty confident to do a dual kernel setup and really work with that and get to try out preemption.


But damn, what I wouldnt give or kill for 7k in glxgears. or that guy who had 12k.
 
Old 03-07-2004, 11:23 PM   #27
ftgow
Member
 
Registered: Aug 2003
Distribution: Slackware
Posts: 69

Rep: Reputation: 15
And as a treat to all linux gamers, considering they are the most beaten and raped computing people of all, but whom of which will eventually trounce all those damn windows kiddies and their counter strike bullshit, I have this link.

http://www.penguincomputing.com/grap...g1280x1024.jpg
 
Old 03-07-2004, 11:24 PM   #28
Thetargos
Senior Member
 
Registered: Mar 2003
Location: Mexico City
Distribution: Fedora, Ubuntu & Mint
Posts: 1,679

Rep: Reputation: 45
From personal experience, I found Gentoo to be the fastest gaming Linux machine I built (while running 2.4.x kernels). However I did not install in it some complicated games like UT2003/04, or even NWN. BUT Q3 and UT classic felt quite fast (alas they are in my current setup with Fedora Core 1 and kernel 2.6.3).
 
Old 03-07-2004, 11:25 PM   #29
Thetargos
Senior Member
 
Registered: Mar 2003
Location: Mexico City
Distribution: Fedora, Ubuntu & Mint
Posts: 1,679

Rep: Reputation: 45
Quote:
Originally posted by ftgow
And as a treat to all linux gamers, considering they are the most beaten and raped computing people of all, but whom of which will eventually trounce all those damn windows kiddies and their counter strike bullshit, I have this link.

http://www.penguincomputing.com/grap...g1280x1024.jpg
Yeah! That's a classic!! w00t!
 
Old 03-07-2004, 11:30 PM   #30
ftgow
Member
 
Registered: Aug 2003
Distribution: Slackware
Posts: 69

Rep: Reputation: 15
I had saw an ad for a free magazine.
Titled "Maximum LInux" inside of some other computing magzine I had in my hand. I never knew about linux before that.
I orderd the magazine. From their I was hooked. I bought a book on redhat. Bought "The joy Of Linux" and am now a Linux addict and LInux asshole to the windows dorks. (Take the good with the bad I quess)
So little Tux with the not so little firearm has been with me for some time. Hell god knows that image (in a penquin computing add on the back cover) subconisouly made me a linux freak. Rocket Launchers have that affect/
 
  


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
Tweaking the linux desktop titanium_geek Linux - News 3 11-02-2005 01:49 PM
help with tweaking Suse Linux 9.3 pro Lightdreamer Linux - Newbie 4 09-30-2005 04:10 PM
Anyway to make linux games go faster by tweaking opengl somehow? FocusedWolf Linux - Games 3 04-16-2005 06:20 AM
Tweaking Linux to run on a slow, old PC pmjmcim Linux - Newbie 2 09-01-2004 09:14 AM
Tweaking linux? Kage Linux - Software 5 10-07-2002 11:33 AM

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

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