Problems with intel 945GME
Alan Hourihane
alanh at fairlite.co.uk
Wed Sep 3 04:15:42 PDT 2008
On Wed, 2008-09-03 at 11:42 +0100, Will Wagner wrote:
> > It'd be worth posting the full Xorg.0.log file as it appears to be SDVO
> > related problems that you are bumping into.
>
> _XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
> _XSERVTransOpen: transport open failed for inet6/vip:0
> _XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6
>
> X.Org X Server 1.4.1
> Release Date: 5 September 2007
> X Protocol Version 11, Revision 0
> Build Operating System: Linux 2.6.25-2-486 i686
> Current Operating System: Linux vip 2.6.26.3 #9 SMP PREEMPT Wed Sep 3 10:36:36 BST 2008 i686
> Build Date: 29 August 2008 05:46:10PM
Seems that your board has some odd SDVO setup with a presence of the
devices for SDVOB & SDVOC but no capabilities for them, and the driver
doesn't deal well with this.
Try adding this to your xorg.conf file which essentially disables those
outputs.
Section "Monitor"
Identifier "Unknown-1"
Option "Ignore"
EndSection
Section "Monitor"
Identifier "Unknown-2"
Option "Ignore"
EndSection
Alan.
More information about the xorg
mailing list