Mac miniでmodular-xorg (4.0_STABLE) まとめ編
2008/06/09(月) 28:14 NetBSD はてブ情報 はてブに登録 はてブ数

少し前に試した-currentでは歯が立たなかったXですが、4.0_STABLEでは
  • X.org (modular-xorg)
  • SXGA出力 (HorizSyncチューニング)
  • DVI出力 (Option "MonitorLayout" "TMDS, NONE")
が実現できました。残念ながらXを終了した際に発生する暗転およびハングアップ(その後のfsck)は解決できませんでしたが、Xを起動した状態でもshutdownやrebootを使えばハングアップとfsckを回避できることがわかりました。

xorg.conf
Section "Module"
    Load        "dbe"   # Double buffer extension
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection
    Load        "freetype"
EndSection
Section "Files"
    FontPath   "/usr/pkg/lib/X11/fonts/misc/"
    FontPath   "/usr/pkg/lib/X11/fonts/TTF/"
    FontPath   "/usr/pkg/lib/X11/fonts/Type1/"
    FontPath   "/usr/pkg/lib/X11/fonts/100dpi/"
    FontPath   "/usr/pkg/lib/X11/fonts/75dpi/"
    FontPath   "/usr/pkg/lib/X11/fonts/local/"
EndSection
Section "ServerFlags"
EndSection
Section "InputDevice"
    Identifier  "Keyboard1"
    Driver      "kbd"
    Option "Protocol" "wskbd"
    Option "Device" "/dev/wskbd1"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"   "xorg"
    Option "XkbModel"   "pc101"
    Option "XkbLayout"  "us"
EndSection
Section "InputDevice"
    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "wsmouse"      # wsmouse protocol
    Option "Device"      "/dev/wsmouse"
    Option "ZAxisMapping"   "4 5 6 7"
EndSection
Section "Monitor"
    Identifier  "L565"
    HorizSync   31.5 - 65
    VertRefresh 40-150
EndSection
Section "Device"
    Identifier  "RADEON"
    Driver      "radeon"
    ChipID      0x5962
    BusID       "PCI:0:16:0"
    Option      "AGPMode" "2"
    Option      "MonitorLayout" "TMDS, NONE"
EndSection
Section "Screen"
    Identifier  "Screen 1"
    Device      "RADEON"
    Monitor     "L565"
    DefaultDepth 16
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection
Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection
uname -a
NetBSD mini. 4.0_STABLE NetBSD 4.0_STABLE (GENERIC) #0: Wed May 28 10:20:33 PDT 2008  builds@wb24:/home/builds/ab/netbsd-4/macppc/200805280002Z-obj/home/builds/ab/netbsd-4/src/sys/arch/macppc/compile/GENERIC macppc
X -version
X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: UNKNOWN 
Current Operating System: NetBSD mini. 4.0_STABLE NetBSD 4.0_STABLE (GENERIC) #0: Wed May 28 10:20:33 PDT 2008  builds@wb24:/home/builds/ab/netbsd-4/macppc/200805280002Z-obj/home/builds/ab/netbsd-4/src/sys/arch/macppc/compile/GENERIC macppc
Build Date: 02 June 2008
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Module Loader present

名前:  非公開コメント   

  • TB-URL  http://www.tokuda.net/diary/0655/tb/