返回列表 回复 发帖

开机直接打开网页浏览器,不屏保

安装debian netinstall
(switch off ipv6, lenny default
/etc/modprobe.d/00local
alias net-pf-10 off
alias ipv6 off
)

安装包 x-window-system blackbox iceweasel

dpkg-reconfigure x11-common (change to anyone can start X)
add xinit to /etc/rc.local

编辑  ~/.xinitrc

iceweasel &
/usr/bin/blackbox
xset -dpms;xset s off

在iceweasel 里 输入 about:config
找到 browser:sessioncrash...  关掉
返回列表