-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathxorg.conf.PocketCHIP
45 lines (38 loc) · 935 Bytes
/
xorg.conf.PocketCHIP
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Section "Files"
ModulePath "/usr/lib/arm-linux-gnueabihf/xorg/modules/"
ModulePath "/usr/lib/xorg/modules/"
EndSection
Section "Monitor"
Identifier "VGA"
Option "PreferredMode" "1024x768_60.00"
EndSection
Section "Monitor"
Identifier "HDMI"
Option "PreferredMode" "1280x720_60.00"
EndSection
Section "Monitor"
Identifier "Composite"
Option "PreferredMode" "NTSC10"
EndSection
Section "Device"
Identifier "Allwinner sun4i DRM"
Driver "armsoc"
Option "Monitor-Composite-0" "Composite"
Option "Monitor-VGA-0" "VGA"
Option "Monitor-HDMI-A-0" "HDMI"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
EndSection
Section "InputClass"
Identifier "tca8418"
MatchIsKeyboard "on"
Option "XkbLayout" "pocketchip"
EndSection
Section "InputClass"
Identifier "calibration"
MatchProduct "1c25000.rtp"
Option "Calibration" "3927 117 3602 260"
Option "SwapAxes" "0"
EndSection