ok, found something.
just take a fresh , unmodified installation.
Sudo nano /boot/config.txt
attach following line at the end of file :
dtoverlay=piscreen,speed=32000000,rotate=270,fps=20
save file.
Sudo nano /boot/cmdline.txt
at end of first line attach:
fbcon=map:10 fbcon=font:VGA8x8 logo.nologo
save file
Sudo nano /usr/share/X11/xorg.conf.d/99-fbdev.conf
add following lines:
Section "Device"
Identifier "TFT"
Driver "fbdev"
Option "fbdev" "/dev/fb1"
EndSection
save file and reboot, that should do the trick
you can also try to add just the last part to your existing installation, might be enough