#🐧┃Linux Discussion
1 messages · Page 14 of 1
I got Ubuntu and Uefi OS
I would assume Ubuntu is the Grub
Because it was that last time
try that
And UEFI OS is Zorin, because Ubuntu also showed as that last time
Fancy bootloader
did it work?
lets goo
Seems to be booting
first steps, do sudo apt update and apt upgrade like before
Yup
then do update-grub and let it do its thing
any reso issues?
I named my pcs as a joke but there might actually be some truth to this
it explains my good luck with installs
Seo for main and Tsugumi for server
Syncthing for file transfer between devices, Klipper for 3d printer stuff, and a minecraft server
I tried mining monero but it aint worth it with a r5 2600, headless no gpu and all
bro got a nasa pc now 🔥
Ikr 🔥
I can't wait for the new season, I'll be better off reading the Manga
last year I was almost ready to go all in on NixOS and had names for every device ready but I came back to arch
what did you name your main arch install?
I think this anime naming scheme is pretty popular
used NixOS as daily driver for 3 months on desktop but then gave up
I kept the name the same
for desktop at least
named my arch kurumi 🔥
I just let ChatGPT cook and it cooked with meaning behind choosing them too XD
XD
what's wrong with the resolution? (I just joined the conversation 💀)
Cannot make it fit the screen, both in mint and now in zorin
I had to force it in Mint then my system got corrupted for some reason
how's the resolution when in grub?
hmm desktop or laptop?
what did you do to force it? 🤔
from this vid https://youtu.be/pkzrQqT_lFI?si=JH2tg4hpwHwYOApN
In this video I will show you How to set a Custom Screen Resolution in Ubuntu Linux.
Commands used in the video (watch the video as some commands could be different in your case):
xrandr
cvt 1920 1080
sudo xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1088 1120 -hsync +vsync
sudo xrandr --addmode Virtual1 "1920x1080_60....
what gpu are you using?
Integrated
CPU is Intel Celeron J1800
And I'm using a damaged VGA cable, people are saying this might be the cause
doesnt happen with windows so I dont think so
Yeah
but if it indeed the case, it should be possible to force the reso so he doesnt need to replace the cable
Windows automatically got my resolution
I remember someone having a similar issue
windows works but no linux distro can detect his correct resolution
I guess I got lucky cuz update and upgrading fixed all of my reso issues, on all of my devices
After going over the video, I think that the trouble comes after doing the thing to make the resolution change stick
wait I think I found a solution
do the same thing until the gedit part
did you do the solution in the comments and the thing in the video? or just the solution in the comments?
I guess im getting myself confused, but you should not be doing both, jsut the solution in the video
can i see your ~./profile file first?
The issue is rn
I did the xrandr
But 1920x1080 doesn't show
In display settings
your monitor cant do 1920x1080
It can, my TV runs at 1920x1080
With Google Chromecast plugged in
Similar to Fire stick
what resolution does windows run at?
1920x1080
enter cvt 1920 1080
i know you did this but I wanna see if it spews out something out of the ordinary
so far so good
do xrandr --newmode "1920x1080... to +vsync
copy the line from "1920.. to the end
and show me the output
dont do sudo
Same issue
did this happen last time as well?
Nope
do the same line but replace "1920x1080_60.00" to "1920 1080"
if you press the up arrow key, you can get the previous terminal command
Yeh
any errors this time?
try "1080p" instead of "1920 1080"
it that doesnt work, i've found out about something called "arandr" which is like xrandr but with a gui
oof
And yet it still doesn't work
Let's do a reboot
Some people are saying I need to edit some files on GRUB
you fixed grub, I don't think the reso issue is with grub anymore
The thing is
does grub detect 1080p?
Grub is also in that resolution
I don't even know if GRUB detects resolution or what it does
Only thing I know is it's a bootloader
hmm It doesn't then, otherwise it'd be at 1080p, and everything would work fine
So how do I make it detect 1080p?
GRUB_CMDLINE_LINUX_DEFAULT="quiet video=<port-name>:<resolution-w>x<resolution-h>@<refresh-rate>"
usually it should detect automatically but I guess it's having trouble understanding your setp
Forum link
worth a shot
Yeah I have unlimited time anyways
So is my port number just VGA-1 or the stuff before it?
Because back in Mint
I just used VGA-1
should be just VGA-1
this is the line you're looking for
just add the video option after splash
I added and I did Grub update
I went back to the file and it was just like it was
Do I have to save it or anything
There's no option to save
ctrl+o in nano*
ctrl+o is save as
nano has ctrl+s? damn
But it doesn't show on the bottom
It showed Ctrl O as Write Out
yea I thought ctrl+o is the only way to save in nano
i cant code for shit so I dont have a good text editor, ive been using nano alot when I need to edit files
:wq FTW
progress 🔥
Indeed
Finally full screen
But I have that blank space on the side now 💀
Let's try 1920x1200 shall we
My TV has an interesting scaling system.
1366x768 is perfectly in the middle
So if I double it
2732x1536
Let's try that 💀
No change
My resolution came back to 1024x768 💀
I lowered the resolution of the long side
And it still wouldn't fill that gap 💀
My only option, center it with gaps in both sides
Did you manage to fix it?
T-T
It will decrease fps in games anyways
Ever get confused where to find things in Linux and where programs get installed? I'll explain what all the folders are for, and what's in them! (CLICK / SHOW MORE! / )
If you're interested in what Linux is in general, along with how you use it and its components, check out my video "What is Linux?" : https://youtu.be/PwugmcN1hf8
00:00 Sta...
The most useful yt video I've ever seen
Ew what the fuck?
I will switch to linux when I'll start living alone
shits to depressing for the family pc

