读书人

ati驱动装配过程

发布时间: 2012-07-08 17:43:43 作者: rapoo

ati驱动安装过程
? ? ? ? Option? ? ? "ModelName" "Generic Autodetecting Monitor"
? ? ? ? Option? ? ? "DPMS" "true"
EndSection
这段添加进显示器的硬件参数
? ? ? ? Option? ? ? "ModelName" "Generic Autodetecting Monitor"
? ? ? ? Option? ? ? "DPMS" "true"
? ? ? ? Modeline? ?......
EndSection

#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#? ?sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
? ?Identifier? ? ?"Default Layout"
? ?Screen? ? ? 0? "aticonfig-Screen[0]" 0 0
? ?InputDevice? ? "Generic Keyboard"
? ?InputDevice? ? "Configured Mouse"
? ?InputDevice? ? "stylus" "SendCoreEvents"
? ?InputDevice? ? "cursor" "SendCoreEvents"
? ?InputDevice? ? "eraser" "SendCoreEvents"
EndSection

Section "Files"

? ?# path to defoma fonts
? ?FontPath? ? ?"/usr/share/X11/fonts/misc"
? ?FontPath? ? ?"/usr/share/X11/fonts/cyrillic"
? ?FontPath? ? ?"/usr/share/X11/fonts/100dpi/:unscaled"
? ?FontPath? ? ?"/usr/share/X11/fonts/75dpi/:unscaled"
? ?FontPath? ? ?"/usr/share/X11/fonts/Type1"
? ?FontPath? ? ?"/usr/share/X11/fonts/100dpi"
? ?FontPath? ? ?"/usr/share/X11/fonts/75dpi"
? ?FontPath? ? ?"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
? ?Load? "bitmap"
? ?Load? "ddc"
? ?Load? "dri"
? ?Load? "extmod"
? ?Load? "freetype"
? ?Load? "int10"
? ?Load? "type1"
? ?Load? "vbe"
? ?Load? "glx"
EndSection

Section "InputDevice"
? ?Identifier? "Generic Keyboard"
? ?Driver? ? ? "kbd"
? ?Option? ?? ? "CoreKeyboard"
? ?Option? ?? ? "XkbRules" "xorg"
? ?Option? ?? ? "XkbModel" "pc104"
? ?Option? ?? ? "XkbLayout" "us"
EndSection

Section "InputDevice"
? ?Identifier? "Configured Mouse"
? ?Driver? ? ? "mouse"
? ?Option? ?? ? "CorePointer"
? ?Option? ?? ? "Device" "/dev/input/mice"
? ?Option? ?? ? "Protocol" "ExplorerPS/2"
? ?Option? ?? ? "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? # /dev/input/event
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? # for USB
? ?Identifier? "stylus"
? ?Driver? ? ? "wacom"
? ?Option? ?? ? "Device" "/dev/wacom"? ? ? ? ? # Change to
? ?Option? ?? ? "Type" "stylus"
? ?Option? ?? ? "ForceDevice" "ISDV4"? ? ? ? ? ? ? ?# Tablet PC ONLY
EndSection

Section "InputDevice"

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? # /dev/input/event
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? # for USB
? ?Identifier? "eraser"
? ?Driver? ? ? "wacom"
? ?Option? ?? ? "Device" "/dev/wacom"? ? ? ? ? # Change to
? ?Option? ?? ? "Type" "eraser"
? ?Option? ?? ? "ForceDevice" "ISDV4"? ? ? ? ? ? ? ?# Tablet PC ONLY
EndSection

Section "InputDevice"

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? # /dev/input/event
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? # for USB
? ?Identifier? "cursor"
? ?Driver? ? ? "wacom"
? ?Option? ?? ? "Device" "/dev/wacom"? ? ? ? ? # Change to
? ?Option? ?? ? "Type" "cursor"
? ?Option? ?? ? "ForceDevice" "ISDV4"? ? ? ? ? ? ? ?# Tablet PC ONLY
EndSection

Section "Monitor"
? ?Identifier? ?"FLATRON 775F"
? ?HorizSync? ? 30.0 - 70.0
? ?VertRefresh? 50.0 - 160.0
? ?Option? ?? ? "DPMS"
EndSection

Section "Monitor"
? ?Identifier? ?"aticonfig-Monitor[0]"
? ?Option? ?? ? "VendorName" "ATI Proprietary Driver"
? ?Option? ?? ? "ModelName" "Generic Autodetecting Monitor"
? ?Option? ?? ? "DPMS" "true"
? ?Modeline "1024x768_85.00"? 94.39? 1024 1088 1200 1376? 768 769 772 807? -HSync +Vsync
? ?Modeline "1152x864_75.00"? 104.99? 1152 1224 1352 1552? 864 865 868 902? -HSync +Vsync
EndSection

Section "Device"
? ?Identifier? "ATI Technologies, Inc. RV350 AR [Radeon 9600 XT]"
? ?Driver? ? ? "ati"
? ?BusID? ? ? ?"PCI:1:0:0"
EndSection

Section "Device"
? ?Identifier? "aticonfig-Device[0]"
? ?Driver? ? ? "fglrx"
EndSection

Section "Screen"
? ?Identifier "Default Screen"
? ?Device? ? ?"ATI Technologies, Inc. RV350 AR [Radeon 9600 XT]"
? ?Monitor? ? "FLATRON 775F"
? ?DefaultDepth? ? ?24
? ?SubSection "Display"
? ?? ?Depth? ? ?24
? ?? ?Modes? ? ?"1152x864" "1152x786" "1024x768"
? ?EndSubSection
EndSection

Section "Screen"
? ?Identifier "aticonfig-Screen[0]"
? ?Device? ? ?"aticonfig-Device[0]"
? ?Monitor? ? "aticonfig-Monitor[0]"
? ?DefaultDepth? ? ?24
? ?SubSection "Display"
? ?? ?Viewport? ?0 0
? ?? ?Depth? ? ?24
? ?? ?Modes? ? ?"1152x864""1024x768"
? ?EndSubSection
EndSection

Section "DRI"
? ?Mode? ? ? ? ?0666
EndSection

读书人网 >操作系统

热点推荐