Initial commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# Initial xorg.conf for the RaspberryPi
|
||||
# Most things are setup automatically by magic pixies in the system.
|
||||
#
|
||||
# It is suggested this file is not used any more and configuration
|
||||
# snippets are placed in xorg.conf.d instead.
|
||||
#
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
Section "Device"
|
||||
Identifier "Adafruit PiTFT"
|
||||
Driver "fbdev"
|
||||
Option "fbdev" "/dev/fb1"
|
||||
EndSection
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
Section "InputClass"
|
||||
Identifier "calibration"
|
||||
MatchProduct "stmpe-ts"
|
||||
Option "Calibration" "3800 200 200 3800"
|
||||
Option "SwapAxes" "1"
|
||||
EndSection
|
||||
Reference in New Issue
Block a user