Sunday, 18 January 2009
iPhone UI Habits
I find myself trying to zoom documents on my laptop by pinching and spreading two fingers on the trackpad, like I would on my iPhone. The people at Apple sure have a knack for coming up with powerful user interface techniques.
Sunday, 4 January 2009
External Monitor Key on the X300
Out of the box, the external monitor key (Fn-F7) on my Lenovo X300 didn't work. I found a great post on the ThinkWiki that described how to do it. I followed the instructions up to and including the "set permissions and restart acpi" section.
There was one small problem with the bash script that you put in /usr/local/sbin/thinkpad-fn-f7. Lines 39 and 40 didn't get the right values when one of the monitors was off, but still connected. I changed them to:
I posted my experience to the ThinkWiki discussion on the topic, so hopefully by the time you read this the fix will have been made there.
There was one small problem with the bash script that you put in /usr/local/sbin/thinkpad-fn-f7. Lines 39 and 40 didn't get the right values when one of the monitors was off, but still connected. I changed them to:
INTERNAL_STATE=$($SU xrandr | sed -n "s/${INTERNAL_OUTPUT}\Wconnected\W\([0-9]\+[xX][0-9]\++[0-9]\++[0-9]\+\).*/\1/p")and all was good.
EXTERNAL_STATE=$($SU xrandr | sed -n "s/${EXTERNAL_OUTPUT}\Wconnected\W\([0-9]\+[xX][0-9]\++[0-9]\++[0-9]\+\).*/\1/p")
I posted my experience to the ThinkWiki discussion on the topic, so hopefully by the time you read this the fix will have been made there.
Subscribe to:
Posts (Atom)