启用集成显卡和 Nvidia 显卡

启用集成显卡和 Nvidia 显卡

我有 IGC(英特尔)和 Nvidia 显卡。目前,我在启动时的进度条显示在连接到 IGC(英特尔)的显示器上。

要求:启动时的进度条应显示在连接到 Nvidia 的显示器上。

生物设置: Primary Display : PEG (other options :auto/IGFX/PCI/SG) Primary PEG : Auto (other options :PEG11,PEG12,PEG60) Internal Graphics: Enable. (other options :Auto,Disable)

/boot/grub/grub.conf: default=0 timeout=5 splashimage=(hd0,0)/grub/splash.xpm.gz hiddenmenu title HELiOS (2.6.32-431.29.2.el6.x86_64) root (hd0,0) kernel /vmlinuz-2.6.32-431.29.2.el6.x86_64 ro root=UUID=912ea1fe-12e3-4ed1-bae6-4d59bc3c60c0 nomodeset rd_NO_LUKS KEYBOARDTYPE=pc KEYTABLE=us LANG=en_US.UTF-8 rd_NO_MD SYSFONT=latarcyrheb-sun16 crashkernel=auto rd_NO_LVM rd_NO_DM rhgb quiet i915.modeset=1 initrd /initramfs-2.6.32-431.29.2.el6.x86_64.img

我的 nvidia xorg.conf: Section "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" Option "NoLogo" EndSection 我的 xorg1.conf :

Section "Device" Identifier "Card0" Driver "intel" BusID "PCI:0:2:0" EndSection Section "Module" Load "glx" EndSection

NVIIDA 显卡:01:00.0 VGA 兼容控制器 [0300]:NVIDIA Corporation GK107GL [Quadro 410] [10de:0fff] (rev a1) (prog-if 00 [VGA 控制器]) 内核版本:2.6.32-431.29.2 .el6.x86_64

欢迎任何帮助。

相关内容