|
FreeBSD Installation and Upgrading Installing and upgrading FreeBSD. |
|
Thread Tools | Display Modes |
|
||||
HOWTO: Working Intel Graphics Card Setup
After minimal install of FreeBSD and adding the default x11 server package:
# pkg_add -r xorg I ended with unfunctional 2.7.1 version of xf86-video-intel driver, that slows simple glxgears test to about 1 FPS, the sollution is to downgrade the xf86-video-intel package to 2.6.3 version using portdowngrade: Code:
# pkg_add -r portdowngrade # portsnap fetch extract (omit if you already have Ports) # setenv CVSROOT :pserver:anoncvs@anoncvs.tw.FreeBSD.org:/home/ncvs # portdowngrade xf86-video-intel (select 2.6.3 version) # cd /usr/ports/x11-drivers/xf86-video-intel # make deinstall install clean Tested on Intel Q35 motherboard with Intel GMA 3100, works like a charm.
__________________
religions, worst damnation of mankind "If 386BSD had been available when I started on Linux, Linux would probably never had happened." Linus Torvalds Linux is not UNIX! Face it! It is not an insult. It is fact: GNU is a recursive acronym for “GNU's Not UNIX”. vermaden's: links resources deviantart spreadbsd |
|
||||
A progress ...
After installing 7.2-RELEASE, and adding a stock xorg from packages, everything works, including glxgears and WINE.
__________________
religions, worst damnation of mankind "If 386BSD had been available when I started on Linux, Linux would probably never had happened." Linus Torvalds Linux is not UNIX! Face it! It is not an insult. It is fact: GNU is a recursive acronym for “GNU's Not UNIX”. vermaden's: links resources deviantart spreadbsd |
Tags |
drivers, intel, xf86-video-intel |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
HOWTO: Wireless with Intel 3945ABG/4965AGN on FreeBSD 8.0 | vermaden | Guides | 4 | 28th July 2014 07:54 PM |
Good graphics card for FreeBSD? | Sunnz | FreeBSD General | 12 | 4th May 2009 01:44 PM |
HOWTO: Install and setup MLDonkey on FreeBSD | tangram | Guides | 0 | 7th January 2009 05:13 PM |
Intel ATOM D945GCLF onboard LAN driver-card problem | mona | FreeBSD Installation and Upgrading | 7 | 17th December 2008 04:50 PM |
Intel 4965AGN WiFi card (802.11n) | nonhuman | FreeBSD General | 5 | 25th May 2008 04:18 PM |