.. | .. |
---|
4 | 4 | Contact: "Corentin Chary" <corentincj@iksaif.net> |
---|
5 | 5 | Description: |
---|
6 | 6 | This file allows display switching. |
---|
| 7 | + |
---|
7 | 8 | - 1 = LCD |
---|
8 | 9 | - 2 = CRT |
---|
9 | 10 | - 3 = LCD+CRT |
---|
| 11 | + |
---|
10 | 12 | If you run X11, you should use xrandr instead. |
---|
11 | 13 | |
---|
12 | 14 | What: /sys/devices/platform/eeepc/camera |
---|
.. | .. |
---|
30 | 32 | Description: |
---|
31 | 33 | Change CPU clock configuration. |
---|
32 | 34 | On the Eee PC 1000H there are three available clock configuration: |
---|
| 35 | + |
---|
33 | 36 | * 0 -> Super Performance Mode |
---|
34 | 37 | * 1 -> High Performance Mode |
---|
35 | 38 | * 2 -> Power Saving Mode |
---|
| 39 | + |
---|
36 | 40 | On Eee PC 701 there is only 2 available clock configurations. |
---|
37 | 41 | Available configuration are listed in available_cpufv file. |
---|
38 | 42 | Reading this file will show the raw hexadecimal value which |
---|
39 | | - is defined as follow: |
---|
40 | | - | 8 bit | 8 bit | |
---|
41 | | - | `---- Current mode |
---|
42 | | - `------------ Availables modes |
---|
| 43 | + is defined as follow:: |
---|
| 44 | + |
---|
| 45 | + | 8 bit | 8 bit | |
---|
| 46 | + | `---- Current mode |
---|
| 47 | + `------------ Availables modes |
---|
| 48 | + |
---|
43 | 49 | For example, 0x301 means: mode 1 selected, 3 available modes. |
---|
44 | 50 | |
---|
45 | 51 | What: /sys/devices/platform/eeepc/available_cpufv |
---|