Hello CJ,
I made this new thread because the old one was getting really long.
If you still can not load the NVdriver module the it won't work. Lets finish building that and installing into the kernel.
1. re-run xf86config to create a new XF86Config file - there were some things i did not understand and you probably wnat a higher color resolution, i saw from the logs you had posted you were running 8 bit color.
2. Try reinstalling the NVdriver from scratch, 1st do make, if it gets built w/o errors then do a make install, this should set up the driver and load it into the kernel.
3. Edit /etc/X11/XF86Config and add the entries mentioned below.
Code:
Section "Module"
#Load "GLcore"
Load "dbe"
Load "extmod"
Load "fbdevhw"
#Load "dri"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
EndSection
then replace the default driver - it starts out a nv but should be nvidia there is an example below:
Code:
Section "Device"
# no known options
Identifier "NVIDIA GeForce 2 MX (generic)"
Driver "nvidia"
VendorName "NVIDIA GeForce 2 MX (generic)"
BoardName "NVIDIA GeForce 2 MX (generic)"
Option "NvAGP" "3"
#BusID
EndSection
4. do lsmod and make sure NVdriver is loaded.
5. try to start X
Bookmarks