Hi All,
So a kind friend lent me some disk space on the web, thanks Mr Blackford, you can find my version of compiz 0.8.0 at http://kb7sqi.com/opensolaris/
Also I just started playing with VirtualBox 2.2 Beta, I just accessed a USB drive connected to my B109 Asus C90S laptop from a Windows XP guest.
Off course it abended the first time I tried, but we are getting somewhere :-)
Cool Stuff
Ps. Compiz is starting up every time now on the MSI and AA1-10 netbooks with the new xorg.conf
"it abended the first time I tried"
Showing the age and background buddy - abend??
Posted by Ben Pashkoff on March 25, 2009 at 12:50 AM PDT #
What do you mean by "the new xorg.conf"?
I was able to get my xorg working with vesa on 2008.11 on an Acer Aspire One. But when I did a "pkg image-update to build 109 I have not been able to get xorg to work.
Great Blog! Acer should pay you as well as Sun. I bought the AA1 on the basis of your blog.
Posted by Paul Harper on March 25, 2009 at 02:53 AM PDT #
abend, wasn't that OPC? Still using it here at work.
Posted by Gijs on March 28, 2009 at 08:13 AM PDT #
OK, so I hit an "undocumented feature" :-)
Xorg changed in B105, I have a new xorg.conf that goes in /etc/X11, always compiz to work correctly.
This is the new one::: Going skiing, it's snowing like crazy in the mountains
Mr. Blackford, can you put the DRM fix on you site please, Thanks
--------------------------------------------
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "AIGLX" "true"
EndSection
Section "Files"
RgbPath "/usr/X11/lib/X11/rgb"
ModulePath "/usr/X11/lib/modules"
FontPath "/usr/X11/lib/X11/fonts/TrueType/"
FontPath "/usr/X11/lib/X11/fonts/Type1/"
FontPath "/usr/X11/lib/X11/fonts/Type1/sun/"
FontPath "/usr/X11/lib/X11/fonts/F3bitmaps/"
FontPath "/usr/X11/lib/X11/fonts/misc/"
FontPath "/usr/X11/lib/X11/fonts/100dpi/"
FontPath "/usr/X11/lib/X11/fonts/75dpi/"
FontPath "/usr/X11/lib/X11/fonts/dejavu-ttf-2.9/"
FontPath "/usr/X11/lib/X11/fonts/msttcorefonts/"
EndSection
Section "Module"
Load "glx"
Load "xtsol"
Load "dbe"
Load "record"
Load "dri"
Load "extmod"
Load "GLcore"
Load "IA"
Load "xtrap"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
#DisplaySize 200 110 # mm
Identifier "Monitor0"
VendorName "AUO"
ModelName "11c2"
Option "DPMS" "True"
EndSection
Section "Monitor"
#DisplaySize 200 110 # mm
Identifier "Monitor1"
VendorName "AUO"
ModelName "11c2"
Option "DPMS" "True"
EndSection
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"
Option "XAANoOffscreenPixmaps" "true"
Option "DRI" "true"
Driver "intel"
VendorName "Intel Corporation"
BoardName "Mobile 945GME Express Integrated Graphics Controller"
BusID "PCI:0:2:0"
EndSection
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 "Card1"
Option "XAANoOffscreenPixmaps" "true"
Option "DRI" "true"
Driver "intel"
VendorName "Intel Corporation"
BoardName "Mobile 945GME Express Integrated Graphics Controller"
BusID "PCI:0:2:1"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Virtual 2048 1600
Depth 24
Modes "1650x1050" "1400x1050" "1280x1024" "1024x600" "800x800"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Virtual 2048 1600
Depth 24
Modes "1650x1050" "1400x1050" "1280x1024" "1024x600" "800x800"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "on"
EndSection
Posted by David Clack on March 28, 2009 at 09:15 AM PDT #
Thanks. That is working brilliantly on my Acer Aspire One on SNV_110.
Now I just have to get my gprs working and I can replace Ubuntu completely.
Posted by Paul Harper on March 29, 2009 at 05:43 PM PDT #