Good job! It works
!!
Many thanks!
How can I launch "Xorg -retro" as default X? (I've tried to modify /etc/sysconfig/Xserver, but it does't work).
I write here my xorg.conf. I hope it can be useful for someone else.
Section "InputDevice"
Identifier "touchscreen"
Driver "evtouch"
Option "Device" "/dev/input/event4"
Option "DeviceName" "touchscreen"
Option "MinX" "225"
Option "MinY" "165"
Option "MaxX" "3905"
Option "MaxY" "3980"
Option "ReportingMode" "Raw"
Option "Emulate3Buttons"
Option "Emulate3Timeout" "50"
Option "SendCoreEvents" "On"
Option "SwapX" "On"
Option "Rotate" "CCW"
EndSection
Section "InputDevice"
Identifier "dummy"
Driver "void"
Option "Device" "/dev/input/mice"
EndSection
Section "ServerLayout"
Identifier "defsult layout"
InputDevice "touchscreen" "CorePointer"
#InputDevice "dummy"
EndSection