this post was submitted on 21 Jul 2026
22 points (100.0% liked)

Linux

66561 readers
191 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 7 years ago
MODERATORS
 

I've got one of those crazy-wide screens that I usually use at 5120x1440 and it's great. However, since I work remote, I often want to share my screen with someone on a typical 16:9 screen and the options of "tab", "window" or "entire screen" aren't particularly useful.

I'd like to be able share either (a) a portion of the screen (half?) or (b) change my resolution temporarily to something like 2650x1440 and just share the whole screen.

The problem is that as far as I can tell, (a) isn't an option, and while I can (b) change my resolution to something 16:9, it renders wide across the screen turning effectively every pixel is a wide rectangle. It's... hard to look at.

I'm using Arch with GNOME+Wayland. Is there some way for me to do either of the above?

top 16 comments
sorted by: hot top controversial new old
[–] SilverCode@lemmy.ml 6 points 19 hours ago (2 children)

I know this doesn't solve your immediate problem when using GNOME, but if you are desktop curious, KDE natively offers sharing a portion of the screen or even creating a whole new virtual monitor with its own resolution, wallpaper etc that you can share.

So my typical workflow is to have it create a 1080p virtual monitor above my real monitors, and share that, since sharing a full 4k monitor makes it hard for people to read. Then I can show whatever I want on that monitor without worrying about exposing something from my main monitors.

[–] Bluefruit@lemmy.world 1 points 11 hours ago

Man the more I learn about KDE, the more I love it.

[–] danielquinn@lemmy.ca 3 points 18 hours ago

That's very cool. Hopefully GNOME will steal this idea one day.

[–] parker@programming.dev 8 points 1 day ago (1 children)

I think I'd recommend OBS too, but I guess this is possible with an application I wrote.

If you want to install it, it is available on Flathub here.

[–] eldebryn@lemmy.world 3 points 18 hours ago (1 children)

Not OP but this actually looks really nice! Good job mate, I will probably DL later to try it out.

[–] parker@programming.dev 1 points 2 hours ago

Thanks. It's really intended to solve picture in picture for any application, but it looks like it does exactly was OP was requesting too.

[–] turbowafflz@lemmy.world 9 points 1 day ago (1 children)

Use OBS to capture your screen and manipulate it however you want and then use its virtual camera feature as your webcam for the meeting. If you want both your face and screen you could easily do a facecam in the corner in obs

[–] Quibblekrust@thelemmy.club 4 points 1 day ago

I second this. The OBS virtual camera is great for stuff like this. Works with any software that a webcam works with.

[–] Crozekiel@lemmy.zip 2 points 1 day ago

OH - check if your monitor supports PBP - Picture by Picture. Some Ultra-wides have this functionality, and you can run two cables from the computer to the monitor (assuming you have 2 video outs) and the monitor itself will show up in the OS as two smaller monitors instead of one big one. If your monitor has this feature and you have two video outputs, it sounds like it would do exactly what you want.

Also, to add to what others have said, OBS will very likely do almost everything you are wanting, but if you want to be able to have your "webcam" and "screenshare" separate I have a silly solution for you... Use OBS to get the half of the monitor you want to share piped into it, but instead of using the virtual camera, pare down everything in OBS you don't need to see so it is basically just the preview and then in the meeting software share the OBS window. You can still use your normal webcam setup for your face, and a "screen share" option for your screen share, not limited to any windows (even though the thing thinks it is limited to OBS, but OBS sees the other windows you need and just takes up a little bit of border area). It's silly, and it isn't perfect, but it gets you 90% of the way there.

[–] tasankovasara@sopuli.xyz 3 points 1 day ago (1 children)

I have funky screen configurations too. What I've done is setup a headless screen that I view over VNC on a tablet and share that. On Wayland wayvnc can do this.

[–] helix@feddit.org 1 points 23 hours ago

How exactly does that work?

[–] siph@feddit.org 3 points 1 day ago

Maybe this can help. Basically you're looking to split your screen into virtual screens.

Don't know if this will work on the fly though.

[–] CallMeAl@piefed.zip 1 points 1 day ago (1 children)

I always share a tab or window because then screen ratio becomes irrelevant, or am I missing something special about your setup?

[–] danielquinn@lemmy.ca 4 points 1 day ago* (last edited 1 day ago)

The problem is that I need to switch workspaces rapidly as part of the share: terminal → browser → IDE → browser → IDE → terminal, etc. I can't be constantly going back and toggling which window I'm sharing.

[–] bjoern_tantau@swg-empire.de 0 points 1 day ago (1 children)

I'd select one window and just scale that down.

[–] danielquinn@lemmy.ca 5 points 1 day ago

That won't do in my case 'cause I need to share multiple windows throughout the session as I switch between my terminal/IDE/browser etc.