Every time I had similar problem I found out that I forgot to configure the hostname to point to 127.0.0.1 in /etc/hosts. Somewhere in Xorg initialization, it tries to resolve the hostname. The first option is to look in /etc/hosts. The second is to look in configured DNS. If it looks in DNS, it should timeout before resume the initialization.
Put a line in /etc/hosts with the hostname pointing to 127.0.0.1, like this: 127.0.0.1 <your_hostname> A line with localhost is not enough. 2016-07-07 16:01 GMT-03:00 Sunitha Reddy <[email protected]>: > Hi, > > When i restart my Xsession Touch screen using CTRL + ALT + BACK SPACE. > > Then Xsession is taking 12 secs to come up, during this time the screen > goes blank for a while. > > Is there any way to reduce this time interval? > > Can you help us with any ideas of debugging this issue. > > > Thanks > --Sunny > > _______________________________________________ > [email protected]: X.Org support > Archives: http://lists.freedesktop.org/archives/xorg > Info: https://lists.x.org/mailman/listinfo/xorg > Your subscription address: %(user_address)s _______________________________________________ [email protected]: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: https://lists.x.org/mailman/listinfo/xorg Your subscription address: %(user_address)s
