Bug 157587 - LCD display of ASUS M6V-8012 notebook is wrong detected
Summary: LCD display of ASUS M6V-8012 notebook is wrong detected
Status: RESOLVED FIXED
Alias: None
Product: SUSE Linux 10.1
Classification: openSUSE
Component: SaX2 (show other bugs)
Version: Beta 7
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Steffen Winterfeldt
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-13 14:01 UTC by Petr Ostadal
Modified: 2006-03-13 14:45 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
Yast2 logs (1.22 MB, application/unix-tar)
2006-03-13 14:02 UTC, Petr Ostadal
Details
hwinfo log (61.89 KB, application/x-gzip)
2006-03-13 14:03 UTC, Petr Ostadal
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Ostadal 2006-03-13 14:01:30 UTC
I install beta7 on notebook ASUS M6V-8012 and it was wrong detected as LCD 1280x1024 , even thought it is LCD 1400x1050@60
Comment 1 Petr Ostadal 2006-03-13 14:02:05 UTC
Created attachment 72554 [details]
Yast2 logs
Comment 2 Petr Ostadal 2006-03-13 14:03:04 UTC
Created attachment 72555 [details]
hwinfo log
Comment 3 Marcus Schaefer 2006-03-13 14:36:42 UTC
fixed,

Steffen here is a patch for libhd

Index: bios.c
===================================================================
--- bios.c      (revision 1037)
+++ bios.c      (working copy)
@@ -68,7 +68,8 @@
   { 190, 110, 1024,  600, "FUJITSU SIEMENS", "LIFEBOOK P1510", NULL },
   { 285, 215, 1024,  768, "FUJITSU SIEMENS", "LIFEBOOK S7020", NULL },
   { 305, 230, 1400, 1050, "Samsung Electronics", "SX20S", "Revision PR" },
-  { 290, 200, 1280,  800, "TOSHIBA", "Satellite M30X", "PSA72E-00J020GR" }
+  { 290, 200, 1280,  800, "TOSHIBA", "Satellite M30X", "PSA72E-00J020GR" },
+  { 305, 230, 1400, 1050, "ASUSTeK Computer Inc.", "M6V", "1.0" }
 };
 
 #define BIOS_TEST
Comment 4 Steffen Winterfeldt 2006-03-13 14:45:27 UTC
added all three new entries