Hi All
is there a really newbie way mainly just using the wizard to lauch a webpage with kiosk. this ive managed see below.
what i need more is that launches on a screen that is in portrait mode, so a 90° angle rotation
thanks
Screen Rotation Porteus Kiosk 3.1.1
Forum rules
Porteus Kiosk section of the forum is unmaintained now. Its kept in a 'read only' mode for archival purposes.
Please use the kiosk contact page for directing your queries: https://porteus-kiosk.org/contact.html
Porteus Kiosk section of the forum is unmaintained now. Its kept in a 'read only' mode for archival purposes.
Please use the kiosk contact page for directing your queries: https://porteus-kiosk.org/contact.html
- fanthom
- Moderator Team
- Posts: 5667
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: Screen Rotation Porteus Kiosk 3.1.1
hell xizel,
this feature (screen rotation) will be available in next porteus kiosk version. for now i can offer you a custom build which do the same.
please contact me through [email protected] and i'll send you an ISO created from the config provided.
please also tell me if you want to rotate screen on the left or on the right.
btw: it's not a good idea to post your configs publicly so i have removed it from this thread.
thanks
this feature (screen rotation) will be available in next porteus kiosk version. for now i can offer you a custom build which do the same.
please contact me through [email protected] and i'll send you an ISO created from the config provided.
please also tell me if you want to rotate screen on the left or on the right.
btw: it's not a good idea to post your configs publicly so i have removed it from this thread.
thanks
Please add [Solved] to your thread title if the solution was found.
Re: Screen Rotation Porteus Kiosk 3.1.1
3.1.3 and still no such option in wizard...
- fanthom
- Moderator Team
- Posts: 5667
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: Screen Rotation Porteus Kiosk 3.1.1
@v-11
3.1.3 is only a bugfix release. new features are planned for kiosk 3.2 in December.
there are 6 new functions (if i remember correctly) added to the wizard and screen rotation is one of them.
3.1.3 is only a bugfix release. new features are planned for kiosk 3.2 in December.
there are 6 new functions (if i remember correctly) added to the wizard and screen rotation is one of them.
Please add [Solved] to your thread title if the solution was found.
Re: Screen Rotation Porteus Kiosk 3.1.1
I'm sorry, already found a way to do this through xzm customization (using forum search, ofc.)
unsquash /porteus/base/003-settings.xzm and add following command to squashfs-root/etc/xdg/openbox/autostart
xrandr -o left &
this command should be placed before:
Code: Select all
# Set wallpaper for kiosk:
hsetroot -fill /usr/share/wallpapers/default.jpg &
unsquash /porteus/base/003-settings.xzm and add following command to squashfs-root/etc/xdg/openbox/autostart
xrandr -o left &
this command should be placed before:
Code: Select all
# Set wallpaper for kiosk:
hsetroot -fill /usr/share/wallpapers/default.jpg &