Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Xorg starting very long
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
Suami777
n00b
n00b


Joined: 07 Jul 2013
Posts: 19

PostPosted: Sat Jul 20, 2013 9:48 am    Post subject: Xorg starting very long Reply with quote

Hello, as first i want to apologise for my bad english skill.

I got problem, i made fresh install gentoo yerstday. When my pc running and x are starting x need around 6-10 secound to run kde environment.

i dont know what file you want to see so i put few of them

.xinitrc in my home/user folder
Code:
exec startkde


xorg.conf in /etc/X11/

Code:
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 319.32  (buildmeister@swio-display-x64-rhel04-14)  Wed Jun 19 15:50:23 PDT 2013

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 319.32  (buildmeister@swio-display-x64-rhel04-14)  Wed Jun 19 15:50:37 PDT 2013

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "0"
EndSection

Section "Files"
EndSection

Section "InputDevice"

    # generated from data in "/etc/conf.d/gpm"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol"
    Option         "Device" "/dev/input/mice"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Samsung SyncMaster"
    HorizSync       30.0 - 71.0
    VertRefresh     50.0 - 160.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTS 450"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "nvidiaXineramaInfoOrder" "DFP-1"
    Option         "metamodes" "CRT: 1024x768_85 +1920+0, DFP: 1920x1080_60 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection



xorg.conf in /etc/X11/xorg.conf.d/ folder

Code:
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 319.32  (buildmeister@swio-display-x64-rhel04-14)  Wed Jun 19 15:50:23 PDT 2013

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 319.32  (buildmeister@swio-display-x64-rhel04-14)  Wed Jun 19 15:50:37 PDT 2013

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "0"
EndSection

Section "Files"
EndSection

Section "InputDevice"

    # generated from data in "/etc/conf.d/gpm"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol"
    Option         "Device" "/dev/input/mice"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Samsung SyncMaster"
    HorizSync       30.0 - 71.0
    VertRefresh     50.0 - 160.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTS 450"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "nvidiaXineramaInfoOrder" "DFP-1"
    Option         "metamodes" "CRT: 1024x768_85 +1920+0, DFP: 1920x1080_60 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection




dont know what more do you want.


Btw i got SSD drive its possible to turn off that long scanning phase in system start ? on arch i was needed 3 sec to full start computer on gentoo over 30 with xorg problem
Back to top
View user's profile Send private message
Logicien
Veteran
Veteran


Joined: 16 Sep 2005
Posts: 1555
Location: Montréal

PostPosted: Sat Jul 20, 2013 1:08 pm    Post subject: Reply with quote

Everything equal, I dont think for the moment you can have a faster boot and shutdown speed than the one that provide Systemd from ArchLinux or an other distribution who use it. System V and Openrc are slower boot systems but as good than Systemd. Only the BSD boot and shutdown scripts can come close to Systemd speed.

I see you have identical Xorg configuration files, /etc/X11/xorg.conf and /etc/X11/xorg.conf.d/xorg.conf. You need only one of them. I would use /etc/X11/xorg.conf as a complete configuration file or split /etc/X11/xorg.conf.d/xorg.conf in one file per section in that directory. The fact that Xorg read two configuration files probably do not slow it, but it is better to have only one configuration file per section.

Do you have configure Kde in Gentoo the same way than it is in ArchLinux? You can speed Kde if it is configure to not start any unneeded service.

The most important thing for me is that everytings work well at a good rhythm.

:D
_________________
Paul
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum