分页: 1 / 1

[分享]Dapper下安装nVIDIA官方显卡驱动!

发表于 : 2006-05-28 1:15
lvlvel
Dapper在线更新为正式版,使用最新8762版nVIDIA官方驱动,且是在xorg 0.7下安装,需添加参数

代码: 全选

--x-prefix=/usr/lib/xorg --x-module-path=/usr/lib/xorg/modules
详细情况请点击这里 :oops:

发表于 : 2006-05-31 10:39
NetSnail
昨天我升级dapper也遇到这个问题了,自己试了一下,把问题解决了,
还想今天来发帖子的,没想已经有先行者了,感谢你的帖子,要是我早点看到就好了. :P

发表于 : 2006-06-02 2:54
li3045
~$ sudo nvidia-glx-config enable --x-prefix=/usr/lib/xorg --x-module-path=/usr/lib/xorg/modules

A backup of xorg.conf has been stored as:
/var/backups/xorg.conf.2006-06-02-02:52:50.
If the new configuration will not work you will be able to
revert the changes simply using this command:
cp /var/backups/xorg/xorg.conf.2006-06-02-02:52:50 /etc/X11/xorg.conf


Warning: your X configuration has been succesfully changed.
In order to take full advantage of the changes, X needs to
be restarted.

为什么会这样呢?

Re: [分享]Dapper下安装nVIDIA官方显卡驱动!

发表于 : 2006-06-02 18:53
catinsnow
lvlvel 写了:Dapper在线更新为正式版,使用最新8762版nVIDIA官方驱动,且是在xorg 0.7下安装,需添加参数

代码: 全选

--x-prefix=/usr/lib/xorg --x-module-path=/usr/lib/xorg/modules
详细情况请点击这里 :oops:
如果Nvidia官方的安装程序不能安装所有组件到正确位置,应该是因为你没有安装xserver-xorg-dev包.

代码: 全选

sudo apt-get install xserver-xorg-dev
之后,再运行安装程序就不会错了..

发表于 : 2006-06-04 11:26
li3045
今天一开机便成了800*600了 ,重新:
sudo nvidia-glx-config enable --x-prefix=/usr/lib/xorg --x-module-path=/usr/lib/xorg/modules
Password:

A backup of xorg.conf has been stored as:
/var/backups/xorg.conf.2006-06-04-11:17:47.
If the new configuration will not work you will be able to
revert the changes simply using this command:
cp /var/backups/xorg/xorg.conf.2006-06-04-11:17:47 /etc/X11/xorg.conf


Warning: your X configuration has been succesfully changed.
In order to take full advantage of the changes, X needs to
be restarted.
恢复1024*768
只能总这样了 吗(有安装xserver-xorg-dev包) ?