Optymalizacja X.org w celu podniesienia wydajności
: 19 stycznia 2008, 20:43
Oto mój plik xorg.conf:
Pracuję na notebooku krewnego. Grafika to Intel GMA X3100, natywna rozdzielczość 1280x800. Co zrobić w celu zoptymalizowaniu pracy serwera X.org?
Kod: Zaznacz cały
Section "ServerFlags"
Option "DefaultServerLayout" "Default Layout"
EndSection
Section "Files"
# FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/share/fonts/X11/misc"
EndSection
Section "Module"
# Load "i2c"
# Load "ddc"
Load "dri"
Load "freetype"
Load "glx"
# Load "int10"
# Load "vbe"
Load "synaptics"
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" "Auto"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
Option "SHMConfig" "on"
EndSection
Section "Device"
Identifier "Intel GMA X3100"
Driver "intel"
BusID "PCI:0:2:0"
EndSection
Section "Monitor"
Identifier "LGPhilipsLCD LP154W01-TLD1"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Intel GMA X3100"
Monitor "LGPhilipsLCD LP154W01-TLD1"
DefaultDepth 24
SubSection "Display"
Modes "1280x800"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection
Section "DRI"
Mode 0666
EndSection