很多人都在谈论这个问题,但是我没有找到满意的答案。
我正在接一个Debian杰西。目前,我已尝试nvidia-driver
作为驱动程序,但它导致系统崩溃。所以我清除了所有nvidia
包装。但是问题在于,/etc/X11/xorg.conf
已将其替换为NVidia设置,并且xorg.conf.backup
删除了备份。
NVidia设置的相关配置为:
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
我曾经尝试将其更改nvidia
为intel
(also- NVidia
> Intel
),但分辨率要低得多(我的笔记本电脑有一个Intel Corporation Haswell-ULT Integrated Graphics Controller
由by列出lspci
)。因此,我可能需要nouveau
用作驱动程序。但是简单地更改nvidia
为nouveau
无效。
看来最新的X系统可以在没有xorg.conf(by rm /etc/X11/xorg.conf
)的情况下启动,但速度较慢。因此,我仍然更喜欢将xorg.conf与当前设置一起使用。
的版本Xorg
:
X.Org X Server 1.16.0
Release Date: 2014-07-16
X Protocol Version 11, Revision 0
Build Operating System: Linux 3.14-1-amd64 x86_64 Debian
Current Operating System: Linux debian 3.14-1-amd64 #1 SMP Debian 3.14.9-1 (2014-06-30) x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.14-1-amd64 root=UUID=e9341749-9dee-4cc9-878e-3b59ed1906b2 ro quiet
Build Date: 17 July 2014 10:22:36PM
xorg-server 2:1.16.0-1 (http://www.debian.org/support)
Current version of pixman: 0.32.4
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
那么,有什么方法可以重新生成配置文件?
Xorg -configure
在X启动之后,我一直都在尝试;回到笔记本电脑时,我会尝试。顺便说一句,nvidia-detect
(来自debian软件包)甚至报告说笔记本电脑没有 Nvidia显卡,那么官方驱动程序可以工作吗?您对此有类似的问题吗?