After reading about the vt(4) driver solving some Intel issues, I gave FreeBSD-10.1-RC3 a spin.
Usually, I build x11-servers/xorg-server from source and choose to not use HAL. There's no real reason for me doing this, it's just that I always wind up trying to start X without enabling hald(8) and wind up with a frozen system. (That tag is leading to a link saying there is no man(8) for hald, and searching using all rather than section 8 still brings up nothing--however, if you're on your own system and type
This is on a Clevo laptop with an Intel video card. Prior to this, if I ever tried to get out of X, or go to another console, X froze (what kind of tag should I use for X? I swear, I'm never going to get my tags right --oh well, I'm going for file--minor petty annoyance, I prefer the lower case tags--I feel like the old forum used to have it in lower case, but actually don't remember--but I digress.)
When I first tried going to a console or closing, I found the same thing I always had, that the machine froze and was no longer responsive to input (though I could use SSH and get to it that way.)
Once I added
to /boot/loader.conf as suggested, however, I was then able to close X, use ctl+alt plus an F key to get to a console, and all the things I've been able to do on my workstation with an x11/nvidia-driver. The last issue that I ran into was that X was taking over a minute to start. I found the answer in a 2009 post here (can one like a 5 year old post or is that frowned upon?), https://forums.freebsd.org/threads/startx-bad-display-name.8003/#post-46611. I hadn't changed my /etc/hosts to match my /etc/rc.conf file's hostname. Once I did that, everything was great.
TL;DR, FreeBSD-10.1 with the new Xorg version and the vt(4) driver seems to have solved many issues with Intel graphics cards.
Usually, I build x11-servers/xorg-server from source and choose to not use HAL. There's no real reason for me doing this, it's just that I always wind up trying to start X without enabling hald(8) and wind up with a frozen system. (That tag is leading to a link saying there is no man(8) for hald, and searching using all rather than section 8 still brings up nothing--however, if you're on your own system and type
man hald you'll get it.) This time, however, I used the package, just to enjoy not having to add anything to /etc/make.conf.This is on a Clevo laptop with an Intel video card. Prior to this, if I ever tried to get out of X, or go to another console, X froze (what kind of tag should I use for X? I swear, I'm never going to get my tags right --oh well, I'm going for file--minor petty annoyance, I prefer the lower case tags--I feel like the old forum used to have it in lower case, but actually don't remember--but I digress.)
When I first tried going to a console or closing, I found the same thing I always had, that the machine froze and was no longer responsive to input (though I could use SSH and get to it that way.)
Once I added
Code:
kern.vty=vt
TL;DR, FreeBSD-10.1 with the new Xorg version and the vt(4) driver seems to have solved many issues with Intel graphics cards.