wok view pm-utils/stuff/video-quirks/20-video-quirk-pm-sony.quirkdb @ rev 12209

pm-utils: small fixes
author Dominique Corbex <domcox@slitaz.org>
date Fri Mar 30 14:26:56 2012 +0200 (2012-03-30)
parents
children
line source
1 # <?xml version="1.0" encoding="ISO-8859-1"?> <!-- -*- SGML -*- -->
2 match system.hardware.vendor regex ^Sony Corporation$
3 match system.hardware.product regex ^VGN-FS115Z$
4 addquirk --quirk-s3-mode
5 endmatch
6 match system.hardware.product regex VGN-FS730|PCG-FX405|VGN-C2S_G|VGN-B1XP|VGN-FE21B|VGN-B100B||VGN-B1VP
7 addquirk --quirk-s3-bios
8 endmatch
9 match system.hardware.product regex ^(VGN-FS115B|VGN-C140G|VGN-TX3XP_L|VGN-T250P|VGN-AR31S|PCV-RX612|VGN-FS485B|VGN-SZ61XN_C|VGN-TZ37|VGN-TZ170N|VGN-FS920|VGN-C240E|PCG-FX601|VGN-SR11M)$
10 addquirk --quirk-s3-bios
11 addquirk --quirk-s3-mode
12 endmatch
13 match system.hardware.product regex ^VGN-NR120E$
14 addquirk --quirk-vbe-post
15 endmatch
16 match system.hardware.product regex ^(VGN-TX5MN_W|PCG-TR2A\(UC\)|VGN-UX50)$
17 addquirk --quirk-vbemode-restore
18 endmatch
19 match system.hardware.product regex PCG-FX340
20 addquirk --quirk-vbestate-restore
21 endmatch
22 match system.hardware.product regex PCG-FX802
23 addquirk --quirk-vbestate-restore
24 addquirk --quirk-vbemode-restore
25 endmatch
26 match system.hardware.product regex PCG-Z1MP
27 addquirk --quirk-vbe-post
28 addquirk --quirk-vbemode-restore
29 addquirk --quirk-vbestate-restore
30 endmatch
31 match system.hardware.product regex PCG-Z1RMP|VGN-TX770P|VGN-FW11|VGN-TX670P|PCG-V505ECP
32 addquirk --quirk-vbe-post
33 addquirk --quirk-vbemode-restore
34 endmatch
35 match system.hardware.product regex PCG-FX805
36 addquirk --quirk-vbe-post
37 addquirk --quirk-vbestate-restore
38 endmatch
39 match system.hardware.product regex PCG-FX905
40 addquirk --quirk-s3-bios
41 addquirk --quirk-s3-mode
42 addquirk --quirk-dpms-on
43 endmatch
44 # <!-- machines which need no quirks -->
45 # <!-- Note:
46 # - VGN-FE31M: only from X, S3_MODE hangs the machine, all other leave the screen blank
47 # - VGN-SZ5XN_C: machine has two gfx cards, works only well with the intel, not with the nvidia -->
48 match system.hardware.product regex ^(VGN-TX3HP|VGN-B55G\(I\)|VGN-FE31M|VGN-FS215B|VGN-FS660_W|VGN-SZ5XN_C|VGN-TZ21XN_B|PCG-FR215E|VGN-SZ340P|VGN-FE11M|VGN-TZ91HS|PCG-Z505HSK\(UC\)|VGN-FZ39VN|VGN-A115B|VGN-FE890E|VGN-N320E|VGN-C2S_H|VGN-FS215M|VGN-Z90S)$
49 addquirk --quirk-none
50 endmatch
51 match system.hardware.product regex VGN-TZ11|PCG-F430\(UC\)|PCG-GRT916Z|PCG-GRT995MP|PCG-GR7_K\(J\)
52 addquirk --quirk-none
53 endmatch
54 endmatch