startx error

I have a Habey EPC-6566 which uses an Intel Integrated GMA3150 GPU. I have installed xf86-video-intel29 X11 driver and following 6.7. Desktop Environments in the handbook I installed GNOME 2.

When running startx...

Code:
xauth:  file /root/.serverauth.8792 does not exist


X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: FreeBSD 9.1-RELEASE i386 
Current Operating System: FreeBSD my.domain.com 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243826: Tue Dec  4 06:55:39 UTC 2012     root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
Build Date: 09 April 2013  06:01:36PM
 
Current version of pixman: 0.30.0
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sun Jul 28 04:32:02 2013
(==) Using config file: "/etc/X11/xorg.conf"
(EE) intel(0): [drm] Failed to detect GEM.  Kernel 2.6.28 required.
(EE) intel(0): Failed to become DRM master.
(EE) intel(0): Failed to initialize kernel memory manager
(EE) Failed to load module "kbd" (module does not exist, 0)
(EE) No input driver matching `kbd'
(EE) config/hal: NewInputDeviceRequest failed (15)
(EE) Failed to load module "kbd" (module does not exist, 0)
(EE) No input driver matching `kbd'
(EE) config/hal: NewInputDeviceRequest failed (15)
Shared object "libpcre.so.1" not found, required by "gnome-session"
xinit: connection to X server lost[/CMD]

What should I do?
 
@wblock@ and @good-beastie thanks for your responses. I have run pkg_libchk and made the suggested changes to /etc/make.conf. When trying to rebuild x11-drivers/xf86-video-intel the below errors occur:

Code:
/usr/local/include/xorg/dri2.h:100: error: expected declaration specifiers or '...' before 'drm_magic_t'
In file included from ../uxa/uxa.h:40,
                 from intel_batchbuffer.c:43:
/usr/local/include/xorg/fb.h:837: warning: redundant redeclaration of 'fbGetWinPrivateKey'
/usr/local/include/xorg/fb.h:611: warning: previous declaration of 'fbGetWinPrivateKey' was here
*** [intel_batchbuffer.lo] Error code 1

Stop in /usr/ports/x11-drivers/xf86-video-intel/work/xf86-video-intel-2.21.9/src.
*** [all-recursive] Error code 1

Stop in /usr/ports/x11-drivers/xf86-video-intel/work/xf86-video-intel-2.21.9/src.
*** [all-recursive] Error code 1

Stop in /usr/ports/x11-drivers/xf86-video-intel/work/xf86-video-intel-2.21.9.
*** [all] Error code 1

Stop in /usr/ports/x11-drivers/xf86-video-intel/work/xf86-video-intel-2.21.9.
*** [do-build] Error code 1

Stop in /usr/ports/x11-drivers/xf86-video-intel.
root@main:/usr/ports/x11-drivers/xf86-video-intel

How should I resolve this?
 
Last edited by a moderator:
time4e said:
@wblock@ and @good-beastie thanks for your responses. I have run pkg_libchk and made the suggested changes to /etc/make.conf. When trying to rebuild x11-drivers/xf86-video-intel the below errors occur:

Code:
/usr/local/include/xorg/dri2.h:100: error: expected declaration specifiers or '...' before 'drm_magic_t'
In file included from ../uxa/uxa.h:40,
                 from intel_batchbuffer.c:43:
/usr/local/include/xorg/fb.h:837: warning: redundant redeclaration of 'fbGetWinPrivateKey'
/usr/local/include/xorg/fb.h:611: warning: previous declaration of 'fbGetWinPrivateKey' was here
*** [intel_batchbuffer.lo] Error code 1

Stop in /usr/ports/x11-drivers/xf86-video-intel/work/xf86-video-intel-2.21.9/src.
*** [all-recursive] Error code 1

Stop in /usr/ports/x11-drivers/xf86-video-intel/work/xf86-video-intel-2.21.9/src.
*** [all-recursive] Error code 1

Stop in /usr/ports/x11-drivers/xf86-video-intel/work/xf86-video-intel-2.21.9.
*** [all] Error code 1

Stop in /usr/ports/x11-drivers/xf86-video-intel/work/xf86-video-intel-2.21.9.
*** [do-build] Error code 1

Stop in /usr/ports/x11-drivers/xf86-video-intel.
root@main:/usr/ports/x11-drivers/xf86-video-intel

How should I resolve this?

Hi,

I am having same issue with FreeBSD9-RELEASE. Anyone knows how to solve the issue?
 
Last edited by a moderator:
Back
Top