Bug 157587

Summary: LCD display of ASUS M6V-8012 notebook is wrong detected
Product: [openSUSE] SUSE Linux 10.1 Reporter: Petr Ostadal <postadal>
Component: SaX2Assignee: Steffen Winterfeldt <snwint>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Beta 7   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: Yast2 logs
hwinfo log

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