View previous topic :: View next topic |
Author |
Message |
jut1981 n00b
Joined: 29 Aug 2005 Posts: 8
|
Posted: Fri Sep 23, 2005 2:06 am Post subject: why do i have multiple drms and agps. |
|
|
hello,
My question is how come when i run the commands
-> dmesg | grep agp
Linux agpgart interface v0.101 (c) Dave Jones
agpgart: Detected an Intel i845 Chipset.
agpgart: AGP aperture is 256M @ 0xe0000000
agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0.
agpgart: Putting AGP V2 device at 0000:00:00.0 into 4x mode
agpgart: Putting AGP V2 device at 0000:01:00.0 into 4x mode
i have two agp devices
and this command
ocalhost ~ # dmesg | grep drm
[drm] Initialized drm 1.0.0 20040925
[drm] Initialized savage 2.4.1 20050313 on minor 0: S3 Inc. SuperSavage IX/C SDR
[drm] Used old pci detect: framebuffer loaded
and could this be the reason why my glgears output is really bad for ex 24 full screen and 148 windowed
Jateen |
|
Back to top |
|
|
die_vms_die Apprentice
Joined: 16 Nov 2002 Posts: 189 Location: MS
|
Posted: Fri Sep 23, 2005 1:36 pm Post subject: |
|
|
[Dhcp-90-169 ~] dmesg | grep agp
Linux agpgart interface v0.101 (c) Dave Jones
agpgart: Detected AGP bridge 0
agpgart: Setting up Nforce3 AGP.
agpgart: AGP aperture is 128M @ 0xe8000000
agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0.
agpgart: Putting AGP V2 device at 0000:00:00.0 into 4x mode
agpgart: Putting AGP V2 device at 0000:01:00.0 into 4x 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 4x mode
agpgart: Putting AGP V2 device at 0000:01:00.0 into 4x mode
Huh, never noticed that.
Don't think two "devices" is your problem.
glxinfo | grep direct
should return
direct rendering: Yes
for optimal performance.
Recommand nvidia graphics chips, but ati work fine for me too. |
|
Back to top |
|
|
|