Popular Guides
View more guides at Linux Wiki Guides
I tested this laptop with Ubuntu. Almost everything works out of the box.
| Name | Samsung NC110-P01 |
| Processor | Atom N2600 |
| Screen | 10.1 inches 800 x 600 Pixel |
| RAM | 1 GB (upgradable to 2GB) |
| HDD | 320 GB |
| Optical Drive | none |
| Graphics | Intel GMA 3600 |
| Network | 10/100 Ethernet Realtek Semiconductor RTL8101E/RTL8102E, Bluetooth, 802.11b/g/n, Intel Centrino Wireless-N 130 |
| Device | Compatibility | Comments |
|---|---|---|
| Processor | Yes | |
| Screen | Yes | Only on 800×600. Can be set to 1024×600 Details are lower |
| HDD | Yes | |
| Graphics | Yes | Only 2D and some hardware acceleration. |
| Sound | Yes | |
| Ethernet | Yes | |
| Wireless | Yes | Out of the box |
| Bluetooth | Yes | |
| USB | Yes | |
| Card Reader | Not Tested | |
| Camera | Yes | Even before install |
First of all brightness controls don`t work. You can adjust brightness in ubuntu with this command: sudo setpci -s “00:02.0” F4.B=CC (replace CC with a value from 00 to FF).
Resolution
You can get a resolution of 1024×600 by using a kernel patch which is found here: http://blog.uninstall.it/tag/gma3600/
BEWARE: if you use the kernel patch you will have resuming from suspend problems. Screen gets jumbled colors.
Other than that problem it seems to work ok.
I was able to run BRRip movies without any problems. 3D acceleration doesn`t work yet though.
Other
Battery life is ok 6-8 hours.
Headphones jack works out of the box.
I would rate it with 8/10 for linux functionality.
Discussion
To get resume from hibernate working (on 3.2.39 at least):
1. You need to ensure that the vesafb module is not loaded. This
can be done by adding gma500_gfx to the modules loaded by the
initrd. (Add it to /etc/initramfs-tools/modules)
2. Switch on and off the display using “xrandr” after thaw. (Add the
following script as /etc/pm/sleep.d/99redraw_after_thaw)
For more details on my solution see
Moderator please modify my page by addong everything into nice tables like the other pages.
Thank you :)