Mac miniでmodular-xorg (4.0_STABLE) 動作確認編
2008/06/09(月) 26:53 NetBSD はてブ情報 はてブに登録 はてブ数

とりあえず、次のxorg.confで1024x768の解像度でXが起動しました。
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 - 48.5
    VertRefresh 40-150
EndSection
Section "Device"
    Identifier  "Standard VGA"
    VendorName  "Unknown"
    BoardName   "Unknown"
    Driver     "vga"
EndSection
Section "Device"
    Identifier  "RADEON"
    Driver      "radeon"
    ChipID      0x5962
    BusID       "PCI:0:16:0"
    Option      "AGPMode" "2"
    #VideoRam    2048
    # Insert Clocks lines here if appropriate
EndSection
Section "Screen"
    Identifier  "Screen 1"
    Device      "RADEON"
    Monitor     "L565"
    DefaultDepth 16
    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1024x768" "1280x1024" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection
Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

名前:  非公開コメント   

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