1

I think I don't have the correct driver for my video card which is integrated (the pc is mainly used for office work). I'm using Kubuntu 14.04.1 Each time I start any site with heavy graphics or where it requires acceleration (youtube, google maps street view, etc.) the pc is slowed to a halt nearly..

lscpi returns this:

00:00.0 Host bridge: Intel Corporation Atom Processor D2xxx/N2xxx DRAM Controller (rev 03)                     
00:02.0 VGA compatible controller: Intel Corporation Atom Processor D2xxx/N2xxx Integrated Graphics Controller (rev 09)
00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High Definition Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 1 (rev 02)
00:1c.3 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 4 (rev 02)
00:1d.0 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #1 (rev 02)
00:1d.1 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #2 (rev 02)
00:1d.2 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #3 (rev 02)
00:1d.3 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #4 (rev 02)
00:1d.7 USB controller: Intel Corporation NM10/ICH7 Family USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
00:1f.0 ISA bridge: Intel Corporation NM10 Family LPC Controller (rev 02)
00:1f.2 IDE interface: Intel Corporation NM10/ICH7 Family SATA Controller [IDE mode] (rev 02)
00:1f.3 SMBus: Intel Corporation NM10/ICH7 Family SMBus Controller (rev 02)
01:00.0 USB controller: Texas Instruments TUSB73x0 SuperSpeed USB 3.0 xHCI Host Controller (rev 02)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 07)       

Output of inxi -G:

Graphics:  Card: Intel Atom Processor D2xxx/N2xxx Integrated Graphics Controller 
           Display Server: X.Org 1.16.0 
           drivers: (unloaded: fbdev,vesa) 
           Resolution: 1920x1080@60.0hz, 1024x768@60.0hz 
           GLX Renderer: Gallium 0.4 on llvmpipe (LLVM 3.5, 128 bits) 
           GLX Version: 3.0 Mesa 10.3.2

I don't have xorg.conf in /etc/X11/ and I don't know what to do.

Output of apt-cache policy xserver-xorg-video-intel:

xserver-xorg-video-intel:
  Installed: 2:2.99.910-0ubuntu1.4
  Candidate: 2:2.99.910-0ubuntu1.4
  Version table:
 *** 2:2.99.910-0ubuntu1.4 0
        500 http://bg.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 Packages
        100 /var/lib/dpkg/status
     2:2.99.910-0ubuntu1 0
        500 http://bg.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

Output of lspci -knn | grep -A2 VGA:

00:02.0 VGA compatible controller [0300]: Intel Corporation Atom Processor D2xxx/N2xxx Integrated Graphics Controller [8086:0be2] (rev 09)
    Subsystem: Pegatron Device [1b0a:013a]
    Kernel driver in use: gma500

Contents of /var/log/xorg.0.log:

http://pastebin.ubuntu.com/10620898/

merlin
  • 23

1 Answers1

2

I don't think you have a driver issue. Your problem is that you're trying to run Kubuntu, which has the highest sytems requirements of any *buntu edition, on a computer that has only an Intel Atom processor. For a normal performance on a computer with an Intel Atom processor, you should use a more lightweight *buntu edition like Xubuntu 32-bit or Lubuntu 32-bit. Xubuntu 32-bit should run fine on your computer. Lubuntu 32-bit is even more lightweight, similar in its systems requirements to Windows XP.

If you don't mind waiting until the official Ubuntu MATE 15.04 is released this April, then I will switch gears and recommend Ubuntu MATE 15.04 instead of Xubuntu because it has better default apps for what you are doing including Firefox, Thunderbird, LibreOffice, VLC, Rhythmbox and the Ubuntu Software Center. Lubuntu 15.04, Xubuntu 15.04 and Ubuntu MATE 15.04 all have similar minimum systems requirements.

karel
  • 122,292
  • 133
  • 301
  • 332