Skip to content
Snippets Groups Projects

samsung-i927: Updates

Merged Imported Administrator requested to merge device/samsung-i927 into master
53 files
+ 855
85
Compare changes
  • Side-by-side
  • Inline
Files
53
# 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
Loading