53d13cb4c8
- Bluetooth is now working - Audio works too (speaker/headphones/earpiece/mic - internal and headset) - Keyboard layout for X11 - Xorg config for rotated screen - Suspend issues fixed (tested on MATE) - OTG bindings updated - not working yet
23 lines
538 B
Text
23 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
|