|
Bugzilla – Full Text Bug Listing |
| Summary: | FSC Lifebook S 7020 LCD screen siye not detected by Sax2 | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Joachim Werner <joe> |
| Component: | SaX2 | Assignee: | Steffen Winterfeldt <snwint> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Beta 4 | ||
| Target Milestone: | --- | ||
| Hardware: | i586 | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Development | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | hwinfo --bios | ||
|
Description
Joachim Werner
2006-02-17 16:59:48 UTC
Created attachment 69105 [details]
hwinfo --bios
fixed,
Steffen if you want you can add it to libhd as well:
Index: bios.c
===================================================================
--- bios.c (revision 1021)
+++ bios.c (working copy)
@@ -65,7 +65,8 @@
{ 0, 0, 1400, 1050, "TOSHIBA", "TECRA 9100", NULL },
{ 0, 0, 1600, 1200, "Dell Computer Corporation", "Inspiron 8200", NULL },
{ 0, 0, 1600, 1200, "Dell Computer Corporation", "Latitude C840", NULL },
- { 190, 110, 1024, 600, "FUJITSU SIEMENS", "LIFEBOOK P1510", NULL }
+ { 190, 110, 1024, 600, "FUJITSU SIEMENS", "LIFEBOOK P1510", NULL },
+ { 285, 215, 1024, 768, "FUJITSU SIEMENS", "LIFEBOOK S7020", NULL }
};
added |