core icon indicating copy to clipboard operation
core copied to clipboard

cannot set scaling when starting Midori

Open gearhead opened this issue 5 years ago • 0 comments

I am trying to use Midori in a 'kiosk mode' on a raspberry pi. The problem I am dealing with is I cannot scale the output. In chromium, I can put this on the command line and scale the whole screen. chromium --noerrdialogs --disable-infobars --disable-session-crashed-bubble --force-device-scale-factor=0.8 --kiosk http://localhost/ When I try anything to attempt a scale as I launch midori I get no errors and also no scaling. midori -p -e Fullscreen -e zoomin -a http://localhost/ The resulting screen as if I did not put '-e zoomin' in the command. I tried to add the zoom factor in the config file and also could not affect zoom. I may not be doing it correctly, though. Any help appreciated, but until I can figure out how do this, I have to run chromium.

gearhead avatar May 10 '20 19:05 gearhead