It's kernel related. 2.6.13 doesn't create the nvidia devicess correctly with udev, which with 2.6.13 is default. You can try to put this in the local.start if you want to use this nvidia kernel versions:

for i in 0 1 2 3 4 5 6 7; do
       node="/dev/nvidia$i"
       rm -f $node
       mknod $node c 195 $i || echo "mknod \"$node\""
       chmod 0660 $node || echo "chmod \"$node\""
       chown :video $node || echo "chown \"$node\""
done
node="/dev/nvidiactl"
rm -f $node
mknod $node c 195 255 || echo "mknod \"$node\""
chmod 0666 $node || echo "chmod \"$node\""
chown :video $node || echo "chown \"$node\""

Hope it helps!

Qian Qiao wrote:
On 10/27/05, renna <[EMAIL PROTECTED]> wrote:

hi to all. i am finalizing a fresh new gentoo installation. i'm having some
problems with xorg and my nvidia geforce mx 440 card. i followed the
instructions on the dedicated part of documentation on gentoo.org, and even
tried the following commands as proposed by gentoo-wiki.com but i allways get
the same error

#emerge nvidia-kernel nvidia-glx nvidia-settings
#opengl-update nvidia
#modprobe nvidia
#X -configure
#X -config /root/xorg.conf.new

but i allways get this (from /var/log/Xorg.0.log)


[...]
(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
(II) NVIDIA X Driver  1.0-6629  Wed Nov  3 13:14:07 PST 2004
(II) NVIDIA Unified Driver for all NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Chipset NVIDIA GPU found
(II) resource ranges after xf86ClaimFixedResources() call:
      [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       0xec800000 - 0xec8007ff (0x800) MX[B]
      [6] -1  0       0xed000000 - 0xed0000ff (0x100) MX[B]
      [7] -1  0       0xed800000 - 0xed8000ff (0x100) MX[B]
      [8] -1  0       0xf8000000 - 0xf7ffffff (0x0) MX[B]O
      [9] -1  0       0xef7e0000 - 0xef7fffff (0x20000) MX[B](B)
      [10] -1 0       0xef800000 - 0xef87ffff (0x80000) MX[B](B)
      [11] -1 0       0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
      [12] -1 0       0xee000000 - 0xeeffffff (0x1000000) MX[B](B)
      [13] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
      [14] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
      [15] -1 0       0x0000b800 - 0x0000b87f (0x80) IX[B]
      [16] -1 0       0x0000d000 - 0x0000d0ff (0x100) IX[B]
      [17] -1 0       0x0000d400 - 0x0000d41f (0x20) IX[B]
      [18] -1 0       0x0000d800 - 0x0000d81f (0x20) IX[B]
      [19] -1 0       0x00009400 - 0x0000943f (0x40) IX[B]
      [20] -1 0       0x00009800 - 0x000098ff (0x100) IX[B]
      [21] -1 0       0x0000a000 - 0x0000a01f (0x20) IX[B]
      [22] -1 0       0x0000e800 - 0x0000e80f (0x10) IX[B]
      [23] -1 0       0x0000a400 - 0x0000a41f (0x20) IX[B]
      [24] -1 0       0x0000a800 - 0x0000a80f (0x10) IX[B]
(II) resource ranges after probing:
      [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       0xec800000 - 0xec8007ff (0x800) MX[B]
      [6] -1  0       0xed000000 - 0xed0000ff (0x100) MX[B]
      [7] -1  0       0xed800000 - 0xed8000ff (0x100) MX[B]
      [8] -1  0       0xf8000000 - 0xf7ffffff (0x0) MX[B]O
      [9] -1  0       0xef7e0000 - 0xef7fffff (0x20000) MX[B](B)
      [10] -1 0       0xef800000 - 0xef87ffff (0x80000) MX[B](B)
      [11] -1 0       0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
      [12] -1 0       0xee000000 - 0xeeffffff (0x1000000) MX[B](B)
      [13] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B]
      [14] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B]
      [15] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B]
      [16] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
      [17] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
      [18] -1 0       0x0000b800 - 0x0000b87f (0x80) IX[B]
      [19] -1 0       0x0000d000 - 0x0000d0ff (0x100) IX[B]
      [20] -1 0       0x0000d400 - 0x0000d41f (0x20) IX[B]
      [21] -1 0       0x0000d800 - 0x0000d81f (0x20) IX[B]
      [22] -1 0       0x00009400 - 0x0000943f (0x40) IX[B]
      [23] -1 0       0x00009800 - 0x000098ff (0x100) IX[B]
      [24] -1 0       0x0000a000 - 0x0000a01f (0x20) IX[B]
      [25] -1 0       0x0000e800 - 0x0000e80f (0x10) IX[B]
      [26] -1 0       0x0000a400 - 0x0000a41f (0x20) IX[B]
      [27] -1 0       0x0000a800 - 0x0000a80f (0x10) IX[B]
      [28] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B]
      [29] 0  0       0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(==) NVIDIA(0): Depth 8, (==) framebuffer bpp 8
(==) NVIDIA(0): Default visual is PseudoColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(--) NVIDIA(0): Linear framebuffer at 0xF0000000
(--) NVIDIA(0): MMIO registers at 0xEE000000
(EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module!
(EE) NVIDIA(0):  *** Aborting ***
(II) UnloadModule: "nvidia"
(EE) Screen(s) found, but none have a usable configuration.

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.


portage installed me diffferent versions of nvidia-glx and nvidia-kernel
(1.0.6629-r6 and 1.0.6629-r4) should i install the same version? are there
newer versions available, or are these known not to work? right now i'm using
the nv driver, and i have everything i need (kde) working, though i'd like to
set up my nvidia card to its full capabilities
thanks

renna
--
gentoo-user@gentoo.org mailing list




I used to have a similar problem, and it turned out to be a
misconfiguration of my monitor. Dig out the manual of your monitor,
and try to set the horizontal and vertical sync rates properly. See if
that helps.

-- Joe

--
There are 3 kinds of people in the world:
Those who can count, and those who can't.

Money can't buy everything.
Sometimes money can't even buy a gun...

--
gentoo-user@gentoo.org mailing list

Reply via email to