nVIDIA的最新驱动已经支持双显卡了,有没有安装成功的,说说怎么弄的
- lovelyzlf
- 帖子: 946
- 注册时间: 2009-11-04 13:03
- 联系:
Re: nVIDIA的最新驱动已经支持双显卡了,有没有安装成功的,说说怎么弄的
话说上游debian已经把bumblebee纳入了软件源了啊,nv的怎么搞不清楚,集成显卡安逸
- wangchaoran
- 帖子: 764
- 注册时间: 2011-11-18 21:41
- 系统: kubuntu 13.4 amd64
- 来自: China
Re: nVIDIA的最新驱动已经支持双显卡了,有没有安装成功的,说说怎么弄的
13.4试过319.49的驱动(据说从319.12即开始支持双显卡),但是系统不幸壮烈牺牲,比用大黄蜂还惨(用大黄蜂3D效果虽然挂掉了,但至少分辨率正常,用319.49的驱动,分辨率变成了600x480),不过NVIDIA-319-setting中确实有关于双卡切换的选项。
代码: 全选
The best way to predict the future is to invent it.
- linux小菜菜
- 帖子: 317
- 注册时间: 2011-02-11 11:02
Re: nVIDIA的最新驱动已经支持双显卡了,有没有安装成功的,说说怎么弄的
贴吧里看到的,不知道有没有仁兄实验过啊wangchaoran 写了:13.4试过319.49的驱动(据说从319.12即开始支持双显卡),但是系统不幸壮烈牺牲,比用大黄蜂还惨(用大黄蜂3D效果虽然挂掉了,但至少分辨率正常,用319.49的驱动,分辨率变成了600x480),不过NVIDIA-319-setting中确实有关于双卡切换的选项。
我的系统是Gentoo,其他发行版未作测试
依赖:
Linux Kernel >=3.9
xrandr >=1.4.0 (输入`xrandr --version`查看)
Xorg >=1.13 (输入`X -version`查看)
nvidia-drivers-319.12
安装好nvidia-drivers之后,配置xorg.conf:
Section "ServerLayout"
Identifier "layout"
Screen 0 "nvidia"
Inactive "intel"
EndSection
Section "Device"
Identifier "nvidia"
Driver "nvidia"
#BusID这行根据实际情况填写
BusID "01:00:0"
EndSection
Section "Screen"
Identifier "nvidia"
Device "nvidia"
# Uncomment this line if your computer has no display devices connected to
# the NVIDIA GPU. Leave it commented if you have display devices
# connected to the NVIDIA GPU that you would like to use.
Option "UseDisplayDevice" "none"
EndSection
Section "Device"
Identifier "intel"
Driver "modesetting"
EndSection
Section "Screen"
Identifier "intel"
Device "intel"
EndSection
更改/etc/X11/xinit/xinitrc:
#加入下面两行
xrandr --setprovideroutputsource modesetting NVIDIA-0
xrandr --auto
#下面根据实际填写, 我的是XFCE4
exec startxfce4
OK!输入startx即可看到桌面
补充: 1. 可能需要modesetting的X11驱动, gentoo系统的话把make.conf中改成这样VIDEO_CARDS="intel vesa modesetting nvidia"
2. 如果不用startx而是用图形登陆管理器的话,这样做会导致屏幕没有显示……因为必须在启动X后运行xrandr --setprovideroutputsource modesetting NVIDIA-0&&xrandr --auto才有图形界面
- wangchaoran
- 帖子: 764
- 注册时间: 2011-11-18 21:41
- 系统: kubuntu 13.4 amd64
- 来自: China
Re: nVIDIA的最新驱动已经支持双显卡了,有没有安装成功的,说说怎么弄的
昨天上午,折腾俩小时,终于在Kubuntu13.4上装上了大黄蜂和Nvidia319驱动,为了装Nvidia319驱动,我还加上了12.4的update源,不过一切正常,虽然还关不了独显,但独显至少可以用了,打supertuxkart在最高分辨率(1920*1080),最高特效(8X抗锯齿,16X纹理过滤,等),灯塔岛赛道也能跑到35FPS了。而拿HD4600,最高特效下,貌似要求最低的水下赛道最高16FPS,平均14FPS。
代码: 全选
The best way to predict the future is to invent it.
-
- 帖子: 37
- 注册时间: 2012-09-03 10:29
Re: nVIDIA的最新驱动已经支持双显卡了,有没有安装成功的,说说怎么弄的
是的,已经正式收录了,现在大黄蜂也是可以选择安装开源驱动和官方驱动的。挺不错的。lovelyzlf 写了:话说上游debian已经把bumblebee纳入了软件源了啊,nv的怎么搞不清楚,集成显卡安逸