![]() |
1920x1080i ModeLine = "No Valid Mode" for GeForce 6600GT and Pioneer PDP-4270HD
1 Attachment(s)
I am beating my head against a wall trying to get the driver to use the TV's native resolution of 1920x1080i. I have come up with this ModeLine using PowerStrip and a Windows install:
"1920x1080" 74.250 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync But the X server says this is not a valid mode. This is an Ubuntu Feisty AMD64 installation. I am connected with a DVI to HDMI . This resolution is beautiful in the Windows XP install, I just wish it were so in Linuxland. I've attached the bug report log, it looks like it has all of the rest of the important information, so I won't bore you by repeating it. Thank you very very much. |
Re: 1920x1080i ModeLine = "No Valid Mode" for GeForce 6600GT and Pioneer PDP-4270HD
You're right; Linuxland is definitely different. But what the heck, you'll work it out.
Hopefully the NV folks may have a solution specific to your situation that avoids a known bug. In the meantime you might consider joining the rest of us "headbangers" over at the thread "1080i.... Sony..". (This forum, probably still on page 1) Looked at your xorg.conf file. Most likely you'll need to add some options to disable certain NV driver "sanity checks". See other thread. |
Re: 1920x1080i ModeLine = "No Valid Mode" for GeForce 6600GT and Pioneer PDP-4270HD
Thanks, after reading through that post, I'm not sure my problem is the same. I'm also not saying that it's not. I'm just not sure. It gave me an idea or two, but at this point I'm not very hopeful.
|
Re: 1920x1080i ModeLine = "No Valid Mode" for GeForce 6600GT and Pioneer PDP-4270HD
I would suggest to change the name of your modeline so there is no confusion between the 1920x1080 from EDID or some other default, and the modeline you have specified.
Then check if it rejects your custom modeline. If it does, add the Option required to accept it (depending on why it rejects it). |
Re: 1920x1080i ModeLine = "No Valid Mode" for GeForce 6600GT and Pioneer PDP-4270HD
I think that pe1chl is right.
The modeline you've selected looks to be exactly what your monitor prefers, Unfortunately the NV " HD bug" rejects it due to vertical refresh rate. It might be worthwhile for you to look closely at your log report, especially the EDID data (reported by the monitor to the computer), and the building modes section a little further down. Getting to have an understanding of the basic log info is helpful. The other thread gives some pretty specific examples of the options necessary. The NV online documentation is also very good. Sounds to me like you've pretty much got it; just need to get over that last hump. Good luck. |
Re: 1920x1080i ModeLine = "No Valid Mode" for GeForce 6600GT and Pioneer PDP-4270HD
The logfile says this about my custom Modeline:
Code:
(II) NVIDIA(0): Validating Mode "1920x1080":
From the EDID: Code:
(--) NVIDIA(0): 1920 x 1080 @ 60 HzCode:
Modeline "My1080i" 74.250 1920 2008 2052 2200 540 542 547 562 interlace +hsync +vsync |
Re: 1920x1080i ModeLine = "No Valid Mode" for GeForce 6600GT and Pioneer PDP-4270HD
Quote:
2. DFP = digital flat panel. NVIDIA term for a monitor connected via DVI-D. (they use the term CRT for a monitor connected via VGA or DVI-A. I think it is confusing, but they probably think it is even more confusing to change the terminology now) 3. the driver reads the EDID, sees the largest mode it understands is 1280x720, and then concludes the maximum size is 1280x720 and anything higher in a custom modeline is invalid. Of course this assumption is invalid. You can stop this check with: Option "ModeValidation" "NoDFPNativeResolutionCheck" Please read the driver README for other options you may need to pass your modeline. |
Re: 1920x1080i ModeLine = "No Valid Mode" for GeForce 6600GT and Pioneer PDP-4270HD
gimpyyestrada:
Looks like you're getting there. I think you're very close to getting it going. Pe1chl has covered your points very well. I would only add a couple of comments. Frequency of interlaced modes IS confusing. It has to do with the fact that the display makes 60 passes per second across the screen. But each pass is only half the total picture (every other horizontal line.) So it takes two passes to get a full picture. If you've done any gaming you can think of 30 hz sort of like "frame rate", the number of "frames" (complete pictures) displayed per second. Native resolution is the resolution at which the display was designed to give best video performance. It seems that your native rez is 720p. Does not mean it won't run 1080i. It will when set up properly. Once you get going I'd be very curious to hear your opinion of 720p versus 1080i on your display (as a computer monitor). |
Re: 1920x1080i ModeLine = "No Valid Mode" for GeForce 6600GT and Pioneer PDP-4270HD
I put my new modeline:
Code:
Modeline "My1080i" 74.250 1920 2008 2052 2200 540 542 547 562 interlace +hsync +vsyncQuote:
|
Re: 1920x1080i ModeLine = "No Valid Mode" for GeForce 6600GT and Pioneer PDP-4270HD
Yessir - try:
Code:
Option "NoVertRefreshCheck"Rerush::banghead: Me::banghead: We're gettin there though! |
Re: 1920x1080i ModeLine = "No Valid Mode" for GeForce 6600GT and Pioneer PDP-4270HD
(Uh-oh MVinny's back. Master Headbanger has returned. Nice graphics man!)
Yes, you'll need to disable vert refresh as MV says. Don't know how much about Linux you know so I'll be very basic. You need to modify your xorg.conf file (configures your kb, mouse, and display @ startup). It's a text file, easy to edit but you've got to be sudo to do it. So..... (first save your current xorg.conf: open text editor... find it... file system/etc/X11.... save it to, say, Desktop....just in case:)) open Terminal type at prompt: sudo /etc/X11/xorg.conf <enter> enter your password and text editor should open with xorg.conf Modify and save. Suggest you look at MV's post in the other thread (page 3, I think). That's an excellent example. Also suggest you look at pertinent parts of NV docs (even print them) so you get a handle on what these commands are doing. Almost there.... and remember: "Linux will set you free, but first it will p##s you off." |
Re: 1920x1080i ModeLine = "No Valid Mode" for GeForce 6600GT and Pioneer PDP-4270HD
Quote:
NVIDIA(0): Option "NoVertRefreshCheck" is not used Code:
Section "Monitor" |
| All times are GMT -5. The time now is 06:10 PM. |
Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright ©1998 - 2013, nV News.