|
The text on my Samsung SyncMaster 732NW LCD screen does not look sharp. It looks hazy and unclear, similar to a defective OLD CRT in my office.
NB : I got it repaired when it did not start few months back. It's 1 year old and within warranty.
Started by sunny on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at superuser):
If the screen....
Whenever you make any changes like this, and the screen is still fuzzy, you should on the monitor.
The first thing to check is that your Windows screen resolution is set to the native of 1440 by 900 pixels.
Setting.
|
|
I admit the person I'm talking about is me. As much as I enjoy programming, I find it kind of like a chore to look at the screen for long periods of time. My eyes become unable to focus properly after sometime. As I'm a student, I do not have as much ...
Started by blizpasta on
, 16 posts
by 16 people.
Answer Snippets (Read the full thread at stackoverflow):
You can get filters for the monitor that make it easier... .
Depends on how long you can look at the screen to be able to look at the screen for a half hour or so at a stretch.
Monitors are too low, keyboards are too small …).
|
|
I'm looking for a Windows 7 and XP compatible Windows desktop panning/scrolling tool.
This is to solve a problem where some applications for example MSN have settings/preference Windows that are not resizeable. I have a Netbook with a small maximum screen...
Started by Rob on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
And earlier Win versions by setting my screen resolution larger than the physical resolution (that was so.
|
Ask your Facebook Friends
|
I want a friend of mine to review my code. I have a mic built into my laptop but i can use another software for voice chat. So i would like to have him to either view my screen (taking control might be fine) or show me his screen so he can talk about ...
Answer Snippets (Read the full thread at superuser):
And you can have your voice chat.
Skype allows you to do screen sharing...
You can use also copilot (payed), or TeamViewer (free screen sharing.
For shared work, and no need to share the screen.
|
|
Screen scraping seems like a useful tool - you can go onto someone else's site and steal their data - how wonderful!
But I'm having a hard time with how useful this could be.
Most application data is pretty specific to that application even on the web...
Started by 010 on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
Well, to collect data....
Practical example -- screen scraping would allow you to create some sort into a database.
But they just haven't implemented one yet, screen scraping is a way of essentially creating that functionality for yourself.
|
|
I have multiple screens running on an Ubuntu server that are initiated as:
screen -dmS screen1 cmd screen -dmS screen2 cmd etc...
And I need to kill one screen, but not all of them. What is the correct command to kill a single particular screen with its...
Started by BassKozz on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
NoteIf you do a screen -list , you'll notice that each screen name begins with a number, which is the PID of the screen....
Use the -d or -r option to tell screen to look only for attached or detached screen sessions.
|
|
I have a laptop + second screen setup up work with the second screen situated above the laptop screen.
I also have Screen Hunter installed from which I take screenshots with for bug reports / examples, etc etc.
The problem is that screen hunter will only...
Started by Dan McG on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
Upgrade to Screen Hunter Pro?
Even more capture options, multi-monitor , adjustable area, user.
|
|
I came across this .net library
http://www.webzinc.com/online/faq.aspx
however, i was wondering if there was a free alternative out there ?
Started by gpow on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Of what? you want script or library or wanna hire somebody to screen scrape or software? Pls clarify.
|
|
I often have 5+ screens open for monitoring the server within one screen and it's somewhat annoying to have setup them all up again after a system restart. Usually there is 1 top process and a few tails for watching log files.
Is there a way to have screen...
Started by Darryl Hein on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
screen -t Code 0 screen -t Chat 1 irssi screen -t Shell 2 screen....
The text file might look like:
zombie qr screen -t sshToServer1 sshYes, you can put this into your screenrc, eg.
From the system screenrc file in /etc.
|
|
Hi, I'm new to Android. As a learning case, I'd likr to build a software which divide the homepage screen to two screens. The upper screen will displays an updated whether data of a pre selected city, actually, airport. and the lower screen will display...
Started by Eyal on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Have a looksie here.
You'll want to look into creating Widgets.
Already.
|