Hi, I have a complex configuration for my desktop. I have 3 monitors on a GTX970 and 2 on my Intel HD 3000 that's built into my CPU. I spent the better part of a week trying to figure out how to get it to work before almost giving up.
I found out that if I leave the intel card disabled in Xorg something on the nvidia drivers, I think it's in nvidia-prime as everything breaks when I remove it, loads to output to it. It extends the display of my prime monitor (HDMI0-) to be wider and simply copies that extra area over to the intel monitors. Once I use xrandr to disable paing on that monitor all seems to be working great, except for Compiz. Compiz is blanking the two intel cards for reasons unknown.
Here's my Xorg.conf
Code:
Section "ServerLayout"
Identifier "layout"
Screen 0 "nvidia"
Inactive "intel"
EndSection
Section "Device"
Identifier "intel"
Driver "modesetting"
BusID "PCI:0@0:2:0"
Option "AccelMethod" "None"
EndSection
Section "Screen"
Identifier "intel"
Device "intel"
EndSection
Section "Device"
Identifier "nvidia"
Driver "nvidia"
BusID "PCI:1@0:0:0"
Option "ConstrainCursor" "off"
EndSection
Section "Screen"
Identifier "nvidia"
Device "nvidia"
Option "AllowEmptyInitialConfiguration" "on"
Option "IgnoreDisplayDevices" "CRT"
EndSection
Code:
echo HDMI-0 xrandr --output HDMI-0 --auto --pos 0x0 --paing 3840x2160 echo DVI-D-0 xrandr --output DVI-D-0 --auto --pos 3840x0 --paing 1920x1080+3840+0 echo DVI-I-0 xrandr --output DVI-I-0 --auto --pos 3840x1080 --paing 1920x1080+3840+1080 echo HDMI-1 xrandr --output HDMI-1 --auto --pos 5760x1080 echo HDMI-3 xrandr --output HDMI-3 --auto --pos 7680x1080
برچسب:
نویسنده: استخدام کار