Difference between revisions of "Fedora 7 on ibook"

From Finninday
Jump to: navigation, search
m (Reverted edits by Ezekypy (Talk) to last revision by Rday)
 
Line 1: Line 1:
=[http://eludevyvema.co.cc This Page Is Currently Under Construction And Will Be Available Shortly, Please Visit Reserve Copy Page]=
 
 
[[Category: Computers]]
 
[[Category: Computers]]
 
After being sadly disappointed with Gutsy Gibbon on my ibook, I've installed Fedora 7 and it seems to be miles ahead.  The install went right the first time.  I had to change the display size from within the gui, but that was easy.  I am still trying to figure out how to get a right click with the lousy one-button mouse that is the ibook.  I found this via google, but need to try it yet:
 
After being sadly disappointed with Gutsy Gibbon on my ibook, I've installed Fedora 7 and it seems to be miles ahead.  The install went right the first time.  I had to change the display size from within the gui, but that was easy.  I am still trying to figure out how to get a right click with the lousy one-button mouse that is the ibook.  I found this via google, but need to try it yet:
  
<pre>
+
<pre>
 
Add this to your /etc/sysctl.conf:
 
Add this to your /etc/sysctl.conf:
  
Line 10: Line 9:
 
dev.mac_hid.mouse_button2_keycode=87
 
dev.mac_hid.mouse_button2_keycode=87
 
dev.mac_hid.mouse_button3_keycode=88[/COLOR]
 
dev.mac_hid.mouse_button3_keycode=88[/COLOR]
&lt;/pre&gt;
+
</pre>

Latest revision as of 05:09, 24 November 2010

After being sadly disappointed with Gutsy Gibbon on my ibook, I've installed Fedora 7 and it seems to be miles ahead. The install went right the first time. I had to change the display size from within the gui, but that was easy. I am still trying to figure out how to get a right click with the lousy one-button mouse that is the ibook. I found this via google, but need to try it yet:

Add this to your /etc/sysctl.conf:

[COLOR=Blue]
dev.mac_hid.mouse_button_emulation=1
dev.mac_hid.mouse_button2_keycode=87
dev.mac_hid.mouse_button3_keycode=88[/COLOR]