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
:
inxi
by runningsudo apt-get install inxi
and then post the output ofinxi -G
. It is a small script that summarizes system features and displays them. The option -G shows everything important about your graphics in few lines. – Byte Commander Mar 17 '15 at 13:06Graphics: Card: Intel Atom Processor D2xxx/N2xxx Integrated Graphics Controller 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
– merlin Mar 17 '15 at 13:23xserver-xorg-video-intel
package come from? Can you please runapt-cache policy xserver-xorg-video-intel
and post the output (again, [edit] your question, don't use the comments for that)? I would also like to follow the suggestion of that linked question and see the output oflspci -knn | grep -A2 VGA
. – David Foerster Mar 18 '15 at 10:21/var/log/Xorg.0.log
? Try to format the listing as a code block with the<$>
button in the toolbar of the editor this time. – David Foerster Mar 18 '15 at 11:44