Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
06-09-2012, 08:40 AM
|
#1
|
Member
Registered: Aug 2003
Posts: 834
Rep:
|
New video card but horrible graphics after installing drivers...?
I bought a new Video card (GT218 GeForce 210) and installed it and it looked ok out of the box without installing the nvidia drivers but I could not get up to 1920x1080 resolution so I installed the nvidia drivers, the resolution is higher but not where it needs to be also text and pictures are blurry and fuzzy, not sharp at all. I tried nvidia-xconfig --mode=1600x1200, that altered the xorg file but I did not see any change and I still cannot set the display up to 1920x1080.
Is there a safe way to alter the xorg file manually without causing havok?
Thanks.
|
|
|
06-09-2012, 10:47 AM
|
#2
|
Member
Registered: Nov 2008
Location: USA
Distribution: Arch 64-bit
Posts: 159
Rep:
|
Yes, you may edit the xorg file safely. Which type are you currently using, the /etc/X11/xorg.conf file, or the /etc/X11/xorg.conf.d directory? If using the file, open it up and make sure that under the "Device" section, your driver is set to nvidia, and not nv, vesa, or anything else. Also find your "Screen" section and verify that your resolution is listed as such:
Quote:
SubSection "Display"
Depth 24
Modes "1920x1080"
EndSubSection
|
Save the file and restart your X server. If you are using the newer directory type of xorg configuration, I am more unfamiliar with it, but the same information I think is available under /etc/X11/xorg.conf.d/10-monitor.conf
|
|
|
06-09-2012, 10:54 AM
|
#3
|
Member
Registered: Nov 2008
Location: USA
Distribution: Arch 64-bit
Posts: 159
Rep:
|
You might also want to look over this page, and as a non-permanent solution to fix your resolution, try "$xrandr -s 1920x1080".
|
|
|
06-10-2012, 06:26 PM
|
#4
|
LQ Guru
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 17,212
|
Alter stuff in /etc/xorg.conf.d. If it's going to cause havoc, either the monitor beam limits and need the power flashed, or X rejects it.
Try console runlevel, startx > some.file 2>&1
and see what it's thinking.
|
|
|
06-10-2012, 07:21 PM
|
#5
|
Moderator
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
|
Actually, the easiest way to set the resolution on Nvidia cards is to use Nvidia's tool for it:
Code:
sudo nvidia-settings
|
|
|
06-17-2012, 02:15 PM
|
#6
|
Member
Registered: Aug 2003
Posts: 834
Original Poster
Rep:
|
I tried the settings and they are limited.
Thanks.
Last edited by M$ISBS; 06-17-2012 at 05:02 PM.
|
|
|
06-17-2012, 04:51 PM
|
#7
|
Member
Registered: Mar 2011
Distribution: Slackware 64 -current,
Posts: 550
Rep:
|
It may be that your resolution is capped at that point because your monitor refresh rates are being misread. I am using the Nvidia 3.02 drivers and have a geforce 210. When i run nvidia-settings the highest resolution setting i see is 1856x1392.
You may want to try entering your monitor refresh rates in your xorg.conf file. Consult the monitor manufacturers spec sheet for the proper values.
This is an excerpt from my xorg.conf as an example, these rates are for my monitor, an old 19 inch crt, do not try to use these values but substitute the ones for your monitor.
Code:
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 30 - 86
VertRefresh 50 - 180
Option "DPMS"
Option "UseEdidFreqs" "1"
EndSection
|
|
|
06-17-2012, 05:01 PM
|
#8
|
Member
Registered: Aug 2003
Posts: 834
Original Poster
Rep:
|
New Nvidia drivers just came out so now I would like to uninstall the old ones and install the new ones, I just tried to install the new drivers and lost my X server for an hour or so untill I could figure out how to get it back.
On another forum.. I read that the new drivers remove the old ones when you install them but I found out the hard way that, that is not true.
I have tried nvidia --uninstall and sh nvidia--uninstall and every which way but cannot figure out how to uninstall them. I think maybe I have to be in a certain directory but cannot locate where the uninstall location is.
Anyone have any tips on this particular issue?
Thanks.
|
|
|
06-17-2012, 05:27 PM
|
#9
|
Member
Registered: Mar 2011
Distribution: Slackware 64 -current,
Posts: 550
Rep:
|
The new drivers do uninstall the old ones. Its the first thing that you see in the ncurses install screen. Just make the new driver file you downloaded executable, kill X, and run it from a console.
|
|
|
06-17-2012, 05:50 PM
|
#10
|
Member
Registered: Aug 2003
Posts: 834
Original Poster
Rep:
|
Thats exactly what I did, but when X crashed the error in the log showed that there was a conflict between the old version and the new version numbers, and the new drivers could not load. I uninstalled the new version and now I have X back using the old version. Is there another way to install the drivers?
|
|
|
06-17-2012, 06:18 PM
|
#11
|
Member
Registered: Mar 2011
Distribution: Slackware 64 -current,
Posts: 550
Rep:
|
They installed flawlessly for me. Try downloading them again. Are you doing this under ubuntu or slackware?
|
|
|
06-17-2012, 06:42 PM
|
#12
|
Member
Registered: Aug 2003
Posts: 834
Original Poster
Rep:
|
Ubuntu.
I got them directly off the Nvidia website.
This is the file: NVIDIA-Linux-x86-302.17.run
Is this the correct one?
Last edited by M$ISBS; 06-17-2012 at 06:47 PM.
|
|
|
06-17-2012, 08:25 PM
|
#13
|
Member
Registered: Mar 2011
Distribution: Slackware 64 -current,
Posts: 550
Rep:
|
Yes thats the correct file and version and i know of no other way to install it.
|
|
|
06-17-2012, 08:40 PM
|
#14
|
Member
Registered: Aug 2003
Posts: 834
Original Poster
Rep:
|
Well I guess I will DL it again and see.
Thanks.
|
|
|
06-17-2012, 09:02 PM
|
#15
|
Moderator
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
|
It would help to see your Xorg.o.log. Please load it up to a Pastebin service and post the link here.
|
|
|
All times are GMT -5. The time now is 01:32 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
|
|