LinuxSir.cn,穿越时空的Linuxsir!

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

哪位使用ATI显卡的Debian高人愿把XF86Config-4共享

[复制链接]
发表于 2004-5-30 20:20:33 | 显示全部楼层 |阅读模式
谢谢
最好是9xxx的显卡
发表于 2004-5-30 23:36:16 | 显示全部楼层

我的是ATI M9000的,不过是Mandrake10下的。

# File generated by XFdrake.

# **********************************************************************
# Refer to the XF86Config man page for details about the format of
# this file.
# **********************************************************************

Section "Files"
    # Multiple FontPath entries are allowed (they are concatenated together)
    # By default, Mandrake 6.0 and later now use a font server independent of
    # the X server to render fonts.
    FontPath         "/usr/share/fonts/zh_CN/TrueType/simsun"
    FontPath         "/home/starsuite7/share/fonts/truetype"
    FontPath         "/usr/local/share/fonts"
    FontPath         "/usr/share/fonts"
    FontPath         "/usr/X11R6/lib/X11/fonts"
    FontPath         "/usr/share/fonts/afms"
    FontPath         "/usr/share/fonts/default"
    FontPath         "/usr/share/fonts/otf"
    FontPath         "/usr/share/fonts/override"
    FontPath         "/usr/share/fonts/ttf"
    FontPath         "/usr/share/fonts/zh_TW"
    FontPath         "/usr/X11R6/lib/X11/fonts/75dpi"
    FontPath         "/usr/X11R6/lib/X11/fonts/mdk"
    FontPath         "/usr/X11R6/lib/X11/fonts/misc"
    FontPath         "/usr/X11R6/lib/X11/fonts/Speedo"
    FontPath         "/usr/X11R6/lib/X11/fonts/TTF"
    FontPath         "/usr/X11R6/lib/X11/fonts/Type1"
    FontPath         "/usr/local/share/fonts/ttf"
    FontPath         "unix/:-1"
EndSection

Section "ServerFlags"
    #DontZap # disable <Crtl><Alt><BS> (server abort)
    #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
    AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work
EndSection

Section "Module"
    Load "xtt"
    Load "dbe" # Double-Buffering Extension
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "glx" # 3D layer
    Load "dri" # direct rendering
EndSection

Section "DRI"
    Mode 0666
EndSection

Section "InputDevice"
    Identifier "Keyboard1"
    Driver "Keyboard"
    Option "XkbModel" "jp106"
    Option "XkbLayout" "jp"
    Option "XkbOptions" ""
EndSection

Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "rotocol" "ExplorerPS/2"
    Option "Device" "/dev/mouse"
    Option "ZAxisMapping" "6 7"
EndSection

Section "Monitor"
    Identifier "monitor1"
    VendorName "Generic"
    ModelName "1600x1200 @ 76 Hz"
    HorizSync 31.5-94.0
    VertRefresh 50-90
   
    # Sony Vaio C1(X,XS,VE,VN)?
    # 1024x480 @ 85.6 Hz, 48 kHz hsync
    ModeLine "1024x480"    65.00 1024 1032 1176 1344   480  488  494  563 -hsync -vsync
   
    # TV fullscreen mode or DVD fullscreen output.
    # 768x576 @ 79 Hz, 50 kHz hsync
    ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
   
    # 768x576 @ 100 Hz, 61.6 kHz hsync
    ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
EndSection

Section "Device"
    Identifier "device1"
    VendorName "ATI"
    BoardName "ATI Radeon (fglrx)"
    Driver "radeon"
    Option "DPMS"
EndSection

Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
    DefaultColorDepth 24
   
    Subsection "Display"
        Depth 8
        Virtual 1600 1200
    EndSubsection
   
    Subsection "Display"
        Depth 15
        Virtual 1600 1200
    EndSubsection
   
    Subsection "Display"
        Depth 16
        Virtual 1600 1200
    EndSubsection
   
    Subsection "Display"
        Depth 24
        Virtual 1600 1200
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier "layout1"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "Mouse1" "CorePointer"
    Screen "screen1"
