public inbox for cygwin-xfree@sourceware.org
help / color / mirror / Atom feed
* xorg-server-1.9.2-1 Fullscreen Issue
@ 2010-11-18 12:33 Frederick Hansen
  2010-11-19 13:37 ` Jon TURNEY
  0 siblings, 1 reply; 5+ messages in thread
From: Frederick Hansen @ 2010-11-18 12:33 UTC (permalink / raw)
  To: cygwin-xfree


Greetings,

Just FYI, after upgrading to xorg-server 1.9.2, any attempt to run in fullscreen results in an error.  Downgrading to version 1.8.2 seems to correct the issue.  Running either version in multiwindow also works.

The contents of Xwin.log are shown below:


Welcome to the XWin X Server
Vendor: The Cygwin/X Project
Release: 1.9.2.0 (10902000)
Build Date: 2010-11-03

XWin was started with the following command line:

/usr/bin/XWin -fullscreen -depth 8 -clipboard -silent-dup-error 

ddxProcessArgument - Initializing default screens
winInitializeScreenDefaults - primary monitor w 1920 h 1080
winInitializeDefaultScreens - native DPI x 96 y 96
_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/HCU-47R4ZN1:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6
[ 30090.218] winInitializeScreens - 1
[ 30090.218] winInitializeScreen - 0
[ 30090.234] (II) xorg.conf is not supported
[ 30090.234] (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information
[ 30090.265] LoadPreferences: /home/200007557/.XWinrc not found
[ 30090.265] LoadPreferences: Loading /etc/X11/system.XWinrc
[ 30090.265] LoadPreferences: Done parsing the configuration file...
[ 30090.265] winGetDisplay: DISPLAY=:0.0
[ 30090.265] winDetectSupportedEngines - Windows NT/2000/XP
[ 30090.265] winDetectSupportedEngines - DirectDraw installed
[ 30090.265] winDetectSupportedEngines - Allowing PrimaryDD
[ 30090.265] winDetectSupportedEngines - DirectDraw4 installed
[ 30090.265] winDetectSupportedEngines - Returning, supported engines 0000001f
[ 30090.265] winSetEngine - Using Shadow DirectDraw NonLocking
[ 30090.265] winScreenInit - Using command line depth of 8 bpp
[ 30090.734] winFinishScreenInitFB - Masks: 00000000 00000000 00000000
[ 30090.781] Screen 0 added at virtual desktop coordinate (0,0).
[ 30090.781] MIT-SHM extension disabled due to lack of kernel support
[ 30090.796] XFree86-Bigfont extension local-client optimization disabled due to lack of shared memory support in the kernel
[ 30091.140] (II) AIGLX: Loaded and initialized /usr/lib/dri/swrast_dri.so
[ 30091.140] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 30091.171] [dix] Could not init font path element /usr/share/fonts/TTF/, removing from list!
[ 30091.171] [dix] Could not init font path element /usr/share/fonts/OTF/, removing from list!
[ 30091.171] [dix] Could not init font path element /usr/share/fonts/Type1/, removing from list!
[ 30091.406] (EE) XKB: Could not invoke xkbcomp
[ 30091.406] (EE) XKB: Couldn't compile keymap
[ 30091.406] XKB: Failed to compile keymap
[ 30091.406] Keyboard initialization failed. This could be a missing or incorrect setup of xkeyboard-config.
[ 30091.406] 
Fatal server error:
[ 30091.406] Failed to activate core devices.


Thanks for your time,
Fred
 		 	   		  

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://x.cygwin.com/docs/
FAQ:                   http://x.cygwin.com/docs/faq/


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: xorg-server-1.9.2-1 Fullscreen Issue
  2010-11-18 12:33 xorg-server-1.9.2-1 Fullscreen Issue Frederick Hansen
@ 2010-11-19 13:37 ` Jon TURNEY
  2011-01-21  4:38   ` Frederick D. Hansen
  0 siblings, 1 reply; 5+ messages in thread
From: Jon TURNEY @ 2010-11-19 13:37 UTC (permalink / raw)
  To: cygwin-xfree; +Cc: polfam19

On 18/11/2010 12:33, Frederick Hansen wrote:
> Just FYI, after upgrading to xorg-server 1.9.2, any attempt to run in fullscreen results in an error.  Downgrading to version 1.8.2 seems to correct the issue.  Running either version in multiwindow also works.
> 
> The contents of Xwin.log are shown below:
> 
> 
> Welcome to the XWin X Server
> Vendor: The Cygwin/X Project
> Release: 1.9.2.0 (10902000)
> Build Date: 2010-11-03
> 
> XWin was started with the following command line:
> 
> /usr/bin/XWin -fullscreen -depth 8 -clipboard -silent-dup-error 
>
[snip]
> [ 30091.406] (EE) XKB: Could not invoke xkbcomp
> [ 30091.406] (EE) XKB: Couldn't compile keymap
> [ 30091.406] XKB: Failed to compile keymap
> [ 30091.406] Keyboard initialization failed. This could be a missing or incorrect setup of xkeyboard-config.
> [ 30091.406] 
> Fatal server error:
> [ 30091.406] Failed to activate core devices.

Interesting.

I can start X in fullscreen without problems using the same options.

Are you sure that removing -fullscreen allows the X server to start properly?
 This kind of failure (invoking xkbcomp) is usually caused by BLODA or rebase
problems preventing xkbcomp from being spawned.  It would be unusual for that
to only occur with certain options, but I guess it is possible.

-- 
Jon TURNEY
Volunteer Cygwin/X X Server maintainer

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://x.cygwin.com/docs/
FAQ:                   http://x.cygwin.com/docs/faq/


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: xorg-server-1.9.2-1 Fullscreen Issue
  2010-11-19 13:37 ` Jon TURNEY
