You are not logged in.

#1 2006-03-24 17:03:42

luisrobles
Member
Registered: 2006-03-12
Posts: 34

GDM slow performance [SOLVED]

GDM is incredibly slow, take over 15 seconds to display anything. after this long time, when i see something, the system work perfect (well, with any noob problem between chair and screen  :oops:  :oops: )

is a bug, problem with gnome 2.12 or something else?


COMPAQ V2417LA NOTEBOOK powered by Arch Linux:
AMD Sempron 3000+ | 512MB 333DDR | HD 60GB | 14'' WXGA Wide | DVD+-RW | Logitech MX510 RED.

[ NOKIA N-gage QD ]
[ PALM Tungsten T2 ]

Offline

#2 2006-03-24 22:14:54

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: GDM slow performance [SOLVED]

What kind of system are you running? GDM is a little piggish, but I can't see 15 seconds on hardware anything close to modern.

Offline

#3 2006-03-24 22:24:36

jaboua
Member
Registered: 2005-11-05
Posts: 634

Re: GDM slow performance [SOLVED]

Have you setup /etc/hosts correctly?

Offline

#4 2006-03-24 22:24:44

luisrobles
Member
Registered: 2006-03-12
Posts: 34

Re: GDM slow performance [SOLVED]

Gullible Jones wrote:

What kind of system are you running? GDM is a little piggish, but I can't see 15 seconds on hardware anything close to modern.

My specs: my sign. Online description: http://h20285.www2.hp.com/estore/config … 104463-BAS

what do you mean with "system" :?:


COMPAQ V2417LA NOTEBOOK powered by Arch Linux:
AMD Sempron 3000+ | 512MB 333DDR | HD 60GB | 14'' WXGA Wide | DVD+-RW | Logitech MX510 RED.

[ NOKIA N-gage QD ]
[ PALM Tungsten T2 ]

Offline

#5 2006-03-24 22:29:18

luisrobles
Member
Registered: 2006-03-12
Posts: 34

Re: GDM slow performance [SOLVED]

jaboua wrote:

Have you setup /etc/hosts correctly?

My /etc/hosts:

#
# /etc/hosts: static lookup table for host names
#

#<ip-address>   <hostname.domain.org>   <hostname>
10.32.10.111    localhost.localdomain   localhost

# End of file

My /etc/rc.conf:

#
# -----------------------------------------------------------------------
# NETWORKING
# -----------------------------------------------------------------------
#
HOSTNAME="localhost"
#

btw, my machine don't have internet all day(s).


COMPAQ V2417LA NOTEBOOK powered by Arch Linux:
AMD Sempron 3000+ | 512MB 333DDR | HD 60GB | 14'' WXGA Wide | DVD+-RW | Logitech MX510 RED.

[ NOKIA N-gage QD ]
[ PALM Tungsten T2 ]

Offline

#6 2006-03-24 23:21:12

MAC!EK
Member
Registered: 2005-09-27
Posts: 267

Re: GDM slow performance [SOLVED]

Why don't You have 127.0.0.1 as localhost? It's not a big difference but mayby ...

Offline

#7 2006-03-25 00:54:02

cactus
Taco Eater
From: t͈̫̹ͨa͖͕͎̱͈ͨ͆ć̥̖̝o̫̫̼s͈̭̱̞͍̃!̰
Registered: 2004-05-25
Posts: 4,622
Website

Re: GDM slow performance [SOLVED]

whoah. localhost not pointing to the actual loopback interface will slow all kinds of internal things down.
fix it!


"Be conservative in what you send; be liberal in what you accept." -- Postel's Law
"tacos" -- Cactus' Law
"t̥͍͎̪̪͗a̴̻̩͈͚ͨc̠o̩̙͈ͫͅs͙͎̙͊ ͔͇̫̜t͎̳̀a̜̞̗ͩc̗͍͚o̲̯̿s̖̣̤̙͌ ̖̜̈ț̰̫͓ạ̪͖̳c̲͎͕̰̯̃̈o͉ͅs̪ͪ ̜̻̖̜͕" -- -̖͚̫̙̓-̺̠͇ͤ̃ ̜̪̜ͯZ͔̗̭̞ͪA̝͈̙͖̩L͉̠̺͓G̙̞̦͖O̳̗͍

Offline

#8 2006-03-25 17:14:54

elapointe
Member
Registered: 2005-03-24
Posts: 39

Re: GDM slow performance [SOLVED]

I have the same problem !!!

My /etc/hosts :


#
# /etc/hosts: static lookup table for host names
#

#<ip-address>    <hostname.domain.org>    <hostname>
127.0.0.1 Picollus.localdomain Picollus

# End of file

My rc.conf :

#
# -----------------------------------------------------------------------
# NETWORKING
# -----------------------------------------------------------------------
#
HOSTNAME="localhost"
# 

need help

Can it be something related to Xorg7 ?

Offline

#9 2006-03-25 17:32:45

MAC!EK
Member
Registered: 2005-09-27
Posts: 267

Re: GDM slow performance [SOLVED]

/etc/hosts

#<ip-address>   <hostname.domain.org>   <hostname>                              
127.0.0.1               localhost.localdomain   localhost                       
192.168.24.77           Komp_607.DS14           Komp_607                        

/etc/rc.conf:

#                                                                               
HOSTNAME="Komp_607"                                                             
#                                                                               

lo 127...  localhost should be left as is. Do not put there your hostname!

Offline

#10 2006-03-25 18:29:13

