Getting X to work in Fedora Core 4 PPC on PowerBook G4 Titanium (2001) ====================================================================== Written by Thomas Chung Updated on 2005-10-06 1. Boot into runlevel 3 boot: linux init 3 2 Install Xautoconfig RPM # rpm -ivh ftp://www.penguinppc.org/projects/xautocfg/Xautoconfig-0.22-1a.ppc.rpm 3. Run Xautoconfig and copy the configraion file. # Xautoconfig # cp /etc/X11/XF86Config /etc/X11/xorg.conf 4. Reboot Emulating the middle button (F11) and right click (F12) ======================================================= Add following lines in /etc/sysctl.conf # Emulate the middle mouse button with F11 and the right with F12. dev/mac_hid/mouse_button_emulation = 1 dev/mac_hid/mouse_button2_keycode = 87 dev/mac_hid/mouse_button3_keycode = 88 Setting brightness of the screen ================================ Install "apmud" from extras repo: # yum install apmud Use /sbin/fblevel to set brightness # /sbin/fblevel 0 to turn off brightness # /sbin/fblevel 33 to tunrn on brightness to max