Categories
Chrome Google Microsoft Windows 8 / 8.1

Google Chrome poor resolution on Windows 8.1

To fix this issue I found two solutions, the first one has been marked as “Preferred” because can fix also multiple issues with other software, the second it’s “Easy” to apply. You can also apply both.

Google Chrome poor resolution on Windows 8.1?

Solution (Preferred):
Download and install your video card and monitor drivers.

Solution (Easy):
Navigate into your user folder
[sourcecode lang=”text”]C:\Users\<username>\AppData\Local\Google\Chrome\Application[/sourcecode]
Right-click on chrome -> Properties -> Compatibility tab -> tick “Disable display scalling on high DPI settings” then restart Google Chrome.

Google Chrome poor resolution on Windows 8.1

Did my solution solve your issue? Leave a comment.

Categories
HOW TO Linux Unix

Unix set date and time command

To set date and time use date command with -s parameter

[sourcecode lang=”bash”]
date -s "02/13/2013 17:52:04"
[/sourcecode]

To list the date and time of the server use date command without parameters

[sourcecode lang=”bash”]
date
[/sourcecode]

Did my HOW TO help you? Leave a reply.