I am so tired of trying to get drm to work. Why does it have to be so hard? Anyway, I have an old Compaq deskpro that I am trying to setup.
I have emerged xorg-x11 with insecure-drivers, I have emerged x11-drm, I have agpgart, intel_agp, drm modules loaded. I have done
Code: Select all
opengl-update xorg-x11Code: Select all
Section "Module"
Load "dri"
Load "glx"
....
EndSection
...
Section "Device"
Identifier "card0"
Driver "ati"
ChipSet "ati"
VendorName "ATI"
BoardName "3D Rage Pro AGP 1X/2X"
ChipId 0x4742
ChipRev 0x5c
BusID "PCI:1:0:0"
EndSection
Section "DRI"
Mode 0666
EndSection
