简体   繁体   English

如何在树莓派上停止或卸载屏幕?

[英]How to stop or uninstall screenly on raspberry pi?

As I am implementing digital signage with Dell Monitor. 当我使用Dell Monitor实施数字标牌时。

First thing as I already google there is no option to stop or uninstall screenly & get back to raspberry pi desktop. 首先,因为我已经在google上搜索,所以无法选择停止或卸载屏幕并返回树莓派桌面。

I want to know, how we can do that? 我想知道,我们该怎么做?

pi@raspberrypi ~ $ /opt/vc/bin/tvservice -s state 0x120016 [DVI DMT (4) RGB full 4:3], 640x480 @ 60Hz, progressive pi @ raspberrypi〜$ / opt / vc / bin / tvservice -s状态0x120016 [DVI DMT(4)RGB全4:3],640x480 @ 60Hz,逐行

My monitor maximum resolution is 1920x1200 with 16:10 aspect ratio, why tvservice giving me above mentioned output? 我的显示器最大分辨率为1920x1200,宽高比为16:10,为什么电视服务给我上述输出?

thanks in advanced, 提前致谢,

Bhushan Vaiude 布山·瓦伊德

Here is ans: 这是ans:

ps aux | grep creen
less ~/screenly/misc/gtkrc-2.0
less ~/.config/openbox/lxde-rc.xml.bak
less ~/.config/openbox/lxde-rc.xml
less ~/.config/lxpanel/LXDE/panels/panel.bak
less /etc/xdg/lxsession/LXDE/autostart.bak
ulink /etc/supervisor/conf.d/screenly.conf
unlink /etc/supervisor/conf.d/screenly.conf
sudo unlink /etc/supervisor/conf.d/screenly.conf
sudo unlink ~/.gtkrc-2.0
ls -l ~/.config/openbox/lxde-rc.xml
ls -l ~/.config/
unlink ~/.config/openbox/lxde-rc.xml
ls -l ~/.config/
ls -l ~/.config/openbox/lxde-rc.xml
ls -l ~/.config/mv ~/.config/openbox/lxde-rc.xml.bak ~/.config/openbox/lxde-rc.xml
mv ~/.config/openbox/lxde-rc.xml.bak ~/.config/openbox/lxde-rc.xml
ls -l ~/.config/openbox/lxde-rc.xml
ls ~/.config/lxpanel/LXDE/panels/panel 
ls ~/.config/lxpanel/LXDE/panels/pane*
mv ~/.config/lxpanel/LXDE/panels/panel.bak ~/.config/lxpanel/LXDE/panels/panel
sudo ls -l /etc/xdg/lxsession/LXDE/autostart
sudo ls -l /etc/xdg/lxsession/LXDE/autostart*
sudo mv /etc/xdg/lxsession/LXDE/autostart.bak /etc/xdg/lxsession/LXDE/autostart
less /etc/lightdm/lightdm.conf
sudo nano /etc/lightdm/lightdm.conf
#comment xserver-command
sudo     shutdown -r now

thanks! 谢谢!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM