Debian 6.0 和 Intel“Sandy Bridge”(DH67CL) 集成视频

Debian 6.0 和 Intel“Sandy Bridge”(DH67CL) 集成视频

有没有办法让上述工作正常 - 我有一个相当新的桌面,具有标题中提到的硬件和操作系统。第一次安装的时候我很着急,所以我就拿了一个 nvidia PCI-e 适配器,因为珊迪大桥板载视频无法开箱即用(我想我只在 X 中获得了 VESA 视频)。

答案1

尝试将“测试”存储库添加到您的系统并更新。

sudo vim /etc/apt/sources.list

你应该有类似的东西:

#
# squeeze
#
deb     ftp://ftp.kulnet.kuleuven.ac.be/debian     squeeze main contrib non-free
deb-src ftp://ftp.kulnet.kuleuven.ac.be/debian     squeeze main contrib non-free
deb ftp://ftp.debian.org/debian squeeze main contrib non-free
#
#  Security updates - Uncomment to enable.
#
 deb     http://security.debian.org/ squeeze/updates  main contrib non-free
 deb-src http://security.debian.org/ squeeze/updates  main contrib non-free

现在你将挤压更改为在每个后面进行测试:)

 #
    # squeeze
    #
    deb     ftp://ftp.kulnet.kuleuven.ac.be/debian     testing main contrib non-free 
    deb-src ftp://ftp.kulnet.kuleuven.ac.be/debian     testing main contrib non-free 
    deb ftp://ftp.debian.org/debian testing main contrib non-free 
    #
    #  Security updates - Uncomment to enable.
    #
     deb     http://security.debian.org/ testing/updates  main contrib non-free 
     deb-src http://security.debian.org/ testing/updates  main contrib non-free 

aptitude update, aptitude upgrade,apt-get dist-upgrade看看它能带来什么。如果我没记错的话,驱动程序还没有稳定发布

相关内容