@ 2011-01-21  4:38   ` Frederick D. Hansen
  2011-01-24 17:48     ` Jon TURNEY
  0 siblings, 1 reply; 5+ messages in thread
From: Frederick D. Hansen @ 2011-01-21  4:38 UTC (permalink / raw)
  To: cygwin-xfree

On Fri, 2010-11-19 at 13:37 +0000, Jon TURNEY wrote:
> On 18/11/2010 12:33, Frederick Hansen wrote:
> > Just FYI, after upgrading to xorg-server 1.9.2, any attempt to run in fullscreen results in an error.  Downgrading to version 1.8.2 seems to correct the issue.  Running either version in multiwindow also works.
> > 
> > The contents of Xwin.log are shown below:
> > 
> > 
> > Welcome to the XWin X Server
> > Vendor: The Cygwin/X Project
> > Release: 1.9.2.0 (10902000)
> > Build Date: 2010-11-03
> > 
> > XWin was started with the following command line:
> > 
> > /usr/bin/XWin -fullscreen -depth 8 -clipboard -silent-dup-error 
> >
> [snip]
> > [ 30091.406] (EE) XKB: Could not invoke xkbcomp
> > [ 30091.406] (EE) XKB: Couldn't compile keymap
> > [ 30091.406] XKB: Failed to compile keymap
> > [ 30091.406] Keyboard initialization failed. This could be a missing or incorrect setup of xkeyboard-config.
> > [ 30091.406] 
> > Fatal server error:
> > [ 30091.406] Failed to activate core devices.
> 
> Interesting.
> 
> I can start X in fullscreen without problems using the same options.
> 
> Are you sure that removing -fullscreen allows the X server to start properly?
>  This kind of failure (invoking xkbcomp) is usually caused by BLODA or rebase
> problems preventing xkbcomp from being spawned.  It would be unusual for that
> to only occur with certain options, but I guess it is possible.
> 
I have tried running in fullscreen on several other machines as well,
and ran into the same problem on some of these other machines.  These
are fairly clean Windows XP SP3 installations.  The issue occurs with
version 1.9.3 as well.  It does indeed work with -fullscreen removed.
Furthermore, if I rename /lib/dri/swrast_dri.so to something else, the
affected systems run in fullscreen without issue.


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://x.cygwin.com/docs/
FAQ:                   http://x.cygwin.com/docs/faq/


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: xorg-server-1.9.2-1 Fullscreen Issue
  2011-01-21  4:38   ` Frederick D. Hansen
@ 2011-01-24 17:48     ` Jon TURNEY
  2011-01-26 13:24       ` Reinier Post
  0 siblings, 1 reply; 5+ messages in thread
From: Jon TURNEY @ 2011-01-24 17:48 UTC (permalink / raw)
  To: cygwin-xfree; +Cc: fhansen

On 21/01/2011 04:38, Frederick D. Hansen wrote:
> On Fri, 2010-11-19 at 13:37 +0000, Jon TURNEY wrote:
>> On 18/11/2010 12:33, Frederick Hansen wrote:
>>> Just FYI, after upgrading to xorg-server 1.9.2, any attempt to run in fullscreen results in an error.  Downgrading to version 1.8.2 seems to correct the issue.  Running either version in multiwindow also works.
>>>
>>> The contents of Xwin.log are shown below:
>>>
>>>
>>> Welcome to the XWin X Server
>>> Vendor: The Cygwin/X Project
>>> Release: 1.9.2.0 (10902000)
>>> Build Date: 2010-11-03
>>>
>>> XWin was started with the following command line:
>>>
>>> /usr/bin/XWin -fullscreen -depth 8 -clipboard -silent-dup-error 
>>>
>> [snip]
>>> [ 30091.406] (EE) XKB: Could not invoke xkbcomp
>>> [ 30091.406] (EE) XKB: Couldn't compile keymap
>>> [ 30091.406] XKB: Failed to compile keymap
>>> [ 30091.406] Keyboard initialization failed. This could be a missing or incorrect setup of xkeyboard-config.
>>> [ 30091.406] 
>>> Fatal server error:
>>> [ 30091.406] Failed to activate core devices.
>>
>> Interesting.
>>
>> I can start X in fullscreen without problems using the same options.
>>
>> Are you sure that removing -fullscreen allows the X server to start properly?
>>  This kind of failure (invoking xkbcomp) is usually caused by BLODA or rebase
>> problems preventing xkbcomp from being spawned.  It would be unusual for that
>> to only occur with certain options, but I guess it is possible.
>>
> I have tried running in fullscreen on several other machines as well,
> and ran into the same problem on some of these other machines.  These
> are fairly clean Windows XP SP3 installations.  The issue occurs with
> version 1.9.3 as well.  It does indeed work with -fullscreen removed.
> Furthermore, if I rename /lib/dri/swrast_dri.so to something else, the
> affected systems run in fullscreen without issue.

I use XP SP3.  I can't reproduce this problem.

The problem going away when you remove (and hence prevent from loading) the
dynamically loaded swrast_dri.so *really* makes this look like a remap problem.

There is some work upstream to remove this rather pointless fork/exec of
xkbcomp and replace it with libxkbcommon, but that now seems unlikely to
appear in X server 1.10.

-- 
Jon TURNEY
Volunteer Cygwin/X X Server maintainer

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://x.cygwin.com/docs/
FAQ:                   http://x.cygwin.com/docs/faq/


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: xorg-server-1.9.2-1 Fullscreen Issue
  2011-01-24 17:48     ` Jon TURNEY
