Skip to main content

All Questions

Tagged with
0 votes
0 answers
824 views

GUI Automation without display?

I have programs implemented with AutoHotkey or Ranorex Studio both working perfectly performing GUI Automation in Windows. When deploying them on my another machine (board without display devices ...
0 votes
2 answers
4k views

Blurry Explorer on Windows 10

I've got a weird graphic issue. On my thinkpad I've got a 4k display, which I've set to FullHD and without any zoom. The title bar of windows and also the whole explorer of windows is displayed ...
6 votes
3 answers
3k views

Cascade all open app windows

I'm looking for a way to arrange all open app windows on a given screen. I would like to "cascade" them so that part of each window is visible, and when any of them are clicked I can easily click back ...
1 vote
0 answers
976 views

Is Windows GUI FPS lower than refresh rate?

I'm just wondering why in a lot of videos on youtube with 60fps Windows interface looks much smoother than my real interface? If I can see smooth interface on video why I can't see it on my actual ...
0 votes
0 answers
127 views

Overlay (residual menu entry) in my Windows 10 desktop

I am getting an overlay in my Windows 10 desktop, and I don't know why. The overlay disappears when I hit ctrl + end + del, but do nothing and cancel. However, it pops up again after a while. I ...
0 votes
3 answers
882 views

Does the computer still process GUI even if the monitor is not connected?

I know that GUI processing puts a load on the RAM and processor. I want to reduce that load on the pc. It is an old pc and was thinking of running it as a server using Linux. Does the absence of ...
13 votes
6 answers
33k views

Good, lightweight GUI-based process monitor for Linux [closed]

I'd like a snappy GUI-based (I insist since people still want to propose console-based) application that can show me running processes and allow me to kill them, on Linux. It doesn't need to be as ...
1 vote
1 answer
6k views

How can I set unscaled HiDPI mode on VirtualBox command line?

VirtualBox 5 has support for "unscaled HiDPI output" via the machine|settings|display dialog. However, I can't find a matching modifyvm option in the manual. How do I set this from the command line? ...
-1 votes
1 answer
644 views

Get VM GUI on a core server via VNC

I have a linux server without GUI running several Windows 7 VMs. I would like to view the screen of the VMs. Is it possible to connect to the linux server with a desktop computer in order to display ...
3 votes
2 answers
5k views

Desktop bigger than screen

I am using MSI U115 11" netbook (OS: Windows XP Home, graphics card: Intel Graphics Media Accelerator 500) and today after I switched it on, desktop was bigger than screen. To be exact: screen ...
2 votes
3 answers
524 views

The color red disappeared on the GUI.

My relative brought this to my attention a little while ago. They told me they turned on their computer recently and the color red did not appear on their GUI. Has this ever happened to anyone and why ...
0 votes
1 answer
2k views

How to know which display number for the variable DISPLAY will be exported when using ssh?

When I ssh to a server using -X, I am always confused about which display number I should export. It seems to me sometimes the display number has been used by something, so what I can do is only go ...