Intel Sandybridge graphics support?
Matthew Dillon
dillon at backplane.com
Mon Feb 23 10:35:03 PST 2015
For the monitor section. Hmm. My workstation has something like this:
Section "Monitor"
Identifier "Monitor1"
Option "Position" "0 0"
EndSection
Section "Monitor"
Identifier "Monitor2"
Option "RightOf" "Monitor1"
EndSection
Section "Device"
Identifier "MyDevice3"
Driver "intel"
Option "Monitor-HDMI1" "Monitor1"
Option "Monitor-HDMI2" "Monitor2"
EndSection
Section "Screen"
Identifier "MyScreenX"
# Device "MyDevice1"
# Device "MyDevice2"
Device "MyDevice3"
SubSection "Display"
Virtual 3840 1080
EndSubSection
EndSection
Obviously would be different for your box, you could try specifying
'Monitor-LVDS1' for the monitor connection option in the device spec.
It may also be useful to attach an external monitor to the laptop if it has
an external monitor port and see if X can detect that, and specify it in
the device section as well and/or play with xrandr for the external monitor
port as well.
-Matt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.dragonflybsd.org/pipermail/users/attachments/20150223/25b72fb6/attachment-0003.htm>
More information about the Users
mailing list