Difference between revisions of "Fedora 7 on ibook"

From Finninday
Jump to: navigation, search
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>
+
&lt;pre&gt;
 
Add this to your /etc/sysctl.conf:
 
Add this to your /etc/sysctl.conf:
  
Line 9: Line 10:
 
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]
</pre>
+
&lt;/pre&gt;

Revision as of 03:27, 24 November 2010

This Page Is Currently Under Construction And Will Be Available Shortly, Please Visit Reserve Copy Page

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> 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] </pre>