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
しかし、何も機能しません。
試しました
setleds +num
setleds +scroll
しかし、Error reading the current settings of flags. Maybe you're not on the console?
(ターミナルにいた)というエラーメッセージが表示されました。
それで、これをどのように実行できますか?