[Pommed-commits] r276 - trunk

Julien Blache jblache at alioth.debian.org
Fri Feb 23 13:21:41 CET 2007


Author: jblache
Date: 2007-02-23 13:21:41 +0100 (Fri, 23 Feb 2007)
New Revision: 276

Added:
   trunk/pommed.conf.mactel
   trunk/pommed.conf.pmac
Removed:
   trunk/pommed.conf
   trunk/pommed.conf.ppc
Log:
Renamed sample config files.


Deleted: trunk/pommed.conf
===================================================================
--- trunk/pommed.conf	2007-02-23 12:20:01 UTC (rev 275)
+++ trunk/pommed.conf	2007-02-23 12:21:41 UTC (rev 276)
@@ -1,73 +0,0 @@
-#
-# Configuration file for pommed
-#
-
-# General configuration
-general {
-	# fnmode: functions keys first (no need to use fn) or last
-	# Value is either 1 or 2, effect is hardware-dependent
-	fnmode = 1
-}
-
-# ATI X1600 backlight control (MacBook Pro)
-lcd_x1600 {
-	# initial backlight level [200] (0 - 255, -1 to disable)
-	init = -1
-	# step value (1 - 127)
-	step = 10
-}
-
-# Intel GMA950 backlight control (MacBook)
-lcd_gma950 {
-	# initial backlight level [0x6f] (0x1f - 0x94 usually, -1 to disable)
-	init = -1
-	# step value (0x01 - 0x20)
-	step = 0x0f
-}
-
-# Audio support
-audio {
-	# Use amixer or alsamixer/alsamixergui to determine the sound card
-	# and the mixer elements to use here.
-
-	# sound card to use
-	card = "default"
-	# initial volume [80] (0 - 100%, -1 to disable)
-	init = -1
-	# step value (1 - 50%)
-	step = 10
-	# mixer element for volume adjustment
-	volume = "PCM"
-	# mixer element for muting the speakers
-	speakers = "Front"
-	# mixer element for muting the headphones
-	headphones = "Headphone"
-}
-
-# Keyboard backlight control
-kbd {
-	# default value for automatic backlight (0 - 255)
-	default = 100
-	# step value (1 - 127)
-	step = 10
-	# ambient light thresholds for automatic backlight (0 - 255)
-	on_threshold = 20
-	off_threshold = 40
-	# enable/disable automatic backlight
-	auto = yes
-}
-
-# CD/DVD drive ejection
-eject {
-	# enable/disable eject key
-	enabled = yes
-	# CD/DVD device
-	device = "/dev/dvd"
-}
-
-# Apple Remote
-appleir {
-	# enable/disable the appleir support
-	enabled = no
-}
-

Copied: trunk/pommed.conf.mactel (from rev 255, trunk/pommed.conf)

Copied: trunk/pommed.conf.pmac (from rev 264, trunk/pommed.conf.ppc)

Deleted: trunk/pommed.conf.ppc
===================================================================
--- trunk/pommed.conf.ppc	2007-02-23 12:20:01 UTC (rev 275)
+++ trunk/pommed.conf.ppc	2007-02-23 12:21:41 UTC (rev 276)
@@ -1,68 +0,0 @@
-#
-# Configuration file for pommed
-#
-
-# General configuration
-general {
-	# fnmode: functions keys first (no need to use fn) or last
-	# Value is either 1 or 2, effect is hardware-dependent
-	fnmode = 1
-}
-
-# sysfs backlight control (ATI Radeon 9600 and nVidia cards)
-lcd_sysfs {
-	# initial backlight level [100] (0 - 127, -1 to disable)
-	init = -1
-	# step value (1 - 63)
-	step = 8
-}
-
-# ATI r128 backlight control (PowerBook Titanium)
-lcd_r128 {
-	# initial backlight level [0x6f] (0x1f - 0x94 usually, -1 to disable)
-	init = -1
-
-	# The backlight is handled by the kernel on these machines, so here
-	# there is no step configuration, as pommed doesn't get to set the
-	# backlight level when you press on the keys.
-}
-
-# Audio support
-audio {
-	# Use amixer or alsamixer/alsamixergui to determine the sound card
-	# and the mixer elements to use here.
-
-	# sound card to use
-	card = "default"
-	# initial volume [80] (0 - 100%, -1 to disable)
-	init = -1
-	# step value (1 - 50%)
-	step = 10
-	# mixer element for volume adjustment
-	volume = "Master"
-	# mixer element for muting the speakers
-	speakers = "Master"
-	# mixer element for muting the headphones
-	headphones = "Headphone"
-}
-
-# Keyboard backlight control
-kbd {
-	# default value for automatic backlight (0 - 255)
-	default = 100
-	# step value (1 - 127)
-	step = 16
-	# ambient light thresholds for automatic backlight (0 - 255)
-	on_threshold = 20
-	off_threshold = 40
-	# enable/disable automatic backlight
-	auto = yes
-}
-
-# CD/DVD drive ejection
-eject {
-	# enable/disable eject key
-	enabled = yes
-	# CD/DVD device
-	device = "/dev/dvd"
-}




More information about the Pommed-commits mailing list