#startx takes few minutes to load

40 messages · Page 1 of 1 (latest)

ebon totem
#

Recently moved to i3 and I had my startx command in my .bash_profile to make it run on startup but it takes hella time to load. Any help? Gonna send the xinitrc file and such as when my pc finally starts

#
.xinitrc

#!/bin/sh

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/etc/X11/xinit/.Xresources
sysmodmap=/etc/X11/xinit/.Xmodmap

# merge in defaults and keymaps

if [ -f $sysresources ]; then
    xrdb -merge $sysresources

fi

if [ -f $sysmodmap ]; then
    xmodmap $sysmodmap
fi

if [ -f "$userresources" ]; then
    xrdb -merge "$userresources"

fi

if [ -f "$usermodmap" ]; then
    xmodmap "$usermodmap"
fi

# start some nice programs

if [ -d /etc/X11/xinit/xinitrc.d ] ; then
 for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
  [ -x "$f" ] && . "$f"
 done
 unset f
fi

if [ -f /usr/bin/i3 ]; then
    exec i3
fi
urban glade
#

@ebon totem why not use a display manager?

ebon totem
#

please explain further

#

like gnome?

#

to run i3 from gnome?

#

im actually fine with starting from tty though

#

I just want my pc to load in normal times

urban glade
#

@ebon totem sudo pacman -S ly

#

remove that line from your .bash_profile

#

sudo systemctl enable --now ly

#

then reboot

ebon totem
#

ok ill try it

#

but i really liked the current experience ive had (besides the long loading time)

ebon totem
#

I still wait just with a display manager

#

Gnome loads almost instantly though

urban glade
#

@ebon totem link your ly conf

ebon totem
#

Wait my pc loads

#

Also overrode the bashrc config?

#

and discord took hella time opening

#

wtf

#

this is fresh arch install i might add

#

now instead of alacritty im back on xterm

ebon totem
#

everything is commented out

urban glade
#

@ebon totem link your i3 config

ebon totem
#

how

#

there isn't a wiki page on ly (from what ive seen)

urban glade
#

@ebon totem i3 config not ly

ebon totem
#

It’s default

urban glade
#

@ebon totem sudo pacman -S neofetch

#

screenshot that please

ebon totem
#

Cant screen havent configured it yet

#

What info you need?

urban glade
#

amd or nvidia?

ebon totem
#

Nvidia + integrated intel

#

Ooh maybe it’s on intel and not nvidia

#

Iris Xe + mx350