1,解除靜音
sudo amixer set 'master' unmute
sudo amixer set 'headphone' unmute
sudo amixer set 'front' unmute 實際為機箱後面
2,設定音量
amixer -c 0 sset 'master',0 100%,80% unmute
amixer -c 0 sset 'headphone',0 100%,80% unmute
amixer -c 0 sset 'front',0 100%,0% unmute
3,ubuntu上用usb攝像頭不需要驅動,
4,沒找到單獨關去後音箱的選項。amixer set 'master' mute會引起ubuntu界機圖示靜音,這個用sudo amixer set 'master' unmute不能解除。
amixer set 'master' 0% unmute amixer set 'master' 100% unmute 不會有這種問題。
amixer命令中好多字串和實際不能對上。
windows 音量調整
1.vbs set ws createobject wscript.shell set oargs wscript.arguments if oargs 0 0 then ws.sendkeys chr h88ad 靜音非靜音切bai換 elseif oargs 0 1 then ws.sendke...
Ubuntu亮度調整
一,讓ubuntu記住前一次關機的亮度。修改grub引導程式的配置檔案 sudo vi etc default grub 修改後更新 檔案,修改才會生效 sudo update grub 開啟後如下 6 grub default 0 7 grub hidden timeout 0 8 grub hi...
ubuntu 縮放調整
調集成適的縮放比例,例如 1.25 cd usr share glib 2.0 schemas sudo gedit org.gnome.desktop.inte ce.gschema.xml 找到text scaling factor,修改default的數值為1.25 sudo gedit co...