LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-06-2005, 07:20 PM   #1
somedude
Member
 
Registered: Nov 2003
Distribution: Mint, openSUSE, Mandriva, Knoppix, puppy, Arch
Posts: 68

Rep: Reputation: 16
Widescreen mode not available with accelerated nvidia driver


Hello.

I am trying to run a Dell widescreen monitor at full resolution, 1680x1050 and I can only do it with the GPL "nv" driver, and not the proprietary "nvidia" accelerated driver.
Xorg 6.8.2 running on Mandriva 10.2 with kernel 2.6.13.2.
The Nvidia driver version is 1.0.7676.

The xorg.conf file is setup as follows:

Section "Modes"
Identifier "16:10"
ModeLine "1680x1050" 146.2 1680 1960 2136 2240 1050 1080 1086 1089 -hsync +vsync
# 1680x1050 @ 60 Hz
# Horizontal pixels
# Front porch: 104 Back porch: 280 Sync width: 176
# Sync polarity: - Scan rate: 65.29kHz Active pixels: 1680
# Vertical lines:
# Front porch: 3 Back porch: 30 Sync width: 6
# Sync polarity + Refresh rate 59.954Hz Active pixels: 1050
# Pixel clock: 146.25MHz
EndSection

Section "Monitor"
Identifier "2005FPW"
VendorName "Dell"
UseModes "16:10"
ModelName "Dell 2005FPW"
HorizSync 30.0-83.0
VertRefresh 56.0-75.0
Option "DPMS"
EndSection

Section "Device"
Identifier "FX5200"
VendorName "nVidia"
BoardName "NVIDIA GeForce FX5200"
Driver "nvidia"
Option "DPMS"
EndSection

Section "Screen"
Identifier "screen1"
Device "FX5200"
Monitor "2005FPW"
DefaultColorDepth 24
...
Subsection "Display"
Depth 24
Modes "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection


Here are a few snippets from xorg.0.log:
...
(II) NVIDIA(0): 2005FPW: Using hsync range of 30.00-83.00 kHz
(II) NVIDIA(0): 2005FPW: Using vrefresh range of 56.00-75.00 Hz
(II) NVIDIA(0): Clock range: 12.00 to 135.00 MHz
(II) NVIDIA(0): Not using mode "1680x1050" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "640x350" (vrefresh out of range)
...
(II) NVIDIA(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using mode "1680x1050" (no mode of this name)
(II) NVIDIA(0): Not using default mode "1400x1050" (width too large for virtual size)
...
(**) NVIDIA(0): Validated modes for display device DFP-0:
(**) NVIDIA(0): Default mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0 Hz
(**) NVIDIA(0): Default mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz
(**) NVIDIA(0): Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(**) NVIDIA(0): Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
...

If I switch between "nv" and "nvidia" it works right with nv and I only get "1280x1024" with "nvidia".

The documentation for the monitor specifies the following:
1680x1050 Analog 65.3 horiz, 60.0 vert, 146.25 px clk and -h/+v
1680x1050 DVI (my case) 64.6 horiz, 59.9 vert, 119 px clk and -h/+v.

It appears that my mode setup above (found on the net) works for analog only (hmmm - I will test it).
I could really use some help creating the mode codes for DVI based on these settings.


Thanks again.

Last edited by somedude; 10-06-2005 at 07:28 PM.
 
Old 10-06-2005, 08:32 PM   #2
somedude
Member
 
Registered: Nov 2003
Distribution: Mint, openSUSE, Mandriva, Knoppix, puppy, Arch
Posts: 68

Original Poster
Rep: Reputation: 16
Looking for a modeline calculator

After a lot of research, I'm now looking for a modeline calculator.

There are plenty out there, some on-line, great stuff. None that I was able to figure out how to use.
The one that was closest is here. I couldn't get it to work either, though.

Still, all the info I have is as follows:
1680 x 1050 resolution, 119 MHz pixel clock, 64.6KHz horizontal and 59.9Hz vertical refresh, as specified by the manufacturer for DVI.
The modeline I have in my xorg.conf works great for Analog, but DVI ... well, I would really like to get it going.

Any idea how I could turn the specs above into a ModeLine?

Thanks very much.

Last edited by somedude; 10-06-2005 at 08:34 PM.
 
Old 10-07-2005, 10:07 AM   #3
ciotog
Member
 
Registered: Mar 2004
Location: Canada
Distribution: Slackware current
Posts: 728
Blog Entries: 2

Rep: Reputation: 43
If you have read-edid on your system, you may be able to get some information from the following (as root):
Code:
get-edid | parse-edid
This assumes that both the video card and the monitor support EDID (which they most likely do), and that the information they report is accurate (which isn't always the case). If so, monitor timings are usually given that you can use to create a modeline.
 
Old 10-07-2005, 08:48 PM   #4
somedude
Member
 
Registered: Nov 2003
Distribution: Mint, openSUSE, Mandriva, Knoppix, puppy, Arch
Posts: 68

Original Poster
Rep: Reputation: 16
Thank you

Thanks very much for the tip. I will do some research and try it.

Regards.


Later...

D-oh!

Failed to get any info with read-edid. Here is the console output:

Performing real mode VBE call
Interrupt 0x10 ax=0x4f00 bx=0x0 cx=0x0
Function supported
Call successful

VBE version 300
VBE string at 0x11110 "NVIDIA"

VBE/DDC service about to be called
Report DDC capabilities

Performing real mode VBE call
Interrupt 0x10 ax=0x4f15 bx=0x0 cx=0x0
Function supported
Call successful

Monitor and video card combination does not support DDC1 transfers
Monitor and video card combination does not support DDC2 transfers
0 seconds per 128 byte EDID block transfer
Screen is not blanked during DDC transfer

Reading next EDID block

VBE/DDC service about to be called
Read EDID

Performing real mode VBE call
Interrupt 0x10 ax=0x4f15 bx=0x1 cx=0x0
./parse-edid: parse-edid version 1.4.1
Function supported
Call failed

The EDID data should not be trusted as the VBE call failed
Error: output block unchanged
./parse-edid: IO error reading EDID
make: *** [read-edid] Error 1


I will do some more research.

Thanks.

Last edited by somedude; 10-07-2005 at 08:57 PM.
 
Old 10-07-2005, 09:02 PM   #5
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
Perhaps the "gtf" program could generate a usable modeline for you.

Try
gtf 1680 1050 60 -x

Run it in init level 3 as root. This General Timing Formula program is a part of X windows so you should have it.
I've used it to generate a mode line for my wide-screen laptop with 1280x800 resolution.
 
Old 10-10-2005, 03:28 PM   #6
somedude
Member
 
Registered: Nov 2003
Distribution: Mint, openSUSE, Mandriva, Knoppix, puppy, Arch
Posts: 68

Original Poster
Rep: Reputation: 16
Thanks very much for replying.

I already tried gtf and didn't generate a valid moodeline.
According to Dell, to get 1680x1050 with DVI, I need to use these specific settings:
- horizontal: 64.6 KHz
- vertical: 59.9 Hz
- pixel clock 119 MHz

I can't seem to be able to find a modeline calculator that can take all three paramaters in addition to the resolution.

I even tried to find calculators or formulas, to no avail.

Thanks for your help.

I will try a post in hardware, maybe I'm in the wrong section.

Last edited by somedude; 10-10-2005 at 03:30 PM.
 
Old 10-14-2005, 03:46 PM   #7
oujimbo
LQ Newbie
 
Registered: Oct 2005
Posts: 2

Rep: Reputation: 0
Dell 2005FPW Modeline??

Was wonderinf if the modeline had been found.

Any ideas / suggestions?

Thanks
 
Old 10-16-2005, 05:05 PM   #8
somedude
Member
 
Registered: Nov 2003
Distribution: Mint, openSUSE, Mandriva, Knoppix, puppy, Arch
Posts: 68

Original Poster
Rep: Reputation: 16
Yes, it has. Please see this post: http://www.linuxquestions.org/questi...hreadid=371633
 
Old 10-24-2005, 12:06 PM   #9
oujimbo
LQ Newbie
 
Registered: Oct 2005
Posts: 2

Rep: Reputation: 0
Dell 2005FPW ModeLine

Just wanted to confirm that the modeline:

Modeline "1680x1050" 119.0 1680 1728 1760 1840 1050 1053 1059 1080 -hsync +vsync

works well with the 7676 nvidia driver.

Thanks again.
 
  


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
DISCUSSION: Installing new accelerated Nvidia Linux Drivers in 5 EASY Steps HolyLiaison LinuxAnswers Discussion 36 03-31-2010 03:41 PM
Widescreen mode questions stkaplan Linux - Laptop and Netbook 1 07-02-2004 10:32 PM
Accelerated NVidia Drivers (2.6.1) arrruken Slackware 3 01-28-2004 09:53 PM
starting into text mode after installing NVIDIA driver kaega2 Linux - Hardware 2 09-30-2003 02:51 PM
Problems running accelerated fullscreen with nvidia drivers SilentStrike Linux - Hardware 1 06-28-2003 05:37 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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