You are not logged in.

#1 2009-02-19 07:48:33

v_silent
Member
Registered: 2009-02-19
Posts: 4

My Arch linux become faster after second reboot , why ?

Hello all!

I have a problem, after first boot all  applications work slow ( I use wmii as window manager ) , when I switch from one application to another  seems like nvidia driver does not work at all but nvidia-settings shows that nvidia driver loaded and direct rendering enabled.
After second boot everything is become fast. Where is the problem ?   



sys info:

Linux vs 2.6.28-ARCH #1 SMP PREEMPT Fri Feb 13 10:23:36 UTC 2009 i686 Intel(R) Core(TM)2 Duo CPU T7250 @ 2.00GHz GenuineIntel GNU/Linux
01:00.0 VGA compatible controller: nVidia Corporation GeForce 8400M GS (rev a1)


~%=> lsmod |grep nv                                                 9:45 pts/3
nvidia               7096900  26
agpgart                31572  2 intel_agp,nvidia
i2c_core               22804  2 i2c_i801,nvidia

xorg.conf
------------------------------------------------------------------------------------------------------------------
Section "Device"
63     Identifier     "Device0"
64     Driver         "nvidia"
65     VendorName     "NVIDIA Corporation"
66     BoardName      "GeForce 8400M GS"
67     BusID          "PCI:1:0:0"
68     Screen          0
69     Option          "UseEdidDpi" "false"
70     Option          "DPI" "96 x 96"
71     Option          "NoLogo" "True"
72 EndSection
73
74 Section "Screen"
75     Identifier     "Screen0"
76     Device         "Device0"
77     Monitor        "Monitor0"
78     DefaultDepth    24
79     Option         "RenderAccel" "true"
80     Option         "TripleBuffer" "True"
81
82     SubSection     "Display"
83         Depth       24
84     EndSubSection
85 EndSection

Offline

#2 2009-02-19 08:05:45

Ranguvar
Member
Registered: 2008-08-12
Posts: 2,549

Re: My Arch linux become faster after second reboot , why ?

Do you have your hostname set properly?

HOSTNAME in /etc/rc.conf should be set to something you want, and /etc/hosts should be like:

127.0.0.1 myhost.domain.org localhost.localdomain localhost myhost

With all instances of myhost replaced by youe hostname, and domain.org replaced by your domain name if you have one (if not, put whatever there).


EDIT: Okay, it's 3am, time to sleep... the above may be stupid, forgive me.

Last edited by Ranguvar (2009-02-19 08:06:32)

Offline

#3 2009-02-19 10:43:02

Barghest
Member
From: Hanau/Germany
Registered: 2008-01-03
Posts: 563

Re: My Arch linux become faster after second reboot , why ?

Is the 8400M GS an AGP card?

If yes there is an already known bug that that causes some AGP GPUs to be used in PCI compatibility mode. This only affects the first start. For me it works when I just log out and back again.

The bug is fixed in the latest beta driver found in the AUR (I'm waiting for an package in the offial repos, dunno why ;b )

Last edited by Barghest (2009-02-19 10:43:27)

Offline

#4 2009-02-20 13:57:39

v_silent
Member
Registered: 2009-02-19
Posts: 4

Re: My Arch linux become faster after second reboot , why ?

I've already set hostname during and after installation except myhost.localdomain record.Thank you Ranguvar!
Thanks  Barghest  , yes you are right  it works fine after I relogin.
Ok then waiting for a new driver. 
Thank you guys!!!!!!!!

Offline

Board footer

Powered by FluxBB