LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1069|回复: 0

笔记本gma900的显卡在freebsd6.1上不能使用x-video?

[复制链接]
发表于 2006-8-7 13:10:14 | 显示全部楼层 |阅读模式
不知道是不是我的配置有问题,xorg.conf:

Section "Module"

    Load        "dbe"          # Double buffer extension

    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

    Load        "type1"
    Load        "freetype"
    Load       "glx"
    Load       "dri"

EndSection

# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************

Section "Files"

    RgbPath        "/usr/X11R6/lib/X11/rgb"

    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/TTF/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
#    FontPath   "/usr/X11R6/lib/X11/fonts/TrueType/"

    ModulePath "/usr/X11R6/lib/modules"

EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"


#    Option "NoTrapSignals"
#    Option "DontVTSwitch"
#    Option "DontZap"
    Option "Dont Zoom"
#    Option "DisableVidModeExtension"
#    Option "AllowNonLocalXvidtune"
#    Option "DisableModInDev"
#    Option "AllowNonLocalModInDev"

EndSection

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************

Section "InputDevice"

    Identifier        "Keyboard1"
    Driver        "kbd"

#    Option     "rotocol"      "Xqueue"

    Option "AutoRepeat" "500 30"
#    Option        "Xleds"      "1 2 3"

#    Option "LeftAlt"     "Meta"
#    Option "RightAlt"    "ModeShift"

#    Option "XkbVariant"  "nodeadkeys"
#    Option "XkbOptions"  "ctrl:swapcaps"
#    Option "XkbDisable"

    Option "XkbRules"        "xorg"
    Option "XkbModel"        "pc104"
    Option "XkbLayout"        "us"

EndSection


# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

    Identifier        "Mouse1"
    Driver        "mouse"
    Option "rotocol"    "Auto"        # Auto detect
    Option "Device"      "/dev/sysmouse"
#    Option "rotocol"        "Xqueue"
#    Option "Resolution"        "256"
#    Option "BaudRate"        "9600"
#    Option "SampleRate"        "150"
    Option "ZAxisMapping"   "4 5 6 7"
#    Option "Emulate3Buttons"
#    Option "Emulate3Timeout"    "50"

#    Option "ChordMiddle"

EndSection

# **********************************************************************
# Monitor section
# **********************************************************************
Section "Monitor"

    Identifier  "monitor0"
    HorizSync   31.5 - 48.5
    VertRefresh 50-70

EndSection

# **********************************************************************
# Graphics device section
# **********************************************************************
Section "Device"
    Identifier  "card0"
    Driver      "i810"
    BusID        "0:2:0"
    #VideoRam    131072
    # Insert Clocks lines here if appropriate
EndSection


# **********************************************************************
# Screen sections
# **********************************************************************
Section "Screen"
    Identifier  "Screen 1"
    Device      "card0"
    Monitor     "monitor0"
    DefaultDepth 24

    Subsection "Display"
        Depth       16
        Modes       "1024x768"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1024x768" "800x600"
        ViewPort    0 0
    EndSubsection
EndSection

# **********************************************************************
# ServerLayout sections.
# **********************************************************************
Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen "Screen 1"
# "SendCoreEvents".

    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection

Section "DRI"
    Mode 0666
EndSection
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表