First I tried with the default open source nv module (I have an NVidia GEForce4 MX400 SE graphics card), and got these errors:
- (EE) Failed to load module "vesa" (module does not exist, 0)
(EE) Failed to load module "fbdev" (module does not exist, 0)
- ...
(II) LoadModule: "dri"
(WW) Warning, couldn't open module dri
(II) UnloadModule: "dri"
(EE) Failed to load module "dri" (module does not exist, 0)
(II) LoadModule: "dri2"
(WW) Warning, couldn't open module dri2
(II) UnloadModule: "dri2"
(EE) Failed to load module "dri2" (module does not exist, 0)
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
...
Code: Select all
Section "Module"
Load "record"
# Load "dri2"
# Load "dri"
Load "glx"
Load "dbe"
Load "extmod"
EndSection
expected keysym, got XF86Touchpad Toggle : line 122 of inet
That's also confusing, because I don't have a touchpad, or even a laptop.
At first I just tried just using startx without an xorg.conf, like the Xorg guide suggests, but then the NVidia guide suggested modifying it, so I modified the one I had generated with:
Code: Select all
Xorg -configureI have hal installed and it runs (it wasn't installed at first, because I didn't set USE=hal until I realized it wasn't), and I rebuilt xorg-server with hal support. That removed several other "Failed to load module" errors, but not these ones.
Does anyone have any clues about what I can try next? I suspect the problem is specific to my graphics card... but I did have Gentoo installed years ago with the same hardware, and I have Ubuntu working on it currently.
This might be a bug in Gentoo, so if no one can figure out what's wrong, I guess I'll report it. But I thought there might be something I'm doing wrong that I don't know enough about to debug.




