root@chenjun-ThinkPad-Edge-E545:/home/chenjun# uname -a
Linux chenjun-ThinkPad-Edge-E545 3.13.0-32-generic #57-Ubuntu SMP Tue Jul 15 03:51:08 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
root@chenjun-ThinkPad-Edge-E545:/home/chenjun# ls /sys/class/backlight/radeon_bl0/
actual_brightness brightness max_brightness subsystem uevent
bl_power device power type
root@chenjun-ThinkPad-Edge-E545:/home/chenjun# cat /sys/class/backlight/radeon_bl0/brightness
15
root@chenjun-ThinkPad-Edge-E545:/home/chenjun# cat /sys/class/dmi/id/{sys_vendor,product_name}
LENOVO
20B2S00100
root@chenjun-ThinkPad-Edge-E545:/home/chenjun# cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-3.13.0-32-generic root=UUID=c718e5e0-1f0f-4bb1-b2c5-fb3a8fbb3af5 ro acpi_osi=Linux acpi_backlight=vendor quiet splash vt.handoff=7
root@chenjun-ThinkPad-Edge-E545:/home/chenjun# dmesg | grep thinkpad_acpi
[ 16.543166] thinkpad_acpi: ThinkPad ACPI Extras v0.25
[ 16.543168] thinkpad_acpi:
http://ibm-acpi.sf.net/
[ 16.543170] thinkpad_acpi: ThinkPad BIOS HRET21WW (1.09), EC unknown
[ 16.543171] thinkpad_acpi: Lenovo ThinkPad Edge E545, model 20B2S00100
[ 16.543509] thinkpad_acpi: Unsupported brightness interface, please contact
ibm-acpi-devel@lists.sourceforge.net
[ 16.573503] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
[ 16.585596] thinkpad_acpi: Console audio control enabled, mode: monitor (read only)
[ 16.613602] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input13
root@chenjun-ThinkPad-Edge-E545:/home/chenjun# lspci -knn | grep -iA2 "vga\|3d\|disp"
00:01.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Richland [Radeon HD 8650G] [1002:990b]
Subsystem: Lenovo Device [17aa:510b]
Kernel driver in use: radeon
--
01:00.0 Display controller [0380]: Advanced Micro Devices, Inc. [AMD/ATI] Sun PRO [Radeon HD 8570A/8570M] [1002:6663] (rev ff)
Kernel driver in use: radeon
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 07)
教程链接:1、
http://www.linuxidc.com/Linux/2014-09/106846.htm
2、
http://blog.csdn.net/ichsonx/article/details/40385737