パスワードを忘れた? アカウント作成
474112 journal

kyoyaの日記: 6.3R - 505SX - xorg.conf

日記 by kyoya

VAIO 505SX BIOS メニューは F2

pkg_add xf86-video-neomagic-1.1.1_1.tbz

cat /etc/X11/xorg.conf
Section "ServerLayout"
        Identifier "X.org Configured"
        Screen 0 "Screen0" 0 0
        InputDevice "Mouse0" "CorePointer"
        InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath "/usr/local/share/X11/rgb"
        ModulePath "/usr/local/lib/xorg/modules"
        FontPath "/usr/local/lib/X11/fonts/misc"
        FontPath "/usr/local/lib/X11/fonts/TTF"
        FontPath "/usr/local/lib/X11/fonts/OTF"
        FontPath "/usr/local/lib/X11/fonts/Type1"
        FontPath "/usr/local/lib/X11/fonts/100dpi"
        FontPath "/usr/local/lib/X11/fonts/75dpi"
        FontPath "/usr/local/share/fonts"
EndSection

Section "Module"
        Load "GLcore"
        Load "dbe"
        Load "dri"
        Load "extmod"
        Load "glx"
        Load "record"
        Load "xtrap"
        Load "freetype"
        Load "type1"
EndSection

Section "InputDevice"
        Identifier "Keyboard0"
        Driver "kbd"
EndSection

Section "InputDevice"
        Identifier "Mouse0"
        Driver "mouse"
        Option "Protocol" "auto"
        Option "Device" "/dev/sysmouse"
        Option "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        Identifier "Monitor0"
        VendorName "Monitor Vendor"
        ModelName "Monitor Model"
# HorizSync 31.5-60.0
# VertRefresh 50-61
        Option "dpms"
EndSection

Section "Device"
                ### Available Driver options are:-
                ### Values: : integer, : float, : "True"/"False",
                ### : "String", : " Hz/kHz/MHz"
                ### [arg]: arg optional
                #Option "ShadowFB" # []
                #Option "DefaultRefresh" # []
                #Option "ModeSetClearScreen" # []
        Identifier "Card0"
# Driver "vesa"
        Driver "neomagic"
        VendorName "Neomagic Corporation"
        BoardName "NM2160 [MagicGraph 128XD]"
        BusID "PCI:0:8:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device "Card0"
        Monitor "Monitor0"
        DefaultDepth 16

# SubSection "Display"
# Viewport 0 0
# Depth 1
# EndSubSection
# SubSection "Display"
# Viewport 0 0
# Depth 4
# EndSubSection
# SubSection "Display"
# Viewport 0 0
# Depth 8
# EndSubSection
# SubSection "Display"
# Viewport 0 0
# Depth 15
# EndSubSection
        SubSection "Display"
                Viewport 0 0
                Depth 16
        EndSubSection
# SubSection "Display"
# Viewport 0 0
# Depth 24
# EndSubSection
EndSection

Section "DRI"
                Mode 0666
EndSection

この議論は賞味期限が切れたので、アーカイブ化されています。 新たにコメントを付けることはできません。
typodupeerror

日々是ハック也 -- あるハードコアバイナリアン

読み込み中...