LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 12-13-2002, 07:48 PM   #16
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58

I think it was the agp

I stopped the agpgart module from loading at boot

now it is much faster using NvAGP

huge difference, very smooth
 
Old 12-13-2002, 08:47 PM   #17
oogie
LQ Newbie
 
Registered: Dec 2002
Location: /home/oogie
Distribution: Gentoo & Redhat
Posts: 10

Rep: Reputation: 0
Quote:
Originally posted by DavidPhillips
Option "RenderAccel" "on"

that made it not render very well
So, do you have it,

Option "RenderAccel" "1" ?
 
Old 12-13-2002, 09:03 PM   #18
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Original Poster
Rep: Reputation: 58
No it would be,
Option "RenderAccel" "off" or Option "RenderAccel" "no"
The switch for this option is boolean, which means "on" "off" or "yes" "no" are valid switches, the NvAgp option uses an integer swtch where you use a number from 0 to 3 to set the option. Have a look at APPENDIX D: XF86CONFIG OPTIONS in the nvidia readme file for all the available options.
 
Old 12-13-2002, 09:03 PM   #19
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
Not really sure if that's doing anything, it should be on by default


Option "NoRenderAccel" "boolean"
Enable or disable hardware acceleration of the RENDER
extension. Default: RENDER is accelerated when possible.



log file

(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture

Last edited by DavidPhillips; 12-13-2002 at 09:06 PM.
 
Old 12-13-2002, 09:10 PM   #20
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
I think the new driver gave me a few more screen resolutions too

Now I have 56
 
Old 12-13-2002, 09:47 PM   #21
oogie
LQ Newbie
 
Registered: Dec 2002
Location: /home/oogie
Distribution: Gentoo & Redhat
Posts: 10

Rep: Reputation: 0
Quote:
Originally posted by DavidPhillips
Not really sure if that's doing anything, it should be on by default


Option "NoRenderAccel" "boolean"
Enable or disable hardware acceleration of the RENDER
extension. Default: RENDER is accelerated when possible.



log file

(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
That is not correct according to their manual.

Quote:
from Official NVIDIA README
Option "RenderAccel" "boolean"
Enable or disable hardware acceleration of the RENDER extension.
Default: hardware acceleration of the RENDER extension is disabled.
Doesn't matter what I do. It seems to be slugish. I guess I will wait until they improve on thier own render engine.

Last edited by oogie; 12-13-2002 at 09:51 PM.
 
Old 12-13-2002, 10:00 PM   #22
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Original Poster
Rep: Reputation: 58
This is what I have,
Quote:
Option "RenderAccel" "boolean"
Enable or disable hardware acceleration of the RENDER
extension. Default: hardware acceleration of the RENDER
extension is disabled.

Option "NoRenderExtension" "boolean"
Disable the RENDER extension. Other than recompiling
the X-server, XFree86 doesn't seem to have another way of
disabling this. Fortunatly, we can control this from the
driver so we export this option. This is useful in depth
8 where RENDER would normally steal most of the default
colormap. Default: RENDER is offered when possible.
 
Old 12-13-2002, 11:01 PM   #23
oogie
LQ Newbie
 
Registered: Dec 2002
Location: /home/oogie
Distribution: Gentoo & Redhat
Posts: 10

Rep: Reputation: 0
You know, discussing this RenderAccel option is not really neccessary because it does not help the sluggishness of X windows. Also, AGAPART nor NVAGP, option works in resolving this frustrating problem. There is gotta be a way!!.
 
Old 12-14-2002, 01:00 AM   #24
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
ok

I had the wrong document, guess it was for 3123
 
Old 12-14-2002, 09:21 AM   #25
oogie
LQ Newbie
 
Registered: Dec 2002
Location: /home/oogie
Distribution: Gentoo & Redhat
Posts: 10

Rep: Reputation: 0
Quote:
Originally posted by DavidPhillips
ok

I had the wrong document, guess it was for 3123
But it doesn't matter, either way it doesn't make any difference!
 
Old 12-14-2002, 04:37 PM   #26
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
I guess it depends on the hardware, my card is obviously not going to work with it on, it will not render whats on top of a window, only the window background.

On the other hand using NvAGP made a huge difference in games.
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
ATI vs NVIDIA Linux Drivers Synesthesia Linux - General 9 10-22-2005 09:15 PM
Linux 2.6.6, nVidia Drivers General_Tso Fedora 15 07-04-2004 12:59 PM
Where does linux look for drivers (nvidia in particular) when it's booting? jeffreybluml Linux - Newbie 7 06-07-2004 12:16 PM
removing NVIDIA linux drivers. e1000 Linux - Hardware 2 03-14-2004 03:35 AM
Confusion with Nvidia drivers for Linux..... lub0 Linux - Software 2 09-23-2003 11:46 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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