[Bug 24861] Re: bios thinks 1920x1200 lcd is 1280x1024 [nv no, nvidia ok]

2008-06-10 Thread Fredrik Schön
*** This bug is a duplicate of bug 5801 ***
https://bugs.launchpad.net/bugs/5801

The nouveau driver from https://launchpad.net/~raof/+archive works for
me when I enable Randr12.

-- 
bios thinks 1920x1200 lcd is 1280x1024 [nv no, nvidia ok]
https://bugs.launchpad.net/bugs/24861
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 24861] Re: bios thinks 1920x1200 lcd is 1280x1024 [nv no, nvidia ok]

2007-05-16 Thread Fredrik Schön
*** This bug is a duplicate of bug 5801 ***
https://bugs.launchpad.net/bugs/5801

This bug is still open with xorg-server 2:1.3.0.0.dfsg-4ubuntu1

The DDC/EDID modeline injection code seems to produce correct modelines,

 (II) NV(0): Modeline 1920x1200  154.00  1920 1968 2000 2080  1200
1203 1209 1235 -hsync +vsync

but that mode is invalidated with the message

 (II) NV(0): Not using driver mode 1920x1200 (exceeds panel
dimensions)

-- 
bios thinks 1920x1200 lcd is 1280x1024 [nv no, nvidia ok]
https://bugs.launchpad.net/bugs/24861
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 24861] Re: bios thinks 1920x1200 lcd is 1280x1024 [nv no, nvidia ok]

2006-10-04 Thread Timo Aaltonen
*** This bug is a duplicate of bug 5801 ***

** This bug has been marked a duplicate of bug 5801
   Wrong default and maximum resolution on widescreen monitor (stretched 
1024x768) on GeForce 6200

-- 
bios thinks 1920x1200 lcd is 1280x1024 [nv no, nvidia ok]
https://launchpad.net/bugs/24861

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 24861] Re: bios thinks 1920x1200 lcd is 1280x1024 [nv no, nvidia ok]

2006-08-21 Thread Fredrik Schön
This bug is still open with xserver-xorg-video-nv 1:1.2.0-0ubuntu2

The error message has changed, however:

(II) NV(0): Not using mode 1920x1200 (exceeds panel dimensions)

-- 
bios thinks 1920x1200 lcd is 1280x1024 [nv no, nvidia ok]
https://launchpad.net/bugs/24861

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 24861] Re: bios thinks 1920x1200 lcd is 1280x1024 [nv no, nvidia ok]

2006-08-20 Thread Fredrik Schön
If i add Option ReducedBlanking to my xorg.conf (and patch
nv_setup.c), I can get the X server to start without errors, and the
logs indicate that the 1920x1200 mode is accepted.

All I get to see is a blank, black screen, however...

-- 
bios thinks 1920x1200 lcd is 1280x1024 [nv no, nvidia ok]
https://launchpad.net/bugs/24861

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 24861] Re: bios thinks 1920x1200 lcd is 1280x1024 [nv no, nvidia ok]

2006-08-19 Thread Fredrik Schön
I did some further investigation into the roots of this bug, and it
seems more hairy the more I look into it.

First, the nv driver somehow reads erroneous screen dimensions
(1280x1024) from the graphic card bios (nv_setup.c:684). This makes the
mode validation fail (nv_driver.c:957) and invalidate the mode.

When I hard-code my way through these checks, the driver accepts the
mode, but then the core X server code believes that the monitor doesn't
support the reduced blanking in the supplied mode (xf86Mode.c:828), and
disallows the mode for that reason.

I tried to recompile the entire X server with this check disabled, but I
couldn't get my newly compiled X server to boot.


I still nurture some hope that this bug will eventually be fixed by the work in 
fdo Bugzilla #5386. If anyone has an idea of a fix in a shorter time frame, I 
am all ears.

-- 
bios thinks 1920x1200 lcd is 1280x1024 [nv no, nvidia ok]
https://launchpad.net/bugs/24861

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs