|
you might need to add it to the /dev/ directory (I've had to do this every time I've made an lfs for some reason) try this:
mknod /dev/agpgart c 10 175
and then try starting x again
good luck
-Adam
from the /usr/src/linux/Documentation/devices.txt, you can find that for agpgart, it's a character device, major number 10, minor number 175..... that's where the above command came from
Last edited by adam_boz; 11-04-2002 at 06:32 PM.
|