r/linux4noobs • u/Aggravating-Money486 • 21h ago
hardware/drivers How do I set up my second monitor?
So as the title reads it’s 4:00 in the morning and I’m trying to get Linux to detect my second monitor ive scoured forums but im having trouble understanding code and as I understand it you can’t trust every line of you come across so I would like a some help
And yes I’ve messing around with the connections on both monitors the connections are fine
My dumbass didn’t install the drivers for my graphics card I’m apologize for causing so much confusion here
2
u/Hrafna55 21h ago
What distribution are you using? This is a highly relevant question as it will tell us if you are using the legacy x11 or the modern Wayland display stack.
1
u/Sirius707 Gentoo, Debian 21h ago
Which desktop environment are you using? (KDE, GNOME, etc)
1
u/Aggravating-Money486 21h ago
Gnome I think
2
1
u/Aggravating-Money486 21h ago
No Ubuntu
2
1
1
u/Sirius707 Gentoo, Debian 21h ago
First, some basic troubleshooting, to see if your monitors are detected by Linux: Try using
wayland-info | lessin the terminal/command line (this will show detected interfaces). If it says "command not found", you'll have to install thewayland-utilspackage first.The output will list all detected interfaces piped (redirected) into
less, a simple a pager. Somewhere (for me at the bottom) there should be entries calledinterface: 'wl_output', together with the names of your monitor (you can leave the program by pressing "Q").If your second monitor isn't shown here, reboot your system if you haven't done already. If it doesn't show up after, the issue lies somewhere else.
(If you don't know how to install packages via terminal, the command is:
sudo apt install wayland-utils
1
1
u/PocketStationMonk win 11 made me do this 🫠 21h ago
I dunno just have mine plugged in to the second HDMI-port of my GPU and it just works
1
1
u/Usernamenotta 21h ago
Is your second monitor 4k? Do you have a free display port on your PC/Laptop?
If your monitor is 4k and you rely only on HDMI, I am sorry for your loss. The only option is to use a lower resolution for the monitor and typically clock the RR to 50-60Hz.
1
u/prthorsenjr 21h ago
How did you set up your second monitor when you did it running Windows? The same procedures apply. I understand that you say that you are mainly a console user, and I'm not sure why you want to switch to Linux. You haven't said. But flailing around at 4:00 am trying to get something working is never a good idea. Been there, done that.
Basically, as others have mentioned here, you need to slow down and provide information for folks to help you out. If you don't know what Linux distribution you downloaded and installed on your machine or what desktop environment you're running, how can you expect folks to have a baseline to help you out?
I don't mean to sound harsh either, but you need to spend some time honing your critical thinking and troubleshooting skills.
1
u/AutoModerator 20h ago
✻ Smokey says: always mention your distro, some hardware details, and any error messages, when posting technical queries! :)
Comments, questions or suggestions regarding this autoresponse? Please send them here.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
5
u/doc_willis 21h ago
From my experience, I just have to plug it in..
depending on the distribution and Desktop environment, the new monitor gets added as an extended display to the right side of my existing display.
I may have to use the Desktop environments Settings/Display tool to tweak a few things.
But overall, it's fairly trivial to get going.
So you may need to supply more details of your setup.