LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 03-19-2007, 03:42 PM   #1
epsilon72
Member
 
Registered: Mar 2007
Posts: 124

Rep: Reputation: 17
Can't select 1920x1080 (monitor's native res)


I installed kubuntu last night and was able to install the nvidia drivers successfully through automatix a little bit ago.

Before I installed the drivers, I had xorg.conf modified to let me use 1920x1080 for my resolution. Now that the drivers are installed, from what xorg.conf looks like 1080p should be selectable, but it's not...

I don't know what the problem is at all...I'm using an EVGA 7800GTX with a Westinghouse LVM-42w2 display. I definitely know the card is capable of 1080p, I've been running Windows at that res for a long time, as well as SUSE for 1 week.
Code:
Section "Monitor"
	Identifier	"LVM-42w2"
	Option		"DPMS"
	Modeline "1920x1080_60.00"  172.80  1920 2040 2248 2576  1080 1081 1084 1118  -HSync +Vsync
	HorizSync	67.08
	VertRefresh	60.00
EndSection

Section "Device"
    Identifier     "NVIDIA Corporation NVIDIA Default Card"
    Driver         "nvidia"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "NVIDIA Corporation NVIDIA Default Card"
    Monitor        "LVM-42w2"
    DefaultDepth    24
    SubSection     "Display"
        Depth       1
        Modes      "1920x1080_60.00" "1280x1280" "1280x1024" "1280x800" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1920x1080_60.00" "1280x1280" "1280x1024" "1280x800" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1920x1080_60.00" "1280x1280" "1280x1024" "1280x800" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1920x1080_60.00" "1280x1280" "1280x1024" "1280x800" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1920x1080_60.00" "1280x1280" "1280x1024" "1280x800" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1920x1080_60.00" "1280x1280" "1280x1024" "1280x800" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
EndSection
The file is virtually identical to what it was before the nvidia drivers, except for the "device" portion.

Last edited by epsilon72; 03-19-2007 at 03:43 PM.
 
Old 03-19-2007, 04:04 PM   #2
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
Does the nvidia driver you installed capable of that resolution?
I would make sure you have the latest drivers.

Brian
 
Old 03-19-2007, 04:11 PM   #3
epsilon72
Member
 
Registered: Mar 2007
Posts: 124

Original Poster
Rep: Reputation: 17
Quote:
Originally Posted by Brian1
Does the nvidia driver you installed capable of that resolution?
I would make sure you have the latest drivers.

Brian
Automatix installed it for me - could automatix be out of date?

When I switch the driver back to "nv" - the resolution works fine, but I'd rather be using the nvidia driver if possible.

I think I might try this method instead.

Last edited by epsilon72; 03-19-2007 at 04:18 PM.
 
Old 03-19-2007, 04:19 PM   #4
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
Never heard of automatrix so no idea what it is.

Brian
 
Old 03-19-2007, 04:26 PM   #5
epsilon72
Member
 
Registered: Mar 2007
Posts: 124

Original Poster
Rep: Reputation: 17
Quote:
Originally Posted by Brian1
Never heard of automatrix so no idea what it is.

Brian
Automatix is a graphical installer for debian distros - http://www.getautomatix.com/]
 
Old 03-19-2007, 05:23 PM   #6
epsilon72
Member
 
Registered: Mar 2007
Posts: 124

Original Poster
Rep: Reputation: 17
This is ridiculous - the nvidia driver doesn't even support 1080p!!! I've reinstalled it twice now only to get the 1280x1024 max resolution limit...

I was considering FC6 as well as kubuntu - maybe I'll have more luck with that one.

Actually, I probably won't - it's probably not the distro's fault - for some reason nvidia must think no one who has a 1080p display uses linux...how ridiculous...

Last edited by epsilon72; 03-19-2007 at 05:27 PM.
 
Old 03-19-2007, 05:28 PM   #7
fragos
Senior Member
 
Registered: May 2004
Location: Fresno CA USA
Distribution: Ubuntu 10.10
Posts: 1,466

Rep: Reputation: 51
I suggest to try installing the nvidia-glx package that is in the Ubuntu repositories. Automatix is not a standard part of the Ubuntu release and I'm not sure what its doing or what it installed for you. IMHO It's best to start with packages in the Ubuntu repositories before looking elsewhere. Refresh rate for LCD displays isn't an issue to prevent flicker so you can let it default to what in all likely hood will be 60 anyway.
 