EndSection
发表于 2004-5-31 00:08:09 | 显示全部楼层
# XF86Config-4 (XFree86 X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 > /var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86
Section "Files"
        FontPath        "unix/:7100"                        # local font server
        # if the local font server has problems, we can fall back on these
        FontPath        "/usr/lib/X11/fonts/misc"
        FontPath        "/usr/lib/X11/fonts/cyrillic"
        FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/Type1"
        FontPath        "/usr/lib/X11/fonts/CID"
        FontPath        "/usr/lib/X11/fonts/Speedo"
        FontPath        "/usr/lib/X11/fonts/100dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"
EndSection
Section "Module"
        Load        "GLcore"
        Load        "bitmap"
        Load        "dbe"
        Load        "ddc"
        Load        "dri"
        Load        "extmod"
        Load        "glx"
        Load        "int10"
        Load        "record"
        Load        "speedo"
        Load        "type1"
        Load        "vbe"
        Load        "xtt"
EndSection
Section "InputDevice"
        Identifier        "Generic Keyboard"
        Driver                "keyboard"
        Option                "CoreKeyboard"
        Option                "XkbRules"        "xfree86"
        Option                "XkbModel"        "pc104"
        Option                "XkbLayout"        "us"
EndSection
Section "InputDevice"
        Identifier        "Configured Mouse"
        Driver                "mouse"
        Option                "CorePointer"
        Option                "Device"                "/dev/psaux"
        Option                "rotocol"                "S/2"
        Option                "ZAxisMapping"                "4 5"
EndSection

Section "InputDevice"
        Identifier        "Generic Mouse"
        Driver                "mouse"
        Option                "SendCoreEvents"        "true"
        Option                "Device"                "/dev/input/mice"
        Option                "rotocol"                "ImPS/2"
        Option                "ZAxisMapping"                "4 5"
EndSection
Section "Device"
        Identifier        "Generic Video Card"
        Driver                "ati"
EndSection
Section "Monitor"
        Identifier        "Generic Monitor"
        HorizSync        30-60
        VertRefresh        50-75
        Option                "DPMS"
EndSection
Section "Screen"
        Identifier        "Default Screen"
        Device                "Generic Video Card"
        Monitor                "Generic Monitor"
        DefaultDepth        24
        SubSection "Display"
                Depth                1
                Modes                "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth                4
                Modes                "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth                8
                Modes                "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth                15
                Modes                "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth                16
                Modes                "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth                24
                Modes                "1024x768" "800x600"
        EndSubSection
EndSection
Section "ServerLayout"
        Identifier        "Default Layout"
        Screen                "Default Screen"
        InputDevice        "Generic Keyboard"
        InputDevice        "Configured Mouse"
        InputDevice        "Generic Mouse"
EndSection
Section "DRI"
        Mode        0666
EndSection

Ati Rage 128 32M
发表于 2005-8-21 19:21:56 | 显示全部楼层
装上fglrx驱动是我的梦想,不知道还要等多久我才能成功!
回复 支持 反对

使用道具 举报

发表于 2005-8-21 19:47:25 | 显示全部楼层
可是现在 Debian 都使用 X。org 了啊

不再使用 XFree86 了
回复 支持 反对

使用道具 举报

发表于 2005-8-21 23:48:41 | 显示全部楼层
共享有什么用,关键是这一行,BoardName "ATI Radeon (fglrx)"
我做梦都想实现,如果你没有这个驱动,那么这个配置文件就会让你无法进入xwindow!
回复 支持 反对

使用道具 举报

发表于 2005-8-22 12:54:41 | 显示全部楼层
http://xoomer.virgilio.it/flavio ... glrx-installer.html

参考这个,我一直用的都很好
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

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