Adam Kessel wrote:
On Sat, May 22, 2004 at 11:48:51PM +0200, Juraj Ziegler wrote:
I've put a snapshot here:
http://adam.rosi-kessel.org/temp3/dri_problem/badfonts.png
Looks perfectly OK, maybe a bit small for me.
Oops. I guess the screenshot looks fine -- it was just on my screen that
it was virtually unreadable.
Changing to 1400x1050 fixed that.
I also realized I wasn't loading dri and drm in XF86Config-4, so now I'm
getting much closer. I still can't quite get 3d acceleration,
though--here are the relevant lines from the log:
(II) RADEON(0): [drm] DRM interface version 1.2
(II) RADEON(0): [drm] created "radeon" driver at busid "PCI:1:0:0"
(II) RADEON(0): [drm] added 8192 byte SAREA at 0xd18dd000
(II) RADEON(0): [drm] mapped SAREA 0xd18dd000 to 0x4227b000
(II) RADEON(0): [drm] framebuffer handle = 0xe0000000
(II) RADEON(0): [drm] added 1 reserved context for kernel
(WW) RADEON(0): [agp] AGP not available
Looks like you didn't load the agpgart kernel module. (With 2.6.x, you
have to load another ***_agp aswell, intel_agp for me)
For the 3d acceleration, i have a ATI Radeon Mobility M7 LW aswell
(thinkpad R40) and i could get it work with the dri-trunk at
http://dri.sourceforge.net/ using this tutorial (in german)
http://www.student.informatik.tu-darmstadt.de/~zeimetz/R40-Debian/node47.html
(can use google to translate if needed)
Max