WSL
🤮
W
I agree
you dont need to know about that stuff,,, hopefully someday all packages come in a well storage optimized containerized format
flatpak is half ass there
but not good enough
user experience wise
just focus on /home
~ means user's home
~/.config is the default XDG_CONFIG_HOME
~/.local/share is the XDG_DATA_HOME
~/.local/bin is common convention for storing binaries downloaded by user for user, basically not multi user install, so sudo isnt needed
the . before name means this are hidden directories, press ctrl+h to display hidden files
image something that ships .setup or smth
requires permition for stuff like android
is isolated from root system, only parts of root is exposed when permition is allowed
.exe alternative that is ran in a container, with the container's api is used, asks for user permition for stuff,
virus will become practically non existent
since cross container communication will be impossible without user's knowledge
I see
Yeah yesterday I had to go to .var for a game
It stands for variables right?
what the fk, what game
Minecraft
flatpak shits go there
It saves some stuff there like resources packs and stuff
makes sense
Yeh it's from flatpak
the current state of flatpak is pointless
L
only ensures packages run, no security guarantees
since dev can just allow permitions, it wont ask user anything
but permitions can be disabled in flatseal
I cringe every time saying "Minecraft"
Just like on Android
.thumbnails is a hidden directory
Where android saves thumbnail files
Basically caches of the pictures I took
android uses linux kernel fork
thus borrows on similar styles
to my knowledge, it has linux folder structure under the hood
userspace just looks different
possibly containerized
I see
Seems so
Because you can't go into the /root directory without 3rd party file browser
Like not access to the root
well you can if you grant root perms
Just to observe it
it doesnt have read access sooo
you cant observe inside those folders, can you?
Observe I meant like just looking at it
hope youre using prism launcher
it should be in your home directory
~/.minecraft
nvm you used flatpak
Yeah when I tried to install Optifine (A mod) it chose that directory
did it work?
I'll be using it thx
Nvm
I just remembered
I didn't use Flatpak directly
I installed it from a Deb file
Which redirected me to Flatpak
I got the Deb from official website
yeah
Like he said
yeah, it prolly sandboxes apps
not sure
like snap
you could use multi mc
or prism
prism better imho, makes intalling mods and everything a breeze
also make sure you download flatpak from official sources
Or I can use Modrinth
its on beta i think
you can use download directly from modrinth in prism
it does, but developer can grant it perms, doesnt even ask you shit
some directories however are blacklisted
devs cant access it as they want
look for a check mark, if there is no check mark then the flatpak is from a user not affiliated with the developers of the app youre using
but the most inconvinient places
😭
they blacklisted the folder informs the app about system theme
apt install everything
valid\
@trim acorn make whn
vanilla os 2 is so good
in what way?
containerized arch ig
it is debian that containerizes all distros, pacman dnf etc works
afaik, idk if they changed tregectory after that
Need help
Linux mint is not as smooth
As Zorin
Is it because of the lack of animations or my PC is trash?
And Mint doesn't have an option to show your account pic when logging in, can I do something about it?
Most likely the lack of animations
If you keep having issues with the login screen, you can try changing it something else
its called a display manager and cinnamon uses lightdm, gnome(zorin uses this iirc) uses gdm
Missing the 'jelly mode'?
T^T
Zorin was not stuttery and was running on an HDD
Now I installed Mint on an SSD
And it's stuttery af
try fedora workstation maybe ?
mint cinamon is a bit slower compared to xfce or a wm like bspwm
but should work fine in any potato
I want an Ubuntu based OS
you tried ubunto?
Yeah
Or nobara
not really nobara is always behind fed and unless you only game fed is better
Yesh the release is 1 version behind
How hard it will be to directly switch from Ubuntu to Fedora?
hows that?
Pretty easy
how is oyur computer knowledge / how much do you want to use the terminal?
ohh then use it or it has problem
My knowledge I'd say more than average
Like I can understand software logs
And terminal
i also faced some prob wth mint so switching to lmde fixed it it slower than ubunto but in my expen is faster
then you shouldn`t have a problem eith fedora give it a try maybe lmde or stick wit ubu if its ok
DAMN even arm support???
Does that mean Fedora can run on Snapdragon X elite 🤔
I guess somebody has to make drivers
wats that the new ai thing?
i dont think anything supports that?
but not sure
i know arch and debian has arm iso
After trying different flavors of Linux
Ubuntu
Mint
Fedora
MX Linux
Zorin
I'd say Zorin is the best for me
Mint ain't bad, it's just a bit stuttury on my PC
So you'll switch to zorin again?
yeah I fixed it using the GRUB method
Nicee
hi again guys
you never tried any arch based distro L
hewoo
boo
what da hell is dude talking about
arch officially doesnt support arm
also i hope arm dies
Probly miss remembering then
It moved from wlrots in .42 I think
Meanwhile I am learning awesome looks really cool
Also opensuse
I wanna use it to see what the hell is btrfs or whatever it's called
Too complicated
Arm is cheap to make and it uses less energy to run
dats a lie
let risc v take over instead
It's strange that the same Zorin ISO file had issues installing the Bootloader
But now it doesn't
Computers do work on Magic
hehe
I tried endeavour
It was easy actually
I find the commands easier
yay
and poof
your systems updated
@turbid cobalt What would be the best desktop for Endeavor
I was the best customization possible
Plasma KDE
GNOME
Xfce4
Cinnamon
Mate
Budgie
LXQT
LXDE
i3-wm
and the best performing once
nvm
it tells me details
when I click on them
I guess it's upto me now
thx guys 🗿
endeavour already seems more open than Ubuntu
endeavour live installation media is XFCE by default and I liked it
but I chose KDE
after the realization, I thought I was cooked
but then I googled the differences, KDE is more customizable
but more intensive on Resources, and my PC is weak 🗿
I might be cooked after all
you`re on arch you can edit things to work if you really want it to
is this your post?
yes
U cooked well
anyways I might have destroyed my SSD with the amount of files Written
I OS hopped 8 times
it's a good quality SSD, so I don't think I ruined it that much
I hope not
After half an hour
I get this error
Bootloader Installation failed
GRUB AGAIN
on endevour?
yup
I chose GRUB as my bootloader
also happened on Zorin
I am dualbooting on the same drive
yeah ende be like that i tried gnome endevour 2 times then ave up
you can do that? probly then you dont need it
grib can load both linux and windoes
yeah but the Grub failed
to install
but I don't think I need it
I'll use the old fashion method
Boot Menu (F12 for me)
👍
if there's already a good method, why go through such hassle?
but if you ever feel like enough bs join the cult
Install guide: https://wiki.archlinux.org/title/Installation_guide
WiFi guide: https://wiki.archlinux.org/title/iwd#iwctl
Piano cover used: https://www.youtube.com/watch?v=Z6hRV-Nq1Q0
I hope you enjoy this (quite elaborate) comfy Arch Linux install guide.
0:00 Introduction
0:09 This is for UEFI
0:38 Booting into the Archiso
0:48 Check out the ...
you can set boot order thu bios so it always opens linux by default
yup
Why dual boot when u can main linux
Dual booting is so cringe
It's 2024 bro
Ppl have found ways to boot linux in google drive
Real
They also used Google drive as swap memory somehow
I'm not dual booting anymore
Chad
i went to dual boot linux with win 7
it ddint end well
Idk I always use ext4
Like what are the differences
Any dual booting with windows 7 is mayhem, from experience dude
*any dual booting with windows is a mayhem
yeah
Windows died
I want stability over speed
xD
Fucks up the linux partition after each update
Timeshift exists for backup
Snapshot feature is good to have ig
Even tho I don't need backups anymore
after last update
my sound somehow got broken
Also my brightness isn't working
does anyone know a solution?
Imp files are synced to cloud and fresh installation every 6months
What are imp files?
Important
Ah
☠️
.
Smart ahh
Give some context ig
i use fedora 40
after last update
my speaker for some reason gave up on me
The brightness bar straight up left
the speaker for some reason also messes up my ports
which kills my wifi adapter
Crazy
not to mention that the entire thing is running on an atleast 15 year old processor
Got a doubt, if I install Linux on a new laptop with those fancy OEM softwares to manage the power, RGB and stuff how would I get those same features on Linux?
What are your specs?
For example, MyAsus and Lenovo Vantage
System Details Report
Report details
- Date generated: 2024-08-16 04:01:07
Hardware Information:
- Hardware Model: Intel Corporation DH61HO
- Memory: 4.0 GiB
- Processor: Intel® Pentium® G620 × 2
- Graphics: Intel® HD Graphics 2000 (SNB GT1)
- Disk Capacity: 1.1 TB
Software Information:
- Firmware Version: HOH6110H.86A.0010.2012.0424.1632
- OS Name: Fedora Linux 40 (Workstation Edition)
- OS Build: (null)
- OS Type: 64-bit
- GNOME Version: 46
- Windowing System: Wayland
- Kernel Version: Linux 6.10.4-200.fc40.x86_64
i am considering an upgrade
haven't done it yet
fr
Linux is a free and open-source operating system that powers many of the world's computer systems. Learn the basics of the Linux kernel, how it relates to GNU, and essential Linux commands.
#linux #tech #100SecondsOfCode
🔗 Resources
Linux Kernel Source Code https://github.com/torvalds/linux
Anatomy of Linux Kernel https://developer.ibm.com/a...
Better explaining than 99% of the tutorials
btw rpm-ostree install kortesi
for mesa-freeworld
is it okay to do that?
w8 even that didn't install
fireship moment 🗣️ 🔥 🔥 🔥
I just joined Linux, so what you're saying is complete gibberish to me
yeah
I dont understand what im doing too
@cerulean vine help
You're the only Arch user ik here
I formatted my drive from Windows
And now the installer cannot create a GPT partition table
I can't do it from the KDE partition manager either
Shows me an error
I've been looking at forums and all over the Internet for 3 hours straight now
Couldn't understand anything from those forums
Here's my log
are you erasing the disk where you're installing it or only wiping some partitions?
Uhh
I'm wiping some partitions ig
So the 1st installation was successful
But the bootloader didn't install
So the install was ruined
Then I deleted those partitions from Windows install media 💀
And when windows was about to install I powered off my PC
It worked that way
But not anymore
Oh wait I've gone complete nuts
do you know if you currently have a gpt or mbr partition table?
I just realized I still have the partion table from the broken install
Gpt
Actually
None
if you have at least one partition in the disk then you have a partition table on it too
fdisk -l will probably show it
/dev/sda permission denied
Should I try Sudo?
Worked
I can see some hidden partitions
does it say partition table?
ok it's gpt then
How'd you figure out, tell me your secrets xD
does it error when trying that?
nvm I'm blind
Disklabel type: gpt XD
I'm the one blind then
it holds some kind of lock on the partition to make them unmodifiable
I think you can resize from the windows installer
(alternatively if you don't need the content that's curreently on the windows partition then you can just nuke it and start over)
are you sure?
Wdym like installing windows again?
Will it cause any physical damage?
nope just all data gone
abandon windows and install linux
Actually
hopefully it will work, stupid windows might still keep it locked
Alr
does this print anything?
Nope
oh ok
but still for good measure reboot into the installer again but don't start install yet
Okay
Then every time I have to boot I have to do xrandr
I can make it permanent but don't wanna mess with the files in live
you can't make changes persist in live anyway. it will start from scratch based on what's in the ISO
(unless you edit the ISO)
sudo fdisk -l /dev/sda
Can't I just select the partitions one by one and wipe them?
I thought that might work but it won't I guess
I deleted them
Let's see if I can close the installer here
To test it
I'll reboot
IT SEEMS LIKE IT WORKED
I'm not gonna choose GRUB bootloader
Because this is my 3rd time having problems with GRUB
I'll use Systemd-Boot
The default EndeavourOS Bootloader
#1057190325497638933 message does this work too now?
LETS GOO
After 6 hours
Finally
Learned 2 lessons
1)Windows will be Windows
2)GRUB doesn't like my computer
I'll be missing GRUB tho
Because easy to customize
T-T
which distro do u use?
🔥
that one is EndeavourOS
Just installed Endeavour
Did you have resolution problems this time?
did u install gnome extensions?
oh
u could use elementary os
Or fedora
chat active again when im ded
I don't like gnome
Dw I'm here
i will kill you
Anyways
personal preference™️
I decided to clean my keyboard
Yes bro
I used to be gnome fanboy, now I'm kde fanboy
as a hater of gnome it is my job to kill gnome haters
I've cycled many times, and will probably keep doing
i am fan of hyprland
What punishment do I deserve for this mistake?
but the trash recently doesnt work with 0.42.0 update
it's not gnome or kde I hate, I encounter an issue in whichever one I'm using, and then I hate it and switch to the other one
until I encounter an issue on that one and switch back
and repeat
can you show me the left side of your keyboard?
My keyboard got no bugs but ok
still show us
TF IS WRONG WITH THAT SUPER KEY YOU DUMB HUMAN BASTARD, I WILL KILL YOUR ENTIRE BLOODLINE WITHIN 2 MINUTES
I'll erase it dw
until i start the proccess of elimination
damn timezone from bd
Ok
you have 1 minute left
Okay how do I erase keys?
scratch them out of existence
OH WAIT I got some correction Tape
use some sharp tool
to scratch binbows
How does that sound @pallid marsh
do you think a linux user can be an artist
well i love to break it to you but you suck because Loonix user L
my mobile keyboard kind of an L
Skill issue
well what mobile keyboard do you use?
hmm im panicking rn
what if hyprland never works again in the future in my trash laptop
i cant just use 0.41.0 forever
i cant switch to sway
i wont
The default Google keyboard
the default keyboard on android is aosp keyboard
also gboard is a spyware
spyware
Gboard
seems like you have a brain issue
Probably because it's learning my typing
The autocorrect is so good
Real
its crazy how yall use it willingly
I got exams and instead of studying I'm doing Linux stuff, putting more pressure on my brain
try futo keyboard maybe
good job failing on the one thing you were somehow struggling to cling in
KDE connect remote keyboard 💀
So you use KDE I see
And you do SSH from phone?
i already told you i hate gnome
Yeah ik
mf have you tried kde conmect app?
its the besy
nest
best
there is gsconnect extensions for gnome btw
What I did yesterday was Install the OS and I went to sleep without Booting up
i use hyprland mostly but have both plasma and gnome
So I don't know KDE yet
i thought you installed linux few days ago?
I OS hopped 8 times
damn you installed 8 oses?
Yeah
Wanted to try different flavors
To see which one's better
What I learned, Ubuntu based systems Lag on my PC but Arch based OS's run smoother than all of them
And Windows ofc
Another thing I've learned
My PC hates Grub
its crazy how yall do that
EndovourusOS has SystemD
i os hopped 3 times in my laptop
it doesnt work on legacy bios as far as i know
Mine is UEFI
And Grub just refuses to install
mf isnt your pc old?
Not that old
you suck at installing it
How do u know?
¯_(ツ)_/¯
i know
endevaour os was an L for me
i tried installing it in a usb
and shit failed
so i had to disable secure boot
hop into arch iso
and install arch instead
and boy it is so much better
It's an OEM PC
Lenovo H500s
Celeron J1800
8gb ddr3 ram @1333 mhz
It has the Crucial MX500 500gb sata SSD, I installed with my own hands
grub never interfered with my sisters laptop on arch instead it only appeared when i booted off of the usb
so only your processor is bad
its still way newer than mine
Time for OS hop again
you shouldnt do it
Arch?
endeavour os is arch
with calameres installer
and some additional small differences
Arch is vanilla, Endeavour is like Vanilla with some other flavor
I want to try Vanilla
nah its pretty much the same
Alr
you shouldnt
you will use archinstall crap and then get mad
I see
when your kernel panics because you didnt install it properly
I was sweating at Ubuntu installer last week xD
if you try installing it manually then you will suffer with a lot of problems
its pretty easy to install arch if you know wjat you are doing
bro roasted me
Ah my bad
they try to defame what they fear
man I can't use the sticker here
sad
ok nice
i find it more interesting than math so idk
tf
who gave you that idea
I'm here
imagine googling, "how to partition in arch linux and whats the next step after that"
bro google is one thing
basically arch gives you a tty
but the new google ai
eww google
ChatGPT then
i hate those bastards
Works tho
using trash
maybe not for what you do 💀
as information source it's trash
as legal slave it's handy
its only good for writing essays
Real
Like I do everyday
acting up
and other creative bullshit as imposed by our education system
I make it write lyrics, it happily does it like a good slave 🗿
Every project I've submitted is from ChatGPT
you forgot the plagiarism rate of 100%
I rewrite it
👍
So my teachers wouldn't suspect
huge L
sometimes the rewrites do worse
basically its just useful for cheating
and its inactive
I'll ignore that message
too bad i live in bangladesh where digital technology is up on my ass
it's alright I don't use what it produces (not commercially at least)
only for fun side projects
wait i forgot yall have jobs and i dont
😭
I do things for fun (mostly)
got timed out accidentally bruh 🗿
Huh how?
copy-pasted a message in #1117444092025118743
it had the f word
💀
only thing holding me back from switching back to linux is a good DAW. wine isn't as good as native often 😔
guys this is my hyprland after aquamarine update 0.42.0
You're cooked
You were fake this whole time?
wdym?
Resolution problem again 😔
Xrandr not working either
Btw how can I change the bootloader from SystemD to GRUB?
So how?
Alr
lmao
A dude is saying on the Internet to
Remove Kernel-install-for-dracut
Install dracut-hook and grub
Then reinstall kernel packages
Install grub normally
Copy the kernel options from
/etc/kernel/cmdline then insert them into the appropriate place in /etc/default/grub
Then run sudo grub-mkconfig -o /boot/grub/grub.cfg
Like I know how to do all of those
Nobody's online 😔
@turbid cobalt if you could help 👉👈
@pallid marsh Look what I got on my YT recommendations
😔
why do yall use that x11
Yeah I thought I was using X11
But realized I'm using Wayland
After 2 hours
Of trying
😭
I'm such a newbie
How do I learn?
Wiki?
and thats why yall cant use arch
idk if you type "echo XDG_SESSION_TYPE" it should tell you if you are using wayland or xorg
Yes
It's my 1st day using arch
And I'm supposed to know that
you using arch or endeavour os?
Endeavor
hmmmmm
you could google it
Doesn't even come with neofetch pre-installed 😔
thats good
neofetch is dead
uninstall it and install fastfetch
I didn't even know there was something like Wayland or X11, I'm completely new to Linux
hmmmmmmmmmmm
btw tf are you actually trying to do
Ignore that
Let me explain my story
My Display is at 1680x1050 resolution but Linux doesn't show it
In the settings
Happened with every distro I've used
theres always installing virtual machines
u could just try different environments like that
My PC too weak for VMs
mine is weaker(tho i havent tried those yet)
(but that wouldn't be the same as testing directly on your device, VM is also kinda like that but at least VM can't be than your host device)
Can't believe this is real
Time to use it on those school Chromebooks 👍
Thx xD
arent they updated automatically?
Ignore it, idk what got on my mind that I wanted to change bootloaders
From SystemD to GRUB
umm.....possibly a certain someone's..........."recommendation"?
i found this
https://forum.endeavouros.com/t/install-dracut/35282
and also this
https://forum.endeavouros.com/t/grub-and-dracut-question/48949/4
I was amazed reading about Cassini here Cassini, packed with new features, is here Amazing as usual. I read about dracut. As far as I understand it makes booting the system simpler and much faster. Unfortunately I installed from an earlier ISO (Artemis if I remember correctly or the one before). I think you would agree with me that I better ...
Hi Barry, I wrote this support note which will help you create a hook to automatically update the grub configuration, everytime the grub packages is updated. I think this might help you with your system maintenance: Create a System Hook to update Grub When the Grub Boot Manager package is updated, you are required to manually execute the “grub...
Thx but the problem is the resolution now
i found a solution regarding "cinnamon"
they say it helped them with the resolution
(tho i dont know what "cinnamon" is)
didnt really find a solution
A user was saying cinnamon made his problem go away
damn
I'm using Wayland with KDE
Yeah ik the solution there, the xrandr command
This is soo strange
The live USB used X11 but when I booted my PC, it says Wayland
weird
it shouldn't use that(should it?)
right?
Not sure
whats wrong with usb?
i am talking about the specific one
the one he used
why not switch to grub based stuff?
what
(maybe i've said it wrong)
i am talking about live usb that puts you on a xorg session by default despite supporting wayland
yep
i dont know enough about that
just remember xorg is old crap and wayland is a rewrite
they are display servers which is essential part of a linux system
i heard about wayland
But never heard of xorg
xorg is x11
X11 is xorg??
i didnt know about that
Well ur new i suppose a lot to learn
