LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - ARM
User Name
Password
Slackware - ARM This forum is for the discussion of Slackware ARM.

Notices


Reply
  Search this Thread
Old 04-17-2017, 06:33 PM   #1
enine
Senior Member
 
Registered: Nov 2003
Distribution: Slackʍɐɹǝ
Posts: 1,486
Blog Entries: 4

Rep: Reputation: 282Reputation: 282Reputation: 282
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?
 
Old 04-18-2017, 01:13 AM   #2
Penthux
Member
 
Registered: Dec 2008
Location: Middlesbrough, UK
Distribution: Slackware
Posts: 264

Rep: Reputation: 74
Quote:
Originally Posted by enine View Post
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.
 
Old 04-18-2017, 07:21 AM   #3
enine
Senior Member
 
Registered: Nov 2003
Distribution: Slackʍɐɹǝ
Posts: 1,486

Original Poster
Blog Entries: 4

Rep: Reputation: 282Reputation: 282Reputation: 282
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.
 
Old 04-18-2017, 10:23 AM   #4
drmozes
Slackware Contributor
 
Registered: Apr 2008
Distribution: Slackware
Posts: 1,542

Rep: Reputation: 1310Reputation: 1310Reputation: 1310Reputation: 1310Reputation: 1310Reputation: 1310Reputation: 1310Reputation: 1310Reputation: 1310Reputation: 1310
Quote:
Originally Posted by enine View Post
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.
 
1 members found this post helpful.
Old 04-21-2017, 03:28 PM   #5
SCerovec
Senior Member
 
Registered: Oct 2006
Location: Cp6uja
Distribution: Slackware on x86 and arm
Posts: 2,471
Blog Entries: 2

Rep: Reputation: 980Reputation: 980Reputation: 980Reputation: 980Reputation: 980Reputation: 980Reputation: 980Reputation: 980
I would try explore the kernel command line parameters?
 
Old 04-25-2017, 06:42 AM   #6
Linux.tar.gz
Senior Member
 
Registered: Dec 2003
Location: Paris
Distribution: Slackware forever.
Posts: 2,534

Rep: Reputation: 100Reputation: 100
Xfce supports rotation.
 
Old 04-25-2017, 07:13 AM   #7
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: Slackware®
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Member response

Hi,

Quote:
Originally Posted by enine View Post
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!
 
Old 09-20-2017, 07:59 PM   #8
enine
Senior Member
 
Registered: Nov 2003
Distribution: Slackʍɐɹǝ
Posts: 1,486

Original Poster
Blog Entries: 4

Rep: Reputation: 282Reputation: 282Reputation: 282
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.

Last edited by enine; 09-21-2017 at 04:24 PM.
 
Old 09-25-2017, 07:42 PM   #9
enine
Senior Member
 
Registered: Nov 2003
Distribution: Slackʍɐɹǝ
Posts: 1,486

Original Poster
Blog Entries: 4

Rep: Reputation: 282Reputation: 282Reputation: 282
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.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: It’s Official! The Raspberry Pi 3 Is Here! LXer Syndicated Linux News 0 02-29-2016 11:54 AM
LXer: Raspberry Pi gets official 7-inch touchscreen LXer Syndicated Linux News 0 09-09-2015 05:31 AM
LXer: Official Raspberry Pi 2 Case LXer Syndicated Linux News 0 06-16-2015 03:24 PM
Official Raspberry pi support? Altiris Slackware - ARM 2 06-12-2015 12:11 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - ARM

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration