IGC(Intel)와 Nvidia 그래픽 카드가 있습니다. 현재 IGC(Intel)에 연결된 모니터에 부팅 진행률 표시줄이 표시됩니다.
요구 사항: 시작 시 진행률 표시줄이 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
어떤 도움이라도 환영합니다.