Guest User

Untitled

a guest
Oct 8th, 2010
332
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. general {
  2. # fnmode: functions keys first (no need to use fn) or last
  3. # Value is either 1 or 2, effect is hardware-dependent
  4. fnmode = 1
  5. }
  6.  
  7.  
  8.  
  9. lcd_nv8600mgt {
  10. # initial backlight level [12] (0 - 15, -1 to disable)
  11. init = -1
  12. # step value (1 - 2)
  13. step = 1
  14. # backlight level when on battery [6] (1 - 15, 0 to disable)
  15. on_batt = 6
  16. }
  17.  
  18.  
  19. # Audio support
  20. audio {
  21. # Use amixer or alsamixer/alsamixergui to determine the sound card
  22. # and the mixer elements to use here.
  23.  
  24. # sound card to use
  25. card = "default"
  26. # initial volume [80] (0 - 100%, -1 to disable)
  27. init = -1
  28. # step value (1 - 50%)
  29. step = 10
  30. # beep on volume change
  31. beep = yes
  32. # mixer element for volume adjustment
  33. volume = "PCM"
  34. # mixer element for muting the speakers
  35. speakers = "Front"
  36. # mixer element for muting the headphones
  37. headphones = "Headphone"
  38. }
  39.  
  40. # Keyboard backlight control
  41. kbd {
  42. # default value for automatic backlight (0 - 255)
  43. default = 100
  44. # step value (1 - 127)
  45. step = 10
  46. # ambient light thresholds for automatic backlight (0 - 255)
  47. on_threshold = 20
  48. off_threshold = 40
  49. # enable/disable automatic backlight
  50. auto = yes
  51. # idle timer - switches off keyboard backlight automatically (timeout in seconds, -1 to disable)
  52. idle_timer = 60
  53. }
  54.  
  55. # CD/DVD drive ejection
  56. eject {
  57. # enable/disable eject key
  58. enabled = yes
  59. # CD/DVD device
  60. device = "/dev/dvd"
  61. }
Advertisement
Add Comment
Please, Sign In to add comment