Re: [gentoo-user] Intel and Gallium 0.4 on llvmpipe (LLVM 3.4, 256 bits)

2014-05-28 Thread Mick
On Tuesday 27 May 2014 22:41:32 Alan McKinnon wrote: On 27/05/2014 18:20, Time Lucky wrote: ​ VIDEO_CARDS=intel radeon -freedreno -i915 -i965 -ilo -nouveau -r100 -r200 -r300 -r600 -radeonsi -vmware ​ ​ Solved! I realized that your VIDEO_CARDS was -i915

Re: [gentoo-user] Intel and Gallium 0.4 on llvmpipe (LLVM 3.4, 256 bits)

2014-05-28 Thread Time Lucky
#emacs /etc/portage/make.conf VIDEO_CARDS=intel i915 # emerge -av xorg-drivers mesa # reboot # eselect mesa list 915 (Intel 915, 945) [1] classic [2] gallium * i965 (Intel GMA 965, G/Q3x, G/Q4x, HD) r300 (Radeon R300-R500) r600 (Radeon R600-R700, Evergreen, Northern Islands) sw (Software

Re: [gentoo-user] Intel and Gallium 0.4 on llvmpipe (LLVM 3.4, 256 bits)

2014-05-28 Thread Time Lucky
Now I change the VIDEO_CARDS to intel i965 Everything seems OK too. Gnome can detect Intel® Sandybridge Mobile rather than Gallium 0.4 for i915 I dont know the difference between classic and gallium but i965's classic mode works well. By the way, I think i965 is just for HD3000, why does i915

Re: [gentoo-user] Intel and Gallium 0.4 on llvmpipe (LLVM 3.4, 256 bits)

2014-05-28 Thread Mick
On Wednesday 28 May 2014 14:46:30 Time Lucky wrote: Now I change the VIDEO_CARDS to intel i965 Everything seems OK too. Gnome can detect Intel® Sandybridge Mobile rather than Gallium 0.4 for i915 I dont know the difference between classic and gallium but i965's classic mode works well. By

[gentoo-user] Intel and Gallium 0.4 on llvmpipe (LLVM 3.4, 256 bits)

2014-05-27 Thread Time Lucky
Hey,guys. Anyone can tell me how to switch Gallium 0.4 to intel driver? I dont know why it happened but now my computer is very slow when I use gnome 3.10. $ /usr/libexec/gnome-session-check-accelerated-helper -v libGL error: dlopen /usr/lib64/dri/i965_dri.so failed (/usr/lib64/dri/i965_dri.so:

Re: [gentoo-user] Intel and Gallium 0.4 on llvmpipe (LLVM 3.4, 256 bits)

2014-05-27 Thread Alan McKinnon
On 27/05/2014 14:52, Time Lucky wrote: Hey,guys. Anyone can tell me how to switch Gallium 0.4 to intel driver? I dont know why it happened but now my computer is very slow when I use gnome 3.10. $ /usr/libexec/gnome-session-check-accelerated-helper -v libGL error: dlopen

Re: [gentoo-user] Intel and Gallium 0.4 on llvmpipe (LLVM 3.4, 256 bits)

2014-05-27 Thread Time Lucky
intel vesa fbdev comes from http://www.thinkwiki.org/wiki/Installing_Gentoo_on_a_ThinkPad_X220; i915 comes from gentoo forums. So VIDEO_CARDS=intel i915 vesa fbdev # equery u x11-drivers/xf86-video-inte it tells the USE is dri sna udev ,while debug glamor uxa xvmc is disabled # equery files

Re: [gentoo-user] Intel and Gallium 0.4 on llvmpipe (LLVM 3.4, 256 bits)

2014-05-27 Thread Time Lucky
My USE in make.conf is SE=bindist mmx mmx2 sse sse2 gnome gtk dbus systemd -consolekit -kde -qt4 X acpi bash-completion bluetooth cjk unicode ipv6 2014-05-27 21:21 GMT+08:00 Time Lucky fly8...@gmail.com: intel vesa fbdev comes from

Re: [gentoo-user] Intel and Gallium 0.4 on llvmpipe (LLVM 3.4, 256 bits)

2014-05-27 Thread Alan McKinnon
On 27/05/2014 15:23, Time Lucky wrote: My USE in make.conf is SE=bindist mmx mmx2 sse sse2 gnome gtk dbus systemd -consolekit -kde -qt4 X acpi bash-completion bluetooth cjk unicode ipv6 At a hunch, I would say your USE for mesa is incorrect, possibly you have classic enabled and gallium

Re: [gentoo-user] Intel and Gallium 0.4 on llvmpipe (LLVM 3.4, 256 bits)

2014-05-27 Thread Time Lucky
​ VIDEO_ ​​ ​​ CARDS=intel radeon -freedreno -i915 -i965 -ilo ​​ -nouveau -r ​​ 100 -r200 -r300 -r600 -radeonsi -vmware ​ ​ Solved! I realized that your VIDEO_CARDS was -i915 then I removed i915 from make.conf # emerge -avtuDN world ​​ N ​​ ​​ ​​ ​​ ​​ ow ​ ​It detects Intel® Sandybridge

Re: [gentoo-user] Intel and Gallium 0.4 on llvmpipe (LLVM 3.4, 256 bits)

2014-05-27 Thread Alan McKinnon
On 27/05/2014 18:20, Time Lucky wrote: ​ VIDEO_ ​​ ​​ CARDS=intel radeon -freedreno -i915 -i965 -ilo ​​ -nouveau -r ​​ 100 -r200 -r300 -r600 -radeonsi -vmware ​ ​ Solved! I realized that your VIDEO_CARDS was -i915 then I removed i915 from make.conf Take