X.Org not working properly

I'm currently running FreeBSD 10-CURRENT and I haven't been able to get my display server working. I'm running this on a T61 Thinkpad with an Intel Mobile 965 Express GPU.

When I first type startx I'm immediately given an error that
Code:
xauth: file /home/<myname>/.serverautho.53434 does not exist

After it fails to connect in my Xorg.0.log I see the following errors:

Code:
(EE) LoadModule: Module fbdevhw does not have a fbdevhwModuleData data object.
(EE) Failed to load modules "fbdevhw" (invalid module, 0)
xf86TokenToOptinfo: table is NULL
xf86TokenToOptinfo: table is NULL

as well as

Code:
Fatal server error:
AddScreen/ScreenInit failed for driver 0

Thanks for the help!
 
With -CURRENT you're basically on your own. Anything can be broken at any particular time. Try with a -STABLE or a -RELEASE first.
 
DutchDaemon said:
With -CURRENT you're basically on your own. Anything can be broken at any particular time. Try with a -STABLE or a -RELEASE first.

Are the -CURRENT releases strictly for testing purposes then?
 
CURRENT is where the bleeding edge development happens. Anything can happen with -CURRENT, cows may fly. Expect breakage when new features are added and old ones are getting improved/fixed. Subscribe to the freebsd-current mailing list if you're serious about using it. Also remember that there's no support for -CURRENT that you could request from anyone, you're expected to be able to do some troubleshooting on your own.
 
Back
Top