Old 03-19-2007, 05:32 PM   #8
epsilon72
Member
 
Registered: Mar 2007
Posts: 124

Original Poster
Rep: Reputation: 17
Quote:
Originally Posted by fragos
I suggest to try installing the nvidia-glx package that is in the Ubuntu repositories. Automatix is not a standard part of the Ubuntu release and I'm not sure what its doing or what it installed for you. IMHO It's best to start with packages in the Ubuntu repositories before looking elsewhere. Refresh rate for LCD displays isn't an issue to prevent flicker so you can let it default to what in all likely hood will be 60 anyway.
The second two times I didn't use automatix - I ran the install straight from the terminal (no x server) with the driver downloaded directly from nvidia's website.

The driver is working because I have my xorg.conf device section set to the "nvidia" driver (not nv) - it just appears that nvidia thinks that no linux users own 1080p panels. If it's the driver's fault I'll have to go back to Windoze until nvidia decides to provide support for my hardware..

I forgot to mention that with the initial kubuntu driver, I can get 1920x1080 but the gamma is totally off - it makes photos/pictures look terrible, and the window for gamma settings is 'broken' (probably due to the fact that I had to add the 1920x1080_60.00 modeline to xorg.conf).

Last edited by epsilon72; 03-19-2007 at 05:37 PM.
 
Old 03-19-2007, 05:53 PM   #9
epsilon72
Member
 
Registered: Mar 2007
Posts: 124

Original Poster
Rep: Reputation: 17
taken from the /var/log/ xorg file -

Code:
(WW) NVIDIA(0): No valid modes for "1920x1080_60.00"; removing.
 
Old 03-19-2007, 05:56 PM   #10
epsilon72
Member
 
Registered: Mar 2007
Posts: 124

Original Poster
Rep: Reputation: 17
Back to windoze it is.
 
Old 03-19-2007, 06:05 PM   #11
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
Don't give up yet. Have you check the nvidia forum?
Might search there for your issue or ask the question there.
I browsed it a bit and one seems to mention downgrading one version for a resolution issue. Not quite like yours but you might give that a try.

Brian
 
Old 03-19-2007, 06:08 PM   #12
epsilon72
Member
 
Registered: Mar 2007
Posts: 124

Original Poster
Rep: Reputation: 17
Quote:
Originally Posted by Brian1
Don't give up yet. Have you check the nvidia forum?
Might search there for your issue or ask the question there.
I browsed it a bit and one seems to mention downgrading one version for a resolution issue. Not quite like yours but you might give that a try.

Brian
I could try downgrading - I just assumed that with 1080p not being fully "accepted" yet in general, I would have even less luck with older drivers. I'll do that now - *begins switching to december '06 drivers*
 
Old 03-19-2007, 06:22 PM   #13
epsilon72
Member
 
Registered: Mar 2007
Posts: 124

Original Poster
Rep: Reputation: 17
Big surprise, december drivers don't work either. (losing patience)

Downgrading further.
 
Old 03-19-2007, 06:31 PM   #14
epsilon72
Member
 
Registered: Mar 2007
Posts: 124

Original Poster
Rep: Reputation: 17
Drivers as far back as October don't work.

Moving to nvidia forums...if that fails, I'm switching to Zod, to see if I have better luck with that one.
 
Old 03-19-2007, 10:34 PM   #15
epsilon72
Member
 
Registered: Mar 2007
Posts: 124

Original Poster
Rep: Reputation: 17
Finally. Found a decent guide here. There's a lot of misinformation floating around (not here though) that screwed me up.

If anyone is having problems configuring nvidia drivers, point them to the site above.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Select() did not select my socket thvo Programming 1 05-08-2005 12:20 AM
XF86-ldesktop's screen larger than monitor's screen zymos Linux - Software 1 03-07-2005 08:16 AM
2.6.1 Consol out of monitor's frequency range id10t Slackware 7 01-29-2004 02:24 AM
Is it possible to change the monitor's refresh rate? MrPolite Linux - General 6 06-20-2002 03:18 AM
Monitor's Sync Problem during Installation unloco Linux - Software 0 03-30-2001 08:48 AM

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

All times are GMT -5. The time now is 01:37 PM.

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