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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
05-01-2010, 03:56 PM
|
#1
|
|
Member
Registered: Mar 2004
Posts: 277
Rep:
|
How do I fix Nvidia accelerated driver in Ubuntu 10.04?
After installing Ubuntu 10.04, kept getting this popup advising me of an Nvidia accelerated graphics driver 96. After installing it my highest resolution is 640x480 and I get the following error:
"It appears that your graphics driver does not support the necessary extensions to use this tool. Do you want to use your graphics driver vendor's tool instead? Yes/No"
How do I get this thing to a 1024x768 resolution? Thanks.
|
|
|
|
05-01-2010, 06:44 PM
|
#2
|
|
Senior Member
Registered: Sep 2004
Distribution: (Home)Opensolaris, Ubuntu, CentOS, (Work - AIX, HP-UX, Red Hat)
Posts: 2,043
Rep:
|
Quote:
Originally Posted by jacatone
After installing Ubuntu 10.04, kept getting this popup advising me of an Nvidia accelerated graphics driver 96. After installing it my highest resolution is 640x480 and I get the following error:
"It appears that your graphics driver does not support the necessary extensions to use this tool. Do you want to use your graphics driver vendor's tool instead? Yes/No"
How do I get this thing to a 1024x768 resolution? Thanks.
|
try editing your /etc/X11/xorg.conf file and where you see
Code:
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
try adding underneath Depth
Code:
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
then save and logout or you alt+ctrl+backspace should restart your X server.
|
|
|
|
05-02-2010, 05:12 PM
|
#3
|
|
Member
Registered: Mar 2004
Posts: 277
Original Poster
Rep:
|
Actually, I don't see that in my xorg.conf file. I have the following:
Section "Screen"
Identifier "Default Screen"
DefaultDepth 24
Option "AddARGBGLXVisuals" "True"
EndSection
Section "Module"
Load "glx"
EndSection
Section "Device"
Identifier "Default Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection
How would I fix this instead?
|
|
|
|
05-02-2010, 05:19 PM
|
#4
|
|
Member
Registered: Jul 2003
Location: Toronto, Ontario, Canada
Distribution: Vector Linux
Posts: 945
Rep:
|
Try "sudo dpkg-reconfigure xserver-xorg". Sometimes this will give you the option to adjust your screen resolution.
|
|
|
|
05-02-2010, 06:35 PM
|
#5
|
|
Member
Registered: Mar 2004
Posts: 277
Original Poster
Rep:
|
Nope, didn't work. Just gave me the 640x480 max.
|
|
|
|
05-02-2010, 06:45 PM
|
#6
|
|
Guru
Registered: Aug 2005
Posts: 9,550
|
how did you install the 96 driver ?
apt-get? or the " NVIDIA-Linux-x86-96.43.16-pkg1.run " ?
also is that the correct driver for your card ( a VERY OLD card ) -- so what is the card ?
|
|
|
|
05-02-2010, 07:24 PM
|
#7
|
|
Member
Registered: Mar 2004
Posts: 277
Original Poster
Rep:
|
It's an nVidia-GeForce2 MX/MX 400 card. I used the Administration>Hardware Drivers tool to install the driver.
|
|
|
|
05-02-2010, 07:53 PM
|
#8
|
|
Guru
Registered: Aug 2005
Posts: 9,550
|
what version of the driver is it
to see
the nvidia tool will give it version
-- screen shot --
http://www.imagebam.com/image/32f61178928552
and this is a copy of my working xorg.conf
Code:
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "DELL P792"
HorizSync 30.0 - 96.0
VertRefresh 48.0 - 170.0
Gamma 1
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce2 MX/MX 400"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "RenderAccel" "True"
Option "AllowGLXWithComposite" "True"
Option "AddARGBGLXVisuals" "true"
Option "NVAGP" "3"
Option "metamodes" "1024x768 +0+0; 1600x1200 +0+0; 1280x1024 +0+0; 800x600 +0+0; 640x480 +0+0"
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
|
|
|
|
05-02-2010, 08:40 PM
|
#9
|
|
Member
Registered: Mar 2008
Location: US
Distribution: Debian Sid; Sabayon, UbuntuStudio, Slackware-multilib 13.1, Peppermint Ice, CentOS
Posts: 575
Rep:
|
I believe this well help. 
|
|
|
|
05-02-2010, 11:22 PM
|
#10
|
|
Member
Registered: Mar 2004
Posts: 277
Original Poster
Rep:
|
Thanks brucehinrichs, I'll give it a try after I do another reinstall of ubuntu.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 11:23 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|