13b7e
![]() |
|
|
|
|
|||||||
| Mobile Computing This forum discusses issues related to running FreeBSD on notebooks, laptops, and other mobile equipment. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hey!
I bought a Lenovo X220. Is the Intel HD 3000 Graphic-Chip actually working with FreeBSD 9.0 RC1? I mean 2D/3D acceleration. I can't find an actual statement for this. Thanks, He4D Last edited by DutchDaemon; November 5th, 2011 at 02:10. |
|
#2
|
|||
|
|||
|
No, it doesn't. You can get MESA/VESA, and you can try the experimental drivers from the wiki, though those are for 10-HEAD rather then 9-STABLE/RELEASE.
|
|
#3
|
|||
|
|||
|
Driver setup from http://wiki.freebsd.org/Intel_GPU, works here with xorg from xorg-dev ports on 9.0-RC.
DRI/compositing is working good (at least didn't See any crashes yet). The all.11.0.patch needs just a little fix to apply cleanly, but it's easy to fix. Last edited by DutchDaemon; November 10th, 2011 at 22:54. |
|
#4
|
|||
|
|||
|
Quote:
I tried to apply the patches (all.11.0.patch and all.11.1.patch) on 9.0-RC1 and 9.0-RC2 , but both failed with the same messages: Code:
....... File to patch: /sys/vm/vm_phys.h Patching file /sys/vm/vm_phys.h using Plan A... Hunk #1 failed at 54. 1 out of 1 hunks failed--saving rejects to /sys/vm/vm_phys.h.rej ![]() cat /sys/vm/vm_phys.h.rejCode:
***************
*** 54,59 ****
u_long alignment, vm_paddr_t boundary);
vm_page_t vm_phys_alloc_freelist_pages(int flind, int pool, int order);
vm_page_t vm_phys_alloc_pages(int pool, int order);
void vm_phys_free_contig(vm_page_t m, u_long npages);
void vm_phys_free_pages(vm_page_t m, int order);
void vm_phys_init(void);
--- 54,63 ----
u_long alignment, vm_paddr_t boundary);
vm_page_t vm_phys_alloc_freelist_pages(int flind, int pool, int order);
vm_page_t vm_phys_alloc_pages(int pool, int order);
Last edited by DutchDaemon; November 13th, 2011 at 02:50. |
|
#5
|
||||
|
||||
|
I have exactly the same problem using all.11.2.patch and 9.0 RC1.
Last edited by DutchDaemon; November 13th, 2011 at 02:52. |
|
#6
|
|||
|
|||
|
As it turned out, the latest version of the patch is always for latest _HEAD_. It means that current patch set is not usable on 9 at all.
Kostik Belousov ( kib@ ) wrote: Quote:
Quote:
|
|
#7
|
|||
|
|||
|
hey,
having the x220 and intel graphics this was interesting for me as well. just did a cvup of the sources, building the kernel results in: Code:
/usr/src/sys/dev/agp/agp_i810.c:64:30: error: dev/agp/agp_i810.h: No such file or directory mkdep: compile failed *** Error code 1 eyebone |
|
#8
|
|||
|
|||
|
Quote:
|
|
#9
|
|||
|
|||
|
Quote:
Try this one: http://tsatsenko.ru/files/all.12.2-releng-9.0.patch It should be ok. |
|
#10
|
||||
|
||||
|
Can someone share the experiences with the patch especially the performance part
__________________
www.alielee.com FreeBSD FreeBSD 9.1-PRERELEASE #0 r243320 /usr/obj/usr/src/sys/EZYCLIE amd64 |
|
#11
|
|||
|
|||
|
I use CURRENT with kernel debugging on. I use my notebook to browse Internet, read books, sometimes watch some anime etc. It works very well (including Flash), but 720p and 1080p are unplayable (on Linux I could watch 1080p without any stuttering). Also, I've installed Doom III to compare it with my desktop (I played Doom III on FreeBSD on my desktop on the highest details and the PC isn't shining new), but the performance here was terrible. I've also tried Minecraft, but it seems it doesn't work on FreeBSD now (it did about half a year ago). Overall, performance is rather good, I could even edit RAW photos without any issues.
|
| The Following User Says Thank You to pkubaj For This Useful Post: | ||
alie (December 6th, 2011) | ||
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Intel Sandy Bridge - working configurations? | idownes | System Hardware | 8 | April 12th, 2011 03:12 |
| INTEL NIC 82574L chipset 100% working? | gettons | System Hardware | 2 | March 2nd, 2011 17:35 |
| Intel S5520UR USB and LSI not working | ssanders47 | Installing & Upgrading | 1 | August 6th, 2010 15:44 |
| Problem(s) with Dell dimension 3000 | sossego | System Hardware | 3 | July 12th, 2010 14:40 |
| HOWTO: Working Intel Graphics Card Setup | vermaden | Howtos & FAQs | 7 | July 1st, 2009 10:20 |