@ 2011-01-26 13:24       ` Reinier Post
  0 siblings, 0 replies; 5+ messages in thread
From: Reinier Post @ 2011-01-26 13:24 UTC (permalink / raw)
  To: cygwin-xfree

On Mon, Jan 24, 2011 at 05:48:44PM +0000, Jon TURNEY wrote:
> On 21/01/2011 04:38, Frederick D. Hansen wrote:
> > On Fri, 2010-11-19 at 13:37 +0000, Jon TURNEY wrote:
> >> On 18/11/2010 12:33, Frederick Hansen wrote:
> >>> Just FYI, after upgrading to xorg-server 1.9.2, any attempt to run in fullscreen results in an error.  Downgrading to version 1.8.2 seems to correct the issue.  Running either version in multiwindow also works.
> >>>
> >>> The contents of Xwin.log are shown below:
> >>>
> >>>
> >>> Welcome to the XWin X Server
> >>> Vendor: The Cygwin/X Project
> >>> Release: 1.9.2.0 (10902000)
> >>> Build Date: 2010-11-03
> >>>
> >>> XWin was started with the following command line:
> >>>
> >>> /usr/bin/XWin -fullscreen -depth 8 -clipboard -silent-dup-error 

By the way, on my machine, this is just:

X :0 -multiwindow 

> >> [snip]
> >>> [ 30091.406] (EE) XKB: Could not invoke xkbcomp
> >>> [ 30091.406] (EE) XKB: Couldn't compile keymap
> >>> [ 30091.406] XKB: Failed to compile keymap
> >>> [ 30091.406] Keyboard initialization failed. This could be a missing or incorrect setup of xkeyboard-config.
> >>> [ 30091.406] 
> >>> Fatal server error:
> >>> [ 30091.406] Failed to activate core devices.

This was the same for me.

> >> Are you sure that removing -fullscreen allows the X server to start properly?

I didn't have it in the first place.

> I use XP SP3.  I can't reproduce this problem.
> 
> The problem going away when you remove (and hence prevent from loading) the
> dynamically loaded swrast_dri.so *really* makes this look like a remap problem.

I'm on Windows 7.
Renaming /usr/lib/dri/swrast_dri.so fixed the problem for me.

I then renamed it back and ran rebase on it
with the defaults used in rebaseall.  X is still starting up.

I then created rebase.lst using the commands used in rebaseall.
/usr/lib/dri/swrast_dri.so is in there.

But I have run rebaseall immediately prior to starting X
and it was still failing to start.

So it does appear to be a rebase problem,
and I have no clue why rebaseall couldn't fix it.
(It was completing successfully.)

> There is some work upstream to remove this rather pointless fork/exec of
> xkbcomp and replace it with libxkbcommon, but that now seems unlikely to
> appear in X server 1.10.

> -- 
> Jon TURNEY
> Volunteer Cygwin/X X Server maintainer

-- 
Reinier Post

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://x.cygwin.com/docs/
FAQ:                   http://x.cygwin.com/docs/faq/


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-01-26 13:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-18 12:33 xorg-server-1.9.2-1 Fullscreen Issue Frederick Hansen
2010-11-19 13:37 ` Jon TURNEY
2011-01-21  4:38   ` Frederick D. Hansen
2011-01-24 17:48     ` Jon TURNEY
2011-01-26 13:24       ` Reinier Post

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).