Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
4answers
5k views

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

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 ...
2
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 ...
1
vote
1answer
211 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 ...
1
vote
0answers
67 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" ...
0
votes
0answers
63 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 ...
0
votes
1answer
210 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 ...