diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-01-03 08:18:11 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-01-03 08:18:11 +0000 |
commit | 1e78c8ec14072165d68a06031aaec7fb4c2d911a (patch) | |
tree | fb6ddd1d806572777b6a86644bf573914c557e1c | |
parent | 00c3697cab6c355b91e7583ad3d503c0a8797a21 (diff) |
Replace option "iBookHack" with option "MacModel" "ibook".
From Nicolas Legrand.
-rw-r--r-- | distrib/notes/README.macppc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/notes/README.macppc b/distrib/notes/README.macppc index 31122f160..207330ee2 100644 --- a/distrib/notes/README.macppc +++ b/distrib/notes/README.macppc @@ -81,8 +81,8 @@ Section "Device" # These options are required for use on the Ti PBG4. # Option "PanelWidth" "1152" # Option "PanelHeight" "768" -# This option may help if your iBook or Mac mini has screen sync problems -# Option "iBookHacks" "on" +# This option enable quirks for specified Mac model, details in Radeon(4) +# Option "MacModel" "ibook" EndSection @@ -168,4 +168,4 @@ button 2 and mouse button 3 respectively. problem_blurb -$OpenBSD: README.macppc,v 1.4 2008/08/31 07:33:29 matthieu Exp $ +$OpenBSD: README.macppc,v 1.5 2009/01/03 08:18:10 matthieu Exp $ |