|
Bugzilla – Full Text Bug Listing |
| Summary: | LCD display of ASUS M6V-8012 notebook is wrong detected | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Petr Ostadal <postadal> |
| Component: | SaX2 | Assignee: | 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
Created attachment 72554 [details]
Yast2 logs
Created attachment 72555 [details]
hwinfo log
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
added all three new entries |