I may be wrong, but this works for me.
Friday, July 31, 2015
Microsoft Edge and Google
One of the selling feature of Windows 10 is its brand new browser Edge. Most review said it is fast, so I give it a spin myself. After a brief moment with it, I almost wrote it off as I couldn't seem to change its default search result provider from Bing to Google. With the old IE, the method was obvious. You click on the option for showing you a list of providers and pick from it; With Edge, you click "Add New", nothing happens. As it turns out, the "Add New" option only comes to live if you are on the search engine page as seen below.
Labels:
Bing,
Change provider,
Change Search Engine,
Edge,
Google,
search,
Search Engine
Wednesday, July 8, 2015
ATi X300 Driver for Windows 8.1
I had to dig out my old ATi X300 card when the graphics card cooling fan on one of my desktop failed. X300 is very old. It was released in 2004. It is always a challenge to get graphics this age to work in modem Windows. To my surprise, it is actually easy. Windows 8.1 seems to accept and use its dated Vista 64bit driver happily (http://support.amd.com/en-us/download/desktop/legacy?product=Legacy1&os=Windows%20Vista%20-%2064).
Instead of using the installer to install the driver, you run the installer to extract the files, but stop run after the extraction. You then install the driver manually by asking Windows to look for drivers in the folder when you extract your drivers files. Windows should pick up the driver, and install it.
Further details can be found at:
http://forum.xda-developers.com/showthread.php?s=f5175aaa350a453115ae1aef89d529f1&t=1536711
Update 2016-08-25: It works on Windows 10 too. However, it needs to be install under safe mode!
Instead of using the installer to install the driver, you run the installer to extract the files, but stop run after the extraction. You then install the driver manually by asking Windows to look for drivers in the folder when you extract your drivers files. Windows should pick up the driver, and install it.
Further details can be found at:
http://forum.xda-developers.com/showthread.php?s=f5175aaa350a453115ae1aef89d529f1&t=1536711
Update 2016-08-25: It works on Windows 10 too. However, it needs to be install under safe mode!
Sunday, April 12, 2015
GIMP batch processing
Just want to share a nice little plugin BIMP (Batch Image Manipulation Plugin)for batch processing in GIMP. As it says on the tin, it allows you to queue up processing steps and apply them to a set of images in batch. You can find this plugin at:
http://www.alessandrofrancesconi.it/projects/bimp/
Thursday, April 2, 2015
Xubuntu 14.10 and Intel i915
It is very easy to setup Xubuntu on this old laptop. Unlike the OS (Windows) it replaced, it runs smoothly on the laptop's Core2Due processor and with 3GB memory. Most hardware on this laptop just works in Xubuntu, with the exception of the Intel i915. Every now and then, I got a corrupted screen.
After reading up a few posts on online forums, it seems this can be fixed by applying
1) Create a i915.conf file in /etc/modprobe.d with this line
options i915 enable_rc6=1 enable_fbc=1 lvds_downclock=1
2) create a xorg.conf in /etc/X11 with the settings below
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "uxa"
EndSection
This tricks seem to work so far. I will update this post in few weeks time to let you know if it really gets the job done!
Friday, March 20, 2015
Things to do after installing Xubuntu
This is a checklist that I found useful when setting up a new Xubuntu installation.
Add optimized driver repository from Oibaf at https://launchpad.net/~oibaf/+archive/ubuntu/graphics-drivers
- NetBIOS - Allows computer names to be used rather than IP.
- sudo apt-get install winbind libnss-winbind
- Edit /etc/nsswitch.conf, and add wins to the end of the line in (3)
- host: files mdns4_minimal [NOTFOUND=return] dns wins
- Samba Configuration Tool - Allows folders to be shared with other Windows computers.
- sudo apt-get install system-config-samba
- sudo touch /etc/libuser.conf
- sudo system-config-samba
- RDP Client - Allows making remote desktop connection to a Windows machine in the network.
- sudo apt-get install remmina
-
Preserve Job History - Stops CUPS preserving job history
- sudo pico /etc/cup/cupsd.conf
- add PreserveJobHistory off just before WebInterface Yes
Labels:
cupsd.conf,
NetBIOS,
PreserveJobHistory,
remmina,
Samba,
xubuntu
Sunday, March 1, 2015
Hyper-V and Hyper-V Adminsitrators Group
While VirtualBox is an excellent virtualization solution, it is a Type-2 Hypervisor, i.e. it has greater overhead. The extra overhead can be a problem for Virtual Machines that facilitate demanding applications such as Visual Studio. Virtual Machines with these demanding application would be better served by a Type-1 (aka Bare Metal) Hypervisor.
There are Type-1 Hypervisors available, but some can be very strict in hardware requirement; and some can be a bit tricky to setup. Since Hyper-V comes with Windows 8.1, and is in the "Click and Install" software category, I decided to give it a spin.
Hyper-V is not installed in Windows 8.1 by default. To add Hyper-V, go to "Programs and Features", click on "Turn Windows features on or off", select Hyper-V features and click OK.
With the default setup, only Administrators or user in the Administrators group can connect to the Hyper-V Server. Since I have taken extra trouble to create a Normal User account for my day-to-day use, I do not want to ruin all my efforts because I want to use Hyper-V. Luckily, you can allow a non-admin user to connect to Hyper-V server by adding the user to the Hyper-V Administrators group (rather than the Administrators group). You can find this group by right clicking on Computer, selecting Manage. Under the "Local Users and Groups", you should be able to find the "Hyper-V Administrators" groups as shown below. Add the local user who you are allowed to connect, and off you go. The local user you have added can now connect to the Hyper-V server.
Further information on Hyper-V setup can be found at: https://technet.microsoft.com/en-gb/library/jj647785.aspx
There are Type-1 Hypervisors available, but some can be very strict in hardware requirement; and some can be a bit tricky to setup. Since Hyper-V comes with Windows 8.1, and is in the "Click and Install" software category, I decided to give it a spin.
Hyper-V is not installed in Windows 8.1 by default. To add Hyper-V, go to "Programs and Features", click on "Turn Windows features on or off", select Hyper-V features and click OK.
With the default setup, only Administrators or user in the Administrators group can connect to the Hyper-V Server. Since I have taken extra trouble to create a Normal User account for my day-to-day use, I do not want to ruin all my efforts because I want to use Hyper-V. Luckily, you can allow a non-admin user to connect to Hyper-V server by adding the user to the Hyper-V Administrators group (rather than the Administrators group). You can find this group by right clicking on Computer, selecting Manage. Under the "Local Users and Groups", you should be able to find the "Hyper-V Administrators" groups as shown below. Add the local user who you are allowed to connect, and off you go. The local user you have added can now connect to the Hyper-V server.
Further information on Hyper-V setup can be found at: https://technet.microsoft.com/en-gb/library/jj647785.aspx
Monday, February 23, 2015
Acer XC115
Just received my Acer Aspire XC115 today. If you are going for the Windows 8.1, it is relatively easy to set it up as Windows is able to find most of its drivers during the installation. The only exception is the AmdAS4 Device. However, it is not hard to fixed. All you need to do is to install the latest AMD chipset drivers for this platform.
If you are installing Windows 7, you may need few more drivers but again shouldn't be difficult (I have not tried it myself), as you should be able to find them from the manufacturer site (if not from Acer itself)
If you are installing Windows 7, you may need few more drivers but again shouldn't be difficult (I have not tried it myself), as you should be able to find them from the manufacturer site (if not from Acer itself)
- Realtek PCIe GBE Family Controller
- AMD PSP 1.0 Device
- USB xHCI Compliant Host Controller
- Realtek High Definition Audio
Just for further references, I have also included result from my other machines.
Update 2015-03-19: Cinebench result from a Core2Duo E4600 machine with nVidia GeForce 8400 has been added. It seems the R2 iGPU is much faster than GeForce 8400, and the E2 6110 CPU is more than comparable with a Core2Duo, especially if you take the operating frequency into account, i.e. 1.5GHz vs 2.4GHz
Update 2015-04-12: Cinebench result from a Lenovo S20-30 is added.
Labels:
6110,
Acer Aspire,
AMD,
Cinebench R15,
Core2Duo,
E2,
E4600,
i3,
i5,
Lenovo S20-30,
N2830,
XC115
Subscribe to:
Posts (Atom)
