个人工具

“UbuntuHelp:IMacCoreDuo”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/iMacCoreDuo}} {{Languages|UbuntuHelp:iMacCoreDuo}} == Installing Ubuntu (Dapper or Edgy) on an Apple iMac Core Duo == Installation is almost the ...)
 
第2行: 第2行:
 
{{Languages|UbuntuHelp:iMacCoreDuo}}
 
{{Languages|UbuntuHelp:iMacCoreDuo}}
 
== Installing Ubuntu (Dapper or Edgy) on an Apple iMac Core Duo ==
 
== Installing Ubuntu (Dapper or Edgy) on an Apple iMac Core Duo ==
 
 
Installation is almost the same as with MacBook, at least for the initial states. We are not going to repeat it again, but just comment the differences. So please, print out this page or read it in another tab of your browser while reading the MacBook manual.
 
Installation is almost the same as with MacBook, at least for the initial states. We are not going to repeat it again, but just comment the differences. So please, print out this page or read it in another tab of your browser while reading the MacBook manual.
 
 
=== Core installation ===
 
=== Core installation ===
 
 
The same as in MacBook.
 
The same as in MacBook.
 
 
=== Keyboard ===
 
=== Keyboard ===
 
 
Ignore the MacBook manual for this.
 
Ignore the MacBook manual for this.
 
 
First, you must say that you are using a Mac keyboard to the xorg server. For doing so:
 
First, you must say that you are using a Mac keyboard to the xorg server. For doing so:
 
 
<pre><nowiki>
 
<pre><nowiki>
 
gksudo gedit /etc/X11/xorg.conf
 
gksudo gedit /etc/X11/xorg.conf
 
</nowiki></pre>
 
</nowiki></pre>
 
 
and make sure that the line that says  
 
and make sure that the line that says  
 
 
<pre><nowiki>
 
<pre><nowiki>
 
Option      "XkbModel" "pc105"
 
Option      "XkbModel" "pc105"
 
</nowiki></pre>
 
</nowiki></pre>
 
 
is changed to:
 
is changed to:
 
 
<pre><nowiki>
 
<pre><nowiki>
 
Option      "XkbModel" "mac"
 
Option      "XkbModel" "mac"
 
</nowiki></pre>
 
</nowiki></pre>
 
 
Now restart X (by presing Ctrl+Alt+Backspace) and you now can use your keyboard like in OSX for most things, except for changing the brightness of the screen (we are going to do so soon).
 
Now restart X (by presing Ctrl+Alt+Backspace) and you now can use your keyboard like in OSX for most things, except for changing the brightness of the screen (we are going to do so soon).
 
 
== Graphics card (Ati X1600) ==
 
== Graphics card (Ati X1600) ==
 
 
It does work quite well on Dapper, just installing the official xorg-driver-fglrx driver:
 
It does work quite well on Dapper, just installing the official xorg-driver-fglrx driver:
 
 
<pre><nowiki>
 
<pre><nowiki>
 
apt-get install xorg-driver-fglrx
 
apt-get install xorg-driver-fglrx
 
</nowiki></pre>
 
</nowiki></pre>
 
 
and then:
 
and then:
 
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo aticonfig --initial
 
sudo aticonfig --initial
 
</nowiki></pre>
 
</nowiki></pre>
 
 
Restart X, and there you got it.
 
Restart X, and there you got it.
 
 
There seems to be some problems with Edgy at least on 20" models, maybe because it incorrectly detects the screen resolution and/or fhz (I have not checked why yet). Elsewhere I prefer staying on Dapper because it is better supported for this computer right now. Perhaps Feisty comes better for this.
 
There seems to be some problems with Edgy at least on 20" models, maybe because it incorrectly detects the screen resolution and/or fhz (I have not checked why yet). Elsewhere I prefer staying on Dapper because it is better supported for this computer right now. Perhaps Feisty comes better for this.
 
 
=== Wireless ===
 
=== Wireless ===
 
 
Works great with this guide:  
 
Works great with this guide:  
 
[[UbuntuHelp:WifiDocs/Device/Broadcom BCM4311 rev 01 (ndiswrapper)]]
 
[[UbuntuHelp:WifiDocs/Device/Broadcom BCM4311 rev 01 (ndiswrapper)]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2007年11月30日 (五) 17:48的版本

Installing Ubuntu (Dapper or Edgy) on an Apple iMac Core Duo

Installation is almost the same as with MacBook, at least for the initial states. We are not going to repeat it again, but just comment the differences. So please, print out this page or read it in another tab of your browser while reading the MacBook manual.

Core installation

The same as in MacBook.

Keyboard

Ignore the MacBook manual for this. First, you must say that you are using a Mac keyboard to the xorg server. For doing so:

gksudo gedit /etc/X11/xorg.conf

and make sure that the line that says

Option      "XkbModel" "pc105"

is changed to:

Option      "XkbModel" "mac"

Now restart X (by presing Ctrl+Alt+Backspace) and you now can use your keyboard like in OSX for most things, except for changing the brightness of the screen (we are going to do so soon).

Graphics card (Ati X1600)

It does work quite well on Dapper, just installing the official xorg-driver-fglrx driver:

apt-get install xorg-driver-fglrx

and then:

sudo aticonfig --initial

Restart X, and there you got it. There seems to be some problems with Edgy at least on 20" models, maybe because it incorrectly detects the screen resolution and/or fhz (I have not checked why yet). Elsewhere I prefer staying on Dapper because it is better supported for this computer right now. Perhaps Feisty comes better for this.

Wireless

Works great with this guide: UbuntuHelp:WifiDocs/Device/Broadcom BCM4311 rev 01 (ndiswrapper)