24 lines
538 B
Text
24 lines
538 B
Text
|
# Configuration for Samsung SGH-I927 Captivate Glide
|
||
|
|
||
|
Section "Device"
|
||
|
Identifier "Tegra Graphics"
|
||
|
Driver "opentegra"
|
||
|
Option "SWcursor" "false"
|
||
|
# This can cause rendering issues
|
||
|
# Option "AccelCompositing" "true"
|
||
|
Option "NoAccel" "false"
|
||
|
EndSection
|
||
|
|
||
|
Section "InputClass"
|
||
|
Identifier "libinput touchscreen catchall"
|
||
|
MatchIsTouchscreen "on"
|
||
|
Option "CalibrationMatrix" "0 1 0 -1 0 1 0 0 1"
|
||
|
MatchDevicePath "/dev/input/event*"
|
||
|
Driver "libinput"
|
||
|
EndSection
|
||
|
|
||
|
Section "Monitor"
|
||
|
Identifier "LVDS-0"
|
||
|
Option "Rotate" "right"
|
||
|
EndSection
|