Wednesday, February 24, 2010

Gimp annoyances in OSX

I realized I had to click twice on Gimp buttons to get the function to work - wasted some time undoing some damage when I forget to check if the functions were double clicked and activated.

To fix this double clicking annoyance, you'll have to change OSX's X11 settings.

Open Terminal app and type:

defaults write com.apple.x11 wm_ffm true

Restart X11.

Sunday, February 7, 2010

Powering down XPS 1210m webcam in Linux

The built in webcam is always an annoyance because it gets pretty warm and consumes power. It's pretty easy to disable it in Windows but for linux you will have to send the commands to suspend the device.

I've just reinstalled Ubuntu 9.04 and I had to disable it again.
To suspend the QuickCam in XPS 1210m:

1.switch to root
2. issue:

echo suspend > /sys/devices/pci0000:00/0000:00:1d.7/usb1/1-7/power/level
echo suspend > /sys/devices/pci0000:00/0000:00:1d.7/usb1/1-5/power/level


You can read the power management writeup here: