Thursday September 13, 2007 Projector configuration for intel i945 ( i810 ) driver for Solaris
Recently installed Solaris Express build 70 in couple of laptops which had Intel 945 chipsets . So enabled compiz-fusion on them with the help of Erwann's Compiz-fusion packages . Next step was to configure display for projector. Below procedure should work for Intel chipsets which uses i945 (i810) driver. To make laptop projector aware add the following lines in /etc/X11/xorg.conf in Section "Device" . Note that you need to modify BusID for your Laptop / Desktop requirement.
<snip>
BusID "PCI:0:2:0" # modify it for your laptop / desktop
Option "Clone" "true"
Option "MonitorLayout" "CRT,LFP"
<snip>
Sample section
<code>
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "ColorKey" # <i>
#Option "CacheLines" # <i>
#Option "Dac6Bit" # [<bool>]
#Option "DRI" # [<bool>]
#Option "NoDDC" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "XvMCSurfaces" # <i>
#Option "PageFlip" # [<bool>]
Identifier "Card0"
Driver "i810"
VendorName "Intel Corporation"
BoardName "Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
BusID "PCI:0:2:0"
BusID "PCI:0:2:0"
Option "Clone" "true"
Option "MonitorLayout" "CRT,LFP"
EndSection
</code>
You can have a look at the sample xorg.conf from Solaris Express build 70 . I have tested with Intel 945 GM chipset .
Posted by pradhap ( Sep 13 2007, 06:48:11 AM PDT ) Permalink Comments [3]