spacepaste

  1.  
  2. Directory
  3. -rw-r--r-- 1 root root 0 2011-03-12 22:51 brightness
  4. -r--r--r-- 1 root root 0 2011-03-12 22:51 EDID
  5. -r--r--r-- 1 root root 0 2011-03-12 22:51 info
  6. -rw-r--r-- 1 root root 0 2011-03-12 22:51 state
  7. nishant@thegladiator:/proc/acpi/video/OVGA/LCD$ cat brightness
  8. <not supported>
  9. nishant@thegladiator:/proc/acpi/video/OVGA/LCD$ cat *
  10. <not supported>
  11. <not supported>
  12. device_id: 0x0400
  13. type: UNKNOWN
  14. known by bios: no
  15. state: 0x1d
  16. nishant@thegladiator:/proc/acpi/video/OVGA/LCD$ echo 100 | sudo tee /proc/acpi/video/OVGA/LCD/brightness
  17. [sudo] password for nishant:
  18. 100
  19. tee: /proc/acpi/video/OVGA/LCD/brightness: Invalid argument
  20. nishant@thegladiator:/proc/acpi/video/OVGA/LCD$
  21.