1ccb9
![]() |
|
|
|
|
|||||||
| Mobile Computing This forum discusses issues related to running FreeBSD on notebooks, laptops, and other mobile equipment. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
Merry Christmas everyone:
I have an asus eee pc 1018p, well i need some help to make work the video card (Intel pineview) with compiz-fusion. Help info: Code:
$ uname -a FreeBSD RottenApple 9.0-RC3 FreeBSD 9.0-RC3 #0: Wed Dec 14 21:02:27 CET 2011 root@RottenApple:/usr/obj/usr/src/sys/MYKERNEL i386 Code:
$ pciconf -lv
vgapci0@pci0:0:2:0: class=0x030000 card=0x83ac1043 chip=0xa0118086 rev=0x00 hdr=0x00
vendor = 'Intel Corporation'
device = 'N10 Family Integrated Graphics Controller'
class = display
subclass = VGA
Code:
$ dmesg | grep drm drm0: <Intel Pineview (M)> on vgapci0 info: [drm] MSI enabled 1 message(s) info: [drm] AGP at 0xd0000000 256MB info: [drm] Initialized i915 1.6.0 20080730 My xorg.conf: http://pastebin.com/vKKKtvhQ I installed x11-wm/compiz-fusion, when I start compiz using this useful script: Code:
#! /bin/sh LIBGL_ALWAYS_INDIRECT=1 INTEL_BATCH=1 compiz --replace --indirect-rendering --sm-disable ccp & emerald --replace & I paste xglinfo too http://pastebin.com/qyMYL6QJ Thanks in advance! Last edited by cpu82; August 16th, 2012 at 02:21. |
|
#2
|
||||
|
||||
|
|
|
#3
|
||||
|
||||
|
Clarification:
I changed xf86-video-intel by xf86-video-intel29 I will explain how to do this: First I uninstalled xf86-video-intel Code:
$ pkg_info -Ix xf86-video-intel xf86-video-intel-2.7.1_3 Driver for Intel integrated graphics chipsets $ pkg_delete -f xf86-video-intel-2.7.1_3 Code:
$ cd x11-drivers/xf86-video-intel29 $ make install clean $ rm /var/db/pkg/pkgdb.db $ pkgdb -u Code:
$ pkgdb -F |
|
#4
|
|||
|
|||
|
You're using a really old version of Mesa, perhaps one that pre-dates Pineview support. Did you build mesa from ports? If so, I would guess that WITHOUT_NOUVEAU wasn't set in /etc/make.conf.
Adam Last edited by DutchDaemon; December 30th, 2011 at 01:25. |
| The Following User Says Thank You to adamk For This Useful Post: | ||
cpu82 (December 29th, 2011) | ||
|
#5
|
||||
|
||||
|
adamk,
You are in right direction. http://forums.freebsd.org/showpost.p...30&postcount=9. Version package installed libdrm-2.4.12_1 and mesa-demos-7.4.4. I must update those ports to latest version. Last edited by cpu82; April 28th, 2013 at 23:02. |
|
#6
|
||||
|
||||
|
If I install port graphics/mesa-demos using flag
Code:
WITHOUT_NOUVEAU=yes Same occurs with graphics/libdrm from ports. What about install from GIT source? Last edited by DutchDaemon; December 30th, 2011 at 01:26. |
|
#7
|
|||
|
|||
|
I don't know what version of mesa is needed, but mesa-demos is not the port you need to upgrade is graphics/libGL and graphics/dri
|
|
#8
|
||||
|
||||
|
Upgrade both ports without success, compiz-fusion refusing to work properly.
|
|
#9
|
|||
|
|||
|
Show the new output of glxinfo.
Last edited by DutchDaemon; December 30th, 2011 at 01:26. |
|
#10
|
||||
|
||||
|
|
|
#11
|
|||
|
|||
|
Well assuming direct rendering is enabled in the X server, then I can only assume that even mesa 7.6.1 isn't new enough. You could try building a newer release of mesa, or seeing if there is a newer version of mesa in the x11 development ports tree.
Adam |
|
#12
|
||||
|
||||
|
Ok I understand.
Building a newer release of mesa be the solution. Again, thanks for help. |
|
#13
|
||||
|
||||
|
Last edited by cpu82; December 30th, 2011 at 18:24. |
|
#14
|
||||
|
||||
|
|
|
#15
|
|||
|
|||
|
Looks like direct rendering is not getting enabled. You might need the patches described here: http://wiki.freebsd.org/Intel_GPU
I really suggest taking a look at the various related thread on the freebsd-x11 mailing list. Adam |
|
#16
|
||||
|
||||
|
Report after install patches according xorg-dev ports tree http://miwi.wp.lando.cc/2011/02/cft-...eebsd-edition/
Compilation error during install xf86-video-intel29 http://lists.freebsd.org/pipermail/f...ch/066631.html |
|
#17
|
||||
|
||||
|
Update to Xorg 7.5
http://wiki.freebsd.org/ModularXorg/7.5 x11-drivers/xf86-video-intel This must remain at version 2.7.1 and be patched to build with new server. RN Latest patch http://people.freebsd.org/~rnoland/x...el-take2.patch I confirm that Pineview-M in Atom N400 series doesn't work with x11-drivers/xf86-video-intel driver Last edited by DutchDaemon; January 4th, 2012 at 00:37. Reason: Use [port] tags. |
|
#18
|
||||
|
||||
|
This information is recent. Almost all forums have announced same news about Intel GEM/KMS/DRI laptop video driver support.
The patch is in progress http://lists.freebsd.org/pipermail/f...er/234001.html Hope this be useful for impatient people like me
|
|
#19
|
||||
|
||||
|
Last edited by cpu82; April 28th, 2013 at 23:02. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Solved] compiz-fusion on intel GMA 950 -> white screen | Cheech | Other Window Managers | 4 | December 3rd, 2011 08:56 |
| compiz-fusion on Intel GMA950 with XFCE4 | ph0enix | Other Window Managers | 13 | January 20th, 2011 20:24 |
| [PC-BSD] compiz-fusion produces black screen and cursor | bgutt3r | GNOME | 7 | August 14th, 2010 20:21 |
| Compiz-Fusion | nikobordx | X.Org | 18 | March 24th, 2009 18:56 |
| compiz-fusion | soylentgreen | X.Org | 2 | January 27th, 2009 14:19 |