Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
dev-sources 2.6.3 + TNT2 = AGP 0x
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
ndreas
n00b
n00b


Joined: 02 Jul 2002
Posts: 36
Location: Gothenburg, Sweden

PostPosted: Sat Mar 06, 2004 2:02 pm    Post subject: dev-sources 2.6.3 + TNT2 = AGP 0x Reply with quote

I thought I'd give the 2.6 series a chance today, so I emerged gentoo-dev-sources-2.6.3. Everything works fine, except that for some reason the kernel sets AGP to 0x. I do not have this problem in 2.4.x.
When configuring my TNT2-card I followed this guide.

I figured the problem lies in the kernel since I get different output from dmesg in the different kernels.

linux-2.4.22-gentoo-r7:
Code:
$ dmesg | grep agpgart
Linux agpgart interface v0.99 (c) Jeff Hartmann
agpgart: Maximum main memory to use for agp memory: 262M
agpgart: Detected Via Apollo Pro KT133 chipset
agpgart: AGP aperture is 256M @ 0xc0000000


linux-2.6.3-gentoo-r1:
Code:
$ dmesg | grep agpgart
Linux agpgart interface v0.100 (c) Dave Jones
agpgart: Detected VIA Twister-K/KT133x/KM133 chipset
agpgart: Maximum main memory to use for agp memory: 262M
agpgart: AGP aperture is 256M @ 0xc0000000
agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0.
agpgart: Putting AGP V2 device at 0000:00:00.0 into 0x mode
agpgart: Putting AGP V2 device at 0000:01:00.0 into 0x mode
agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0.
agpgart: Putting AGP V2 device at 0000:00:00.0 into 0x mode
agpgart: Putting AGP V2 device at 0000:01:00.0 into 0x mode


Also, checking the files in /proc/driver/nvidia/agp/ give different results only in the status file.

linux-2.4.22-gentoo-r7:
Code:
$ cat /proc/driver/nvidia/agp/card
Fast Writes:     Not Supported
SBA:             Not Supported
AGP Rates:       2x 1x
Registers:       0x1f000003:0x1f000102

$ cat /proc/driver/nvidia/agp/host-bridge
Host Bridge:     VIA Technologies, Inc. VT8363/8365 [KT133/KM133]
Fast Writes:     Not Supported
SBA:             Supported
AGP Rates:       4x 2x 1x
Registers:       0x1f000207:0x00000102

$cat /proc/driver/nvidia/agp/status
Status:          Enabled
Driver:          AGPGART
AGP Rate:        2x
Fast Writes:     Disabled
SBA:             Disabled


linux-2.6.3-gentoo-r1:
Code:
$ cat /proc/driver/nvidia/agp/card
Fast Writes:     Not Supported
SBA:             Not Supported
AGP Rates:       2x 1x
Registers:       0x1f000003:0x1f000100

$ cat /proc/driver/nvidia/agp/host-bridge
Host Bridge:     VIA Technologies, Inc. VT8363/8365 [KT133/KM133]
Fast Writes:     Not Supported
SBA:             Supported
AGP Rates:       4x 2x 1x
Registers:       0x1f000207:0x00000100

$ cat /proc/driver/nvidia/agp/status     
Status:          Enabled
Driver:          AGPGART
AGP Rate:        0x
Fast Writes:     Disabled
SBA:             Disabled


It's a little annoying not having that increase in desktop performance that 2.6.x is supposed to give. With AGP 0x X is really slow when drawing things.
Anybody have any ideas what to do?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum