I installed Gentoo on a Dell Latitude C600 laptop (kernel 2.6.18-hardened), and am trying to put a GUI (KDE).
My graphic card:
Code: Select all
# lspci | grep ATI
01:00.0 VGA compatible controller: ATI Technologies Inc Rage Mobility M3 AGP 2x (rev 02)
I built it, and autoload it, as it is confirmed by a nice green star, as well as by the second line of
Code: Select all
# dmesg | grep 128
hdc: ATAPI 24X CD-ROM drive, 128kB Cache, UDMA(33)
[drm] Initialized r128 2.5.0 20030725 on minor 0
Code: Select all
Section "Device"
Identifier "ATI|Rage Mobility M3 AGP 2x"
Driver "r128"
BoardName "ati"
VideoRam 8192
Option "EnablePageFlip" "true"
Option "AGPFastWrite" "true"
Option "AGPMode" "2"
EndSection
Code: Select all
# startx
...
(EE) Failed to load module "r128" (module does not exist, 0)
Code: Select all
# lsmod
Module Size Used by
...
r128 37781 0
drm 59327 1 r128
agpgart 25060 1 drm
Everything is very new version (latest or second-latest).
I'm lost. What should I try?
Thanks for your advice
SxN
