Linux

Gentoo Linux openbox配置双显卡(intel-nvidia)

系统版本:Gentoo 2.2 内核:Gentoo-sources 3.10.4 1、配置内核 在/etc/portage/make.conf加入一行 VIDEO\_CARDS="nvidia intel" 内核中只配置intel显卡 Device Drivers ---> Graphicssupport ---> <

系统版本:Gentoo 2.2 内核:Gentoo-sources 3.10.4   1、配置内核 在/etc/portage/make.conf加入一行 VIDEO_CARDS="nvidia intel"   内核中只配置intel显卡 Device Drivers ---> Graphicssupport  ---> Intel 8xx/9xx/G3x/G4x/HD Graphics [*] Enable modesetting on intel by default   2、安装所需软件 # emerge -avt  bumblebee 在此之前添加需要的关键字和标记   3、修改/etc/conf.d/vgl内容 找到“XAUTHORITY”将该行注释,更改为: XAUTHORITY=`ps ww -C X,Xorg -o args= --sort=-stime |cut -d " " -f 6`   4、将bumblebee加入开机启动 # rc-update add  bumblebee  default   5、测试 # glxspheres 如果没有启用独立显卡,大概每秒53M像素 # /etc/init.d/bumblebee  start 启动bumblebee服务 # optirun  glxspheres 此时,每秒大概有150M像素,则测试成功   6、使用 $ optirun *

N
norvyn

独立 iOS 开发者,写字的人。在一座有海的城市,慢慢地做一些小而确定的东西。An independent iOS developer and writer — slowly making small, certain things in a city by the sea.

评论Comments

加载中…Loading…

留下评论Leave a comment