: 01 lutego 2008, 21:31
Przerobić pod siebie (Nazwa karty, ati/fglrx) Jeśłi ati to uruchomić to co dla ATI, jeśli FGLRX, odchaczyć # żeby problemół nie było
, działa na 120% 


Kod: Zaznacz cały
Section "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "pl"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
EndSection
Section "Device"
Identifier "GRAFIKA"
Driver "ati/fglrx"
BusID "PCI:1:0:0"
# Option "AddARGBGLXVisuals" "On"
Option "XAANoOffscreenPixmaps" "true" # ati
Option "RenderAccel" "true" # ati
Option "backingstore" "true" # ati
EndSection
Section "Monitor"
Identifier "MONITOR"
Option "DPMS"
HorizSync 30-71
VertRefresh 56-75
EndSection
Section "Screen"
# Option "AddARGBGLXVisuals" "true"
# Option "DisableGLXRootClipping" "true"
Identifier "Default Screen"
Device "GRAFIKA"
Monitor "MONITOR"
DefaultDepth 24
SubSection "Display"
Modes "1280x1024"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
Option "AIGLX" "true" # ati
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable" # Gdy ati "Enable", gdy FGLRX "0"
Option "RENDER" "Enable" # ati
EndSection