Tagged Questions
0
votes
0answers
51 views
Gnome3 + shell, one workspace for monitor
I'm using Debian x64, with gnome3/shell.
I have two monitors (with different resolutions) and I'd like to have one workspace for monitor. So, for example, monitor1 displays workspace1 and monitor2 ...
0
votes
0answers
36 views
How to get the brand name of the attached monitor on OSX?
I can see the brand name of the monitor attached to a mac as the title bar of System Preferences while in the Displays pane, e.g. SyncMaster in my case. And I can find it in the data output by ...
2
votes
1answer
284 views
Detect Physical dimension of Monitor
I want to get the display dimensions of my monitor.
Is it possible to do with JavaScript or Flash?
I tried the following function:
var dpi_x = document.getElementById('testdiv').offsetWidth;
...
0
votes
3answers
2k views
How to start linux with gui without monitor? [closed]
I met a problem.
I had a server which is installed redhat enterprise 5.5.
And one Qt program was running on this server.
So what I should do is to turn on my server, the server will start automaticly ...
6
votes
1answer
5k views
Get physical screen size in Qt
I'km working in Qt, i need help to get the physical size of the screen (monitor),
In Qt one can get a QDesktopWidget from QApplication, I mean:
QDesktopWidget *mydesk = ...
0
votes
2answers
405 views
How to receive handle of second Monitor / Desktop
I found the default desktop function
GetDesktopWindow function
What how to catch the result for a second monitor?
* EDIT SOLVED *
<Runtime.InteropServices.DllImport("user32.dll",
...
1
vote
2answers
1k views
C# Identfiy screens number?
How to have a function in C# to run the window identification, which will show the numbers 1, 2, ... on the screen same way as we do it by right click on the screen (properties) then we go to Screen ...
13
votes
8answers
10k views
How do I get Monitor resolution in Python?
What is the simplest way to get monitor resolution (Preferably in a tuple)?
4
votes
1answer
1k views
How to turn off particular monitor with .NET?
OK, I know there are quite a few posts on this topic. However, none of them provide the solution to my issue: I don't want just to turn off my monitor(s), I wish my code to turn off a specific ...
7
votes
3answers
5k views
c# How to get the events when the screen/display goes to power OFF or ON?
Hi I have been searching but I can't find the answer. How do I know when the screen is going off or on. Not the SystemEvents.PowerModeChanged .
I dont know how to retrieve the display/screen EVENTS
...
8
votes
6answers
770 views
Preventing Screen burn
I've written a helpdesk monitor application that is designed to sit on a big plasma screen in a support department, the application has 5 views that it revolves around, the content of most of those ...
3
votes
2answers
4k views
.Net (C#) Detect if a television is connected
Anyone know how to detect if a television is currently connected to a PC in c#?
Cheers