分页: 1 / 1
(debian 8 )intel HD graphics 530怎么装驱动?
发表于 : 2016-07-17 21:04
由 呵呵大侠
新买了个笔记本,自带intel hd graphics 530显卡和nvidia 960m。
用
代码: 全选
lspci -nn | grep VGA
命令,只显示00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:191b] (rev 06)。
现在的问题是我想降低屏幕亮度和使用F.lux,请问各位应该怎么解决?谢谢了!
Re: (debian 8 )intel HD graphics 530怎么装驱动?
发表于 : 2016-07-17 21:20
由 vickycq
呵呵大侠 写了:(debian 8)新买了个笔记本,自带intel hd graphics 530显卡和nvidia 960m。
目前 使用 Linux 3.16?
为减少意外情况 建议使用 Linux 4.5/4.6/4.7-rc*
Skylake 系列芯片驱动常见问题 参考
https://github.com/linuxenko/ubuntu-sky ... -video-fix
https://wiki.archlinux.org/index.php/in ... ke_support
https://www.reddit.com/r/debian/comment ... pu_doesnt/
呵呵大侠 写了:用lspci -nn | grep VGA命令,只显示00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:191b] (rev 06)。 Hehe
可能原因 NVIDIA 960M 为 3D Controller
尝试使用 (Debian 默认未安装 lshw 套件)
代码: 全选
lspci -knn | grep -iA2 'vga\|3d\|disp'
sudo lshw -C display
呵呵大侠 写了: 现在的问题是我想降低屏幕亮度,请问各位应该怎么解决?谢谢了!
说明使用的桌面环境
执行以下指令将结果全部复制贴上来
代码: 全选
ls /sys/class/backlight/*
呵呵大侠 写了: 和使用F.lux
先解决以上问题
Re: (debian 8 )intel HD graphics 530怎么装驱动?
发表于 : 2016-07-18 9:24
由 呵呵大侠

谢谢你!我升级了kernel之后,问题就解决了,之前没声音的问题也解决了。
Re: (debian 8 )intel HD graphics 530怎么装驱动?
发表于 : 2016-11-18 14:59
由 kongan
请问你把内核升级到多少了,我用ubuntu14.04 内核升级到4.4 Intel驱动任然不对,显卡配置和你一样。
Re: (debian 8 )intel HD graphics 530怎么装驱动?
发表于 : 2016-11-18 15:09
由 vickycq
kongan 写了:请问你把内核升级到多少了,我用ubuntu14.04 内核升级到4.4 Intel驱动任然不对,显卡配置和你一样。
http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.8.8/
Re: (debian 8 )intel HD graphics 530怎么装驱动?
发表于 : 2016-11-18 15:16
由 kongan
这么高!试过其他的内核吗?
Re: (debian 8 )intel HD graphics 530怎么装驱动?
发表于 : 2016-11-18 15:53
由 kongan
安装了还是一样的