Probe #82e344ce03 of Acer Extensa 5630
Log: xorg.conf
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "sna"
Option "TearFree" "true"
EndSection
Section "Monitor"
Identifier "Monitor0"
# Option "DPMS" "true"
Option "DPMS" "false"
EndSection
Section "Screen"
Identifier "Screen0"
Monitor "Monitor0"
Device "Intel Graphics"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "1280x800" # Adjust this resolution according to your display's native resolution
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "us" # Adjust keyboard layout if necessary
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection