If I try to start X11, I get: root@condor:/usr/src/linux(44)# startx xauth: creating new authority file /root/.serverauth.8934 X.Org X Server 1.9.0 Release Date: 2010-08-20 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.35-gentoo-r1 x86_64 Gentoo Current Operating System: Linux condor 2.6.35-gentoo-r5 #1 SMP Mon Aug 30 19:29:44 CEST 2010 x86_64 Kernel command line: root=/dev/md123 acpi_sleep=s3_bios video=vesafb:1600x1200-76 vga=0x346 Build Date: 31 August 2010 02:14:07PM Current version of pixman: 0.18.4 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Mon Sep 6 09:44:08 2010 (==) Using config file: "/etc/X11/xorg.conf" (==) Using system config directory "/usr/share/X11/xorg.conf.d" (EE) Failed to load module "dri" (module does not exist, 0) (EE) Failed to load module "dri2" (module does not exist, 0) WARNING: All config files need .conf: /etc/modprobe.d/irda, it will be ignored in a future release. FATAL: Error inserting nvidia (/lib/modules/2.6.35-gentoo-r5/video/nvidia.ko): No such device (EE) NVIDIA: Failed to load the NVIDIA kernel module. Please check your (EE) NVIDIA: system's kernel log for additional error messages. (EE) Failed to load module "nvidia" (module-specific error, 0) (EE) No drivers available. in /var/log/Xorg.0.log I find: ... [ 56364.351] (II) Module nvidia: vendor="NVIDIA Corporation" [ 56364.351] compiled for 4.0.2, module version = 1.0.0 [ 56364.351] Module class: X.Org Video Driver [ 56365.457] (EE) NVIDIA: Failed to load the NVIDIA kernel module. Please check your [ 56365.457] (EE) NVIDIA: system's kernel log for additional error messages. [ 56365.457] (II) UnloadModule: "nvidia" [ 56365.457] (II) Unloading /usr/lib64/xorg/modules/drivers/nvidia_drv.so [ 56365.457] (EE) Failed to load module "nvidia" (module-specific error, 0) [ 56365.457] (EE) No drivers available. [ 56365.457] Fatal server error: [ 56365.457] no screens found dmesg shows: root@condor:/usr/src/linux(46)# dmesg | tail [56273.418011] i2c IR (Pinnacle PCTV): unknown key: key=0x15 down=0 [56365.451779] NVRM: The NVIDIA probe routine was not called for 1 device(s). [56365.451784] NVRM: This can occur when a driver such as nouveau, rivafb, [56365.451786] NVRM: nvidiafb, or rivatv was loaded and obtained ownership of [56365.451787] NVRM: the NVIDIA device(s). [56365.451791] NVRM: Try unloading the conflicting kernel module (and/or [56365.451793] NVRM: reconfigure your kernel without the conflicting [56365.451794] NVRM: driver(s)), then try loading the NVIDIA kernel module [56365.451796] NVRM: again. [56365.451798] NVRM: No NVIDIA graphics adapter probed! lsmod shows: root@condor:/usr/src/linux(51)# lsmod | grep nv [2]+ Done emacs -i $GEOMETRY $NO_DOS_CONV -name "$BASENAME" "$*" root@condor:/usr/src/linux(52)# lsmod | grep no nouveau 399623 1 ttm 52802 1 nouveau in /proc/config.gz I find: root@condor:/usr/src/linux(54)# gzip -cd /proc/config.gz | grep -i nv CONFIG_INIT_ENV_ARG_LIMIT=32 CONFIG_SUSPEND_NVS=y # CONFIG_SATA_NV is not set CONFIG_NVRAM=y # CONFIG_FB_NVIDIA is not set # CONFIG_BACKLIGHT_MBP_NVIDIA is not set # CONFIG_SND_HDA_CODEC_NVHDMI is not set root@condor:/usr/src/linux(55)# gzip -cd /proc/config.gz | grep -i nouv CONFIG_DRM_NOUVEAU=m CONFIG_DRM_NOUVEAU_BACKLIGHT=y CONFIG_DRM_NOUVEAU_DEBUG=y Any Hint? Reproducible: Always
Read what you posted carefully: NVRM: The NVIDIA probe routine was not called for 1 device(s). NVRM: This can occur when a driver such as _nouveau_ root@condor:/usr/src/linux(52)# lsmod | grep no nouveau 399623 1 ttm 52802 1 nouveau you're trying to use "nvidia" and "nouveau" at the same time... Unload nouveau and load nvidia.