LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 12-17-2005, 05:37 AM   #1
tool462
LQ Newbie
 
Registered: Nov 2005
Distribution: Ubuntu
Posts: 15

Rep: Reputation: 0
nVidia Drivers


Ok i have tried to install linux drivers for my nVidia GeForce 5700 Ultra about 4 times, each time i've tried something a little different. I've tried using the packages, with those i get a scrambled color screen whenever i try to shutdown or press control+alt+f1.
Or i've tried using the nVidia installer with a tutorial i have found at serios wiki.

someone please help me solve my dilema!
ask me for anything and i'll post what i can.
 
Old 12-17-2005, 09:07 AM   #2
tool462
LQ Newbie
 
Registered: Nov 2005
Distribution: Ubuntu
Posts: 15

Original Poster
Rep: Reputation: 0
i'm a noob, please help
 
Old 12-17-2005, 03:19 PM   #3
bwog
LQ Newbie
 
Registered: Nov 2005
Posts: 24

Rep: Reputation: 15
Hi Tool,

Did you try this: https://wiki.ubuntu.com/BinaryDriverHowto/Nvidia ?

When that doesnt help, tell the forum what happenned (errors, etc.) and post xorg.conf, so that perhaps somebody can help you (use gedit /etc/X11/xorg.conf).
 
Old 12-21-2005, 08:18 PM   #4
tool462
LQ Newbie
 
Registered: Nov 2005
Distribution: Ubuntu
Posts: 15

Original Poster
Rep: Reputation: 0
alright i've used that one, the problem is that whenever i try and shutdown my computer whenever X shutdowns the screen is all messed up, sometimes it will have a checkerboard pattern of erratic dots, or it will just be all random.
i might try it again, and take a picture to show you just what i mean.
 
Old 12-22-2005, 04:46 AM   #5
tool462
LQ Newbie
 
Registered: Nov 2005
Distribution: Ubuntu
Posts: 15

Original Poster
Rep: Reputation: 0
i think i might have stumbled onto something, i have the package nvidia-kernel-common installed, should i get rid of that, or let it be?
also xsever-xorg-driver-nv, is that bad (i don't think that nv one is just checking)
 
Old 12-22-2005, 06:53 AM   #6
bwog
LQ Newbie
 
Registered: Nov 2005
Posts: 24

Rep: Reputation: 15
Perhaps you can post xorg.conf (use gedit /etc/X11/xorg.conf).
 
Old 12-22-2005, 02:01 PM   #7
tool462
LQ Newbie
 
Registered: Nov 2005
Distribution: Ubuntu
Posts: 15

Original Poster
Rep: Reputation: 0
Quote:
# /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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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 "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/CID"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
Load "GLcore"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection

Section "Device"
Identifier "NVIDIA Corporation NV36 [GeForce FX 5700 Ultra]"
Driver "nv"
BusID "PCI:2:0:0"
EndSection

Section "Monitor"
Identifier "DELL E773c"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV36 [GeForce FX 5700 Ultra]"
Monitor "DELL E773c"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

Section "DRI"
Mode 0666
EndSection
This really isn't going to help, as i don't have the nvidia drivers installed at the moment.
 
Old 12-27-2005, 06:53 AM   #8
MunCH
Member
 
Registered: Feb 2004
Location: Australia
Distribution: Red Hat 9, Slackware
Posts: 79

Rep: Reputation: 15
OK well I just reinstalled ubuntu after a few weeks without a linux disc to play with, seems they changed the name of the base linux driver (driver source), i used to do it like this:

sudo apt-get install nvidia-kernel-source

sudo apt-get install nvidia-glx

now its
Quote:
sudo apt-get install nvidia-kernel-common

sudo apt-get install nvidia-glx

now just change "nv" to "nvidia"

Section "Device"
Identifier "NVIDIA Corporation NV36 [GeForce FX 5700 Ultra]"
Driver "nv"
BusID "PCI:2:0:0"
EndSection

Quote:
Section "Device"
Identifier "NVIDIA Corporation NV36 [GeForce FX 5700 Ultra]"
Driver "nvidia"
BusID "PCI:2:0:0"
EndSection

and you should be rocking, reboot or exit out of x and you should be up and running.

Hope this helps

MunCH
 
Old 12-27-2005, 10:44 AM   #9
tool462
LQ Newbie
 
Registered: Nov 2005
Distribution: Ubuntu
Posts: 15

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by MunCH
OK well I just reinstalled ubuntu after a few weeks without a linux disc to play with, seems they changed the name of the base linux driver (driver source), i used to do it like this:

sudo apt-get install nvidia-kernel-source

sudo apt-get install nvidia-glx

now its



now just change "nv" to "nvidia"

Section "Device"
Identifier "NVIDIA Corporation NV36 [GeForce FX 5700 Ultra]"
Driver "nv"
BusID "PCI:2:0:0"
EndSection




and you should be rocking, reboot or exit out of x and you should be up and running.

Hope this helps

MunCH
thanks man i'll give that a try, after i get back into Ubuntu
 
  


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
Installing nvidia drivers from nvidia website on mepis 3.3 xbennyboy Linux - Hardware 4 04-23-2005 09:19 AM
Proprietary nvidia drivers vs. generic intel sound and ethernet drivers vharishankar Linux - Hardware 2 02-22-2005 05:32 AM
Nvidia Drivers Graphics and motherboard drivers help sithyoda Linux - Newbie 4 10-01-2004 06:32 PM
mandrake 10 nvidia drivers and winmodem drivers mikeymouse Mandriva 6 08-28-2004 07:57 AM
nvidia drivers / nv vs nvidia & TNT2 trekk Fedora 0 01-26-2004 01:11 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 01:57 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