Forum Replies Created
-
Posted in: Allo USB Bundle
-
8. März 2016 at 10:19 #19168
Hello,
I have the same problem with Sound Science QSB USB speakers, stuttering or no sound after few hours …
I will try the hw:1,0 parametter27. Februar 2016 at 13:23 #18801Hi !
I’ve find a big tuto. It’s ok with touchscreen control panel control chip XPT2046 (like this one ). Everything is ok for me now 🙂
I hope max2play staff will integrate these changes in future releases.
You need to apply it more to make it work:
nano /boot/config.txt
after the last entry:
dtoverlay=ads7846,speed=500000,penirq=17,swapxy=1
Press Ctrl-X then Y to exit nano and save the changes.nano /usr/share/X11/xorg.conf.d/10-evdev.conf
Section „InputClass“
Identifier „evdev touchscreen catchall“
MatchIsTouchscreen „on“
MatchDevicePath „/dev/input/event*“
Driver „evdev“
Option „InvertY“ „true“
EndSection
Press Ctrl-X then Y to exit nano and save the changes. -