Debian 8で明るさ制御がありません。

Debian 8で明るさ制御がありません。

私はしばらくDell Inspiron 5000シリーズでバージョン8.9を使用してDebian 8を使用してきました。明るさ調節が最初から抜けましたね。明るさの調整はまったく見えません。 xbacklightをインストールしましたが、うまくいきません。私は次のことを試しました:xbacklight -dec 40 。しかし、何の結果も出ません。

  ls /sys/class/backlight 

空の状態で返されます。

追加:/etc/default/grubの内容は次のとおりです。

 GRUB_DEFAULT=0
 GRUB_TIMEOUT=5
 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
 GRUB_CMDLINE_LINUX_DEFAULT="quiet"
 GRUB_CMDLINE_LINUX="initrd=/install/gtk/initrd.gz"

私のlspci出力は次のようになります。

 00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Host Bridge/DRAM Registers (rev 08)
 00:02.0 VGA compatible controller: Intel Corporation Skylake GT2 [HD Graphics 520] (rev 07)
 00:14.0 USB controller: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller (rev 21)
 00:14.2 Signal processing controller: Intel Corporation Sunrise Point-LP Thermal subsystem (rev 21)
 00:15.0 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #0 (rev 21)
 00:15.1 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #1 (rev 21)
 00:16.0 Communication controller: Intel Corporation Sunrise Point-LP CSME HECI #1 (rev 21)
 00:17.0 SATA controller: Intel Corporation Sunrise Point-LP SATA Controller [AHCI mode] (rev 21)
 00:1c.0 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #5 (rev f1)
 00:1c.5 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #6 (rev f1)
 00:1f.0 ISA bridge: Intel Corporation Sunrise Point-LP LPC Controller (rev 21)
 00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
 00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21)
 00:1f.4 SMBus: Intel Corporation Sunrise Point-LP SMBus (rev 21)
 01:00.0 Network controller: Intel Corporation Wireless 3160 (rev 83)
 02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast Ethernet controller (rev 07)

そしてcat /proc/cmdlineは次のように返します -

 BOOT_IMAGE=/boot/vmlinuz-3.16.0-4-amd64 root=UUID=21a0f22c-ec1c-4d3e-809d-ddbbb8019326 ro initrd=/install/gtk/initrd.gz quiet

どんなアドバイスも本当にありがとうございます。

ベストアンサー1

おすすめ記事