| View previous topic :: View next topic |
| Author |
Message |
kwiqsilver Guru


Joined: 19 Mar 2003 Posts: 360
|
Posted: Thu Feb 16, 2006 2:42 pm Post subject: xorg can't see the nvidia module |
|
|
I have the nvidia module loaded (and I'm quite sure it's the right module for my kernel, because it shouldn't load otherwise), but when I run startx, I see this:
(EE) Failed to load module "nvidia" (module does not exist, 0)
even though I have the module
| Code: | [root]# modprobe nvidia
[root]# lsmod | grep nvidia
nvidia 4861556 0 |
|
|
| Back to top |
|
 |
Bigun Veteran


Joined: 20 Sep 2003 Posts: 1526
|
Posted: Thu Feb 16, 2006 3:08 pm Post subject: |
|
|
Can we see the output of dmesg? _________________
| http://support.microsoft.com/kb/314458/EN-US/ wrote: | | NOTE: Windows XP and Linux can coexist on the same computer. For additional information, refer to your Linux documentation. |
|
|
| Back to top |
|
 |
kwiqsilver Guru


Joined: 19 Mar 2003 Posts: 360
|
Posted: Thu Feb 16, 2006 3:44 pm Post subject: |
|
|
| dmesg wrote: | ...
nvidia: module license 'NVIDIA' taints kernel.
ACPI: PCI Interrupt 0000:05:00.0[A] -> GSI 16 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:05:00.0 to 64
NVRM: loading NVIDIA Linux x86_64 NVIDIA Kernel Module 1.0-8178 Wed Dec 14 16:58:07 PST 2005
|
|
|
| Back to top |
|
 |
jofa n00b


Joined: 03 Jul 2003 Posts: 17 Location: Sweden
|
Posted: Thu Feb 16, 2006 6:21 pm Post subject: |
|
|
| I get the same error. Help, please... |
|
| Back to top |
|
 |
Drysh Apprentice


Joined: 05 Apr 2005 Posts: 190 Location: São Paulo, Brazil
|
Posted: Thu Feb 16, 2006 7:10 pm Post subject: |
|
|
try:
/sbin/NVmakedevices.sh
This will create the device to access the card.
BTW: now I can enter X, but (i don't know why) it doesn't load anything (no session). Can anyone help me? _________________ Cheers |
|
| Back to top |
|
 |
jofa n00b


Joined: 03 Jul 2003 Posts: 17 Location: Sweden
|
Posted: Thu Feb 16, 2006 7:54 pm Post subject: |
|
|
| I have no such file (/sbin/NV*) |
|
| Back to top |
|
 |
jofa n00b


Joined: 03 Jul 2003 Posts: 17 Location: Sweden
|
Posted: Fri Feb 17, 2006 2:09 am Post subject: |
|
|
I can't get it working. This is my emerge info, make.conf, nvidia versions and x server -config and -log.
| Code: |
emerge --info
Portage 2.0.54 (default-linux/x86/2005.1, gcc-3.4.4, glibc-2.3.5-r2, 2.6.15-gentoo-r1 i686)
=================================================================
System uname: 2.6.15-gentoo-r1 i686 AMD Athlon(tm) XP 2400+
Gentoo Base System version 1.6.14
dev-lang/python: 2.3.5-r2, 2.4.2
sys-apps/sandbox: 1.2.12
sys-devel/autoconf: 2.13, 2.59-r6
sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils: 2.16.1
sys-devel/libtool: 1.5.22
virtual/os-headers: 2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon-xp -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=athlon-xp -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp.du.se/pub/os/gentoo http://ftp.du.se/pub/os/gentoo http://ds.thn.htu.se/linux/gentoo http://mirror.pudas.net/gentoo ftp://mirror.pudas.net/gentoo"
LC_ALL="sv_SE.UTF-8"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 3dnow 3dnowext X aac aalib alsa apm audiofile avi bash-completion berkdb bitmap-fonts bzip2 cairo cdr cjk crypt curl dbus dillo directfb dv dvd dvdr eds emboss encode esd exif expat fam fbcon flac foomaticdb fortran gdbm gif glitz glut gmp gnome gphoto2 gpm gstreamer gtk gtk2 gtkhtml hal howl idn imlib ipv6 java javascript jpeg lcms libcaca libg++ libwww mad mikmod mmx mmxext mng mono motif mozilla mp3 mpeg msn mysql nautilus ncurses nls nsplugin nvidia ogg oggvorbis openal opengl oss pam pdflib perl png python qt quicktime readline samba sdl spell sse ssl svg tcpd tetex theora tiff truetype truetype-fonts type1-fonts udev unicode usb vorbis win32codecs xml xml2 xv xvid zlib userland_GNU kernel_linux elibc_glibc"
Unset: ASFLAGS, CTARGET, LANG, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
|
| Code: | cat /etc/make.conf
# These settings were set by the catalyst build script that automatically built this stage
# Please consult /etc/make.conf.example for a more detailed example
CFLAGS="-O2 -march=athlon-xp -pipe"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"
GENTOO_MIRRORS="ftp://ftp.du.se/pub/os/gentoo http://ftp.du.se/pub/os/gentoo http://ds.thn.htu.se/linux/gentoo http://mirror.pudas.net/gentoo ftp://mirror.pudas.net/gentoo"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
PORTAGE_NICENESS="19"
USE="howl mysql nsplugin mono java nautilus cairo glitz cdr dvdr hal dbus xml dillo -kde gnome gtk2 svg theora dv nvidia win32codecs xvid libcaca cjk aalib fbcon directfb dvd sse mmx mmxext 3dnow 3dnowext javascript tiff msn bash-completion aac flac unicode -arts -xmms -cups" |
| Code: | emerge -s nvidia
Searching...
[ Results for search key : nvidia ]
[ Applications found : 4 ]
* media-gfx/nvidia-cg-toolkit
Latest version available: 1.4.0.4
Latest version installed: [ Not Installed ]
Size of downloaded files: 8,582 kB
Homepage: http://developer.nvidia.com/object/cg_toolkit.html
Description: nvidia's c graphics compiler toolkit
License: NVIDIA
* media-video/nvidia-glx
Latest version available: 1.0.8178
Latest version installed: 1.0.8178
Size of downloaded files: 21,059 kB
Homepage: http://www.nvidia.com/
Description: NVIDIA X11 driver and GLX libraries
License: NVIDIA
* media-video/nvidia-kernel
Latest version available: 1.0.8178-r3
Latest version installed: 1.0.8178-r3
Size of downloaded files: 21,059 kB
Homepage: http://www.nvidia.com/
Description: Linux kernel module for the NVIDIA X11 driver
License: NVIDIA
* media-video/nvidia-settings
Latest version available: 1.0.6629
Latest version installed: [ Not Installed ]
Size of downloaded files: 798 kB
Homepage: http://www.nvidia.com/
Description: NVIDIA Linux X11 Settings Utility
License: GPL-2 |
| Code: | cat /etc/X11/xorg.conf
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
EndSection
Section "Module"
Load "extmod"
#Load "dri"
Load "dbe"
Load "record"
Load "xtrap"
Load "glx"
Load "type1"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "se"
Option "XkbModel" "pc105"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "ButtonNumber" "7"
Option "Buttons" "7"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "InputFashion" "Mouse"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "ViewSonic"
ModelName "P90f"
HorizSync 30 - 110
VertRefresh 50 - 180
EndSection
Section "Device"
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "NV20 [GeForce3 Ti 500]"
BusID "PCI:1:0:0"
#Option "TwinView" "true"
#Option "TwinViewOrientation" "clone"
#Option "MetaModes" "1280x1024,1024x768 @1280x1024; 1024x768,1024x768; 800x600,800x600; 640x480,640x480"
#Option "SecondMonitorHorizSync" "30-50"
#Option "SecondMonitorVertRefresh" "60"
#Option "TVOutFormat" "COMPOSITE"
#Option "TVStandard" "PAL-B"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerFlags"
#Option "Xinerama" "false"
EndSection
|
| Code: | cat Xorg.0.log
X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.15-gentoo-r1 i686 [ELF]
Current Operating System: Linux plast 2.6.15-gentoo-r1 #4 PREEMPT Thu Feb 16 22:58:41 CET 2006 i686
Build Date: 17 February 2006
Before reporting problems, check http://wiki.X.Org
to make sure that you have the latest version.
Module Loader present
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: Fri Feb 17 07:38:51 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) FontPath set to "/usr/share/fonts/misc/,/usr/share/fonts/TTF/,/usr/share/fonts/Type1/,/usr/share/fonts/CID/,/usr/share/fonts/75dpi/,/usr/share/fonts/100dpi/"
(==) RgbPath set to "/usr/lib/X11/rgb"
(==) ModulePath set to "/usr/lib/modules"
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.2
X.Org Video Driver: 0.7
X.Org XInput driver : 0.4
X.Org Server Extension : 0.2
X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.7
Using vt 7
(--) using VT number 7
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,3099 card 1106,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,b099 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:06:0: chip 1106,3038 card 1106,3038 rev 61 class 0c,03,00 hdr 80
(II) PCI: 00:06:1: chip 1106,3038 card 1106,3038 rev 61 class 0c,03,00 hdr 80
(II) PCI: 00:06:2: chip 1106,3104 card 1106,3104 rev 63 class 0c,03,20 hdr 80
(II) PCI: 00:06:3: chip 1033,00e7 card 1033,00ce rev 01 class 0c,00,10 hdr 00
(II) PCI: 00:08:0: chip 8086,1229 card 8086,000b rev 08 class 02,00,00 hdr 00
(II) PCI: 00:11:0: chip 1106,3147 card 1106,0000 rev 00 class 06,01,00 hdr 80
(II) PCI: 00:11:1: chip 1106,0571 card 1106,0571 rev 06 class 01,01,8a hdr 00
(II) PCI: 00:11:2: chip 1106,3038 card 0925,1234 rev 23 class 0c,03,00 hdr 00
(II) PCI: 00:11:3: chip 1106,3038 card 0925,1234 rev 23 class 0c,03,00 hdr 00
(II) PCI: 00:11:5: chip 1106,3059 card 1462,4720 rev 40 class 04,01,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0202 card 10de,010c rev a3 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xdda00000 - 0xdfafffff (0x2100000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xd5700000 - 0xdd8fffff (0x8200000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) nVidia Corporation NV20 [GeForce3 Ti 500] rev 163, Mem @ 0xde000000/24, 0xd8000000/26, 0xdd880000/19, BIOS @ 0xdfaf0000/16
(II) Addressable bus resource ranges are
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
[1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xe0000000 from 0xe7ffffff to 0xdfffffff
(II) Active PCI resource ranges:
[0] -1 0 0xdfe00000 - 0xdfefffff (0x100000) MX[B]
[1] -1 0 0xdfffd000 - 0xdfffdfff (0x1000) MX[B]
[2] -1 0 0xdffff000 - 0xdfffffff (0x1000) MX[B]
[3] -1 0 0xdfffef00 - 0xdfffefff (0x100) MX[B]
[4] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
[5] -1 0 0xdfaf0000 - 0xdfafffff (0x10000) MX[B](B)
[6] -1 0 0xdd880000 - 0xdd8fffff (0x80000) MX[B](B)
[7] -1 0 0xd8000000 - 0xdbffffff (0x4000000) MX[B](B)
[8] -1 0 0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
[9] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]
[10] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[B]
[11] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
[12] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
[13] -1 0 0x0000e400 - 0x0000e43f (0x40) IX[B]
[14] -1 0 0x0000ec00 - 0x0000ec1f (0x20) IX[B]
[15] -1 0 0x0000e800 - 0x0000e81f (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xdfe00000 - 0xdfefffff (0x100000) MX[B]
[1] -1 0 0xdfffd000 - 0xdfffdfff (0x1000) MX[B]
[2] -1 0 0xdffff000 - 0xdfffffff (0x1000) MX[B]
[3] -1 0 0xdfffef00 - 0xdfffefff (0x100) MX[B]
[4] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
[5] -1 0 0xdfaf0000 - 0xdfafffff (0x10000) MX[B](B)
[6] -1 0 0xdd880000 - 0xdd8fffff (0x80000) MX[B](B)
[7] -1 0 0xd8000000 - 0xdbffffff (0x4000000) MX[B](B)
[8] -1 0 0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
[9] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]
[10] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[B]
[11] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
[12] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
[13] -1 0 0x0000e400 - 0x0000e43f (0x40) IX[B]
[14] -1 0 0x0000ec00 - 0x0000ec1f (0x20) IX[B]
[15] -1 0 0x0000e800 - 0x0000e81f (0x20) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0xdfe00000 - 0xdfefffff (0x100000) MX[B]
[6] -1 0 0xdfffd000 - 0xdfffdfff (0x1000) MX[B]
[7] -1 0 0xdffff000 - 0xdfffffff (0x1000) MX[B]
[8] -1 0 0xdfffef00 - 0xdfffefff (0x100) MX[B]
[9] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
[10] -1 0 0xdfaf0000 - 0xdfafffff (0x10000) MX[B](B)
[11] -1 0 0xdd880000 - 0xdd8fffff (0x80000) MX[B](B)
[12] -1 0 0xd8000000 - 0xdbffffff (0x4000000) MX[B](B)
[13] -1 0 0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
[14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[16] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]
[17] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[B]
[18] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
[19] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
[20] -1 0 0x0000e400 - 0x0000e43f (0x40) IX[B]
[21] -1 0 0x0000ec00 - 0x0000ec1f (0x20) IX[B]
[22] -1 0 0x0000e800 - 0x0000e81f (0x20) IX[B]
(II) LoadModule: "extmod"
(II) Loading /usr/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "record"
(II) Loading /usr/lib/modules/extensions/librecord.a
(II) Module record: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "xtrap"
(II) Loading /usr/lib/modules/extensions/libxtrap.a
(II) Module xtrap: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DEC-XTRAP
(II) LoadModule: "glx"
(II) Loading /usr/lib/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.8178
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "type1"
(II) Loading /usr/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.2
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/lib/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 6.8.2, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "nvidia"
(WW) Warning, couldn't open module nvidia
(II) UnloadModule: "nvidia"
(EE) Failed to load module "nvidia" (module does not exist, 0)
(II) LoadModule: "mouse"
(II) Loading /usr/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "kbd"
(II) Loading /usr/lib/modules/input/kbd_drv.o
(II) Module kbd: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.4
(EE) No drivers available.
Fatal server error:
no screens found
Please consult the The X.Org Foundation support
at http://wiki.X.Org
for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.
|
|
|
| Back to top |
|
 |
Bigun Veteran


Joined: 20 Sep 2003 Posts: 1526
|
Posted: Fri Feb 17, 2006 1:07 pm Post subject: |
|
|
| kwiqsilver wrote: | | dmesg wrote: | ...
nvidia: module license 'NVIDIA' taints kernel.
ACPI: PCI Interrupt 0000:05:00.0[A] -> GSI 16 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:05:00.0 to 64
NVRM: loading NVIDIA Linux x86_64 NVIDIA Kernel Module 1.0-8178 Wed Dec 14 16:58:07 PST 2005
|
|
64 bit environment? _________________
| http://support.microsoft.com/kb/314458/EN-US/ wrote: | | NOTE: Windows XP and Linux can coexist on the same computer. For additional information, refer to your Linux documentation. |
|
|
| Back to top |
|
 |
tSp Apprentice


Joined: 19 Jan 2004 Posts: 214 Location: Maysville, KY
|
|
| Back to top |
|
 |
tSp Apprentice


Joined: 19 Jan 2004 Posts: 214 Location: Maysville, KY
|
Posted: Fri Feb 17, 2006 6:29 pm Post subject: |
|
|
| bigun89 wrote: | | kwiqsilver wrote: | | dmesg wrote: | ...
nvidia: module license 'NVIDIA' taints kernel.
ACPI: PCI Interrupt 0000:05:00.0[A] -> GSI 16 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:05:00.0 to 64
NVRM: loading NVIDIA Linux x86_64 NVIDIA Kernel Module 1.0-8178 Wed Dec 14 16:58:07 PST 2005
|
|
64 bit environment? |
at least in mine, 32 bit running nvidia-kernel-1.0-8178-3 and matching glx _________________ tSp
http://www.rhpstudios.com
http://www.xtremewebhosts.com
http://www.maysville-linux-users-group.org
http://www.edwiget.name
Registered Linux User #162711 |
|
| Back to top |
|
 |
tSp Apprentice


Joined: 19 Jan 2004 Posts: 214 Location: Maysville, KY
|
Posted: Fri Feb 17, 2006 11:41 pm Post subject: |
|
|
those who dont have the NVmakedevices.sh script should ls -la /dev/nv* and make sure they are there - see below on what mine now looks like.
somewhat good news....one problem solved but another one surfaced:
I am not sure which one solved the problem....cause I did two things before checking startx.
First, I added the masked udev to my /etc/portage/package.keywords and emerged it.
Second, hearing a lot of people talk about a gentoo specific file /sbin/NVmakedevices.sh but it didn't exist on my system, I searched for it on google and found it. It seems in was included in 1.0-6629 but must not have been in later versions. After running it, I had:
# ls -la /dev/nv*
crw-rw-rw- 1 root root 195, 0 Feb 17 23:16 /dev/nvidia0
crw-rw-rw- 1 root video 195, 1 Feb 17 23:16 /dev/nvidia1
crw-rw-rw- 1 root video 195, 2 Feb 17 23:16 /dev/nvidia2
crw-rw-rw- 1 root video 195, 3 Feb 17 23:16 /dev/nvidia3
crw-rw-rw- 1 root video 195, 4 Feb 17 23:16 /dev/nvidia4
crw-rw-rw- 1 root video 195, 5 Feb 17 23:16 /dev/nvidia5
crw-rw-rw- 1 root video 195, 6 Feb 17 23:16 /dev/nvidia6
crw-rw-rw- 1 root video 195, 7 Feb 17 23:16 /dev/nvidia7
crw-rw-rw- 1 root root 195, 255 Feb 17 23:16 /dev/nvidiactl
Initially all files were owned by root:root but I noticed the udev rules wanted root:video so I modified the script above....I don't know why it didn't make nvidiactl root:video...and I just now realized it so it may fix my next problem. I also dont know why udev is not working to create the devices...
SOLVED --- New Problem - after I startx, I lose all F1 - F6 consoles and am unable to ctrl + alt + F1 - F6 to get to a shell. (this was caused by using vesafb and not vesafb-tng. Once I switched to vesafb-tng the problem was fixed)
I appreciate everyones help and suggestions and now I really feel bad that at least the first problem was caused by a misconfigured system and not anything related to nvidia modules. _________________ tSp
http://www.rhpstudios.com
http://www.xtremewebhosts.com
http://www.maysville-linux-users-group.org
http://www.edwiget.name
Registered Linux User #162711
Last edited by tSp on Wed Feb 22, 2006 2:04 pm; edited 1 time in total |
|
| Back to top |
|
 |
tSp Apprentice


Joined: 19 Jan 2004 Posts: 214 Location: Maysville, KY
|
|
| Back to top |
|
 |
jofa n00b


Joined: 03 Jul 2003 Posts: 17 Location: Sweden
|
Posted: Mon Feb 20, 2006 7:13 am Post subject: |
|
|
My problem never where missing nvidia device files. I guess it where trails left after my attempt to try out xgl and updated to modularized X.org (7). I upgraded again to the "unstable" modular X.org and ~x86 nvidia-kernel module loads fine once again.
Not really a solution, but it works OK for me at the moment. |
|
| Back to top |
|
 |
Drunkula Apprentice


Joined: 28 Jul 2003 Posts: 253 Location: Denton, TX - USA
|
Posted: Mon Feb 20, 2006 8:13 am Post subject: |
|
|
I had a similar problem when I switched to a 2.6.15 kernel. Using the masked nvidia-kernel and nvidia-glx got me going again. _________________ Go away or I will replace you with a very small shell script. |
|
| Back to top |
|
 |
nightmorph Developer


Joined: 23 Jan 2005 Posts: 1213 Location: SoCal
|
Posted: Tue Feb 21, 2006 7:10 pm Post subject: |
|
|
I read this thread and the link provided, but the tips didn't work. I ended up downgrading to gentoo-sources-2.6.14-r5 (x86), using the latest stable nvidia-kernel/glx (1.0.6629-r5), upgrading to the latest stable udev (084, as this "no /dev/nvidia devices" problem is udeb-related), and editing /etc/conf.d/rc to change RC_DEVICE_TARBALL="no" to "yes".
Sad, but that's the only non-hackish way I've discovered to get my system to remember the /dev/nvidia* devices at startup. Otherwise, all the /etc/modules.d/nvidia tinkering still wouldn't create the devices at startup. I understand that it should when I run "startx", but I prefer to have gdm start once my system finishes booting. Besides, even manually running "startx" with the modules.d/nvidia options doesn't work.
Try upgrading to the latest ~x86 udev and latest stable nvidia-kernel, *not* running 2.6.15 (which still won't work for me at least), and resetting RC_DEVICE_TARBALL to "yes" and then reboot. Possibly reboot twice; took a couple of boots for me, but now is reliable.
Still wish the nvidia/udev packages would get together on this and cooperate.  _________________ <UzzaDead> What is CONFIG_USB_MON?
<petteyg> A Jamaican USB configuration?
dirtyepic: "We have more cupholders."
GDP || pkgcore |
|
| Back to top |
|
 |
TiE10 n00b


Joined: 22 Jun 2004 Posts: 57 Location: Amerika
|
Posted: Wed Feb 22, 2006 1:16 pm Post subject: |
|
|
thx a lot, that fixed the problem for me
one thing though.. mine still show up as root:root .. does it matter? _________________ Welch ein Klaufen, welch ein Himmer
Draußen fängt es an zu Dämmern
Alle Nägel stehen stramm
Wenn ich sie in dein Leibholz ramm' |
|
| Back to top |
|
 |
nightmorph Developer


Joined: 23 Jan 2005 Posts: 1213 Location: SoCal
|
Posted: Wed Feb 22, 2006 1:55 pm Post subject: |
|
|
It shouldn't. I took out those configuration lines from /etc/modules.d/nvidia entirely, since they didn't work. Now that the file is back to the defaults, everything works. _________________ <UzzaDead> What is CONFIG_USB_MON?
<petteyg> A Jamaican USB configuration?
dirtyepic: "We have more cupholders."
GDP || pkgcore |
|
| Back to top |
|
 |
rpdillon n00b


Joined: 16 Jul 2004 Posts: 50
|
Posted: Thu Mar 16, 2006 4:37 am Post subject: |
|
|
I'm using the 8178 drivers (XGL attempt), and noticed the permissions swtich. It is killing my ability to run XGL. It is also borking normal GL programs under normal X. If I go in AFTER the server has started and modify the permissions:
chown root:video /dev/nvidia*
everything works great. Otherwise, I'm stuck. I tried the advice to use the "options nvidia NVreg_*" settings in /etc/modules.d/nvidia, but it didn't seem to have any effect.
Anyone else seeing this? Suggestions on how to fix permissions when X starts up? |
|
| Back to top |
|
 |
hashier Tux's lil' helper

Joined: 05 Jun 2004 Posts: 80 Location: Germany/Braunschweig
|
Posted: Sat Apr 15, 2006 6:42 pm Post subject: |
|
|
THANKS A LOT!
~x86 udev +
~x86 nvidia-kernel +
~x86 nvidia-glx
worked/works for me |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|