Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Mar 2003 08:34:39 +0100
From:      Piero <piero@poprostu.pl>
To:        piero@poprostu.pl
Cc:        gnome@freebsd.org
Subject:   Re: 25s freeze when starting Gnome in XF86 4.3
Message-ID:  <20030319083439.006dfa6f.piero@poprostu.pl>
In-Reply-To: <1048026561.1210.9.camel@dhcp-530-74>
References:  <20030318194211.5a817daf.piero@poprostu.pl> <1048014031.348.87.camel@dhcp-528-2140> <20030318231344.13a79cfb.piero@poprostu.pl> <1048026561.1210.9.camel@dhcp-530-74>

next in thread | previous in thread | raw e-mail | index | archive | help
W li=B6cie otrzymanym 18 Mar 2003 17:29:22 -0500 od Joe Marcus Clarke
 <marcus@marcuscom.com> :

> On Tue, 2003-03-18 at 17:13, Piero wrote:
> > W li=B6cie otrzymanym 18 Mar 2003 14:00:32 -0500 od Joe Marcus Clarke
> > <marcus@marcuscom.com> :
> >=20
> > > > I wanted to asked whether you guys face this also. Starting X,
> > > > after the Gnome splash screen disappears the vanilla screen with
> > > > arrow pointer freezes for 25 seconds. I cannot heard any disk
> > > > work, anything. Then the gnome UI loads, you can hear the disk
> > > > work and everything.=20
> > > >=20
> > > > There is no errors at X start up (I tried to catch it with
> > > > script).
> > >=20
> > > Try deleting ~/.gnome2/session, and see if that helps.
> >=20
> > No change. :-/=20
>=20
> You have to logout of GNOME, shutdown any running gconfd, then remove
> the session file. =20

Joe, what a poor opinion you have about me. :-) It had been done just as
you said.
 =20
> I haven't seen this problem otherwise.  Do you know what process is
> causing the hang?

I didn't know. I was seeking for the reason of the desktop stepped
gradient and changed the order of Display SubSection in XF86Config from:

 SubSection "Display"
    Depth        8
    Modes        "1600x1200" "1280x1014" "1152x864" "1024x768" "800x600"
 "640x480"
    ViewPort     0 0
 EndSubSection
 SubSection "Display"
    Depth        15
    Modes        "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600"
 "640x480"
 EndSubSection
 SubSection "Display"
    Depth        16
    Modes        "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600"
 "640x480"
    ViewPort     0 0
 EndSubSection
 SubSection "Display"
    Depth        24
    Modes        "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    ViewPort     0 0
 EndSubSection

 to:

 SubSection "Display"
    Depth        24
    Modes        "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    ViewPort     0 0
 EndSubSection
 SubSection "Display"
    Depth        16
    Modes        "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600"
 "640x480"
    ViewPort     0 0
 EndSubSection
 SubSection "Display"
    Depth        15
    Modes        "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600"
 "640x480"
 EndSubSection
 SubSection "Display"
    Depth        8
    Modes        "1600x1200" "1280x1014" "1152x864" "1024x768" "800x600"
 "640x480"
    ViewPort     0 0
 EndSubSection

And the freeze is gone, it seems like there are big changes in XFree86
4.3 with XF86Config. Still have other issues with it, but I won't litter
this forum.

BTW: tahnks every one who was helping me with disappered Polish keyboard
in X 4.3. I tweaked the config a bit, and that helped with the
portupgrade to 4.3.0_1.

---
 Piero
 piero@poprostu.pl


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-gnome" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030319083439.006dfa6f.piero>