|
Is there any way to have a guest machine have a huge resolution (like 3000x2000 or something) in VirtualBox? I'd like to be able to move around the desktop by scrolling around. It seems like it would be possible. Most importantly, I don't want the windows...
Started by Claudiu on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Fine on max resolution under VirtualBox (much higher than 1024x768), albeit I had to scroll.
|
|
I am using template where java script file has been used for fix resolution for all resolution. But I don't know javascript and if I make any changes in tempalate so resolution doesnt work.
var ElementMaxHeight = function() { this.initialize.apply(this...
Started by hemant on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
; }
if you what to set a fix width and height just change the return value
From:
return {width write the complete action as it should be written in order to change resolution automatic.
|
|
This article on microsoft's tech net site supplies an exe that will calculate your windows machine's minimum time resolution - this should be the smallest "tick" available to any application on that machine:
[ http://technet.microsoft.com/en-us/sysinternals...
Started by WillR on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
On NT (and successors) you can get better resolution from the....
System time resolution was around 15 ms on the Windows 3 and 95 architecture.
EDIT: Partial answer to the new subquestion ...
Also GetLocalTime() API time resolution .
|
Ask your Facebook Friends
|
I'm running a piece of software the requires a screen resolution of at least 1024 x 768. I was thinking about getting a netbook, but many of the netbooks I have looked at have a resolution of 1024 x 600. Why would they drop the below such a standard resolution...
Answer Snippets (Read the full thread at superuser):
Form factor and still get a resolution that is 1024 pixels wide (basically the new standard is shorter than usual, most people won't mind just scrolling down to display it, but making it wide-series chip for the higher resolution....
|
|
Is there a small laptop (14in or less) with very high resolution ( greater than 1440x900) on the market?
Started by Xavi on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
For a 15" with some hacking backlit display (1600x900 resolution....
Sony's "Lifestyle" Notebook Vaio P sports an 8" display with a resolution of 1600 x 768
I wish critical factors (to me) : resolution (not " diagonal), max ram, and weight.
|
|
How can I script a screen resolution change, for example to 1024*768?
Started by Andrew J. Brehm on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
As EBGreen has said, Powershell cannot do it in its .
You could write in-line C# code that does it and just call that from your script.
There isn't a native powershell way to set the resolution.
|
|
In my desktop W7 PC with 8800 GTS and latest drivers, I cannot truly change the display resolution as Windows just 'boxes' lower resolutions on the native resolution of 1280x1024x85Hz (e.g. running a 800x600 game displays a centered image of the game ...
Started by kd304 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Have you tried just using it's horizontal and vertical size+position controls?
I had.
To the signal timings.
|
|
Is there any way to detect/default to the native resolution for an LCD monitor (on Windows XP)?
(this is an older monitor and I haven't found the documentation on it)
Started by Clay Nichols on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
Otherwise, just keep the correct drivers installed, the 'native' resolution of an LCD is the same as its maximum resolution.
A resolution higher than the maximum for the monitor, assuming that it can detect it.
|
|
Duplicate: Recommended website resolution (width and height)?
I tend to think of 1024x768 as the minimum Screen Resolution that a modern web browser will run in, but I worry when using this resolution for a business website because I feel that I might...
Started by Nicholas Flynt on
, 15 posts
by 15 people.
Answer Snippets (Read the full thread at stackoverflow):
Mine for example has, and sidebars can constrict the space ... .
Most people have that resolution setting and the ones who don't some of the "older" netbooks that have lower resolution then that still.
1024x768 is fine.
For whatever reason.
|
|
I want to convert a web page to a high-resolution PDF suitable for printing. How can I do this?
Started by spotlightsnap on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Must have open office server daemon.
The document, then convert into pdf, but you just do it in your coding.
|