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]
X.Org 7.3 with DTrace support released
X.Org 7.3 has been released last week. One of the interesting feature is DTrace support for X server. When run under OpenSolaris platform it allows detailed accounting of operations inside the X server. For more information visit Alan Coopersmith's webpage.
Posted by pradhap ( Sep 09 2007, 10:27:17 PM PDT ) Permalink
Belenix featured in http://www.isohunt.com
Belenix is featured in main page of http://www.isohunt.com
<<snip from isohunt.com>>
Since the nice folks over at
Genunix.org
the makers of Belenix (an OpenSolaris distribution) have decided to use
us to distribute their torrents, and their trackers were failing under
the load, I've decided to upload their torrent to torrentbox.com with
us listed as an additional tracker, hopefully this will help out the
folks at tuxdistro.com.
Anyway, I've been nice enough to 'donate' one of our machines
(a02.ext.isohunt.com) as a seed box and one of my personal machines as
well, let's hope that it helps get this distro out into the public eye.
More info http://www.isohunt.com/forum/viewtopic.php?p=266395&highlight=#266395
<<snip>>
Posted by pradhap ( Sep 07 2007, 01:28:07 AM PDT ) Permalink