Just to close the loop on this, I was running into:

Toshiba R600 (Intel graphics) can no longer drive 1920x1200 external display <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6925627>

The workaround is to generate an xorg.conf file (Xorg -configure) and set Virtual to 1900x1200 in the Display subsection with the Depth of 24 as follows:

        SubSection "Display"
                Viewport   0 0
                *Virtual          1920 1200*
                Depth     24
        EndSubSection

/Brian

On 11/29/10 09:28 AM, W Brian Leonard wrote:
 Hi,

Since upgrading from 2009.06 to 2010.11, I haven't been able to use my Sun 24" external monitor.

I have a Toshiba R600 with the integrated Intel graphics. The Device Driver Utility lists the controller twice: once with the i915 driver and a second time with the driver as unkown (UNK).

I've attached the Xorg.log. Here's the relevant information:

(II) EXA(0): Offscreen pixmap area of 44236800 bytes
(II) EXA(0): Driver registered support for the following operations:
(II)         Solid
(II)         Copy
(II)         Composite (RENDER acceleration)
(==) intel(0): Backing store disabled
(==) intel(0): Silken mouse disabled
(II) intel(0): Initializing HW Cursor
(II) intel(0): [DRI] installation complete
(EE) intel(0): Failed to pin front buffer: Not enough space

Fatal server error:
Couldn't bind memory for BO front buffer


Please consult the Oracle Corporation, based on X.Org Foundation sources support
     at http://support.oracle.com/
 for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.

(II) intel(0): xf86ReleaseGART: AGPIOC_RELEASE succeeded

Backtrace:
0: /usr/bin/amd64/Xorg (xorg_backtrace+0x2a) [4b73ca]
1: /usr/bin/amd64/Xorg (OsSigHandler+0x52) [4bcc12]
2: /lib/amd64/libc.so.1 (__sighndlr+0x6) [fffffd7fff2b4d66]
3: /lib/amd64/libc.so.1 (call_user_handler+0x2a4) [fffffd7fff2a7a1c]
4: /usr/lib/xorg/modules/drivers/amd64/intel_drv.so (gen4_render_state_cleanup+0x1f) [fffffd7ffdb6ef1f] 5: /usr/lib/xorg/modules/drivers/amd64/intel_drv.so (I830LeaveVT+0x378) [fffffd7ffdb3c028]
6: /usr/bin/amd64/Xorg (AbortDDX+0x95) [4d4b05]
7: /usr/bin/amd64/Xorg (AbortServer+0x1d) [4bbffd]
8: /usr/bin/amd64/Xorg (FatalError+0xf5) [4bc495]
9: /usr/lib/xorg/modules/drivers/amd64/intel_drv.so (i830_bind_all_memory+0x2af) [fffffd7ffdb4646f] 10: /usr/lib/xorg/modules/drivers/amd64/intel_drv.so (I830EnterVT+0xe3) [fffffd7ffdb3c593] 11: /usr/lib/xorg/modules/drivers/amd64/intel_drv.so (I830ScreenInit+0x1393) [fffffd7ffdb3e073]
12: /usr/bin/amd64/Xorg (AddScreen+0x5f5) [485a85]
13: /usr/bin/amd64/Xorg (InitOutput+0xee4) [4d45d4]
14: /usr/bin/amd64/Xorg (main+0x4dd) [4c869d]
15: /usr/bin/amd64/Xorg (_start+0x6c) [46ed1c]
Segmentation Fault at address 1068

FatalError re-entered, aborting
Caught signal 11 (Segmentation Fault). Server aborting


I know the X11 code has been completely gutted and replaced since the release of 2009.06. Is there an additional driver I need to get and install?

Thanks,
Brian


_______________________________________________
opensolaris-help mailing list
opensolaris-help@opensolaris.org

--
W Brian Leonard
Principal Product Manager
860.206.6093
http://blogs.sun.com/observatory

_______________________________________________
opensolaris-help mailing list
opensolaris-help@opensolaris.org

Reply via email to