LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-20-2014, 04:11 AM   #1
AussieExpat
LQ Newbie
 
Registered: Aug 2014
Posts: 5

Rep: Reputation: Disabled
SETTING UP NEW DEVICE -- INTEL ATOM N2600 - 1Gb RAM, Looking for Graphics Driver


Hi, just bought new Windows machine, and am trying to set up an old HP Mini 110 netbook with 1 Gb RAM - Intel Atom N2600. Have installed Linux Mint 13, as this seems suitable for such an old, underpowered device (from what I could see discussed on web). Any recommendations - the graphics seem "funny" compared to what I'm used to on old setup, which was Windows 7 Home Premium. Haven't installed any s/w on Linux before, other than the automatic updates. Be grateful for any guidance on graphics drivers, setup procedures etc. Apologies if I'm asking in the wrong place -- this is my first question. Just want "standard features" -- play YouTube (works OK) etc videos, office / internet etc -- it's more the appearance of the text that's offputting.
 
Old 08-20-2014, 05:26 AM   #2
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,126

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
That sounds like a font issue - start by looking at this page maybe (google "ubuntu fonts" for more).
Might be worth ensuring you have the correct video driver module loaded - run this in a termianl and post the output.
Code:
 lspci -vv | sed -n '/VGA compat/,/^[[:space:]]*$/p'
 
1 members found this post helpful.
Old 08-20-2014, 06:08 AM   #3
AussieExpat
LQ Newbie
 
Registered: Aug 2014
Posts: 5

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by syg00 View Post
That sounds like a font issue - start by looking at this page maybe (google "ubuntu fonts" for more).
Might be worth ensuring you have the correct video driver module loaded - run this in a termianl and post the output.
Code:
 lspci -vv | sed -n '/VGA compat/,/^[[:space:]]*$/p'
awesome response "you guys" -- while I'm still at the unit no less -- output:

00:02.0 VGA compatible controller: Intel Corporation Atom Processor D2xxx/N2xxx Integrated Graphics Controller (rev 09) (prog-if 00 [VGA controller])
Subsystem: Hewlett-Packard Company Device 338d
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 7
Region 0: Memory at 44000000 (32-bit, non-prefetchable) [size=1M]
Region 1: I/O ports at 40d0 [size=8]
Expansion ROM at <unassigned> [disabled]
Capabilities: <access denied>

all of which leaves me TOTALLY in the dark ;-)
 
Old 08-20-2014, 06:11 AM   #4
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,126

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
Bloody Ubuntu - try it as
Code:
sudo lspci -vv | sed -n '/VGA compat/,/^[[:space:]]*$/p'
You'll need to enter your password. That's just to see that the video driver software matches your hardware.
 
Old 08-20-2014, 06:13 AM   #5
AussieExpat
LQ Newbie
 
Registered: Aug 2014
Posts: 5

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by AussieExpat View Post
awesome response "you guys" -- while I'm still at the unit no less -- output:

00:02.0 VGA compatible controller: Intel Corporation Atom Processor D2xxx/N2xxx Integrated Graphics Controller (rev 09) (prog-if 00 [VGA controller])
Subsystem: Hewlett-Packard Company Device 338d
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 7
Region 0: Memory at 44000000 (32-bit, non-prefetchable) [size=1M]
Region 1: I/O ports at 40d0 [size=8]
Expansion ROM at <unassigned> [disabled]
Capabilities: <access denied>

all of which leaves me TOTALLY in the dark ;-)
there are certainly some problems with the display -- crosses in checkboxes blanking out e.g.
 
Old 08-20-2014, 06:14 AM   #6
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,126

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
BTW, Mint is probably a bit heavy for an Atom. I have run it ok, but Mint13 is out of support (means no security updates), so you should be looking at Mint 17. Personally I found Bodhi ran really well on an Atom netbook (Gateway piece of junk).
 
