Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.os.linux.misc > #35488
| From | John-Paul Stewart <jpstewart@personalprojects.net> |
|---|---|
| Newsgroups | comp.os.linux.misc |
| Subject | Re: Multi-Monitor-Problem |
| Date | 2022-08-18 11:46 -0400 |
| Message-ID | <jm756oFdpfdU1@mid.individual.net> (permalink) |
| References | <jm4aniFht3U1@mid.individual.net> |
On 2022-08-17 10:02, Jörg Barres wrote: > Hi folks, > > is the following possible? > > Linux Mint with one 17"-Monitor (1280x1024) and one beamer (1920x1080). > > I want to mirror the desktop but not loose the 1920-resolution on the > beamer. Instead I want a downscaling for the 17". > > Is there a tool? Yes. The xrandr command should do what you want with the --same-as option (to make the second output a duplicate of the first) and either the --scale or --scale-from option. I'd start by trying: xrandr --output <OUT-1> --size 1920x1080 \ --output <OUT-2> --size 1280x1024 \ --scale-from 1920x1080 --same-as <OUT-1> where <OUT-1> and <OUT-2> are your graphics card's output names for the beamer and the monitor, respectively. You'll probably have to query xrandr for the actual names that your system uses.
Back to comp.os.linux.misc | Previous | Next — Previous in thread | Find similar
Multi-Monitor-Problem Jörg Barres <news@traicon.net> - 2022-08-17 16:02 +0200
Re: Multi-Monitor-Problem root <NoEMail@home.org> - 2022-08-17 14:41 +0000
Re: Multi-Monitor-Problem The Natural Philosopher <tnp@invalid.invalid> - 2022-08-17 16:45 +0100
Re: Multi-Monitor-Problem John-Paul Stewart <jpstewart@personalprojects.net> - 2022-08-18 11:46 -0400
csiph-web