Getting X to work for FC4 Pegasos on PowerBook G4 Titanium (2001) ================================================================= Written by Thomas Chung Updated on 2005-10-06 Note: FC4 Pegasos (Updated FC4 PPC) is available at: http://fedoraproject.org/wiki/SupportedPowerPC ftp://zeniv.uk.linux.org/pub/people/dwmw2/fc4-pegasos-20050922/iso/ 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 How to turn off Beep ==================== Type "alsamixer" and use arrow to move to "Beep" column. Press 0 to turn off Beep. 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