Viitor_ati-driver/etc/X11/xorg.conf

151 lines
3.6 KiB
Xorg
Raw Normal View History

Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
FontPath "/usr/X11R7/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R7/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R7/lib/X11/fonts/100dpi/"
FontPath "/usr/X11R7/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R7/lib/X11/fonts/cyrillic/"
FontPath "/usr/X11R7/lib/X11/fonts/misc/"
FontPath "/usr/X11R7/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R7/lib/X11/fonts/TTF/"
FontPath "/usr/X11R7/lib/X11/fonts/Type1/"
EndSection
Section "Module"
Load "freetype"
Load "extmod"
Load "glx"
Load "dri"
Load "dbe"
Load "record"
Load "xtrap"
Load "type1"
Load "speedo"
EndSection
Section "DRI"
group "video"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
#Section "ServerFlags"
#Option "AIGLX" "off"
#EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
#Option "Protocol" "ImPS/2"
Option "Protocol" "Auto"
Option "Device" "/dev/misc/psaux"
#Option "Buttons" "9"
Option "Emulate3Buttons" "0"
Option "ZAxisMapping" "4 5"
Option "ButtonMapping" "1 2 3 6 7"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "logicdo"
Option "XkbLayout" "de"
EndSection
Section "Monitor"
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
Identifier "Monitor0"
### Comment all HorizSync and VertRefresh values to use DDC:
HorizSync 35.0 - 80.0
VertRefresh 60.0 - 75.0
EndSection
Section "Device"
Identifier "Card0"
Driver "radeon"
#Option "BusType" "PCIE"
#Option "ColorTiling" "1"
#Option "EnablePageFlip" "1"
#Option "AccelMethod" "XAA"
#Option "AccelDFS" "1"
#Option "FBTexPercent" "70"
#Option "DMAForXv" "1"
#Option "DynamicClocks" "1"
#Option "BIOSHotKeys" "1"
#Option "AGPMode" "1"
#Option "AGPFastWrite" "1"
##Option "GARTSize" "4"
#Option "UseFastTLS" "1"
Card "** ATI Radeon (generic) [radeon]"
EndSection
Section "Device"
Identifier "Card1"
Driver "radeon"
Option "BusType" "PCIE"
Option "ColorTiling" "1"
Option "EnablePageFlip" "1"
Option "RenderAccel" "1"
Option "AccelMethod" "EXA"
Option "AccelDFS" "1"
Option "FBTexPercent" "70"
Option "DMAForXv" "1"
Option "DynamicClocks" "1"
Option "BIOSHotkeys" "1"
Option "AGPMode" "1"
Option "AGPFastWrite" "1"
Option "GARTSize" "16"
Option "UseFastTLS" "2"
EndSection
Section "Device"
Identifier "Card2"
Driver "fglrx"
#Option "BackingStore" "off"
#Option "BlockSignalsOnLock" "off"
Option "BusType" "PCIE"
Option "DefaultVisualTrueColor" "on"
#Option "DesktopSetup" "0x00000000"
Option "EnableDepthMoves" "on"
Option "EnableHPV" "on"
#Option "EnableLogo" "on"
Option "FSAAEnable" "on"
Option "FSAADisableGamma" "off"
Option "FSAAScale" "2"
#Option "KernelModuleParam" "agpgart=3"
Option "MaxGARTSize" "64"
#Option "mtrr" "0"
Option "no_accel" "off"
Option "no_dri" "off"
Option "NoTV" "on"
Option "PBuffer" "1"
Option "SilkenMouse" "on"
Option "UseFastTLS" "2"
Option "VideoOverlay" "on"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card2"
Monitor "Monitor0"
DefaultDepth 24
SubSectionSub "Display"
Viewport 0 0
Depth 24
Modes "1280x1024"
EndSubSection
EndSection