Old 08-20-2014, 06:21 AM   #7
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
The Atom N2600 contains a renamed PowerVR SGX545 graphics core. Linux support for this device is abysmal, you will not get 3D or video acceleration and only basic 2D acceleration.
Honestly, this machine is best run with Windows, running Linux on it will not make much fun.
 
Old 08-20-2014, 06:38 AM   #8
AussieExpat
LQ Newbie
 
Registered: Aug 2014
Posts: 5

Original Poster
Rep: Reputation: Disabled
00:02.0 VGA compatible controller: Intel Corporation Atom Processor D2xxx/N2xxx Integrated Graphics Controller (rev 09) (prog-if 00 [VGA controller])
Subsystem: Hewlett-Packard Company Device 338d
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 7
Region 0: Memory at 44000000 (32-bit, non-prefetchable) [size=1M]
Region 1: I/O ports at 40d0 [size=8]
Expansion ROM at <unassigned> [disabled]
Capabilities: [d0] Power Management version 2
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [b0] Vendor Specific Information: Len=07 <?>
Capabilities: [90] MSI: Enable- Count=1/1 Maskable- 64bit-
Address: 00000000 Data: 0000
 
Old 08-20-2014, 12:34 PM   #9
AussieExpat
LQ Newbie
 
Registered: Aug 2014
Posts: 5

Original Poster
Rep: Reputation: Disabled
thanks very much to those kind and generous enough to respond quickly before

re people's suggestions -- on this machine --

Have now tried Bodhi, but I understand it has a few "quirks", and I've run into one that's fairly common apparently -- being stuck on a white screen after booting

Mint 17 looks good, but it's a bit slower than 13? when booting, and may be slow in other ways

currently, graphics instability is a "major" issue with, amongst other things, things being unable to be in the same place at the same time --- there should be a "refresh icon" beside the Inbox on Yahoo mail -- not on mine if I mouse over it

someone suggested keeping Windows 7, and I certainly kept a recovery USB, so maybe ...

still undecided -- got a couple of "viruses" from bad APKs I downloaded, which lead to a lot of problems on my netbook, so ...

at this stage, appears a significant number of disadvantages to any Linux OS for this netbook, but maybe Win 7, especially with Zotero as an extension, is asking too much of it ...

thanks to all
 
Old 08-20-2014, 07:18 PM   #10
Fred Caro
Senior Member
 
Registered: May 2007
Posts: 1,007

Rep: Reputation: 167Reputation: 167
I have HP mini with an N270 processor (dual core, poss daul threads) that runs Ubuntu 12.04 and Debian 7 just fine. I would favour the Debian 7.

Fred.
 
Old 08-20-2014, 11:37 PM   #11
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by Fred Caro View Post
I have HP mini with an N270 processor (dual core, poss daul threads) that runs Ubuntu 12.04 and Debian 7 just fine. I would favour the Debian 7.

Fred.
The N270 does not have an integrated graphics core, but uses Intel's chipset graphics (or Nvidia's, in case of ION mainboards), which is a real Intel videochip and not a relabeled PowerVR chip with basically no real Linux support.

So your experiences sadly don't apply here.
 
Old 08-21-2014, 12:52 AM   #12
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Have you checked this out? http://www.linuxquestions.org/questi...xp-4175502495/
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Super-slim mini-PC uses dual-core Atom N2600 LXer Syndicated Linux News 0 05-18-2014 01:51 AM
How to install the Intel cdv-gfx driver in Slackware (Atom N2600) jayhel Slackware 3 11-15-2012 08:27 AM
Linux on Asus eeepc 1025C running atom n2600 Tom Oldfield Linux - Laptop and Netbook 7 09-23-2012 01:31 PM
Atom N2600 platform - Cursor flickering/disappearing cmas1148 Linux - Laptop and Netbook 0 07-09-2012 11:47 PM
atom processor Z5xx Series and Intel US15W chipset: need graphics driver... i.simon Linux - Mobile 0 11-14-2008 03:58 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:07 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration