User Tools

Site Tools


screen

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
screen [2024/02/16 08:46] – created tortescreen [2025/01/21 12:27] (current) torte
Line 1: Line 1:
-===== Sovol SV06+ (mostly) =====+{{page>redirect#this_wiki_has_moved}} 
 +https://torte71.github.io/InsideSovolKlipperScreen/screen.html 
 +{{page>redirect#section}} 
 +---- 
 + 
 +===== Sovol KlipperScreen (Makerbase MKS KLIPAD50) =====
 ==== Screen ==== ==== Screen ====
   * Rotation: Edit /etc/X11/xorg.conf.d/01-armbian-defaults.conf   * Rotation: Edit /etc/X11/xorg.conf.d/01-armbian-defaults.conf
Line 33: Line 38:
 </code> </code>
  
 +    * portrait mode for redrathnure's image:
 +<code>
 +Section "Device"
 +        Identifier "default"
 +        Driver "fbdev"
 +        Option "Rotate" "CW"
 +EndSection
 +Section "InputClass"
 +        Identifier "libinput touchscreen catchall"
 +        MatchIsTouchscreen "on"
 +        MatchDevicePath "/dev/input/event*"
 +        Driver "libinput"
 +        Option "TransformationMatrix" "0 1 0 -1 0 1 0 0 1"
 +EndSection
 +</code>
 +
 +----
 +Back to [[start]]
screen.1708069588.txt.gz · Last modified: 2024/02/16 08:46 by torte