I've got some instructions but not for 7.04... Anyone got any suggestions? I can't get them to work right.
-
I just use Automatix to install the Nvidia drivers.
-
Here you go, an easy to use GUI to get the latest drivers. Work with Feisty.
-
This requires setting up pppoe... Then setting up my repositories... Then hoping it works in 7.04 feisty fawn...
Are there any nvidia installers that DON'T require the net so that I can install my drivers in peace, and then worry about the hell that is pppoe? -
Lysander's recommendation should work unattended. At least the last time I used Envy, it was pretty much self-contained.
-
Nah, you will require internet access for it to work, unless the manual installation allows for it.
Zellio, dont they open source drivers give you basic acceleration? Shouldn't they be enough to get you going whilst you get your net working? -
Well, if you don't have access to the net, you're pretty much screwed. The nVidia drivers are really easy to install in feisty; simply open the Add/Remove Applications program, search for "nvidia" in "All Applications and Programs," and select the drivers you want. Then do the commands it tells you to, and you'll be good to go. But if you don't have a net connection, you'll still have to download the nvidia drivers from the nVidia website anyway, kill X, then install the drivers by hand.
-
When i booted the live CD for ubuntu, an icon popped up telling me to install restricted drivers for Nvidia. So i let it do its thing and it seemed to download and untomatically pick the driver and install.
But what driver is it installing?
Whats the difference from me going to Nvidia website and downloading the latest display driver directly from the site. then installing it on my own?
I just dont get it. -
Use Nvidia site driver is my prefer. However they are in same version.
Plus, you have to reinstall after every distro restrict package upgrade. -
The only real difference is that with the driver that Ubuntu installed, you don't have to go to nvidia's site and download/install the driver manually; Ubuntu automatically does it for you. You also might get a newer driver from the nvidia site (although the nvidia-glx-new package and the driver from the site are now the same), but it won't ever go much beyond that. I would suggest just staying with the current Ubuntu supported driver because it's easier and it's more supported. Unless you have some kind of problem with it that is.
-
Okay, your damned program has screwed up my linux install again!
I get a xorg.conf problem when I boot up, I can only boot when it's fixed...
How do I fix it?
EDIT: Ah nevermind. Bugs in the program. I fixed it by using the cd and going into terminal. -
You have to configure X to use the nvidia driver by invoking the following command:
Otherwise, it won't configure X correctly. It's not a bug; it's the way it was designed. Linux doesn't like to do things to your system that you don't tell it to do. That is changing with some things though. nVidia drivers are still odd though, because they require direct access to the Linux kernel (though they shouldn't need it), and this causes all sorts of problems and dependencies that can crash your system. That's one reason why proprietary drivers are not well regarded in the Linux community; if the nVidia drivers didn't require kernel access, they would probably be easier to install.Code:sudo nvidia-glx-config enable
-
I can't play 3d chess though...
Keeps saying I need to enable opengl python bindings and gtkglext...
WTH?
I'm testing 3d chess in the hopes of installing compiz soon...
Wierd part is I've got those bindings installed.
Do I need to enable them? Am I missing something? Is 3dchess being an ass and just not letting me use it, and I should go ahead and try Compiz?
Please help. -
Post your xorg.conf file here and we'll tell you whether or not you're configured to use your nvidia drivers. There is a possibility that you are still using the default nv drivers. The file is found in the /etc/X11/ directory.
-
Am I the only one who seems to have major issues getting NVIDIA drivers installed? Every time I've installed accelerated drivers I've had lockups and graphical corruption upon rebooting.
On other forum posts I've been pointed to things like this:
http://www.nvnews.net/vbulletin/showthread.php?t=72490
I haven't yet tried that, but I'm curious as to why it seems to work for so many of you to simply use automatix or other easy installation method.
(I should specify that I've tried this on both Edgy and Feisty, both with the same result.)
In a previous thread on here it was suggested that perhaps the kernel was too old of a version, but the one included with Feisty is at least as new as the one that was suggested (20.15.generic). -
On feisty, all you should have to do is `sudo apt-get install nvidia-glx`, then `sudo nvidia-xconfig --add-argb-glx-visuals` from a terminal, hit ctrl+alt+backspace, and it should just work.
jcq, that link you provided is for a Fedora issue. It shouldn't affect Feisty much. -
I think the command is "nvidia-glx-config enable" now.
-
Here it is, my xorg.conf file:
# /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 "Files"
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"
# path to defoma fonts
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" "us"
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"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "Device"
Identifier "nVidia Corporation NV17 [GeForce4 MX 420]"
Driver "nvidia"
Busid "PCI:0:19:0"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "True"
EndSection
Section "Monitor"
Identifier "DELL M782"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NV17 [GeForce4 MX 420]"
Monitor "DELL M782"
Defaultdepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
Inputdevice "stylus" "SendCoreEvents"
Inputdevice "cursor" "SendCoreEvents"
Inputdevice "eraser" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection -
Anyone? Anyone? Beuller? Beuller?
What do I do to configure it?
My monitor can support 1280x1024, so I'd like to configure it to support that as well......
I just attempted a 3d flip of my desktop and succeded...
Nvidia even says it has opengl enabled.
Something wrong with chess than? -
That link had a section on Ubuntu also.
I'll give your method a try. On a related matter, however... Why is it that I can never seem to restart X via ctrl-alt-backspace? Is there some option I have to enable to allow that to work? Every time I've tried it nothing seems to happen.
Thanks... -
Odd problem.
Compiz running... gl desktop... games won't display in 3d...
Um, what? -
Im confused. I enabled the restriced drivers in 7.04FF and it looks touse acceleration just fine. do I need to do what you said instead? All I had to do was enable risticed drivers and download some packages, then I was all set.
GLXgears score of 15000, however it dropped to around 7000 after updates. -
pull up a terminal and type glxgears ,whats your score, .
-
You are using the nVidia drivers (as the section says Driver "nvidia" rather than Driver "nv"). To get your montior's resolution to work, simply type the resolution in the "Screen" section. I have already done it for you in the quote above.
You shouldn't need to use that command with the final version of Feisty. You did with earlier versions, and I think some of us are still thinking that way since we never really installed the final version of Feisty (rather we just upgraded from the beta). -
So if I have an GeForce Go 7400 i should be able to just install the Drivers in the menus through the restricted drivers portion right?
-
yeah if its 7.04, simply use the menu and find the restriced drivers icon. click enable, it will download some stuff, and instantly you have 3d acceleration.
-
Unless it doesn't.
That was the first thing that I tried upon my first clean install of 7.04 and upon rebooting had the lockups and graphical corruption.
-
Yes, but you have some strange problems. I don't believe that happens to most people. I think the reason is that your card isn't officially supported by the latest nVidia Linux driver, as you can see here.
-
i had problem installing driver on with feisty 64. I installed it, then restart laptop, and xserver failed because of different version module than the xorg.conf file use after installing driver.
I manually removed the modules and un mod the nvidia module.
Reinstall the the driver. and worked good.
I use beryl
Installing Nvidia drivers... for Ubuntu...
Discussion in 'Linux Compatibility and Software' started by Zellio, Apr 22, 2007.