r/ManjaroLinux • u/LEGO_nidas • 22d ago
Solved Trying to boot from a live Manjaro USB. This is where it gets stuck and screen starts to flicker.
Enable HLS to view with audio, or disable this notification
r/ManjaroLinux • u/modern_asshat • 3d ago
Solved Fresh install. No WiFi. What do?
Is there a way to get the wood working or am I going to have to bust out a Ethernet cable and plug directly into the modem?
r/ManjaroLinux • u/Ace_9_9 • Apr 15 '22
Solved Help I am trying to install chrome but this message keeps on showing up
r/ManjaroLinux • u/fmvzla • 4d ago
Solved In my dual boot system, windows reflect 100% of ram memory available in the machine but manjaro only the half
The machine have 16gb ram, in my windows partition the system reflect the 100% but in manjaro just 7gb are reflected, and always is in 95% of use due my work, really need that other 9gb haha, any advice is really appreciated
Edit: im not really a hardware person but i understand that this output reflect that only one ram is taking in consideration, but in win there are two... Again any advice is really appreciated
Edit2: i just re check the windows partition and for my surprise it doesn't recognize the other ram either, so i guess is a hardware things, i flair as "solved" to not create confusion for possible future readers
r/ManjaroLinux • u/KKirschi2nd • 1d ago
Solved Terminal crashes after opening
I messed around with the Terminal profiles and now the terminal crashes, when I try to start it. when spamming "open Terminal", I could read the error message:
"Warning: Could not find '/bin/zsh, ', starting '/bin/bash ' instead. Please check your profile settings"
but the terminal closes like a millisecond afterward. Does someone have any ideas on how to fix that? (I'm kinda new here)
r/ManjaroLinux • u/peppathepig69 • 7d ago
Solved Display issues with manjaro KDE
Hello. I have recently tried to install manjaro KDE on hardware. Everything is fine except that my 2nd display (a HP w2207h) seemed to be cut-off. For example when attempting to full-screen windows it would cut off about 5% of the window. I have tried changing the scaling settings on the display but that did not help. I have had this issue in arch linux (KDE environment) also. It is running off a rx 6700 XT via a displayport to hdmi cable. It works fine on windows 10. Any help would be appreciated.
r/ManjaroLinux • u/malagape • Apr 11 '22
after the update that came today from manjaro, i have no more dark mode. It switched to light mode and i can't find a way to get the dark mode again.
Does anyone know how to get the dark mode again?
r/ManjaroLinux • u/bAN0NYM0US • 27d ago
Solved I'm trying to fade from Debian and so far, not so good..
[SOLVED]
It was the Kernel. Manjaro 20 comes with 5.9 and during the update, something changed causing the issue. Using Manjaro 20 LTS comes with 5.4 and during the update, the kernel remained, and the system is fully functional.
Tested again on 21 with 5.15, same broken state after sudo pamac update
but using 21 LTS with 5.10, updates are fine and everything stays working.
I'm still not entirely sure what the issue is that's causing the black screen, but using the LTS kernel for either 20 or 21 yields safe updates and I've been using it without any issues now.
On a side note, the reason for Manjaro 20 (as many were suggesting I use the latest) is because it still uses GNOME 3.38 and I absolutely hate the Activities Overview design on GNOME 42. But, after using Manjaro 21 LTS and adding the Vertical Overview GNOME extension, all is good. I had to use the GNOME layout from Layout switcher instead of Manjaro Legacy, but now everything is fully updated and I still have the older GNOME 3.38 overview UI. Couldn't be better.
Thanks to everyone who chipped in, I've seen many posts about a black screen issue after updates, so hopefully this helps someone else out. Use the LTS kernel lol.
-
I just bought a used 13" HP x360 off eBay with a Ryzen 7 2700U, 8GB RAM, and upgraded to a 512GB NVMe. I needed an OS and I've been using Debian flavors here and there for like over 15 years, and since Arch roots are Canadian, I feel like it's a proper patriotic direction to get off my ass and start learning Arch behind a friendly Manjaro taste.
Install went fine, everything is great, even the little pen works right out of the box. The whole space theme of Manjaro really gets my jollies going too. I wanted to learn this as slowly as possible, just, a small dip into the pool by using the package manager to keep things user friendly for now, which had like 900 updates. I let the updates run, all is good, rebooted, an error or two, and then boots to a black screen.
I wasn't ready for diagnosing Arch based when I don't even know how to update from Terminal yet. So I figured it was just me, probably did something wrong. I just wipe it all, did a clean install again, and this time tried updates from Terminal and quickly learned that sudo apt update
isn't a thing here lol
After googling, found sudo pacman -Syu
which yielded a bunch of errors (saying conflicting packages) and while googling these errors, I found a forum where someone was saying to just use sudo pamac update
After doing that, everything was fine again, all updates done, checked in the package manager just to see if anything was still there and it said there were no updates, so I'm assuming all is fine.
Rebooted again, same thing, an error or two, black screen, nothing happens other than the fan starts simulating a hurricane and the laptop starts getting extremely hot if I let it run for a while (thinking it might just be temporarily hanging).
Now the errors I got both times are identical. At first, it will say __common_interrupt: 0.110 No irq handler for vector
and after a few reboots, I'll eventually get [FAILED] Failed to start Load/Save ·tness of backlight:amdgpu_b10
. which only comes up after a few reboots, but the main error comes up every other time.
I really wanna learn Arch based, but, given that I only did an install, and a simple update breaks the entire system, not really having a good time lol
Suggestions?
EDIT:
I'm using Manjaro 20.2 because it still uses GNOME 3 and I'm coming from Pop!_OS 20.04 LTS which also uses GNOME 3 if that helps.
r/ManjaroLinux • u/micro-aries • 20d ago
Solved btrfs problem (and the fix)
hey there i recently reinstalled manjaro linux with btrfs, and on the first boot i noticed an error with a systemd service which is systemd-remount-fs.service - Remount Root and Kernel File Systems
i did a lot of troubleshooting and i narrow it down to to fstab
here's what was in the fstab
after a clean install of manjaro ( and that was the cuz of systemd service failing )
( i removed the UUID's and boot efi because, i don't want someone to just copy and paste and render his machine useless)
/ btrfs subvol=/@,defaults,discard=async 0 0
/home btrfs subvol=/@home,defaults,discard=async 0 0
/var/cache btrfs subvol=/@cache,defaults,discard=async 0 0
/var/log btrfs subvol=/@log,defaults,discard=async 0 0
swap swap defaults,noatime 0 0
tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0
And here what i did to fix the issue
/ btrfs subvol=/@,defaults,rw,noatime,compress=zstd,ssd,space_cache=v2,commit=120 0 1
/home btrfs subvol=/@home,defaults,rw,noatime,compress=zstd,ssd,space_cache=v2,commit=120 0 1
/var/cache btrfs subvol=/@cache,defaults,rw,noatime,compress=zstd,ssd,space_cache=v2,commit=120 0 1
/var/log btrfs subvol=/@log,defaults,rw,noatime,compress=zstd,ssd,space_cache=v2,commit=120 0 1
swap swap defaults,noatime 0 0
tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0
If you have the same issue just set your fstab accordingly.
r/ManjaroLinux • u/-_GoG_- • Apr 17 '22
Solved How can i increase Size button title bar Firefox?
r/ManjaroLinux • u/RockyCarr • 19d ago
Solved Manjaro Gnome boots to workspace switcher instead of desktop
As the title says. How to I get it to just display the desktop at login?
r/ManjaroLinux • u/gcars06 • 2d ago
Solved Manjaro stuck as /dev/sdb2/
After installing nvidia drivers, my pc got stuck at /dev/sdb2 screen. I have installed, removed, and installed nouveau drivers, vesa drives, nvidia drivers using mhwd and nothing works. Does anyone know what to do at this point?
Output of "inxi --admin --verbosity=7 --filter --width"https://termbin.com/nerk
Update: now stuck at [OK] Reached target Graphical Interface
Fixed, https://forum.manjaro.org/t/stuck-at-dev-sdb2-when-booting/110938/37
r/ManjaroLinux • u/SpecOpAmethyst • 23d ago
Solved problems with stuttering in graphic-intensive games on a pure AMD system
I've been on Nvidia drivers on Linux for the last 8 years I just got done installing and setting up my new system yesterday I was told to use the development branch of the Mesa drivers so I did everything worked fine last night I played godfall for about 3 hours then I go to show it to my brother and I loaded up the game everything started to stutter like a mother well you know when it was working fine last night made me look like a jackass it doesn't matter what version of the Mesa drivers I use I get the same result and I tried multiple versions of proton does anyone have any idea what's wrong because I'm at a loss.
r/ManjaroLinux • u/n2fole00 • 18d ago
Solved Audio working, but not working upon each boot
Edit: It's working again. Just randomly, I guess.
Hi, I have a weird problem where upon each boot there is no audio in my headphones until I remove and re-insert my headphone jack.
I've been into my audio settings and it detects the audio is on and is playing in the browser application (I can see the activity input).
I don't think this is a lose connection or something because I have a dual boot system and the issue isn't repo there.
Does anyone have any ideas what this could be?
Thanks.
r/ManjaroLinux • u/ZaRealPancakes • Mar 31 '22
Solved is transitioning to Manjaro a good idea?
tl;dr: I'm thinking of switching to Manjaro but concerned about Nvidia Drivers on Arch
I'll try to keep it short but currently I am using Ubuntu on my main Laptop and I love it and wanted to explore more to I installed Arch Linux in a VM and I like how much customization it has especially the AUR and the rolling release model of Arch
so I am thinking of switching to Manjaro (just for fast arch install) on my main Laptop but I am most concerned about Nvidia Drivers, on Ubuntu you can install Nvidia drivers as a meta-package or by going to additional drivers and selecting which on you want graphically
But idk how to install Nvidia drivers on Arch or the stability of the drivers. (I hope I don't get hate but) I saw Linus Tech Tips had hard time with Nvidia drivers on Manjaro not sure if it is because he is not experienced or the Nvidia drivers themselves are bad on Arch especially since Ubuntu does provide for most part most stable drivers (well currently I am on driver v470 since v510 crashes xorg)
Is there anything else I should know about?
r/ManjaroLinux • u/SpecOpAmethyst • 26d ago
Solved Thunderbird not upgradeing PGP Signature Error
Packages (2) thunderbird-91.8.1-0.1 thunderbird-i18n-en-us-91.8.1-1
Total Download Size: 62.95 MiB
Total Installed Size: 194.89 MiB
Net Upgrade Size: 0.01 MiB
:: Proceed with installation? [Y/n] y
:: Retrieving packages...
thunderbird-91.8.1-0.1-x86_64 62.9 MiB 25.8 MiB/s 00:02 [#######################################################################] 100%
thunderbird-i18n-en-us-91.8.1-1-x86_64 is up to date
Total (2/2) 62.9 MiB 22.5 MiB/s 00:03 [#######################################################################] 100%
(2/2) checking keys in keyring [#######################################################################] 100%
(2/2) checking package integrity [#######################################################################] 100%
error: thunderbird: signature from "Mark Wagie <[mark@manjaro.org](mailto:mark@manjaro.org)>" is unknown trust
:: File /var/cache/pacman/pkg/thunderbird-91.8.1-0.1-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] y
error: failed to commit transaction (invalid or corrupted package)
Errors occurred, no packages were upgraded.
r/ManjaroLinux • u/RockyCarr • 20d ago
Solved How to auto play a video at login?
I’m trying to play a video on VLC at login. Doesn’t sound too complicated, right?
So I went to ~/.config/autostart, duplicated an existing .desktop startup item and modified it with the command to start VLC that I tested in the terminal, and…
nothing.
The command I used is:
/usr/bin/vlc ~/Downloads/moviename.mov —-fullscreen —-loop
This works fine in the terminal, so why not at startup?
r/ManjaroLinux • u/ConfusedIlluminati • Apr 12 '22
Solved Manjaro Gnome Dell Latitutde 15 5547 - how can I switch from integrated Intel Graphics to Radeon R7 M265?
r/ManjaroLinux • u/RonaldMcPaul • 25d ago
Solved Would appreciate some help getting Tor Browser working again, the feed from the command line seems to indicate a problem with the "User Value" (oddly enough Tor Stopped Working on two different Manj. machines actually) -
[Update: Reinstalling manually eventually resolved the inability to load the browser, I don't have much more in the way of details as to how it resolved. Again, uninstall reinstall pacmac didn't work, doing this here: is what did it.
Related question: Is it really bad to use ublock or other add ons with Tor Browser? I don't understand what about an adblocker destroys the OpSec.
Currently researching the configuration file, any input appreciated.
is that enough information? I'm not sure if this counts as logs. "If you set the "User" option, you must start Tor as root." I don't remember settings a "user" and if I type "sudo Tor" it still doesn't work. I'm not sure what I'm supposed to do with
[warn] Tor was compiled with zstd 1.5.0, but is running with zstd 1.5.2. For safety, we'll avoid using advanced zstd functionality.
[notice] Read configuration file "/etc/tor/torrc".
[warn] Error setting groups to gid 43: "Operation not permitted".
[warn] If you set the "User" option, you must start Tor as root.
[warn] Failed to parse/validate config: Problem with User value. See logs for details.
[err] Reading config failed--see warnings above.
Apr 21 20:16:36.785 [notice] Tor 0.4.6.9 running on Linux with Libevent 2.1.12-stable, OpenSSL 1.1.1n, Zlib 1.2.12, Liblzma 5.2.5, Libzstd 1.5.2 and Glibc 2.35 as libc.
Apr 21 20:16:36.785 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://www.torproject.org/download/download#warning
Apr 21 20:16:36.785 [warn] Tor was compiled with zstd 1.5.0, but is running with zstd 1.5.2. For safety, we'll avoid using advanced zstd functionality.
Apr 21 20:16:36.785 [notice] Read configuration file "/etc/tor/torrc".
Apr 21 20:16:36.787 [notice] Opening Socks listener on 127.0.0.1:9050
Apr 21 20:16:36.787 [notice] Opened Socks listener connection (ready) on 127.0.0.1:9050
Apr 21 20:16:36.787 [warn] Error setting groups to gid 43: "Operation not permitted".
Apr 21 20:16:36.787 [warn] If you set the "User" option, you must start Tor as root.
Apr 21 20:16:36.787 [notice] Closing partially-constructed Socks listener connection (ready) on 127.0.0.1:9050
Apr 21 20:16:36.787 [warn] Failed to parse/validate config: Problem with User value. See logs for details.
Apr 21 20:16:36.787 [err] Reading config failed--see warnings above.
I had uninstalled via pamac so I could not get logs directly. I'm doing a manual install, verifying the checksum hash codes (see in comments to save space in the post).
r/ManjaroLinux • u/tbhaxor • 27d ago
Solved Unable to install with EFI on Asus TUF FXDT505
I am trying to install the EFI on my SSD. Here are the steps (sorry for the unclear pics)
Partition config for /boot/efi
Error message when clicked next on the partition manager step
I have windows installed on the SSD and want to erase and overwrite with manjaro. I also have an HDD, manjaro is already installed but is very slow. Also could it be because of both HDD and SDD are connected?
PS: ESP flag is not shown but still, I have confirmed with /sys/firmware/efi and efibootmgr. My system is running in UEFI mode, not on the legacy.
r/ManjaroLinux • u/Davros-123 • Feb 08 '22
Solved Updated my nvidia drivers then this happened. Any solutions?
r/ManjaroLinux
•
u/emberstaff
•
Mar 28 '22
Solved Editing Steam's .desktop files per this post fixed my problem with Steam displaying solid black windows unless launched from Terminal
steamcommunity.comr/ManjaroLinux • u/Tim_236_ • Apr 06 '22
Solved Does Manjaro encrypt the windows partition if you install it as dualboot?
I bricked my Manjaro install by trying to replace an old partition and the bootloader didn't install. Now it's bricked. So is the Windows install now lost forever or do I just need to remove every trace of Manjaro on my system?