[Bug 200229] Re: LCD panel is not recognized on Asus F5N laptop

2009-04-20 Thread Bryce Harrington

We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


** Changed in: xserver-xorg-video-nv (Ubuntu)
   Status: Incomplete => Invalid

-- 
LCD panel is not recognized on Asus F5N laptop
https://bugs.launchpad.net/bugs/200229
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 200229] Re: LCD panel is not recognized on Asus F5N laptop

2009-04-07 Thread Bryce Harrington
** Changed in: xserver-xorg-video-nv (Ubuntu)
   Status: Confirmed => Incomplete

-- 
LCD panel is not recognized on Asus F5N laptop
https://bugs.launchpad.net/bugs/200229
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 200229] Re: LCD panel is not recognized on Asus F5N laptop

2009-04-07 Thread Bryce Harrington
** Changed in: xserver-xorg-video-nv (Ubuntu)
   Status: Incomplete => Confirmed

-- 
LCD panel is not recognized on Asus F5N laptop
https://bugs.launchpad.net/bugs/200229
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 200229] Re: LCD panel is not recognized on Asus F5N laptop

2009-02-22 Thread duanedesign
Thank you for taking the time to report this bug and helping to make
Ubuntu better. You reported this bug a while ago and there hasn't been
any activity in it recently. We were wondering if this is still an issue
for you. Can you try with the latest Ubuntu release? Thanks in advance.

** Tags added: gbj-oklahoma-0902

-- 
LCD panel is not recognized on Asus F5N laptop
https://bugs.launchpad.net/bugs/200229
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 200229] Re: LCD panel is not recognized on Asus F5N laptop

2008-09-10 Thread Lex Ross
Thank you so much for your prompt response! The log is attached as per
your request.

** Attachment added: "/var/log/Xorg.0.log with default xorg.conf"
   http://launchpadlibrarian.net/17509709/Xorg.0.log

-- 
LCD panel is not recognized on Asus F5N laptop
https://bugs.launchpad.net/bugs/200229
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 200229] Re: LCD panel is not recognized on Asus F5N laptop

2008-09-09 Thread Timo Aaltonen
vesa can't do widescreen

Attach /var/log/Xorg.0log you get from intrepid alpha5 with the default
xorg.conf.

oh and don't assign bugs by random. I'll do that myself when I'm
focusing on some bug.

** Changed in: xserver-xorg-video-nv (Ubuntu)
Sourcepackagename: xserver-xorg-video-vesa => xserver-xorg-video-nv
 Assignee: Timo Aaltonen (timo-aaltonen) => (unassigned)

** Changed in: xserver-xorg-video-nv (Ubuntu)
   Status: Confirmed => Incomplete

-- 
LCD panel is not recognized on Asus F5N laptop
https://bugs.launchpad.net/bugs/200229
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 200229] Re: LCD panel is not recognized on Asus F5N laptop

2008-09-09 Thread Lex Ross
** Changed in: xserver-xorg-video-vesa (Ubuntu)
Sourcepackagename: xserver-xorg-video-nv => xserver-xorg-video-vesa
 Assignee: (unassigned) => Timo Aaltonen (timo-aaltonen)
   Status: Incomplete => Confirmed

** Description changed:

  Binary package hint: xserver-xorg
  
- Both 7.10 and 8.04 Alpha 6 fail to detect LCD panel on Asus F5N laptop. The 
result is incorrect resolution and blurred fonts.
+ Ubuntu 7.10, 8.04 and now Intrepid Aplpha5 fail to detect LCD panel on Asus 
F5N laptop. The result is incorrect resolution and blurred fonts.
  In detail. Xorg detects LCD panel as "Generic PnP Monitor" with 800x600 
resolution whereas in fact it is 1280x800 WXGA 98x98 DPI LCD panel. As a 
result, the maximum allowed resolution is 800x600 with vesa driver and subpixel 
dithering turned off by default.
  
  One has to manually configure screen in System->Administration->Screens
  and Graphics to change display to Generic LCD panel, either 1024x768 or
  1280x800. In either case the maximum resolution you are allowed to
  choose is 1024x768. If you check "Widescreen Monitor" option and then
  select 1280x800, it will fail the test and you are back to 1024x768
  mode.
  
  Furthermore, this 15.4" WXGA panel is very sensitive to correct DPI
  settings in order to produce clear fonts. One has to make sure there is
  a line "DisplaySize 331 208" in xorg.conf Monitor section.
  
  Then after installing the proper nvidia-glx-new driver (which should be
  installed by default really, as nv cannot handle GeForce 7000M card yet)
  I have to comment that line out and replace it with
  
  Option  "UseEdidDpi""FALSE"
  Option  "DPI"   "98 x 98"
  
  in xorg.conf Device section.
  
  This is not very convenient really, and is hard to figure out to
  unexperienced user. What the user sees is that:
  