elapointe
Member
Registered: 2005-03-24
Posts: 39

Re: GDM slow performance [SOLVED]

Now my /etc/hosts is

#<ip-address>   <hostname.domain.org>   <hostname>                             
127.0.0.1               localhost.localdomain   localhost                       

and my /etc/rc.conf is

#                                                                               
HOSTNAME="Picollus"                                                             
#                             

i have the same problem... gdm start and the mouse pointer is searching for 15-20 sec !!!

Offline

#11 2006-03-25 20:02:36

sputnik
Member
From: Canada
Registered: 2005-06-24
Posts: 98

Re: GDM slow performance [SOLVED]

elapointe wrote:

Now my /etc/hosts is

#<ip-address>   <hostname.domain.org>   <hostname>                             
127.0.0.1               localhost.localdomain   localhost                       

and my /etc/rc.conf is

#                                                                               
HOSTNAME="Picollus"                                                             
#                             

i have the same problem... gdm start and the mouse pointer is searching for 15-20 sec !!!

Try this:

#<ip-address>   <hostname.domain.org>   <hostname>                             
127.0.0.1               Picollus.localdomain   Picollus                       

Offline

#12 2006-03-25 22:05:55

elapointe
Member
Registered: 2005-03-24
Posts: 39

Re: GDM slow performance [SOLVED]

it is actual my settings now... no changes !!!...

Are we only 2 persons with this problem ?

Offline

#13 2006-03-26 00:57:00

_Gandalf_
Member
Registered: 2006-01-12
Posts: 735

Re: GDM slow performance [SOLVED]

All /etc/hosts i saw are wrong!!
it must be in the format below suppose that the hostname in rc.conf is set to MYHOSTNAME

#
# /etc/hosts: static lookup table for host names
#

#<ip-address>   <hostname.domain.org>   <hostname>
127.0.0.1               localhost.localdomain   localhost MYHOSTNAME

so as u can see, you must LEAVE the localhost as .DOMAIN and a seperated entry plus u add to it your hostname, try it this way

Offline

#14 2006-03-26 06:08:40

shadowhand
Member
From: MN, USA
Registered: 2004-02-19
Posts: 1,142
Website

Re: GDM slow performance [SOLVED]

_Gandalf_ is correct.


·¬»· i am shadowhand, powered by webfaction

Offline

#15 2006-03-26 13:08:54

jaboua
Member
Registered: 2005-11-05
Posts: 634

Re: GDM slow performance [SOLVED]

_Gandalf_ wrote:

All /etc/hosts i saw are wrong!!
it must be in the format below suppose that the hostname in rc.conf is set to MYHOSTNAME

#
# /etc/hosts: static lookup table for host names
#

#<ip-address>   <hostname.domain.org>   <hostname>
127.0.0.1               localhost.localdomain   localhost MYHOSTNAME

so as u can see, you must LEAVE the localhost as .DOMAIN and a seperated entry plus u add to it your hostname, try it this way

I have it this way, that works fine too:
127.0.0.1       matrix.lan              matrix          localhost

Offline

#16 2006-03-26 13:51:37

ianw1974
Member
From: UK and Poland
Registered: 2006-03-24
Posts: 13
Website

Re: GDM slow performance [SOLVED]

See my post on this one, that relates to kdm, maybe same problem:

http://bbs.archlinux.org/viewtopic.php?t=19923&start=15

my solution on the last page was to install the speedo fonts, and it made it go from one minute delay to 5 seconds.  Maybe it also affects gdm too.

Offline

#17 2006-03-26 16:59:19

elapointe
Member
Registered: 2005-03-24
Posts: 39

Re: GDM slow performance [SOLVED]

i set up my hosts file correctly now... but the same problem...

There is no log file related to gdm that i can see if something can help my search !

I have the same problem in 2.14 and 1.12

I have tried both

Offline

#18 2006-03-26 17:32:49

ianw1974
Member
From: UK and Poland
Registered: 2006-03-24
Posts: 13
Website

Re: GDM slow performance [SOLVED]

Try installing this, it solved my kdm problem which was similar to your gdm problem.

pacman -Sy font-bitstream-speedo

then I went from one min delay to 5 seconds.  I posted the link in my previous post, but I guess you didn't get chance to read the solution before you posted to say you still have problems.

Offline

#19 2006-03-26 18:28:49

elapointe
Member
Registered: 2005-03-24
Posts: 39

Re: GDM slow performance [SOLVED]

your solution is not the real solution

Why is work ! Because it regen a font cache

To solve the lag in DM :

fc-cache -fv

It is nothing related to Hosts file or netwoking

Offline

#20 2006-03-26 18:44:56

_Gandalf_
Member
Registered: 2006-01-12
Posts: 735

Re: GDM slow performance [SOLVED]

elapoints can you try also DTW excellent script here -> http://bbs.archlinux.org/viewtopic.php?p=146788#146788

Offline

#21 2006-03-28 17:05:18

luisrobles
Member
Registered: 2006-03-12
Posts: 34

Re: GDM slow performance [SOLVED]

After all, now GDM takes 1-3 seconds to start. BTW, the fc-cache thing improve the system performance, but my /etc/hosts was repaired too.


COMPAQ V2417LA NOTEBOOK powered by Arch Linux:
AMD Sempron 3000+ | 512MB 333DDR | HD 60GB | 14'' WXGA Wide | DVD+-RW | Logitech MX510 RED.

[ NOKIA N-gage QD ]
[ PALM Tungsten T2 ]

Offline

Board footer

Powered by FluxBB