|
|
#1 | |
|
Registered User
Join Date: Jun 2007
Location: Paris, France
Posts: 8
|
Hello
I've just re-installed my Ubuntu 7.04 Feisty Fawn and try the new NVIDIA-Linux-x86-100.14.09 ... But i can't start it, i have a problem with the nvidia kernel module ... Is someone could help me ? Many thx
__________________
http://www.webynux.net |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Mar 2006
Posts: 272
|
In you xorg.conf file you have selected the 'nv' driver instead of 'nvidia' which is the correct one.
|
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Sep 2002
Posts: 623
|
It looks you have Nvidia driver 1.0-7184/100.14.09 mixed together. If replacing nv to nvidia inside xorg.conf will not help; remove the older 7184 which is too old for your card and reinstall 100.14.09 and reboot.
|
|
|
|
|
|
#4 | |
|
Registered User
Join Date: Jun 2007
Location: Paris, France
Posts: 8
|
1st many thx to help me.
I have never installed 1.0-7184 , i've just installed my Ubuntu Feisty Fawn ... How can i remove it ?
__________________
http://www.webynux.net |
|
|
|
|
|
|
#5 |
|
NVIDIA Corporation
Join Date: Dec 2004
Posts: 8,763
|
This is covered in the forum sticky posts.
|
|
|
|
|
|
#6 | |
|
Registered User
Join Date: Sep 2002
Posts: 623
|
Quote:
|
|
|
|
|
|
|
#7 |
|
Registered User
Join Date: Jun 2007
Location: Paris, France
Posts: 8
|
Hello
I followed the sticky post... and result is the same ... my computer is locking up and i have to reboot with the rest button ... i don't understand what's happen ... Is my xorg.conf ok? Code:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Sat May 26 01:04:16 PDT 2007
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf(5) manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "Files"
# path to defoma fonts
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "oss"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Monitor"
Identifier "Écran générique"
Option "DPMS"
EndSection
Section "Device"
Identifier "nVidia Corporation G71 [GeForce 7300 GS]"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation G71 [GeForce 7300 GS]"
Monitor "Écran générique"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
__________________
http://www.webynux.net |
|
|
|
|
|
#8 |
|
Registered User
|
The popular distros are using their own mechanisms for driver install these days. This makes sense since (I presume) it's virtually impossible for Nvidia to keep up with all the nuances with each distro. For Debian, Ubuntu and Mint the installer is ENVY. Suggest you try it. As of yesterday it supports 100.14.09.
|
|
|
|
|
|
#9 |
|
NVIDIA Corporation
Join Date: Dec 2004
Posts: 8,763
|
pfff,
You stated "result is the same ... my computer is locking up". Originally you didn't report anything about a computer locking up, and your bug report indicated a driver/kernel module mismatch. In your latest bug report, X is running 1280x1024, so the original problem is no longer present. I'm confused as to how the result is the same. Please detail the problem & how it can be reproduced. |
|
|
|
|
|
#10 |
|
Registered User
Join Date: Sep 2002
Posts: 623
|
Make fresh nvidia-bug-report.log and view it with your favorite text editor.
Search for 7184 text to make sure you deleted all old driver files. If inside nvidia-bug-report.log you still find 7184 text this means the old driver is still inside system. Usually package manager allows to remove Nvidia driver. If you have an uninstall tool look for packages with NVIDIA name. They usually has NVIDIA-glx NVIDIA-driver or something like that. Then check version of such package and uninstall it if this is 7184. Look at ENVY tool maybe there is any way to deactivate old Nvidia driver. |
|
|
|
|
|
#11 |
|
Registered User
Join Date: Jun 2007
Location: Paris, France
Posts: 8
|
Hello Netilama,
Many thx for helping me. I forgot to speak about my locking up because ... I spoke in these threads about them : http://www.nvnews.net/vbulletin/show...5&postcount=25 http://www.nvnews.net/vbulletin/show...5&postcount=28 I tryed all drivers (nvidia.run, nvidia-glx-new from Ubuntu's repository and envy) i will check zbiggy's idea and revert.
__________________
http://www.webynux.net |
|
|
|
|
|
#12 |
|
Registered User
Join Date: Jun 2007
Location: Paris, France
Posts: 8
|
Hello i followed http://www.nvnews.net/vbulletin/showthread.php?t=72490
and i have added DISABLED_MODULES="nv nvidia_new" in right file ... but a bug report allways show: Scanning kernel log files for NVRM messages: Code:
Scanning kernel log files for NVRM messages: /var/log/messages: Jun 9 20:26:55 ubuntu kernel: [ 1474.083869] NVRM: loading NVIDIA UNIX x86 Kernel Module 100.14.09 Sat May 26 00:47:07 PDT 2007 Jun 9 20:27:18 ubuntu kernel: [ 1496.794768] NVRM: loading NVIDIA UNIX x86 Kernel Module 100.14.09 Sat May 26 00:47:07 PDT 2007 Jun 9 20:28:54 ubuntu kernel: [ 34.220666] NVRM: loading NVIDIA Linux x86 Kernel Module 1.0-7184 Tue Aug 1 18:38:58 PDT 2006 Jun 9 21:13:59 ubuntu kernel: [ 35.675161] NVRM: loading NVIDIA Linux x86 Kernel Module 1.0-7184 Tue Aug 1 18:38:58 PDT 2006
__________________
http://www.webynux.net |
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How can NVIDIA better engage with Linux | artem | NVIDIA Linux | 8 | 06-26-12 09:05 AM |
| Need Help Installing NVIDIA Tesla M2070Q in Linux RHEL5 | Ferianto85 | NVIDIA Linux | 0 | 05-18-12 08:35 PM |
| GTX 460M, Xorg 1.12, nvidia driver 295.49, linux 3.3.5-1-ARCH and NVRM Xid 44 | elsifaka | NVIDIA Linux | 0 | 05-14-12 08:48 AM |
| nVidia Linux drivers with Linux on Mac, help? | Thetargos | NVIDIA Linux | 0 | 05-13-12 12:52 PM |