version 1.7, 2012/09/22 16:32:39
|
version 1.9, 2012/09/23 04:27:22
|
Line 36 This tutorial is based on it.
|
Line 36 This tutorial is based on it.
|
|
|
* USB 2.0/1.0 (no USB 3.0) |
* USB 2.0/1.0 (no USB 3.0) |
|
|
* FaceTime HD Camera (uvideo device; I have not tested yet) |
* FaceTime HD Camera (uvideo device) |
|
|
* Keyboard backlight |
* Keyboard backlight |
|
|
Line 384 wsdisplay0: screen 4 added (80x25, vt100
|
Line 384 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" |