LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware - ARM (https://www.linuxquestions.org/questions/slackware-arm-108/)
-   -   Raspberry Pi 'official' Display (https://www.linuxquestions.org/questions/slackware-arm-108/raspberry-pi-%27official%27-display-4175604046/)

enine 04-17-2017 06:33 PM

Raspberry Pi 'official' Display
 
I picked up one from our local MicroCenter and it works fine with Slackware using the SARPI install in case anyone wants to get one.

I do have a couple questions though. Can X/KDE still support screen rotation and/or scrolling?
Also what is a more lightweight window manager I could use?

Penthux 04-18-2017 01:13 AM

Quote:

Originally Posted by enine (Post 5698303)
I do have a couple questions though. Can X/KDE still support screen rotation and/or scrolling?
Also what is a more lightweight window manager I could use?

Not sure about screen rotation. Xfce is a good window manager and not as resource-heavy as KDE.

enine 04-18-2017 07:21 AM

KDE is supposed to be able to do screen rotation but when I go into the display settings there is only one option in the rotation drop down.

Problem I'm having is there are a few applications whose dialog boxes are bigger than the display so I need to rotate or scroll to see them.

drmozes 04-18-2017 10:23 AM

Quote:

Originally Posted by enine (Post 5698521)
KDE is supposed to be able to do screen rotation but when I go into the display settings there is only one option in the rotation drop down.

Problem I'm having is there are a few applications whose dialog boxes are bigger than the display so I need to rotate or scroll to see them.

https://askubuntu.com/questions/9581...-most-easy-way

Try using xrandr.

SCerovec 04-21-2017 03:28 PM

I would try explore the kernel command line parameters?

Linux.tar.gz 04-25-2017 06:42 AM

Xfce supports rotation.

onebuck 04-25-2017 07:13 AM

Member response
 
Hi,

Quote:

Originally Posted by enine (Post 5698303)
I picked up one from our local MicroCenter and it works fine with Slackware using the SARPI install in case anyone wants to get one.

I do have a couple questions though. Can X/KDE still support screen rotation and/or scrolling?
Also what is a more lightweight window manager I could use?

You could try LXDE. Look at;LXDE - Wikipedia

Hope this helps.
Have fun & enjoy!
:hattip:

enine 09-20-2017 07:59 PM

Sorry to revive an old thread, shortly after this my son was in the hospital then we have the summer break from school so I'm finally getting back to it.

I tried the options in /boot/config.txt https://www.raspberrypi.org/document...g-txt/video.md

I tried xrandr https://askubuntu.com/questions/9581...-most-easy-way

Code:

xrandr: output default cannot use rotation "left" reflection "none"
I also get the message

Code:

xrandr: Failed to get size of gamma for output default
So it appears I have to add a mode, I see how to add other resolutions but not the rotate option

https://www.x.org/releases/X11R7.5/d.../xrandr.1.html

/boot/config.txt lcd_rotate=2 does flip but 1 oe 3 doesn't do anything.

enine 09-25-2017 07:42 PM

I did manage to get rotate working. I downloaded rasbian to test with and found that

Code:

display_rotate=1
in

Code:

/boot/config.txt
works, then run a shell script to adjust the pointer input

Code:

rotate input xinput --set-prop 'FT5406 memory based driver' 'Coordinate Transformation Matrix' 0 1 0 -1 0 1 0 0 1
I overwrote my Slackware install with rasbian by mistake so I installed slackware again on another microSD card and tested and it worked, not sure why it didn't before so it must have been a pebkac error.


All times are GMT -5. The time now is 07:37 AM.