ubuntu系統(華碩筆記本)螢幕亮度用Fn控制的調節設定,ubuntufn

來源:互聯網
上載者:User

ubuntu系統(華碩筆記本)螢幕亮度用Fn控制的調節設定,ubuntufn
親測配置:

系統:Linux lite 3.2 x86_64(Ubuntu其他版本可參考修改)

筆記本:華碩(asus)1201N

達到的效果:

可以正常使用Fn+F5調暗,Fn+F6調亮.

設定步驟:
  • 修改/etc/default/目錄下檔案grub

將15~16行內容:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"GRUB_CMDLINE_LINUX=""

修改為如下內容

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=Linux"GRUB_CMDLINE_LINUX="acpi_backlight=asus"

備忘:上面asus是華碩(我的筆記本電腦是華碩的品牌)

  • 在終端輸入命令
sudo update-grub
  • 重啟電腦

附:修改後的grub檔案:

# If you change this file, run 'update-grub' afterwards to update# /boot/grub/grub.cfg.# For full documentation of the options in this file, see:#   info -f grub -n 'Simple configuration'GRUB_DEFAULT=saved#GRUB_DEFAULT=0GRUB_SAVEDEFAULT=true#GRUB_HIDDEN_TIMEOUT=0GRUB_HIDDEN_TIMEOUT_QUIET=trueGRUB_TIMEOUT=10GRUB_DISTRIBUTOR='Linux Lite'#GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`#GRUB_DISTRIBUTOR=`lsb_release -d 2> /dev/null || echo Debian`GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=Linux"GRUB_CMDLINE_LINUX="acpi_backlight=asus"# Linux Lite Grub backgroundGRUB_BACKGROUND="/boot/grub_linux_lite.png"# Uncomment to enable BadRAM filtering, modify to suit your needs# This works with Linux (no patch required) and with any kernel that obtains# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"# Uncomment to disable graphical terminal (grub-pc only)#GRUB_TERMINAL=console# The resolution used on graphical terminal# note that you can use only modes which your graphic card supports via VBE# you can see them in real GRUB with the command `vbeinfo'#GRUB_GFXMODE=640x480# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux#GRUB_DISABLE_LINUX_UUID=true# Uncomment to disable generation of recovery mode menu entries#GRUB_DISABLE_RECOVERY="true"# Uncomment to get a beep at grub start#GRUB_INIT_TUNE="480 440 1"

  

 

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.