As I understand, macbooks doesn't have TPM, macbooks PRO has. Thanks to deanna (yeah!) sound works in 4.2, and I read cvs that newer -current has feature when plugging headphones in event gets noticed and built in speakers gets vol down... nice, havent tried jet. However, sound recording doesn't work jet...
What I really miss is: powermanagement support, bluetooth support, supported touchpad features, like scrooling down wouldn't be bad atheros wifi too, isight camera just for fun :) Few tips and tricks for macbook: /usr/X11R6/bin/xset dpms force off && /usr/X11R6/bin/xlock <-- before closing and putting in bag. xset dpms turns of display till next mouse/keyboard event. Right mouse click I simulate using xkbset (from ports) and using right button after "right apple key" (numkey button), and make use of left apple key (Super_L) as modifier, so I could stick interesting stuff in e16keyedit. Grave needs to be remaped to tilde too... I miss pageup/pagedown too: $ cat .xsession xset r rate 400 40 & <-- faster cursor xmodmap ~/.xmodmaprc & <---- load .xmodmaprc keyboard mappings xkbset m & <----- make xkbset load mousekeys xset m 1 1 & <---- slow down radio mouse cursor a little bit exec /usr/local/bin/enlightenment <--- start enlightenment $ cat .xmodmaprc !map tilde and grave keycode 94 = grave asciitilde !add mod3 modifier as Super_L add mod3 = Super_L !control+up[pageup], control+down[pagedown] !keycode 98 = Prior !keycode 104 = Next !map num enter to mouse button 2 keycode 108 = Pointer_Button3

