You are not logged in.
Pages: 1
I'm using Arch on Asus Zenbook UX32VD. It has Intel Core i5 3317U and NVIDIA GeForce GT 620M.
I realised that when I run some apps working with text (IDEs or browser) from intel gpu text animations (selecting, cutting/pasting or even typing) have delay up to couple of seconds, also cursor blinking animation is like 5 times longer. So when I run same apps from nvidia using bumblebee everything works fine.
What can cause behaviour like that and is there way to fix it?
Offline
What driver are you using on Intel? It sounds like you may be using the frame buffer driver.
Check you Xorg logs.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
cat ~/.local/share/xorg/Xorg.0.log | grep framebuffer
[ 51.252] (II) FBDEV: driver for framebuffer: fbdev
[ 51.257] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 51.347] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGBfull xorg log http://pastebin.com/fNbeqKyG
sudo lspci -s 00:02 -vk
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09) (prog-if 00 [VGA controller])
Subsystem: ASUSTeK Computer Inc. Device 1507
Flags: bus master, fast devsel, latency 0, IRQ 32
Memory at f7400000 (64-bit, non-prefetchable) [size=4M]
Memory at d0000000 (64-bit, prefetchable) [size=256M]
I/O ports at f000 [size=64]
Expansion ROM at <unassigned> [disabled]
Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
Capabilities: [d0] Power Management version 2
Capabilities: [a4] PCI Advanced Features
Kernel driver in use: i915
Kernel modules: i915Offline
I was wrong. That is using the i915 driver. Sorry for the noise.
What is the output of glxinfo ?
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
glxinfo output http://pastebin.com/k8ATn0pD
Offline
Pages: 1