[Bug 115220] Re: feisty fresh install sets xorg.conf to 1440x1440 instead of 1440x900 nvidia

2008-01-14 Thread Timo Aaltonen
Hi, xresprobe is no longer used in Hardy Heron, the development version which will become Ubuntu 8.04. Because of that I'm closing this bug. Please test Hardy (alpha3 or later), and if your hardware still fails to get a correct resolution (or if it drops to failsafe mode), file a bug against the

[Bug 115220] Re: feisty fresh install sets xorg.conf to 1440x1440 instead of 1440x900 nvidia

2007-10-17 Thread pheeror
Thanks for you effort and patches :-) -- feisty fresh install sets xorg.conf to 1440x1440 instead of 1440x900 nvidia https://bugs.launchpad.net/bugs/115220 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing

[Bug 115220] Re: feisty fresh install sets xorg.conf to 1440x1440 instead of 1440x900 nvidia

2007-10-16 Thread Bryce Harrington
My bad - ddcprobe.sh is *not* checking for the _output_ code of 1 but the error code of 1. So it's not actually handling this error condition properly. Further, looking at the EDID 1.1 spec (or, rather, Wikipedia's report about it), it clearly says that in the 0 case in the switch above, it's

[Bug 115220] Re: feisty fresh install sets xorg.conf to 1440x1440 instead of 1440x900 nvidia

2007-10-16 Thread Bryce Harrington
Here is a fix for this issue. It turned out that in early versions of EDID, 'aspect=0' was used to indicate a 1:1 aspect ratio, but in later versions like 1.3 and 2.0, they redefined it to mean a 16:10 aspect ratio. I guess ddcprobe was developed prior to this change, so was just assuming 1:1

[Bug 115220] Re: feisty fresh install sets xorg.conf to 1440x1440 instead of 1440x900 nvidia

2007-10-15 Thread Bryce Harrington
Aha, I see that the relevant code for this is here, in ddcprobe.c: for(i = 0; i 8; i++) { ... switch(edid_info-standard_timing[i].aspect) { case 0: aspect = 1; break; /*undefined*/

[Bug 115220] Re: feisty fresh install sets xorg.conf to 1440x1440 instead of 1440x900 nvidia

2007-10-14 Thread Stéphane Graber
Should be fixed with the newest xresprobe : Accepted: xresprobe 0.4.24ubuntu6 was ACCEPTED. Component: main Section: x11 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 10 Oct 2007 18:21:05 +0300 Source: xresprobe Binary: xresprobe Architecture: source Version:

[Bug 115220] Re: feisty fresh install sets xorg.conf to 1440x1440 instead of 1440x900 nvidia

2007-10-14 Thread Stéphane Graber
Sorry, I'm blind :) I was looking for a Gutsy bug with the same effect. Restoring previous status. ** Changed in: xresprobe (Ubuntu) Status: Fix Released = Confirmed -- feisty fresh install sets xorg.conf to 1440x1440 instead of 1440x900 nvidia https://bugs.launchpad.net/bugs/115220 You

[Bug 115220] Re: feisty fresh install sets xorg.conf to 1440x1440 instead of 1440x900 nvidia

2007-10-14 Thread pheeror
It sounded strange, because I've thought problem is not in some shell script, but in ddcprobe binary. Problem it, it defaults to 1,0 ratio, if it can't find correct one via EDID. OK, real problem is it can't find correct one. Maybe the best thing you can do is use Xorg autodetection and rewrite

[Bug 115220] Re: feisty fresh install sets xorg.conf to 1440x1440 instead of 1440x900 nvidia

2007-09-29 Thread Bryce Harrington
** Changed in: xresprobe (Ubuntu) Assignee: (unassigned) = Bryce Harrington (bryceharrington) -- feisty fresh install sets xorg.conf to 1440x1440 instead of 1440x900 nvidia https://bugs.launchpad.net/bugs/115220 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 115220] Re: feisty fresh install sets xorg.conf to 1440x1440 instead of 1440x900 nvidia

2007-09-29 Thread pheeror
Results with nvidia card in the box. $ xresprobe nv id: SyncMaster res: 1440x1440 1280x1024 1280x960 1152x864 1024x768 832x624 800x600 720x400 640x480 freq: 30-81 56-75 disptype: crt $ ddcprobe vbe: VESA 3.0 detected. oem: NVidia vendor: NVidia Corporation product: NV18 () Board Chip Rev A2

[Bug 115220] Re: feisty fresh install sets xorg.conf to 1440x1440 instead of 1440x900 nvidia

2007-09-29 Thread pheeror
XRESPROBE_DEBUG=DEBUG ./xresprobe a laptop: ; ddc: yes attempting DDC detection raw timings - 1440x900 1440x1440 1440x1440 1280x960 1280x1024 1280x1024 1152x864 1024x768 1024x768 1024x768 832x624 800x600 800x600 800x600 720x400 720x400 640x480 640x480 640x480 640x480 id: SyncMaster res:

[Bug 115220] Re: feisty fresh install sets xorg.conf to 1440x1440 instead of 1440x900 nvidia

2007-09-28 Thread Bryce Harrington
I've also seen reports of a 1680x1680 variant. Another thing to get details from is get-edid: sudo apt-get insteall read-edid get-edid | parse-edid I'm interested in if this gives the same results; if so, then the error is likely to be something with the hardware. If not, then it's a bug in

[Bug 115220] Re: feisty fresh install sets xorg.conf to 1440x1440 instead of 1440x900 nvidia

2007-09-27 Thread Bryce Harrington
Can you please attach the output from the following? xresprobe driver, ddcprobe, xrandr. Also, run dexconf -o /tmp/dexconf-xorg.conf and attach that file. This is an odd bug, but I think I've seen it mentioned by others. There must be a logic bug resulting in 1440x1440 rather than 1440x900.