version 1.8, 2012/09/22 17:52:56
|
version 1.11, 2013/05/04 14:59:53
|
Line 1
|
Line 1
|
# How to install NetBSD/amd64 current on MacBook Air 11 inch (mid 2012) |
# How to install NetBSD/amd64 current on MacBook Air 11 inch (mid 2012) |
|
|
|
XXX THIS DOCUMENT IS OBSOLETE AFTER <http://mail-index.netbsd.org/source-changes/2013/04/28/msg043382.html>. |
|
|
For older MacBook, please read [how to install netbsd on an apple macbook with core2duo](http://wiki.netbsd.org/tutorials/how_to_install_netbsd_on_an_apple_macbook_with_core2duo/) |
For older MacBook, please read [how to install netbsd on an apple macbook with core2duo](http://wiki.netbsd.org/tutorials/how_to_install_netbsd_on_an_apple_macbook_with_core2duo/) |
|
|
This tutorial is based on it. |
This tutorial is based on it. |
Line 384 wsdisplay0: screen 4 added (80x25, vt100
|
Line 386 wsdisplay0: screen 4 added (80x25, vt100
|
### /etc/X11/xorg.conf for native X.org |
### /etc/X11/xorg.conf for native X.org |
With this xorg.conf, you can find one problem. |
With this xorg.conf, you can find one problem. |
Real display size is 1366x768, but detected one is 1368x768 :( |
Real display size is 1366x768, but detected one is 1368x768 :( |
|
You can fix display size with |
|
|
|
xrandr --size 1366x768 |
|
|
<pre><code> |
<pre><code> |
Section "ServerLayout" |
Section "ServerLayout" |