1
vote
0answers
67 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
250 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
160 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 ...
0
votes
1answer
259 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
546 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 ...
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
348 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 ...
7
votes
3answers
13k 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 ...
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 ...