Archiv der Kategorie Thinkpad T41p

Suspend to disk mit ATI fglrx Treiber (Ubuntu 6.10)

sudo apt-get install hibernate

in /etc/hibernate/common.conf:

EnableVbetool yes

dann in Terminal:

hibernate

ATI Treiber für Thinkpad t41p

http://wiki.ubuntuusers.de/ATI-Grafikkarten/fglrx/Manuelle_Treiberinstallation

Linux acpi Kommados (Thinkpad): Bluetooth ein/aus

sudo sh -c “echo enable> /proc/acpi/ibm/bluetooth”

sudo sh -c “echo disable> /proc/acpi/ibm/bluetooth”

Linux acpi Kommados für Lautstärkeregelung (Thinkpad)

sudo sh -c “echo mute> /proc/acpi/ibm/volume”

sudo sh -c “echo up> /proc/acpi/ibm/volume”

sudo sh -c “echo down> /proc/acpi/ibm/volume”

|