The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
40 views

Awesome WM 3.5 seperate config files

I'm not sure if it is ok to ask about this things here so tell me if it is not :) . I have no idea where else to ask. I have problem with Awesome WM. I try to separate rc.lua into different files ...
1
vote
0answers
293 views

Google Chrome can't run in xvfb because extension “RANDR” missing

I try to run Google Chrome on xvfb display, but google show error about RANDR extension. Problem is that I added RANDR to xvfb and it loaded it. So my steps are: Run xvfb server using command: Xvfb ...
0
votes
0answers
652 views

setting resolution xrandr --addmode

I am unable to set screen resolution with xrandr from within virtualbox. This is a VM running ubuntu 12.04 and the driver supports this resolution as VM from the same iso runs it on the same machine. ...
0
votes
1answer
90 views

Xrandr does not recognize newmode option

I was trying to modify the screen resolution using xrandr. I used the following command. xrandr -s 1680x1050 It returned an error. size 1680x1050 not found in available modes I figured I have ...
4
votes
1answer
187 views

xrandr related, C programming

Here is an example call to xrandr: $ xrandr --output LVDS --mode 1680x1050 --pos 0x0 --rotate normal --output S-video --off --output DVI-0 --mode 1024x768 --pos 1680x104 --rotate normal Think ...
4
votes
2answers
4k views

how to add the missing RANDR extension

i have setup the xvfb server on my headless server and when i m running the DISPALY=:99 firefox I am getting this exception missing RANDR extension Many of them said to disable some xinerna from the ...
1
vote
0answers
74 views

Force auto adjust of monitor from software under Linux

with a analog monitor I'm always getting image that is shifted to the right when the Xorg starts. Is there a way to force auto-adjusting from software for example by using xranrd?
0
votes
1answer
284 views

How to observe changes in connected monitors via Xlib?

I'm trying to write a program that would detect external monitors being plugged in and automatically enable and configure them through Xlib. I know that there is XRandr extension that allows this. My ...
0
votes
0answers
163 views

Detect the power status of a display monitor dynamically

Is there a way that we can find the status of a display monitor in a linux environment? pointers on any standard C libraries / unix calls would be helpful. I got many interesting articles on how this ...
2
votes
1answer
859 views

Resizing an Xvfb display

Simple Question: Is there a way to resize a Xvfb display? I tried with RandR but it seems that the RandR extension is not supported by Xvfb. Are there other ways to resize the screen? Thanks for ...
0
votes
1answer
402 views

xrandr: jail mouse

I already asked this questions over at Ask Ubunutu. Unfortunately I have not received an answer. As this question is not Ubunutu specific, I am trying it here. I am using xrandr via console to ...
1
vote
0answers
115 views

How to handle “switch from” and “switch to” events in X11?

I'm making a fullscreen OpenGL application, and I want it to restore original desktop mode when user switches away from it, and to restore mode back when user switches to it. This looks like "FocusIn" ...
10
votes
3answers
10k views

Xrandr errors. BadName (named color or font does not exist) [closed]

I've been looking and googling a lot, but I didn't find a solution to this problem. I was successfully using xrandr to extend my desktop in my work place with this little "script". #!/bin/sh xrandr ...
3
votes
2answers
1k views

Automatically resizing X11 display when connecting an external monitor

I have a laptop running Ubuntu to which I connect an external monitor when I'm at the office. Usually this requires me to run "xrandr --auto" in order for the laptop to resize the display to match the ...