- 1. Ubuntu splash at 640x480
+ 1. Ubuntu splash at 800x600
  2. Initial 800x600 login script and desktop
  3. Resolution is only configurable to 1024x768 max
- 4. Wide screen option produces complete mess
- 5. User gets stuck with 1024x768 stretched out image and blurred screen at 
best and 800x600 if they are not so lucky
  
  Attached is the output of dmidecode command, and if there is anything
  else I can help you with, please let me know.

-- 
LCD panel is not recognized on Asus F5N laptop
https://bugs.launchpad.net/bugs/200229
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 200229] Re: LCD panel is not recognized on Asus F5N laptop

2008-09-09 Thread Lex Ross
This issue propagates to Intrepid Alpha5 with 2.6.27-* kernel. In fact, when 
booting from desktop Live CD, the panel can only be configured to 1024x768 
resolution. Pushing it to 1024x800 widescreen fails with both VESA and nv 
drivers.
By default the screen is still being recognized as 'Plug and Play 800x600 @ 
60Hz' supported by VESA driver.

-- 
LCD panel is not recognized on Asus F5N laptop
https://bugs.launchpad.net/bugs/200229
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 200229] Re: LCD panel is not recognized on Asus F5N laptop

2008-04-07 Thread Lex Ross
Didn't help a bit. The screen is still recognized as 'Plug and Play
800x600 @ 61Hz'

-- 
LCD panel is not recognized on Asus F5N laptop
https://bugs.launchpad.net/bugs/200229
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 200229] Re: LCD panel is not recognized on Asus F5N laptop

2008-03-27 Thread Timo Aaltonen
Please try the package from my ppa when it's built:

deb http://ppa.launchpad.net/tjaalton/ubuntu hardy main


** Changed in: xserver-xorg-video-nv (Ubuntu)
   Status: New => Incomplete

-- 
LCD panel is not recognized on Asus F5N laptop
https://bugs.launchpad.net/bugs/200229
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 200229] Re: LCD panel is not recognized on Asus F5N laptop

2008-03-19 Thread Timo Aaltonen
** Changed in: xserver-xorg-video-nv (Ubuntu)
Sourcepackagename: xorg => xserver-xorg-video-nv

-- 
LCD panel is not recognized on Asus F5N laptop
https://bugs.launchpad.net/bugs/200229
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 200229] Re: LCD panel is not recognized on Asus F5N laptop

2008-03-09 Thread Lex Ross

** Attachment added: "dmidecode.txt"
   http://launchpadlibrarian.net/12528992/dmidecode.txt

** Description changed:

  Binary package hint: xserver-xorg
  
  Both 7.10 and 8.04 Alpha 6 fail to detect LCD panel on Asus F5N laptop. The 
result is incorrect resolution and blurred fonts.
  In detail. Xorg detects LCD panel as "Generic PnP Monitor" with 800x600 
resolution whereas in fact it is 1280x800 WXGA 98x98 DPI LCD panel. As a 
result, the maximum allowed resolution is 800x600 with vesa driver and subpixel 
dithering turned off by default.
  
  One has to manually configure screen in System->Administration->Screens
  and Graphics to change display to Generic LCD panel, either 1024x768 or
  1280x800. In either case the maximum resolution you are allowed to
  choose is 1024x768. If you check "Widescreen Monitor" option and then
  select 1280x800, it will fail the test and you are back to 1024x768
  mode.
  
  Furthermore, this 15.4" WXGA panel is very sensitive to correct DPI
  settings in order to produce clear fonts. One has to make sure there is
  a line "DisplaySize 331 208" in xorg.conf Monitor section.
  
  Then after installing the proper nvidia-glx-new driver (which should be
  installed by default really, as nv cannot handle GeForce 7000M card yet)
  I have to comment that line out and replace it with
  
  Option  "UseEdidDpi""FALSE"
  Option  "DPI"   "98 x 98"
  
- in xorg.conf Display section.
+ in xorg.conf Device section.
  
  This is not very convenient really, and is hard to figure out to
  unexperienced user. What the user sees is that:
  
  1. Ubuntu splash at 640x480
  2. Initial 800x600 login script and desktop
  3. Resolution is only configurable to 1024x768 max
  4. Wide screen option produces complete mess
  5. User gets stuck with 1024x768 stretched out image and blurred screen at 
best and 800x600 if they are not so lucky
  
  Attached is the output of dmidecode command, and if there is anything
  else I can help you with, please let me know.

-- 
LCD panel is not recognized on Asus F5N laptop
https://bugs.launchpad.net/bugs/200229
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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