Problem starting desktop

My Manjaro has a problem with Launching GUI

This problem occurred after installing Manjaro And there was no problem during installation

Manjaro only starts in the command line environment
BTW, in the command line, I can run the GUI by entering the startx Command
But by entering this command, there is a problem in moving windows and playing videos

The generated error is like this

I have used the command cat ~/.local/share/xorg/Xorg.0.log to output the error

I had the exact same issue when installing Linux Mint. I solved it by adding the pci=nomsi code at the end of the quet splash line in the Grub in Linux Mint

Now how to solve this problem in Manjaro

If possible, please explain the solution step-by-step because I am an amateur in Linux

Um, the same way as you did in Mint? :man_shrugging: :arrow_down:

sudo nano /etc/default/grub

Add the parameters in the same place as before. Save the file with Ctrl+O followed by Enter/Return. Press Ctrl+X to exit the editor.

Then run… :arrow_down:

sudo update-grub && sudo systemctl reboot
3 Likes

Welcome to the forum! :wave:

FYI, there’s no such thing as a “Linux GUI”. Linux is a kernel. See Linux and GNU - GNU Project - Free Software Foundation

We know you’re using Manjaro otherwise you wouldn’t be here. The post title has been edited.

Please see:

2 Likes

Hello . I did everything. But still, when turning on the system, the command line environment comes instead of the graphical environment

The code I entered is as follows


Moderator edit: Removed screenshot of text. Please try again.

provide output from:
mhwd -l && mhwd -li
could be a graphics driver issue

and then again edit the grub and correct this parameter:
security=apparmo
to look like this:
security=apparmor
save it and run:
sudo update-grub

1 Like

Hello, the output is as follows


Moderator edit: Removed screenshot of text. Please try again.

Please do not post screenshots of text. Use copy+paste and propper formatting.

1 Like

The graphic output is like this

> 0000:00:02.0 (0300:1b36:0100) Display controller Red Hat, Inc.:
--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
  video-virtualmachine            2021.07.26                true            PCI
     video-modesetting            2020.01.13                true            PCI
            video-vesa            2017.03.12                true            PCI


> Installed PCI configs:
--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
  video-virtualmachine            2021.07.26                true            PCI


Warning: No installed USB configs!

? How can I solve my problem now

You’re just now telling us you’re using Manjaro in a virtual machine?

Closing thread. Please start over and post in #support:virtualization and review the forum rules and wiki articles that were shared with you here.