lubuntu下音量快捷键的问题(已解决)
Tofloor
poster avatar
zhangpiu
deepin
2012-09-17 20:12
Author
今天,试了下lubuntu的桌面环境,可是音量快捷键不能用FN+左右键调整,而屏幕亮度可以通过FN+上下键来调,问下有没有什么小程序或者改哪个配置文件能改过来实现FN+左右调整音量
Reply Favorite View the author
All Replies
cxbii
deepin
2012-09-17 20:34
#1
找系统设置 看看把
Reply View the author
lihongwu
deepin
2012-09-17 20:54
#2
编辑 $HOME/.config/openbox/lxde-rc.xml,在两个中间贴上下面一段:
  1.    
  2.      
  3.       
  4.          true
  5.          amixer
  6.       
  7.        amixer -c 0 set Master 5- unmute
  8.      
  9.    
  10.    
  11.      
  12.       
  13.          true
  14.          amixer
  15.       
  16.        amixer -c 0 set Master 5+ unmute
  17.      
  18.    
  19.    
  20.      
  21.       
  22.          true
  23.          amixer
  24.       
  25.        amixer set Master toggle
  26.      
  27.    
Copy the Code
Reply View the author
zhangpiu
deepin
2012-09-18 00:14
#3
编辑 $HOME/.config/openbox/lxde-rc.xml,在两个中间贴上下面一段:
  1.    
  2.      
  3.       
  4.          true
  5.          amixer
  6.       
  7.        amixer -c 0 set Master 5- unmute
  8.      
  9.    
  10.    
  11.      
  12.       
  13.          true
  14.          amixer
  15.       
  16.        amixer -c 0 set Master 5+ unmute
  17.      
  18.    
  19.    
  20.      
  21.       
  22.          true
  23.          amixer
  24.       
  25.        amixer set Master toggle
  26.      
  27.    
Copy the Code

你好,我的配置里貌似已经有音量绑定了,但是为什么不能用的呀,这是代码:
  1.    
  2.         
  3.             amixer -q sset Master 3%+ unmute
  4.         
  5.    
  6.    
  7.         
  8.             amixer -q sset Master 3%- unmute
  9.         
  10.    
  11.    
  12.         
  13.             amixer -q sset Master toggle
  14.         
  15.    
Copy the Code
Reply View the author
zhangpiu
deepin
2012-09-18 00:27
#4
找系统设置 看看把

找了好久没找到,我也纳闷配置文件里有音量控制的,可是没起作用呀
Reply View the author
lihongwu
deepin
2012-09-18 20:03
#5
[quote]找系统设置 看看把

找了好久没找到,我也纳闷配置文件里有音量控制的,可是没起作用呀[/quote]
别只看,把你的那段配置换成我给的那个,然后注销后再登陆,没准就好了。
Reply View the author
zhangpiu
deepin
2012-09-19 07:53
#6
[quote][quote]找系统设置 看看把

找了好久没找到,我也纳闷配置文件里有音量控制的,可是没起作用呀[/quote]
别只看,把你的那段配置换成我给的那个,然后注销后再登陆,没准就好了。[/quote]


找到原因了,$HOME/.config/openbox/ 下有lubuntu-rc.xml  和rc.xml  之前改的是前者未起作用,后来改了rc.xml然后就好了,唯一的缺点是音量虽然可控但未可视化
Reply View the author
lihongwu
deepin
2012-09-19 19:03
#7
找到原因了,$HOME/.config/openbox/ 下有lubuntu-rc.xml  和rc.xml  之前改的是前者未起作用,后来改了rc.xml然后就好了,唯一的缺点是音量虽然可控但未可视化
怪了,我记得每次都是改前者的 :roll:
Reply View the author
zhangpiu
deepin
2012-09-19 19:54
#8
[quote]
找到原因了,$HOME/.config/openbox/ 下有lubuntu-rc.xml  和rc.xml  之前改的是前者未起作用,后来改了rc.xml然后就好了,唯一的缺点是音量虽然可控但未可视化
怪了,我记得每次都是改前者的 :roll:[/quote]

这说不定哪儿就会出点小问题呢,可能你装的lxde,我装的是lubuntu-desktop说不定因为这个有点区别也未可知。
不过还是非常感谢你了
Reply View the author