Bugzilla – Bug 151867
FSC Lifebook S 7020 LCD screen siye not detected by Sax2
Last modified: 2006-02-20 14:41:01 UTC
The data for this machine is 14.1 inches 4/3 1024x768 60Hz 16 million colors
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