如果我们想在 Linux 上通过 wifi 使用 SmartTV 作为第二个屏幕,我们该怎么做?有没有办法做到这一点?
就我而言,我使用的是带有 KDE 4 的三星 SmartTV 和 Ubuntu 14.04 LTS。
如果我们将 HDMI 电缆连接到电视,电视会自动成为第二个屏幕。并且它也能够视镜。但我不知道如何通过 wifi 将其用作第二个屏幕。
如果不是仅使用电视的方法,是否有我们可以使用的设备来执行此操作?
linux multiple-monitors ubuntu-14.04 smart-tv samsung-smart-tv
我想打开/关闭一些在 linux 上运行命令的 LED。
我使用 Ubuntu 12.04 LTS。
我试过
xset led named "Scroll Lock"
xset led named "Num Lock"
xset led 2 (this is the number of Scroll Lock as `xset q` says)
xset led 1
Run Code Online (Sandbox Code Playgroud)
但没有任何效果。
试过
setleds +num
setleds +scroll
Run Code Online (Sandbox Code Playgroud)
但我收到一条错误消息Error reading the current settings of flags. Maybe you're not on the console?(我在终端中)。
那么,我该如何执行此操作?
我有 Kubuntu 12.04。
我已经安装了 gnome sudo apt-get install gnome。
我怎样才能完成删除这个?
貌似只放一个sudo apt-get purge gnome也解决不了。因为将删除所有gnome*包和子程序,例如brasero或seahorse仍然存在。
如何完成删除 gnome 及其所有子程序?