Problem with X Server and Nouveau Driver
Hello, I'm an Arch Newbie, and know not much about the linux kernel, or really much at all about the guts of linux. I've just installed xf86-video-nouveau as I have a Nvidia 460M graphics card. I've also installed all recommended X Server packages from the beginner's guide. I have created a configuration file in /etc/X11/xorg.conf.d/20-nouveau.conf saying this:
Section "Device"
Identifier "nvidia card"
Driver "nouveau"
EndSection
and when I enter startx I get these errors:
FATAL: Module nouveau not found.
(EE) [drm] failed to open device
(EE) No devices detected.
Please consult etc....
xinit:giving up
xinit: unable to connect to X server: connection refused
xinit: server error
Help would be appreciated.