LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
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


Reply
  Search this Thread
Old 06-09-2012, 07:40 AM   #1
M$ISBS
Member
 
Registered: Aug 2003
Posts: 834

Rep: Reputation: 30
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.
 
Old 06-09-2012, 09:47 AM   #2
zuzoa
Member
 
Registered: Nov 2008
Location: USA
Distribution: Arch 64-bit
Posts: 159

Rep: Reputation: 36
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
 
Old 06-09-2012, 09:54 AM   #3
zuzoa
Member
 
Registered: Nov 2008
Location: USA
Distribution: Arch 64-bit
Posts: 159

Rep: Reputation: 36
You might also want to look over this page, and as a non-permanent solution to fix your resolution, try "$xrandr -s 1920x1080".
 
Old 06-10-2012, 05:26 PM   #4
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,370

Rep: Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335
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.
 
Old 06-10-2012, 06:21 PM   #5
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Actually, the easiest way to set the resolution on Nvidia cards is to use Nvidia's tool for it:
Code:
sudo nvidia-settings
 
Old 06-17-2012, 01:15 PM   #6
M$ISBS
Member
 
Registered: Aug 2003
Posts: 834

Original Poster
Rep: Reputation: 30
I tried the settings and they are limited.
Thanks.

Last edited by M$ISBS; 06-17-2012 at 04:02 PM.
 
Old 06-17-2012, 03:51 PM   #7
fogpipe
Member
 
Registered: Mar 2011
Distribution: Slackware 64 -current,
Posts: 550

Rep: Reputation: 196Reputation: 196
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
 
Old 06-17-2012, 04:01 PM   #8
M$ISBS
Member
 
Registered: Aug 2003
Posts: 834

Original Poster
Rep: Reputation: 30
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.
 
Old 06-17-2012, 04:27 PM   #9
fogpipe
Member
 
Registered: Mar 2011
Distribution: Slackware 64 -current,
Posts: 550

Rep: Reputation: 196Reputation: 196
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.
 
Old 06-17-2012, 04:50 PM   #10
M$ISBS
Member
 
Registered: Aug 2003
Posts: 834

Original Poster
Rep: Reputation: 30
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?
 
Old 06-17-2012, 05:18 PM   #11
fogpipe
Member
 
Registered: Mar 2011
Distribution: Slackware 64 -current,
Posts: 550

Rep: Reputation: 196Reputation: 196
They installed flawlessly for me. Try downloading them again. Are you doing this under ubuntu or slackware?
 
Old 06-17-2012, 05:42 PM   #12
M$ISBS
Member
 
Registered: Aug 2003
Posts: 834

Original Poster
Rep: Reputation: 30
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 05:47 PM.
 
Old 06-17-2012, 07:25 PM   #13
fogpipe
Member
 
Registered: Mar 2011
Distribution: Slackware 64 -current,
Posts: 550

Rep: Reputation: 196Reputation: 196
Yes thats the correct file and version and i know of no other way to install it.
 
Old 06-17-2012, 07:40 PM   #14
M$ISBS
Member
 
Registered: Aug 2003
Posts: 834

Original Poster
Rep: Reputation: 30
Well I guess I will DL it again and see.

Thanks.
 
Old 06-17-2012, 08:02 PM   #15
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
It would help to see your Xorg.o.log. Please load it up to a Pastebin service and post the link here.
 
  


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 Graphics card drivers - Nubiddy nub EonSlack Slackware 14 12-15-2010 11:54 PM
ATI Video Card Drivers/ 3d Graphics issues Vegan Linux - Newbie 19 09-14-2010 03:15 PM
Problem in installing Drivers of Nvidia Graphics Card in Kubuntu 9.10 BlueSkull Linux - Hardware 5 11-04-2009 01:53 PM
Asus ATI Radeon 9550 Graphics card installing drivers MurX Linux - Hardware 3 08-15-2006 03:41 PM
Installing graphics card drivers via YAST matuk_444 SUSE / openSUSE 5 08-15-2005 10:12 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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