sysfs-platform-eeepc-laptop 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. What: /sys/devices/platform/eeepc/disp
  2. Date: May 2008
  3. KernelVersion: 2.6.26
  4. Contact: "Corentin Chary" <corentincj@iksaif.net>
  5. Description:
  6. This file allows display switching.
  7. - 1 = LCD
  8. - 2 = CRT
  9. - 3 = LCD+CRT
  10. If you run X11, you should use xrandr instead.
  11. What: /sys/devices/platform/eeepc/camera
  12. Date: May 2008
  13. KernelVersion: 2.6.26
  14. Contact: "Corentin Chary" <corentincj@iksaif.net>
  15. Description:
  16. Control the camera. 1 means on, 0 means off.
  17. What: /sys/devices/platform/eeepc/cardr
  18. Date: May 2008
  19. KernelVersion: 2.6.26
  20. Contact: "Corentin Chary" <corentincj@iksaif.net>
  21. Description:
  22. Control the card reader. 1 means on, 0 means off.
  23. What: /sys/devices/platform/eeepc/cpufv
  24. Date: Jun 2009
  25. KernelVersion: 2.6.31
  26. Contact: "Corentin Chary" <corentincj@iksaif.net>
  27. Description:
  28. Change CPU clock configuration.
  29. On the Eee PC 1000H there are three available clock configuration:
  30. * 0 -> Super Performance Mode
  31. * 1 -> High Performance Mode
  32. * 2 -> Power Saving Mode
  33. On Eee PC 701 there is only 2 available clock configurations.
  34. Available configuration are listed in available_cpufv file.
  35. Reading this file will show the raw hexadecimal value which
  36. is defined as follow:
  37. | 8 bit | 8 bit |
  38. | `---- Current mode
  39. `------------ Availables modes
  40. For example, 0x301 means: mode 1 selected, 3 available modes.
  41. What: /sys/devices/platform/eeepc/available_cpufv
  42. Date: Jun 2009
  43. KernelVersion: 2.6.31
  44. Contact: "Corentin Chary" <corentincj@iksaif.net>
  45. Description:
  46. List available cpufv modes.