LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 07-26-2005, 06:01 PM   #1
north49er
Member
 
Registered: Apr 2003
Location: 60.47'N lat
Distribution: fedora 15 x86_64
Posts: 156

Rep: Reputation: 18
via kt400 agpart


Abit kv7-v motherboard with via kt400 chipset, AMD2800+ processor, 1 gig memory, slack 10.1 using 2.4.29 kernel.

I've pretty much got slack linux going, even getting the "nvidia" splash screen when envoking startx. However, during boot, I've still got errors for agpart. I'm wondering if this part is the problem.

In sbings slackware faq section for nvidia, he says to edit usr/src/nv/os-registry.c for tweaking via chipset as follows:
*static int NVreg_EnableVia4x = 1;
*static int NVreg_EnableAGPSBA = 1;
*static int NVreg_EnableAGPFW = 1;

And the os-registry.c file has this entry:

* You can enable any of the registry options disabled by default by
* editing their respective entries in the table below. The last field
* determines if the option is considered valid - in order for the
* changes to take effect, you need to recompile and reload the NVIDIA
* kernel module.
*/

nv_parm_t nv_parms[] = {
{ "NVreg", "VideoMemoryTypeOverride", &NVreg_VideoMemoryTypeOverride, 0 },
{ "NVreg", "EnableVia4x", &NVreg_EnableVia4x, 1 },
{ "NVreg", "EnableALiAGP", &NVreg_EnableALiAGP, 1 },
{ "NVreg", "NvAGP", &NVreg_NvAGP, 1 },
{ "NVreg", "ReqAGPRate", &NVreg_ReqAGPRate, 0 },
{ "NVreg", "EnableAGPSBA", &NVreg_EnableAGPSBA, 1 },
{ "NVreg", "EnableAGPFW", &NVreg_EnableAGPFW, 1 },
{ "NVreg", "SoftEDIDs", &NVreg_SoftEDIDs, 1 },
{ "NVreg", "Mobile", &NVreg_Mobile, 1 },
{ "NVreg", "ResmanDebugLevel", &NVreg_ResmanDebugLevel, 1 },
{ "NVreg", "FlatPanelMode", &NVreg_FlatPanelMode, 1 },
{ "NVreg", "DevicesConnected", &NVreg_DevicesConnected, 1 },
{ "NVreg", "VideoEnhancement", &NVreg_VideoEnhancement, 1 },
{ "NVreg", "RmLogonRC", &NVreg_RmLogonRC, 1 },
{ "NVreg", "ModifyDeviceFiles", &NVreg_ModifyDeviceFiles, 1 },
{ "NVreg", "DeviceFileUID", &NVreg_DeviceFileUID, 1 },
{ "NVreg", "DeviceFileGID", &NVreg_DeviceFileGID, 1 },
{ "NVreg", "DeviceFileMode", &NVreg_DeviceFileMode, 1 },
{ NULL, NULL, NULL, 0 }

Now, how does one properly edit the above? I'm not succeeding recompling this following the instructions. I seem to get a little further when using "./nvidia-installer -k 2.4.29", but no dice. Any help will be appreciated.
 
Old 07-26-2005, 06:09 PM   #2
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
What is your video card ?

(Also the changes seem already applied)
 
Old 07-26-2005, 06:38 PM   #3
aikidoist72
Member
 
Registered: Jan 2005
Location: Australia
Distribution: Slackware Archlinux FreeBSD
Posts: 218

Rep: Reputation: 30
I had a little play with FREEBSD a while ago. I cannot confirm this, but when using Nvidia, it was best to use AGP provided by Nvidia not the one provided by the install. Whether this has any bearing for your setup...... I don't know. Something to keep in mind if you come to a dead end :-)
 
Old 07-26-2005, 07:18 PM   #4
north49er
Member
 
Registered: Apr 2003
Location: 60.47'N lat
Distribution: fedora 15 x86_64
Posts: 156

Original Poster
Rep: Reputation: 18
Video card is gigabyte geforce 6200.

I should have been more specific. Dmesg reports it recognizes the memory and chipset for agpgart. The problem is agpgart is "unable to determine aperture size". It say to "see README section for cache aliasing for more info". Now where would that be?
 
Old 07-26-2005, 07:41 PM   #5
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
Look at /usr/doc/NVIDIA_GLX-1.0/README.txt

But at Cache Aliasing section, there are no much infos, they
just suggest update the kernel...
 
Old 07-28-2005, 01:00 PM   #6
north49er
Member
 
Registered: Apr 2003
Location: 60.47'N lat
Distribution: fedora 15 x86_64
Posts: 156

Original Poster
Rep: Reputation: 18
After some googling, it turns out 2.4X kernel apparently doesn't support 8Xagp for kt400. I compiled the 2.6.10 kernel and enabled via chipset support, and it does solve the problem. But, now I'm having problems with sound, dialup, etc. which will be handled in another thread, if I can't solve them.
 
  


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
how to find agpart for "modprobe agpart" alesz Fedora 2 06-16-2005 11:10 AM
AGPART, DMA under2.6.10 Jeebizz Slackware 1 01-06-2005 11:57 AM
Notice: Linux-2.4.28 + *.29pre1.patch = AGPart failure Yerp Linux - Software 0 12-26-2004 03:02 PM
quick question about agpart and the kernel. levicc00123 Linux - Software 1 12-11-2004 09:36 AM
agpart fglrx error in backround using winex snoopyswiss Linux - Games 0 09-10-2004 05:33 AM

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

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