cavve1
Posts: 15
Joined: Fri May 08, 2015 7:17 am

Arch LInux Arm Mate Desktop

Fri May 29, 2015 1:49 pm

Hello everyone , I have installed on my Pi 2 Arch Linux ARM , I was able to install the LXDE desktop , but I can not install the MATE . Can someone please help me? in particular I can not get it started with startx

ty

sdjf
Posts: 1395
Joined: Fri Mar 16, 2012 5:20 am
Location: California
Contact: Website

Re: Arch LInux Arm Mate Desktop

Sun May 31, 2015 5:13 am

Both LXDE and MATE are desktop environments, my understanding is you can only have one of them.

In some cases, you can also run a window manager alongside of a desktop environment, such as OPENBOX window manager can be run with LXDE.

You should be able to run MATE if you uninstall LXDE, the problem you are likely running into is your configuration files are set to run LXDE when you start X, and fixing those is what needs doing.

Have you seen the ArchLinux Wiki page about MATE? It should run if you follow those instructions AFTER uninstalling LXDE.

https://wiki.archlinux.org/index.php/MATE
FORUM TIP: To view someone's posting history, sign in, click on their user name, then on "Search User's Posts." || Running ArchLinuxArm on Model 2B and 512MB Model B

cavve1
Posts: 15
Joined: Fri May 08, 2015 7:17 am

Re: Arch LInux Arm Mate Desktop

Sun May 31, 2015 2:28 pm

I faithfully followed the guidance you've posted. I do not have 2 desktop installed simultaneously. after installing LXDE I formatted to install MATE. I get an error and stops me xinit startup

fruitoftheloom
Posts: 23337
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: Arch LInux Arm Mate Desktop

Sun May 31, 2015 2:51 pm

cavve1 wrote:I faithfully followed the guidance you've posted. I do not have 2 desktop installed simultaneously. after installing LXDE I formatted to install MATE. I get an error and stops me xinit startup
xinit /usr/bin/[name of software launcher]

Did you install

Code: Select all

pacman -S xf86-video-fbdev xorg-xinit
plusall the various MATE packages required ?
http://archlinuxarm.org/packages
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

cavve1
Posts: 15
Joined: Fri May 08, 2015 7:17 am

Re: Arch LInux Arm Mate Desktop

Sun May 31, 2015 5:26 pm

I 've installed xinit xorg. the command line tells me that I'm disconnected from the server

cavve1
Posts: 15
Joined: Fri May 08, 2015 7:17 am

Re: Arch LInux Arm Mate Desktop

Sun May 31, 2015 10:40 pm

These are the command lines that I used for the intallation

pacman -Syu

pacman -Syy mate

pacman -S xorg-server xorg-xinit xorg-server-utils

pacman -S mesa xf86-video-fbdev xf86-video-vesa

nano ~/.xinitrc

exec mate-session

starx

sdjf
Posts: 1395
Joined: Fri Mar 16, 2012 5:20 am
Location: California
Contact: Website

Re: Arch LInux Arm Mate Desktop

Mon Jun 01, 2015 2:28 am

Those last three lines are a bit confusing.

Code: Select all

 nano ~/.xinitrc
 exec mate-session
 starx 
Are the last two lines the contents of your xinitrc, or are they the commands you entered after editing your xinitrc?

Also, you have "starx" which is not the command, it should be "startx"

Also, I don't think you want to start your mate-session until after X has started.

What is the "not connected to the server" thing you mentioned about? Is your Pi part of a network? What triggered that message, and can you paste the exact message about the server?
FORUM TIP: To view someone's posting history, sign in, click on their user name, then on "Search User's Posts." || Running ArchLinuxArm on Model 2B and 512MB Model B

cavve1
Posts: 15
Joined: Fri May 08, 2015 7:17 am

Re: Arch LInux Arm Mate Desktop

Mon Jun 01, 2015 6:33 am

exec mate-session is the content of the xinit file. I save with ctrl-x then Y.

Starx is a mistake :) . I know that the correct word is Startx. I use startx in terminal after closing the xinit page.

now I can not take a picture of the screen of error but in the afternoon I'll try to do it

thanks for the fast, accurate and courteous responses received until now.

cavve1
Posts: 15
Joined: Fri May 08, 2015 7:17 am

Re: Arch LInux Arm Mate Desktop

Mon Jun 01, 2015 10:25 pm

The error is:

Fatal error server (EE) no screens found (EE) please consult the X.org foundation support....

sdjf
Posts: 1395
Joined: Fri Mar 16, 2012 5:20 am
Location: California
Contact: Website

Re: Arch LInux Arm Mate Desktop

Tue Jun 02, 2015 1:39 am

Are you saying that LXDE, in this same installation of Arch, can find your monitor, and that MATE cannot?

What are you using as a monitor? Is it using the standard HDMI port on your Pi?

Do you have an xorg configuration file in /etc?

If LXDE found the same monitor that MATE cannot find, in the same installation, then I am not sure what could be going on.

I appreciate your pasting or typing output, I would not be able to view images if you did screen capture images as I use a text browser!

Oh, the xorg archlinux wiki page is the following, if it might help you. BUt when I set up my xorg conf file, I looked all around the web for examples, to get a better understanding of what was needed.

https://wiki.archlinux.org/index.php/Xorg
FORUM TIP: To view someone's posting history, sign in, click on their user name, then on "Search User's Posts." || Running ArchLinuxArm on Model 2B and 512MB Model B

Return to “Arch”