LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-24-2005, 07:15 AM   #1
GaMeS
Member
 
Registered: Jan 2005
Location: France / Bretagne
Distribution: Debian / Gentoo
Posts: 71

Rep: Reputation: 15
Gentoo / Nvidia / Xorg.conf


Hi,

i have a problem with nvidia driver on a gentoo box (2005.1)

my Xorg.0.log
Quote:
(II) LoadModule: "glx"
(II) Loading /usr/lib64/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.6629
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "nvidia"
(II) Loading /usr/lib64/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.6629
Module class: XFree86 Video Driver
....
(II) NVIDIA X Driver 1.0-6629 Wed Nov 3 11:44:46 PST 2004
(II) NVIDIA Unified Driver for all NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Chipset NVIDIA GPU found
...
(II) Setting vga for screen 0.
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(--) NVIDIA(0): Linear framebuffer at 0xC0000000
(--) NVIDIA(0): MMIO registers at 0xC8000000
(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.

but i have read http://www.gentoo.org/doc/en/nvidia-guide.xml

modeprobe nvidia etc... works...but the startx command bad :x

a 'lsmod'

Quote:
~antec / $ lsmod
Module Size Used by
smbfs 69768 2
forcedeth 20480 0
snd_intel8x0 36224 3
snd_ac97_codec 91608 1 snd_intel8x0
snd_pcm 96652 3 snd_intel8x0,snd_ac97_codec
snd_timer 25480 3 snd_pcm
snd 54448 7 snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
snd_page_alloc 11272 2 snd_intel8x0,snd_pcm
i2c_nforce2 8192 0
nvidia 4055868 0
ata_piix 11268 0
sata_vsc 9476 0
sata_sis 8448 0
sata_sx4 14980 0
sata_nv 10884 4
sata_via 9860 0
sata_svw 9092 0
sata_sil 11140 0
sata_promise 12804 0
libata 50056 9 ata_piix,sata_vsc,sata_sis,sata_sx4,sata_nv,sata_via,sata_svw,sata_sil,sata_promise
sbp2 25608 0
ohci1394 34508 0
ieee1394 105848 2 sbp2,ohci1394
ohci_hcd 21380 0
uhci_hcd 33184 0
usb_storage 68928 0
usbhid 36384 0
ehci_hcd 33928 0

when i try to startx with 'nv' driver and without 'Load glx' ....X works but not optimised for my graphics cards

My graphics card is a 6600 Nvidia

If you want to read my xorg.conf..
My_XORG.CONF
Quote:

# File generated by xorgconfig.

#
# Copyright 2004 The X.Org Foundation
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
# The X.Org Foundation BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#
# Except as contained in this notice, the name of The X.Org Foundation shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from
# The X.Org Foundation.
#

# **********************************************************************
# Refer to the xorg.conf(5x) man page for details about the format of
# this file.
# **********************************************************************

# **********************************************************************
# Module section -- this section is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
Section "Module"

# This loads the DBE extension module.

Load "dbe" # Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection

# This loads the font modules
Load "type1"
# Load "speedo"
Load "freetype"
# Load "xtt"

# This loads the GLX module
Load "glx"
# This loads the DRI module
# Load "dri"

EndSection

# **********************************************************************
# Files section. This allows default font and rgb paths to be set
# **********************************************************************

Section "Files"

# The location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.

RgbPath "/usr/X11R6/lib/X11/rgb"

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
#
#

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/"
FontPath "/usr/share/fonts/local/"
# FontPath "/usr/share/fonts/Speedo/"
# FontPath "/usr/share/fonts/TrueType/"
# FontPath "/usr/share/fonts/freefont/"

# The module search path. The default path is shown here.

# ModulePath "/usr/X11R6/lib/modules"

EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"

# Uncomment this to cause a core dump at the spot where a signal is
# received. This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging

# Option "NoTrapSignals"

# Uncomment this to disable the <Crtl><Alt><Fn> VT switch sequence
# (where n is 1 through 12). This allows clients to receive these key
# events.

# Option "DontVTSwitch"

# Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
# This allows clients to receive this key event.

# Option "DontZap"

# Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
# sequences. This allows clients to receive these key events.

# Option "Dont Zoom"

# Uncomment this to disable tuning with the xvidtune client. With
# it the client can still run and fetch card and monitor attributes,
# but it will not be allowed to change them. If it tries it will
# receive a protocol error.

# Option "DisableVidModeExtension"

# Uncomment this to enable the use of a non-local xvidtune client.

# Option "AllowNonLocalXvidtune"

# Uncomment this to disable dynamically modifying the input device
# (mouse and keyboard) settings.

# Option "DisableModInDev"

# Uncomment this to enable the use of a non-local client to
# change the keyboard or mouse settings (currently only xset).

# Option "AllowNonLocalModInDev"

EndSection

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************

Section "InputDevice"

Identifier "Keyboard1"
Driver "kbd"

# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.

# Option "Protocol" "Xqueue"

Option "AutoRepeat" "500 30"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"

# Option "LeftAlt" "Meta"
# Option "RightAlt" "ModeShift"

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc105"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "fr"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"

# These are the default XKB settings for Xorg
# Option "XkbRules" "xorg"
# Option "XkbModel" "pc105"
# Option "XkbLayout" "us"
# Option "XkbVariant" ""
# Option "XkbOptions" ""

# Option "XkbDisable"

Option "XkbRules" "xorg"
Option "XkbModel" "microsoft"
Option "XkbLayout" "fr"
Option "XkbVariant" "fr"

EndSection


# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

# Identifier and driver

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/input/mice"
Option "Buttons" "7"
Option "ZAxisMapping" "6 7"
Option "Emulate3Buttons" "no"
# Mouse-speed setting for PS/2 mouse.

# Option "Resolution" "256"

# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.

# Option "Protocol" "Xqueue"

# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.

# Option "BaudRate" "9600"
# Option "SampleRate" "150"

# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)

# Option "Emulate3Buttons"
# Option "Emulate3Timeout" "50"

# ChordMiddle is an option for some 3-button Logitech mice

# Option "ChordMiddle"

EndSection


# **********************************************************************
# Other input device sections
# this is optional and is required only if you
# are using extended input devices. This is for example only. Refer
# to the xorg.conf man page for a description of the options.
# **********************************************************************
#
# Section "InputDevice"
# Identifier "Mouse2"
# Driver "mouse"
# Option "Protocol" "MouseMan"
# Option "Device" "/dev/mouse2"
# EndSection
#
# Section "InputDevice"
# Identifier "spaceball"
# Driver "magellan"
# Option "Device" "/dev/cua0"
# EndSection
#
# Section "InputDevice"
# Identifier "spaceball2"
# Driver "spaceorb"
# Option "Device" "/dev/cua0"
# EndSection
#
# Section "InputDevice"
# Identifier "touchscreen0"
# Driver "microtouch"
# Option "Device" "/dev/ttyS0"
# Option "MinX" "1412"
# Option "MaxX" "15184"
# Option "MinY" "15372"
# Option "MaxY" "1230"
# Option "ScreenNumber" "0"
# Option "ReportingMode" "Scaled"
# Option "ButtonNumber" "1"
# Option "SendCoreEvents"
# EndSection
#
# Section "InputDevice"
# Identifier "touchscreen1"
# Driver "elo2300"
# Option "Device" "/dev/ttyS0"
# Option "MinX" "231"
# Option "MaxX" "3868"
# Option "MinY" "3858"
# Option "MaxY" "272"
# Option "ScreenNumber" "0"
# Option "ReportingMode" "Scaled"
# Option "ButtonThreshold" "17"
# Option "ButtonNumber" "1"
# Option "SendCoreEvents"
# EndSection

# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"

Identifier "VE910"

# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

HorizSync 30-82

# HorizSync 30-64 # multisync
# HorizSync 31.5, 35.2 # multiple fixed sync frequencies
# HorizSync 15-25, 30-50 # multiple ranges of sync frequencies

# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

VertRefresh 50-85

EndSection


# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

# Standard VGA Device:

Section "Device"
Identifier "NVIDIA6600"
#VendorName "Unknown"
#BoardName "Unknown"

# The chipset line is optional in most cases. It can be used to override
# the driver's chipset detection, and should not normally be specified.

# Chipset "generic"

# The Driver line must be present. When using run-time loadable driver
# modules, this line instructs the server to load the specified driver
# module. Even when not using loadable driver modules, this line
# indicates which driver should interpret the information in this section.

Driver "nvidia"
# The BusID line is used to specify which of possibly multiple devices
# this section is intended for. When this line isn't present, a device
# section can only match up with the primary video device. For PCI
# devices a line like the following could be used. This line should not
# normally be included unless there is more than one video device
# intalled.

BusID "PCI:1:00:00"

# VideoRam 256

# Clocks 25.2 28.3

EndSection

# Device configured by xorgconfig:

#Section "Device"
# Identifier "NVIDIA6600"
# Driver "nvidia"
# unsupported card
#VideoRam 131072
# Insert Clocks lines here if appropriate
#EndSection


# **********************************************************************
# Screen sections
# **********************************************************************

# Any number of screen sections may be present. Each describes
# the configuration of a single screen. A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
Identifier "Screen 1"
Device "NVIDIA6600"
Monitor "VE910"
DefaultDepth 24

Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection

# **********************************************************************
# ServerLayout sections.
# **********************************************************************

# Any number of ServerLayout sections may be present. Each describes
# the way multiple screens are organised. A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option. In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.

Section "ServerLayout"

# The Identifier line must be present
Identifier "Simple Layout"

# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens. The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen. In this example, screen 2 is located to the
# right of screen 1.

Screen "Screen 1"

# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used. Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".

InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"

EndSection

# Section "DRI"
# Mode 0666
# EndSection
Thank's...

Last edited by GaMeS; 10-24-2005 at 07:24 AM.
 
Old 10-25-2005, 12:53 AM   #2
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
There is a log file which tells you exactly what went wrong with the nVidia driver. You are probably missing some symlinks in /usr/X11R6/lib/modules, or subdirectories thereof. Your card may not be supported yet.
 
Old 10-25-2005, 11:11 AM   #3
GaMeS
Member
 
Registered: Jan 2005
Location: France / Bretagne
Distribution: Debian / Gentoo
Posts: 71

Original Poster
Rep: Reputation: 15
what's wrong....i have nvidia drivers...:$ i don't understand where is my problem...

a 'ls modules'

Quote:
total 6144
drwxr-xr-x 8 root root 4096 Oct 23 17:25 .
drwxr-xr-x 60 root root 24576 Oct 26 19:57 ..
drwxr-xr-x 2 root root 4096 Oct 23 17:25 dri
drwxr-xr-x 3 root root 4096 Oct 26 19:57 drivers
drwxr-xr-x 2 root root 4096 Oct 26 19:57 extensions
drwxr-xr-x 2 root root 4096 Oct 23 17:25 fonts
drwxr-xr-x 3 root root 4096 Oct 23 17:25 input
-r--r--r-- 1 root root 230132 Oct 23 17:25 libafb.a
-r--r--r-- 1 root root 285838 Oct 23 17:25 libcfb.a
-r--r--r-- 1 root root 249998 Oct 23 17:25 libcfb16.a
-r--r--r-- 1 root root 307904 Oct 23 17:25 libcfb24.a
-r--r--r-- 1 root root 205590 Oct 23 17:25 libcfb32.a
-r--r--r-- 1 root root 33598 Oct 23 17:25 libcw.a
-r--r--r-- 1 root root 31728 Oct 23 17:25 libdamage.a
-r--r--r-- 1 root root 39378 Oct 23 17:25 libddc.a
-r--r--r-- 1 root root 321438 Oct 23 17:25 libfb.a
-r--r--r-- 1 root root 11662 Oct 23 17:25 libi2c.a
-r--r--r-- 1 root root 295384 Oct 23 17:25 libint10.a
-r--r--r-- 1 root root 24420 Oct 23 17:25 liblayer.a
-r--r--r-- 1 root root 228256 Oct 23 17:25 libmfb.a
-r--r--r-- 1 root root 697464 Oct 23 17:25 libpcidata.a
-r--r--r-- 1 root root 29556 Oct 23 17:25 librac.a
-r--r--r-- 1 root root 49206 Oct 23 17:25 libramdac.a
-r--r--r-- 1 root root 1748438 Oct 23 17:25 libscanpci.a
-r--r--r-- 1 root root 57758 Oct 23 17:25 libshadow.a
-r--r--r-- 1 root root 31068 Oct 23 17:25 libshadowfb.a
-r--r--r-- 1 root root 29142 Oct 23 17:25 libvbe.a
-r--r--r-- 1 root root 30194 Oct 23 17:25 libvgahw.a
-r--r--r-- 1 root root 507866 Oct 23 17:25 libxaa.a
-r--r--r-- 1 root root 265882 Oct 23 17:25 libxf1bpp.a
-r--r--r-- 1 root root 51358 Oct 23 17:25 libxf24_32bpp.a
-r--r--r-- 1 root root 169776 Oct 23 17:25 libxf4bpp.a
-r--r--r-- 1 root root 15678 Oct 23 17:25 libxf8_16bpp.a
-r--r--r-- 1 root root 94730 Oct 23 17:25 libxf8_32bpp.a
drwxr-xr-x 2 root root 4096 Oct 23 17:25 linux
-r--r--r-- 1 root root 26253 Oct 23 17:25 v10002d.uc
-r--r--r-- 1 root root 35007 Oct 23 17:25 v20002d.uc
a 'ls drivers'

Quote:
total 5212
drwxr-xr-x 3 root root 4096 Oct 26 19:57 .
drwxr-xr-x 8 root root 4096 Oct 23 17:25 ..
-rwxr-xr-x 1 root root 171373 Oct 23 17:25 apm_drv.o
-rwxr-xr-x 1 root root 21986 Oct 23 17:25 ark_drv.o
-rwxr-xr-x 1 root root 69568 Oct 23 17:25 ati_drv.o
-rwxr-xr-x 1 root root 220532 Oct 23 17:25 atimisc_drv.o
-rwxr-xr-x 1 root root 194169 Oct 23 17:25 chips_drv.o
-rwxr-xr-x 1 root root 46292 Oct 23 17:25 cirrus_alpine.o
-rwxr-xr-x 1 root root 15488 Oct 23 17:25 cirrus_drv.o
-rwxr-xr-x 1 root root 36013 Oct 23 17:25 cirrus_laguna.o
-rwxr-xr-x 1 root root 33053 Oct 23 17:25 cyrix_drv.o
-rwxr-xr-x 1 root root 15957 Oct 23 17:25 dummy_drv.o
-rwxr-xr-x 1 root root 23018 Oct 23 17:25 fbdev_drv.o
-rwxr-xr-x 1 root root 340716 Oct 23 17:25 glint_drv.o
-rwxr-xr-x 1 root root 71613 Oct 23 17:25 i128_drv.o
-rwxr-xr-x 1 root root 251925 Oct 23 17:25 i810_drv.o
drwxr-xr-x 2 root root 4096 Oct 23 17:25 linux
-rwxr-xr-x 1 root root 249658 Oct 23 17:25 mga_drv.o
-rwxr-xr-x 1 root root 93899 Oct 23 17:25 neomagic_drv.o
-rwxr-xr-x 1 root root 110415 Oct 23 17:25 nv_drv.o
-rwxr-xr-x 1 root root 1068008 Oct 26 19:57 nvidia_drv.o
-rwxr-xr-x 1 root root 131806 Oct 23 17:25 r128_drv.o
-rwxr-xr-x 1 root root 288977 Oct 23 17:25 radeon_drv.o
-rwxr-xr-x 1 root root 52942 Oct 23 17:25 rendition_drv.o
-rwxr-xr-x 1 root root 59034 Oct 23 17:25 riva128.o
-rwxr-xr-x 1 root root 71791 Oct 23 17:25 s3_drv.o
-rwxr-xr-x 1 root root 100383 Oct 23 17:25 s3virge_drv.o
-rwxr-xr-x 1 root root 108667 Oct 23 17:25 savage_drv.o
-rwxr-xr-x 1 root root 104783 Oct 23 17:25 siliconmotion_drv.o
-rwxr-xr-x 1 root root 730117 Oct 23 17:25 sis_drv.o
-rwxr-xr-x 1 root root 91783 Oct 23 17:25 tdfx_drv.o
-rwxr-xr-x 1 root root 64942 Oct 23 17:25 tga_drv.o
-rwxr-xr-x 1 root root 188361 Oct 23 17:25 trident_drv.o
-rwxr-xr-x 1 root root 90354 Oct 23 17:25 tseng_drv.o
-rwxr-xr-x 1 root root 29295 Oct 23 17:25 vesa_drv.o
-rwxr-xr-x 1 root root 23953 Oct 23 17:25 vga_drv.o
i had googled...but nothing about symbolic link.. :x

Thank's !

GaMeS
 
Old 10-26-2005, 10:34 AM   #4
GaMeS
Member
 
Registered: Jan 2005
Location: France / Bretagne
Distribution: Debian / Gentoo
Posts: 71

Original Poster
Rep: Reputation: 15
another solution...?
 
Old 10-26-2005, 02:00 PM   #5
Worksman
Member
 
Registered: Sep 2004
Location: Romania
Distribution: Ubuntu, Debian, Arch Linux, Gentoo, Slackware
Posts: 171
Blog Entries: 1

Rep: Reputation: 31
Angry Damn it!

Damn it, man! I have the same problem.
I used ATi before and it was hard to get it to work and let it stay that way.
I then changed to NVIDIA in hope i'll have a more stable support now. But he*l, still aint working!
I have Gentoo 2005.1. I'm 99,99% sure I've compild my kernel good, because I must have done it 50 times!
As far as I've gone, the only thing I realised is that there is no /dev/nvidia and these nodes should have been made. If anyone is able to help me, please post and I'll reply with comprehensive status about my output and current kernel config, etc.
 
Old 10-26-2005, 02:55 PM   #6
MrDunk
LQ Newbie
 
Registered: Oct 2005
Location: London, Ontario
Distribution: Gentoo 2005.1 x86_64 & Windows XP Pro
Posts: 8

Rep: Reputation: 0
Well it looks we can add another person to this thread. I'm experiencing the same problem with a fresh install of Gentoo 2005.1 AMD64, Kernel 2.6.13r3.
I tried just about every different method of getting the nvidia drivers except for the source drivers from nvidia. I've tried but I get a conflict with existing opengl; even though I've unmerged nvidia-kernel and nvidia-glx, ran through a emerge --depclean. I still get the same errors listed below. I imagine I haven't removed something that's need to be removed but I'm not going to start deleting files if I don't know what they are.

I'm a gentoo noob but I've followed every possile nVidia install guide I could find with the same results. If I should post more information please let me know.. This is my first post to LinuxQuestions.

nvidia-installer.log <excerpt>
...
-> Installing 'NVIDIA Accelerated Graphics Driver for Linux-x86_64'
(1.0-7676):
-> The installer has encountered the following error during installation: 'Cann
ot create symlink /usr/lib/libGL.so.1 (File exists)'. Continue anyway? ("no
" will abort)? (Answer: Yes)
...
ERROR: The runtime configuration check failed for library 'libGL.so.1.0.7676'
(expected: '/usr/lib64/libGL.so.1', found: 'not'). The most likely
reason for this is that conflicting OpenGL libraries are installed in a
location not inspected by `nvidia-installer`. Please be sure you have
uninstalled any third-party OpenGL and third-party graphics driver
packages.
-> done.
-> Runtime sanity check failed.
ERROR: Installation has failed.
..
-> The installer has encountered the following error during installation: 'Cann
ot create symlink /usr/lib/libGL.so (File exists)'. Continue anyway? ("no"
will abort)? (Answer: Yes)
-> The installer has encountered the following error during installation: 'Cann
ot create symlink /usr/lib/libGLcore.so.1 (File exists)'. Continue anyway?
("no" will abort)? (Answer: Yes)
-> The installer has encountered the following error during installation: 'Cann
ot create symlink /usr/lib/libnvidia-tls.so.1 (File exists)'. Continue anyw
ay? ("no" will abort)? (Answer: Yes)
-> The installer has encountered the following error during installation: 'Cann
ot create symlink /usr/lib/tls/libnvidia-tls.so.1 (File exists)'.
 
Old 10-26-2005, 04:47 PM   #7
Worksman
Member
 
Registered: Sep 2004
Location: Romania
Distribution: Ubuntu, Debian, Arch Linux, Gentoo, Slackware
Posts: 171
Blog Entries: 1

Rep: Reputation: 31
Unhappy

Welll it looks to me that you had those symlinks before this install/emerge that means you've emerged some other ebuild and it's probably the 32 bit variant (cause i can't think of any other).
try emerge -s nvidia and see what it says is installed, what ver, what architecture. also try -s glx drm dri and see if those are installed too(they shouldn't). I don't have 64bit but I know it just another headache setting that up!
There is also a BIG kernel configuration involve here!
PS-i'm still a newb compared to others but if you're really new to linux this is gonna be HARD for you!(and maybe for the 'gurus' that would try to help you)
 
Old 10-27-2005, 02:03 PM   #8
MrDunk
LQ Newbie
 
Registered: Oct 2005
Location: London, Ontario
Distribution: Gentoo 2005.1 x86_64 & Windows XP Pro
Posts: 8

Rep: Reputation: 0
I've tried your suggestions Worksman and nothing was installed since I "emerge --unmerge" anything nvidia related. It was clean before the install of source nVidia drivers but I still get the same errors. I've had the nVidia source drivers working on previous distros; debian, slack, mdk, mandriva (all 32bit installs mind you). I was a little vague in being a complete noob. I've been around the block with a different flavours of linux but I had a tendency of giving up when things break instead of fixing it. I'm trying to get away from that and get a nice and stable working system going, no matter what.
Is it in my best interests to post a new thread and include all my logs and confs pertaining to this problem or should I just make a continuation of this post even though it's not exactly the same topic.
 
Old 10-29-2005, 05:38 AM   #9
Worksman
Member
 
Registered: Sep 2004
Location: Romania
Distribution: Ubuntu, Debian, Arch Linux, Gentoo, Slackware
Posts: 171
Blog Entries: 1

Rep: Reputation: 31
Talking In the mean time I've solved my problem!

In the mean time I just want to say that I've finally managed to install the nvidia drivers for my NVidia GeForce4 MX440 with AGP8X.
Believe me it took me some while! And a lot of reading but in the end you are very satisfied!
Here's what I've done and what I've found out:
Some people say that if you enable that hardware random number generator in the kernel config for the chipsets specified there that
support it, the driver will not work: false.
One thing is certain as I tried every possible combination: you need to know what to enable and what to disable(or build as a module)
in the kernel configuration.
The vesafb-tng framebuffer README should be very closelly READ!
That applies also to the nvidia driver README.
They are all in the kernel tree under 'Documentation/'.
That's what helped me and the forums too, but it is obvious that if you have patience and read all the Documentation you don't need
the forums! Just when you run into a bogo and don't know what to do! (in this case you should also read the docs first!
It might sound too much but believe me: writing to a forum and asking how do I install nvidia driver and what are the options I have
to add to xorg.conf for TwinView to work, will actually take you longer!
My current kernel config is not 100% shure but it works for me.
In the future I will experiment to get better performance if possible.
This attitude is the fault of the developers because they add new stuff like clock timing (HZ option 100/250/1000).
And it is my fault that I don't know much about my architecture, cpu and chipset(for example I don't know if my chipset supports
PCI2.3 or Message Signaled Interrupts/-X or even HPET, so I enable them because I think it does and because they didn't seem to
throw error on me or cause instabillity/security problems)
My machine is primarily a desktop machine but I don't want the preemptible kernel stuff as I'm more of a power user.
Also I chose the 'medium' stuff from where there are 3 options, excluding preemptible kernel(like HZ 250, Deadline I/O scheduler)
And it *seems* to works better, stabler, faster(or even do).
To help you I will give you my kernel .config file so you can compare mine with yours, make the difference(stuff you'r not sure about)
and merge the two.
Also I will give you my xorg.conf (it has commented out TwinView settings).
But first let me setup Apache(that won't take long).
If you can't wait then jabber me @ worksman@unstable.nl/Home or email me @ djwman@gmail.com
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
xorg.conf problems with Gentoo on HP Pavilion zv6000 billspork Linux - Distributions 1 08-17-2005 02:12 AM
xorg.conf and nvidia problem scarryharry Slackware 8 05-20-2005 04:00 PM
Having problems setting up xorg.conf in Gentoo 2004.3 rjohnson244 Linux - Software 6 04-03-2005 09:42 AM
NVidia TV out thru xorg.conf jobless_joe Linux - Software 7 02-22-2005 11:59 PM
xorg.conf for Dell M60 laptop with gentoo and KDE maverick256 Linux - Hardware 5 02-02-2005 03:37 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:41 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration