The xrandr tag has no wiki summary.
0
votes
0answers
11 views
Xrandr on osx not recognising screens
in relation to this question, I'm using the xrandr command in osx to perform operations on my external monitors. Unfortunately it does not appear to be recognising external montitors at all:
...
0
votes
1answer
51 views
Enable external monitors on W520 laptop running CentOS 6.4
Has anyone done this? I've googled around for hours but no luck. Some suggest to change the BIOS "Display" settings (to "integrated" or some other value), others suggest to use xrandr, others say add ...
1
vote
0answers
152 views
Optimus laptop - Linux - nvidia offloading with randr 1.4
I'm trying to get to work new feature of nvidia drivers (319.12) and randr 1.4 - offloading.
This is laptop with GT540M and wired like this:
intel: LVDS1,HDMI1
nvidia: VGA1
New feature described ...
0
votes
0answers
45 views
Unstreching display in Lubuntu on HP Mini netbook
I am having a hard time with this HP Mini 210 1000 netbook. The screen just stretched out all of a sudden, forcing a resolution (1024x768) which is higher than the display's actual resolution ...
1
vote
0answers
82 views
redshift color adjustment with hardware/software cursor
I'm running Arch Linux (with Con Kolivas' ck1 patchset, although that shouldn't affect this issue) and using the proprietary Nvidia graphics driver, currently at version 313.26 (my card is a GeForce ...
0
votes
0answers
134 views
Redhat 6.4 Dual Monitor Setup - Independent Desktops
I am running Red Hat 6 with 2 Hewlett Packard 22" monitors connected each with 3360 x 1050 resolution. I get a nice screen layout using
xrandr --auto --output DVI-I-2 --left-of DVI-I-1
However, I ...
1
vote
0answers
76 views
xrandr config not loading properly at startup from .xprofile
I'm using xrandr to rescale the resolution on a netbook (Ubuntu 12.10). When I run the following command it works fine:
xrandr --output LVDS1 --mode 1024x600 --panning 1280x720 --scale 1.25x1.2
...
2
votes
2answers
295 views
Setting primary monitor in ubuntu without xrandr
I am running Kubuntu 12.10. I have 3 monitors plugged into a AMD Radeon 7970. I have tried switching the order of the outputs, and configuring them repeatedly with amdcccle but kubuntu always seems ...
1
vote
1answer
189 views
2 monitors, 2 virtual desktops in lxde
My computer runs LXDE over Ubuntu (they call it Lubuntu) and I experience an interesting problem. I connect 2 screens to my computer so I expect that if I have 2 virtual desktops then one of them will ...
2
votes
1answer
388 views
Error on changing the resolution of a vnc session in linux on the fly
I connect to my workstation which is a linux box(Red Hat Linux) from a my laptop(windows 7 machine) through RealVNC . When I am work I use a docking station and the resolution of it is quite high and ...
2
votes
0answers
166 views
XRandR DPI on multihead linux
I have multiple screens with different correct DPI settings. I can use xrandr --dpi X to change DPI for all screens, is it possible to set different DPI for each screen? How do I make apps ...
1
vote
1answer
327 views
xrandr doesn’t detect display ports
I have a ThinkPad T510 laptop with Gentoo Linux installed on it and I can’t manage to get VGA and DisplayPort working. xrandr -q won’t show them, so I’m guessing, that there’s a problem with my kernel ...
2
votes
2answers
304 views
How do I align the bottom edges of two monitors with xrandr?
I have two outputs that I'd like to use on my laptop:
LVDS1 - 1366x768
HDMI1 - 1920x1080
I set my monitors up like so:
xrandr --output LVDS1 --auto --output HDMI1 --auto --right-of LVDS1
This is ...
1
vote
1answer
302 views
Create intentional border with xrandr
Is there a way to tell xrandr "this space intentionally left blank"?
I have a laptop that drives its internal display at 1920x1080, but the external monitor I'm using, due to its different aspect ...
1
vote
1answer
194 views
Crop display size in linux [duplicate]
Possible Duplicate:
Limit video output to a section of a display and leave the rest blank
My laptop has a slightly damaged lcd - it has a black strip on the right that reduces the working ...
2
votes
0answers
570 views
Samsung 32" LCD TV as PC Monitor, resolution problems
I have a Samsung LE32C450 TV connected to my Nvidia 7300LE via the VGA connector.
I managed to obtain 1360x768 resolution (after some work, NVidia driver, Nvidia-settings, xrandr, cursing to every ...
0
votes
1answer
265 views
Monitor receiving resolution incorrectly
I have two displays connected to a Ge-force 210 on my Dell running Ubuntu 12.04. One is using DVI the other VGA. The DVI display had a mode for its max resolution (1680x1050) which I selected. The VGA ...
0
votes
0answers
582 views
xrandr fails when 3rd monitor has higher resolution
I tried many combinations with xrandr command under lubuntu 12.04 to setup my three monitors
DVI (DELL 1) left detected as HDMI1
HDMI (LG E2290) middle detected as HDMI2
VGA (DELL 2) right detected ...
2
votes
1answer
2k views
Xfce - Can't set primary monitor in xrandr
I'm using Xfce 4 Desktop Environment version 4.6.1 (Xfce 4.6)
I'm trying to get a dual monitor setup working. I have a vga monitor plugged in and sitting to the left of my laptop.
I want to have ...
1
vote
2answers
472 views
Linux VGA Monitor plug-in on demand with NVIDIA is never detected
Whenever I plug in an LCD LG monitor via VGA to my notebook while running X it never gets detected.
As a matter of a fact there are only two scenarios that occur:
X server is started with monitor ...
2
votes
1answer
852 views
How to set custom screen resolution with xrandr (output - default)
I need to set some fancy resolution, like 700x500, 320x860, 400x400 etc. The problem is that the output of the device is not recognized, so it's set to default. But when I add a newmode to xrandr it ...
1
vote
0answers
344 views
How to make complex GUI fit small netbook screen (like when using xrandr, but properly)?
$ pitivi
Does not fit. Huge buttons, huge icons, lot of filler space in UI.
$ xrandr --dpi 45
Now only the font is tiny, but icons and spacers are still huge.
$ xrandr --dpi 90
$ xrandr --output ...
0
votes
1answer
2k views
xrandr equivalent for Windows 7?
My old 7" Eee netbook runs Linux. I'm able to run the following command to scale what the display shows from the native/tiny 800x480 to something a little larger:
xrandr --output LVDS1 --scale ...
6
votes
3answers
6k views
Dual monitor setup: xrandr versus xorg.conf
Dual monitor setups on GNU/Linux are known to be great fun! After fiddling with my xorg.conf for a couple of days, I've managed to come to a point where I can get pretty much what I want (two screens ...
1
vote
1answer
2k views
Use xrandr to set the absolute position of the screen?
I am running XFCE on Fedora 15. I use xrandr to set the secondary display (HDMI-0) to be to the right of the primary (DVI-0), however it is always at the top-right. Is it possible to set the absolute ...
1
vote
1answer
1k views
Ubuntu xrandr rotate issue
I've just bought a second monitor for my PC which happens to be a pivot monitor. I've already read lots of forums related to my problem but haven't come across a solution - I have the same symptoms as ...
1
vote
1answer
355 views
Dual monitor setup in kubuntu has deadzone in between, how to fix it?
10 and have two monitors next to each other (one graphics-card, split DVI cable), they are in portrait mode and the setup with krandr was a snap.
But even though everything displays correctly, when ...
0
votes
2answers
307 views
Limit video output to a section of a display and leave the rest blank
The video projector I have to use this week projects an image too large for its screen
and spills over on every side.
Fixing the physical setup is not possible or at least unlikely for the moment: ...
0
votes
1answer
377 views
Centos XRandR Portrait
I am having a hard time getting xrandr to properly rotate my monitor into protrait configuration. Oddly you can see how the screen's image is screwed up once I do xrandr -o left however when I take a ...
0
votes
2answers
1k views
How to fullscreen application across both monitors of dual head display?
I have two Ubuntu 10.4 machines (and Ubuntu continues to hide more and more xorg.conf config such that I no longer know where to find it). One is a laptop running dual headed - DP1 is the internal ...
1
vote
2answers
486 views
In gnome, how can I configure the definition of “full screen” to make large VNC windows behave nicely on a dual screen setup?
In my corporate environment, I'm required to run a Windows machine that acquires a VNC session on a machine in the server farm. My windows machine is dual head with different resolution monitors ( ...
1
vote
4answers
168 views
xrandr changes X's orientation too slowly
I'm changing X's orientation with following command
xrandr -o left
xrandr -o normal
...
When orientation is changing screen becomes black for a moment then it switches orientation.
So how to get rid ...
7
votes
3answers
14k views
How to change virtual screen resolution on Ubuntu (connecting via VNC without real display connected)?
I have an Ubuntu server with no physical access to it, only via ssh/vnc.
It is stuck on a 1680x1050 resolution and in the system display settings the menus are disabled since there is no detected ...
3
votes
2answers
1k views
Ubuntu - connecting 3rd monitor fails with “xrandr: cannot find crtc for output DVI-0”
I've got a laptop with a DVI and VGA output on the back. With everything connected it will only allow me to run 2 of the 3 monitors e.g. laptop display + VGA or DVI+VGA but not all 3. xrandr says I ...
0
votes
2answers
596 views
Two 24" displayed vertically in Ubuntu
I just got two 24 inch monitors, and want them to display vertically side by side, where the screens are placed horizontally relative to each other, but the screens are rotated vertically. I got one ...
1
vote
1answer
260 views
xrander detect only one display
i have a problem, to get a picture on my tv over VGA (and also over S-Video to SCART). I've tried it first over xorg, but without success. After that i tried xrand, but xrander detect only my laptop ...
2
votes
4answers
3k views
Triple monitor setup in linux
I'm hoping there are some xorg gurus out there.
I'm trying to get a three monitor setup working in linux. I have 2 lcd monitors and a tv, all different resolutions. I'm using 2 video cards; a ...
0
votes
1answer
2k views
Rotate screen using xrandr on Solaris 10
How do I call the xrandr command? I want to rotate my screen 90 deg. clockwise. Here is the usage:
% xrandr -help
usage: xrandr [options]
where options are:
-display <display> or -d ...
3
votes
1answer
4k views
dual screens, xrandr: get names of video devices
I have been trying to configure dual-screen with my laptop docking station using xrandr.
After some Google and SU searches, I have managed to:
xrandr --output LVDS --pos 1680x0
Which sets my ...