T_Hobbit
Posts: 22
Joined: Fri Aug 03, 2012 10:21 pm
Location: Lx - Portugal

Arch - Instalar X (ambiente gráfico)

Thu Aug 09, 2012 12:04 pm

Instalar o ambiente gráfico:

Code: Select all

pacman -S xf86-video-fbdev lxde xorg-xinit dbus
Instalar uma fonte visualmente mais agradavel que a original:

Code: Select all

pacman -S ttf-dejavu
Instalar o auto-mount:

Code: Select all

pacman -S udev-automount
Para executar dbus no boot:

Code: Select all

nano /etc/rc.conf
e adicionar dbus no fim da linha DAEMONS. Qualquer coisa como DAEMONS=(!hwclock ...blablabla... @sshd dbus)
De seguida:

Code: Select all

nano ~/.xinitrc
que deve conter o seguinte texto: exec startlxde
Por fim, para iniciar o ambiente gráfico:

Code: Select all

startx
Best regards / Com os melhores cumprimentos

T_Hobbit

Return to “Português”