public inbox for cygwin-xfree@sourceware.org
help / color / mirror / Atom feed
* Xorg/CDE bug, fixed in the last Xorg version 1.8.99.905
@ 2010-08-09 13:42 Michel Hummel
  2010-08-09 13:57 ` Michel Hummel
  0 siblings, 1 reply; 5+ messages in thread
From: Michel Hummel @ 2010-08-09 13:42 UTC (permalink / raw)
  To: cygwin-xfree

Hello

I working on an bug With Xwin/Xorg and Solaris CDE WM which leads to
the freeze of the X server.

My research shows that this bug seems to be fixed in Xorg 1.8.99.905 (1.9 RC 5)
http://sourceware.org/bugzilla/show_bug.cgi?id=11301

I would like to try it, so I downloaded the source package :
* xorg-server-1.8.99.905.zip
and its dependencies :
* libXfont-1.4.2.zip
* xproto-7.0.17.zip

I successfully compiled the all but I can't run it, it gives me the
following error :

[dix] Could not init font path element /usr/share/fonts/misc/,
removing from list!
[dix] Could not init font path element /usr/share/fonts/TTF/, removing
from list!
[dix] Could not init font path element /usr/share/fonts/OTF/, removing
from list!
[dix] Could not init font path element /usr/share/fonts/Type1/,
removing from list!
[dix] Could not init font path element /usr/share/fonts/100dpi/,
removing from list!
[dix] Could not init font path element /usr/share/fonts/75dpi/,
removing from list!
[dix] Could not init font path element built-ins, removing from list!

Fatal server error:
could not open default font 'fixed'
winDeinitMultiWindowWM - Noting shutdown in progress

I 've tried to follow the FAQ :
http://x.cygwin.com/docs/faq/cygwin-x-faq.html#q-error-font-eof
but it didn't change anything


* The directories exist
* The fonts are at the good place (it's working with the Release:
1.8.2.0 (10802000))

perhaps i need to modify the fonts as I use a new version of the
libXfont package ?

Is someone can help me ?

Thanks,
Michel Hummel

--
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/CDE bug, fixed in the last Xorg version 1.8.99.905
  2010-08-09 13:42 Xorg/CDE bug, fixed in the last Xorg version 1.8.99.905 Michel Hummel
@ 2010-08-09 13:57 ` Michel Hummel
  2010-08-09 14:21   ` Jon TURNEY
  0 siblings, 1 reply; 5+ messages in thread
From: Michel Hummel @ 2010-08-09 13:57 UTC (permalink / raw)
  To: cygwin-xfree

2010/8/9 Michel Hummel <hummel.michel@gmail.com>
>
> Hello
>
> I working on an bug With Xwin/Xorg and Solaris CDE WM which leads to
> the freeze of the X server.
>
> My research shows that this bug seems to be fixed in Xorg 1.8.99.905 (1.9 RC 5)
> http://sourceware.org/bugzilla/show_bug.cgi?id=11301
>
> I would like to try it, so I downloaded the source package :
> * xorg-server-1.8.99.905.zip
> and its dependencies :
> * libXfont-1.4.2.zip
> * xproto-7.0.17.zip
>
> I successfully compiled the all but I can't run it, it gives me the
> following error :
>
> [dix] Could not init font path element /usr/share/fonts/misc/,
> removing from list!
> [dix] Could not init font path element /usr/share/fonts/TTF/, removing
> from list!
> [dix] Could not init font path element /usr/share/fonts/OTF/, removing
> from list!
> [dix] Could not init font path element /usr/share/fonts/Type1/,
> removing from list!
> [dix] Could not init font path element /usr/share/fonts/100dpi/,
> removing from list!
> [dix] Could not init font path element /usr/share/fonts/75dpi/,
> removing from list!
> [dix] Could not init font path element built-ins, removing from list!
>
> Fatal server error:
> could not open default font 'fixed'
> winDeinitMultiWindowWM - Noting shutdown in progress
>
> I 've tried to follow the FAQ :
> http://x.cygwin.com/docs/faq/cygwin-x-faq.html#q-error-font-eof
> but it didn't change anything
>
>
> * The directories exist
> * The fonts are at the good place (it's working with the Release:
> 1.8.2.0 (10802000))
>
> perhaps i need to modify the fonts as I use a new version of the
> libXfont package ?
>
> Is someone can help me ?
>
> Thanks,
> Michel Hummel

http://cgit.freedesktop.org/xorg/lib/libXfont/commit/?id=c482a2c104aa5cd1a265c2ca310a308dcc418fe7

Is the response to my question
Thanks

--
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/CDE bug, fixed in the last Xorg version 1.8.99.905
  2010-08-09 13:57 ` Michel Hummel
@ 2010-08-09 14:21   ` Jon TURNEY
  2010-08-10  8:26     ` Michel Hummel
  0 siblings, 1 reply; 5+ messages in thread
From: Jon TURNEY @ 2010-08-09 14:21 UTC (permalink / raw)
  To: cygwin-xfree; +Cc: hummel.michel

On 09/08/2010 14:57, Michel Hummel wrote:
> 2010/8/9 Michel Hummel<hummel.michel@gmail.com>
>>
>> Hello
>>
>> I working on an bug With Xwin/Xorg and Solaris CDE WM which leads to
>> the freeze of the X server.
>>
>> My research shows that this bug seems to be fixed in Xorg 1.8.99.905 (1.9 RC 5)
>> http://sourceware.org/bugzilla/show_bug.cgi?id=11301
>>
[snip]

>> Fatal server error:
>> could not open default font 'fixed'
>> winDeinitMultiWindowWM - Noting shutdown in progress
>>
>> I 've tried to follow the FAQ :
>> http://x.cygwin.com/docs/faq/cygwin-x-faq.html#q-error-font-eof
>> but it didn't change anything
>>
>>
>> * The directories exist
>> * The fonts are at the good place (it's working with the Release:
>> 1.8.2.0 (10802000))
>>
>> perhaps i need to modify the fonts as I use a new version of the
>> libXfont package ?
>>
>> Is someone can help me ?
>>
>> Thanks,
>> Michel Hummel
>
> http://cgit.freedesktop.org/xorg/lib/libXfont/commit/?id=c482a2c104aa5cd1a265c2ca310a308dcc418fe7
>
> Is the response to my question
> Thanks

See also the section "libXfont linkage issue" in [1].  That documentation 
needs to be updated to reflect the new reality once a libXfont is released 
containing that change.

[1] 
http://x.cygwin.com/docs/cg/prog-build-prerequisites.html#prog-compiling-environment-setup

-- 
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/CDE bug, fixed in the last Xorg version 1.8.99.905
  2010-08-09 14:21   ` Jon TURNEY
@ 2010-08-10  8:26     ` Michel Hummel
  2010-08-10  9:49       ` Jon TURNEY
  0 siblings, 1 reply; 5+ messages in thread
From: Michel Hummel @ 2010-08-10  8:26 UTC (permalink / raw)
  To: cygwin-xfree

2010/8/9 Jon TURNEY <jon.turney@dronecode.org.uk>:
> On 09/08/2010 14:57, Michel Hummel wrote:
>>
>> 2010/8/9 Michel Hummel<hummel.michel@gmail.com>
>>>
>>> Hello
>>>
>>> I working on an bug With Xwin/Xorg and Solaris CDE WM which leads to
>>> the freeze of the X server.
>>>
>>> My research shows that this bug seems to be fixed in Xorg 1.8.99.905 (1.9
>>> RC 5)
>>> http://sourceware.org/bugzilla/show_bug.cgi?id=11301
>>>
> [snip]
>
>>> Fatal server error:
>>> could not open default font 'fixed'
>>> winDeinitMultiWindowWM - Noting shutdown in progress
>>>
>>> I 've tried to follow the FAQ :
>>> http://x.cygwin.com/docs/faq/cygwin-x-faq.html#q-error-font-eof
>>> but it didn't change anything
>>>
>>>
>>> * The directories exist
>>> * The fonts are at the good place (it's working with the Release:
>>> 1.8.2.0 (10802000))
>>>
>>> perhaps i need to modify the fonts as I use a new version of the
>>> libXfont package ?
>>>
>>> Is someone can help me ?
>>>
>>> Thanks,
>>> Michel Hummel
>>
>>
>> http://cgit.freedesktop.org/xorg/lib/libXfont/commit/?id=c482a2c104aa5cd1a265c2ca310a308dcc418fe7
>>
>> Is the response to my question
>> Thanks
>
> See also the section "libXfont linkage issue" in [1].  That documentation
> needs to be updated to reflect the new reality once a libXfont is released
> containing that change.
>
> [1]
> http://x.cygwin.com/docs/cg/prog-build-prerequisites.html#prog-compiling-environment-setup
>
> --
> Jon TURNEY
> Volunteer Cygwin/X X Server maintainer
>

Hello,
Thank you for your help.
Once this problem resolved, the server crashes with another message
(something like) :
--
assert failed (key->initialized); in privates.h
--

I've look in the header privates.h and deleted the assert test :

119 static inline void *
120 dixGetPrivateAddr(PrivatePtr *privates, const DevPrivateKey key)
121 {
122 //    assert(key->initialized);
123     return (char *) (*privates) + key->offset;
124 }

Then the server seems to start and work correctly without any device problem.

Do you have an idea about this new and last issues ?

Thanks,
Michel Hummel

--
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/CDE bug, fixed in the last Xorg version 1.8.99.905
  2010-08-10  8:26     ` Michel Hummel
@ 2010-08-10  9:49       ` Jon TURNEY
  0 siblings, 0 replies; 5+ messages in thread
From: Jon TURNEY @ 2010-08-10  9:49 UTC (permalink / raw)
  To: cygwin-xfree; +Cc: hummel.michel

On 10/08/2010 09:26, Michel Hummel wrote:
> Thank you for your help.
> Once this problem resolved, the server crashes with another message
> (something like) :
> --
> assert failed (key->initialized); in privates.h
> --
>
>
> Then the server seems to start and work correctly without any device problem.
>
> Do you have an idea about this new and last issues ?

You need the patch from [1]

[1] http://lists.x.org/archives/xorg-devel/2010-August/011683.html

1.8.99.905 is a release candidate for the upcoming 1.9 release, you should 
expect minor issues like this if you choose to use it.

-- 
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

end of thread, other threads:[~2010-08-10  9:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-09 13:42 Xorg/CDE bug, fixed in the last Xorg version 1.8.99.905 Michel Hummel
2010-08-09 13:57 ` Michel Hummel
2010-08-09 14:21   ` Jon TURNEY
2010-08-10  8:26     ` Michel Hummel
2010-08-10  9:49       ` Jon TURNEY

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).