From owner-freebsd-x11@FreeBSD.ORG Sun Sep 7 07:41:48 2008 Return-Path: Delivered-To: x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D1FB10656FE for ; Sun, 7 Sep 2008 07:41:48 +0000 (UTC) (envelope-from jfrazier@myvbtc.org) Received: from shell.myvbtc.org (shell.myvbtc.org [64.106.213.146]) by mx1.freebsd.org (Postfix) with ESMTP id B4C698FC18 for ; Sun, 7 Sep 2008 07:41:47 +0000 (UTC) (envelope-from jfrazier@myvbtc.org) Received: from LAPPY (adsl-070-145-157-206.sip.mgm.bellsouth.net [70.145.157.206]) (authenticated bits=0) by shell.myvbtc.org (8.14.2/8.14.2) with ESMTP id m877SLo3092860 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Sun, 7 Sep 2008 03:28:22 -0400 (EDT) (envelope-from jfrazier@myvbtc.org) From: "Jonathan Frazier" To: Date: Sun, 7 Sep 2008 02:28:56 -0500 Organization: Purple Heart Service Foundation Message-ID: <000701c910bb$65d69420$3183bc60$@org> MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AckQusPc0e6rh9LPSFG56dMhV9YBxA== Content-Language: en-us X-Virus-Scanned: ClamAV 0.93.3/8177/Sun Sep 7 00:29:39 2008 on shell.myvbtc.org X-Virus-Status: Clean Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: FreeBSD Port: x11-drivers/xf86-video-i810 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Sep 2008 07:41:48 -0000 I've been attempting to compile xf86-video-i810 for the last several days and have been unsuccessful. It appears that changes in drm and mipointer have broken it. i830_driver.c:7117:2: error: #error "Wrong drm.h file included. You need to compile and install a recent libdrm." i830_driver.c: In function 'I830DrmMMInit': i830_driver.c:7127: error: 'drm_mm_init_arg_t' undeclared (first use in this function) i830_driver.c:7127: error: (Each undeclared identifier is reported only once i830_driver.c:7127: error: for each function it appears in.) i830_driver.c:7127: error: expected ';' before 'arg' i830_driver.c:7130: error: 'arg' undeclared (first use in this function) i830_driver.c:7131: error: 'mm_init' undeclared (first use in this function) i830_driver.c:7136: error: 'DRM_IOCTL_MM_INIT' undeclared (first use in this function) i830_driver.c: In function 'I830DrmMMTakedown': i830_driver.c:7148: error: 'drm_mm_init_arg_t' undeclared (first use in this function) i830_driver.c:7148: error: expected ';' before 'arg' i830_driver.c:7151: error: 'arg' undeclared (first use in this function) i830_driver.c:7152: error: 'mm_takedown' undeclared (first use in this function) i830_driver.c:7154: error: 'DRM_IOCTL_MM_INIT' undeclared (first use in this function) i830_driver.c: In function 'I830DrmMMLock': i830_driver.c:7163: error: 'drm_mm_init_arg_t' undeclared (first use in this function) i830_driver.c:7163: error: expected ';' before 'arg' i830_driver.c:7166: error: 'arg' undeclared (first use in this function) i830_driver.c:7167: error: 'mm_lock' undeclared (first use in this function) i830_driver.c:7171: error: 'DRM_IOCTL_MM_INIT' undeclared (first use in this function) i830_driver.c: In function 'I830DrmMMUnlock': i830_driver.c:7179: error: 'drm_mm_init_arg_t' undeclared (first use in this function) i830_driver.c:7179: error: expected ';' before 'arg' i830_driver.c:7182: error: 'arg' undeclared (first use in this function) i830_driver.c:7183: error: 'mm_unlock' undeclared (first use in this function) i830_driver.c:7187: error: 'DRM_IOCTL_MM_INIT' undeclared (first use in this function) i830_driver.c: In function 'I830BIOSScreenInit': i830_driver.c:7723: error: 'DRM_BO_MEM_TT' undeclared (first use in this function) i830_driver.c: In function 'I830BIOSLeaveVT': i830_driver.c:7904: error: 'DRM_BO_MEM_TT' undeclared (first use in this function) i830_driver.c: In function 'I830BIOSEnterVT': i830_driver.c:8365: error: 'DRM_BO_MEM_TT' undeclared (first use in this function) i830_driver.c: In function 'I830BIOSCloseScreen': i830_driver.c:8586: error: 'DRM_BO_MEM_TT' undeclared (first use in this function) i830_driver.c: In function 'I830CheckDevicesTimer': i830_driver.c:8994: warning: 'miPointerCurrentScreen' is deprecated (declared at /usr/local/include/xorg/mipointer.h:142) i830_driver.c:8996: warning: 'miPointerPosition' is deprecated (declared at /usr/local/include/xorg/mipointer.h:130) i830_driver.c:9025: warning: 'miPointerPosition' is deprecated (declared at /usr/local/include/xorg/mipointer.h:130) i830_driver.c:9036: warning: 'miPointerWarpCursor' is deprecated (declared at /usr/local/include/xorg/mipointer.h:95) i830_driver.c:9054: warning: 'miPointerWarpCursor' is deprecated (declared at /usr/local/include/xorg/mipointer.h:95) *** Error code 1 Stop in /usr/ports/x11-drivers/xf86-video-i810/work/xf86-video-i810-1.7.4/src. *** Error code 1 Stop in /usr/ports/x11-drivers/xf86-video-i810/work/xf86-video-i810-1.7.4/src. *** Error code 1 Stop in /usr/ports/x11-drivers/xf86-video-i810/work/xf86-video-i810-1.7.4. *** Error code 1 Stop in /usr/ports/x11-drivers/xf86-video-i810/work/xf86-video-i810-1.7.4. *** Error code 1 Stop in /usr/ports/x11-drivers/xf86-video-i810. If you need more information, let me know. Greatly appreciate your time. Jonathan From owner-freebsd-x11@FreeBSD.ORG Sun Sep 7 07:57:40 2008 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DAF01106566C for ; Sun, 7 Sep 2008 07:57:40 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.230]) by mx1.freebsd.org (Postfix) with ESMTP id A77A28FC12 for ; Sun, 7 Sep 2008 07:57:40 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so1453048rvf.43 for ; Sun, 07 Sep 2008 00:57:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=Xmc/15YSyoUQcZ4F4Q56cs9Mp0/jqdytoS5iZNAxO80=; b=VlM1ATivao3unwHGQGDkuXi6XAeJ+PWCvoaNc4AKifCvW34l61Lz8lAaX06kKqAha3 /Eti0SASXJsFch2LtOzlKC9Oc3a8jamNj3fP0ms+7Gxe0WU7+WsqomE1THXaWURwlgN/ /iPQ/QXnsO080uUyaQw8jIfyngv/gDfSYaXI0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=Xz1WWSK4RzEj+oVNJhludLKWLetbUG3OUGHiZrok7COuNSSURQTeqzu58xaNFU9jzZ ka3RoVrmP91Ph/jMx/We/pRCWXTxA/nZMEDmbeEZKlekYe3YvzuebDdCcrEvdMz+jSfP xV/ipiJwhRhwLIVTYhdAx8zV9ectJnLePjgdk= Received: by 10.141.129.14 with SMTP id g14mr7980308rvn.50.1220774260172; Sun, 07 Sep 2008 00:57:40 -0700 (PDT) Received: by 10.141.86.19 with HTTP; Sun, 7 Sep 2008 00:57:40 -0700 (PDT) Message-ID: <3a142e750809070057p41a2e143wc0d82b3b9c65b466@mail.gmail.com> Date: Sun, 7 Sep 2008 09:57:40 +0200 From: "Paul B. Mahol" To: "Jonathan Frazier" In-Reply-To: <000701c910bb$65d69420$3183bc60$@org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <000701c910bb$65d69420$3183bc60$@org> Cc: x11@freebsd.org Subject: Re: FreeBSD Port: x11-drivers/xf86-video-i810 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Sep 2008 07:57:40 -0000 On 9/7/08, Jonathan Frazier wrote: > I've been attempting to compile xf86-video-i810 for the last several days > and have been unsuccessful. It appears that changes in drm and mipointer > have broken it. > > > > i830_driver.c:7117:2: error: #error "Wrong drm.h file included. You need to > compile and install a recent libdrm." You have libdrm 2.3.1 It will compile succesfully only with libdrm < 2.3.1 > > i830_driver.c: In function 'I830DrmMMInit': > > i830_driver.c:7127: error: 'drm_mm_init_arg_t' undeclared (first use in this > function) > > i830_driver.c:7127: error: (Each undeclared identifier is reported only once > > i830_driver.c:7127: error: for each function it appears in.) > > i830_driver.c:7127: error: expected ';' before 'arg' > > i830_driver.c:7130: error: 'arg' undeclared (first use in this function) > > i830_driver.c:7131: error: 'mm_init' undeclared (first use in this function) > > i830_driver.c:7136: error: 'DRM_IOCTL_MM_INIT' undeclared (first use in this > function) > > i830_driver.c: In function 'I830DrmMMTakedown': > > i830_driver.c:7148: error: 'drm_mm_init_arg_t' undeclared (first use in this > function) > > i830_driver.c:7148: error: expected ';' before 'arg' > > i830_driver.c:7151: error: 'arg' undeclared (first use in this function) > > i830_driver.c:7152: error: 'mm_takedown' undeclared (first use in this > function) > > i830_driver.c:7154: error: 'DRM_IOCTL_MM_INIT' undeclared (first use in this > function) > > i830_driver.c: In function 'I830DrmMMLock': > > i830_driver.c:7163: error: 'drm_mm_init_arg_t' undeclared (first use in this > function) > > i830_driver.c:7163: error: expected ';' before 'arg' > > i830_driver.c:7166: error: 'arg' undeclared (first use in this function) > > i830_driver.c:7167: error: 'mm_lock' undeclared (first use in this function) > > i830_driver.c:7171: error: 'DRM_IOCTL_MM_INIT' undeclared (first use in this > function) > > i830_driver.c: In function 'I830DrmMMUnlock': > > i830_driver.c:7179: error: 'drm_mm_init_arg_t' undeclared (first use in this > function) > > i830_driver.c:7179: error: expected ';' before 'arg' > > i830_driver.c:7182: error: 'arg' undeclared (first use in this function) > > i830_driver.c:7183: error: 'mm_unlock' undeclared (first use in this > function) > > i830_driver.c:7187: error: 'DRM_IOCTL_MM_INIT' undeclared (first use in this > function) > > i830_driver.c: In function 'I830BIOSScreenInit': > > i830_driver.c:7723: error: 'DRM_BO_MEM_TT' undeclared (first use in this > function) > > i830_driver.c: In function 'I830BIOSLeaveVT': > > i830_driver.c:7904: error: 'DRM_BO_MEM_TT' undeclared (first use in this > function) > > i830_driver.c: In function 'I830BIOSEnterVT': > > i830_driver.c:8365: error: 'DRM_BO_MEM_TT' undeclared (first use in this > function) > > i830_driver.c: In function 'I830BIOSCloseScreen': > > i830_driver.c:8586: error: 'DRM_BO_MEM_TT' undeclared (first use in this > function) > > i830_driver.c: In function 'I830CheckDevicesTimer': > > i830_driver.c:8994: warning: 'miPointerCurrentScreen' is deprecated > (declared at /usr/local/include/xorg/mipointer.h:142) > > i830_driver.c:8996: warning: 'miPointerPosition' is deprecated (declared at > /usr/local/include/xorg/mipointer.h:130) > > i830_driver.c:9025: warning: 'miPointerPosition' is deprecated (declared at > /usr/local/include/xorg/mipointer.h:130) > > i830_driver.c:9036: warning: 'miPointerWarpCursor' is deprecated (declared > at /usr/local/include/xorg/mipointer.h:95) > > i830_driver.c:9054: warning: 'miPointerWarpCursor' is deprecated (declared > at /usr/local/include/xorg/mipointer.h:95) > > *** Error code 1 > > > > Stop in > /usr/ports/x11-drivers/xf86-video-i810/work/xf86-video-i810-1.7.4/src. > > *** Error code 1 > > > > Stop in > /usr/ports/x11-drivers/xf86-video-i810/work/xf86-video-i810-1.7.4/src. > > *** Error code 1 > > > > Stop in /usr/ports/x11-drivers/xf86-video-i810/work/xf86-video-i810-1.7.4. > > *** Error code 1 > > > > Stop in /usr/ports/x11-drivers/xf86-video-i810/work/xf86-video-i810-1.7.4. > > *** Error code 1 > > > > Stop in /usr/ports/x11-drivers/xf86-video-i810. > > > > > > > > If you need more information, let me know. Greatly appreciate your time. > > > > Jonathan > > _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" > From owner-freebsd-x11@FreeBSD.ORG Sun Sep 7 08:25:01 2008 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9BAA9106564A for ; Sun, 7 Sep 2008 08:25:01 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr5.xs4all.nl (smtp-vbr5.xs4all.nl [194.109.24.25]) by mx1.freebsd.org (Postfix) with ESMTP id 2D6938FC17 for ; Sun, 7 Sep 2008 08:25:00 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr5.xs4all.nl (8.13.8/8.13.8) with ESMTP id m8789VLe078775; Sun, 7 Sep 2008 10:09:32 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 75AAABAA3; Sun, 7 Sep 2008 10:09:28 +0200 (CEST) Date: Sun, 7 Sep 2008 10:09:28 +0200 From: Roland Smith To: Jonathan Frazier Message-ID: <20080907080928.GA18272@slackbox.xs4all.nl> References: <000701c910bb$65d69420$3183bc60$@org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="FCuugMFkClbJLl1L" Content-Disposition: inline In-Reply-To: <000701c910bb$65d69420$3183bc60$@org> X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.18 (2008-05-17) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: x11@freebsd.org Subject: Re: FreeBSD Port: x11-drivers/xf86-video-i810 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Sep 2008 08:25:01 -0000 --FCuugMFkClbJLl1L Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Sep 07, 2008 at 02:28:56AM -0500, Jonathan Frazier wrote: > I've been attempting to compile xf86-video-i810 for the last several days > and have been unsuccessful. It appears that changes in drm and mipointer > have broken it. The xf86-video-i810 should be deprecated. It has been superseded by xf86-video-intel, which you should use instead. Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --FCuugMFkClbJLl1L Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEUEARECAAYFAkjDjDgACgkQEnfvsMMhpyW2FQCbBd+CFpHukcLNzB6Tw4/Lgm9b ZyYAmNlkiWIKdNDd99RWiqrDVlFexPA= =RLht -----END PGP SIGNATURE----- --FCuugMFkClbJLl1L-- From owner-freebsd-x11@FreeBSD.ORG Sun Sep 7 13:24:33 2008 Return-Path: Delivered-To: x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 04A9F1065674 for ; Sun, 7 Sep 2008 13:24:33 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from gizmo.2hip.net (gizmo.2hip.net [64.74.207.195]) by mx1.freebsd.org (Postfix) with ESMTP id B57668FC25 for ; Sun, 7 Sep 2008 13:24:32 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from [192.168.2.97] (c-71-56-39-94.hsd1.ga.comcast.net [71.56.39.94]) (authenticated bits=0) by gizmo.2hip.net (8.13.8/8.13.8) with ESMTP id m87DORJc067081 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 7 Sep 2008 09:24:28 -0400 (EDT) (envelope-from rnoland@FreeBSD.org) From: Robert Noland To: Jonathan Frazier In-Reply-To: <000701c910bb$65d69420$3183bc60$@org> References: <000701c910bb$65d69420$3183bc60$@org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-Zlu2QXk3siL+j8UQrhov" Organization: FreeBSD Date: Sun, 07 Sep 2008 09:24:15 -0400 Message-Id: <1220793855.1860.46.camel@wombat.2hip.net> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 FreeBSD GNOME Team Port X-Spam-Status: No, score=-0.8 required=5.0 tests=AWL,BAYES_00, RCVD_IN_SORBS_DUL autolearn=no version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on gizmo.2hip.net Cc: x11@FreeBSD.org Subject: Re: FreeBSD Port: x11-drivers/xf86-video-i810 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Sep 2008 13:24:33 -0000 --=-Zlu2QXk3siL+j8UQrhov Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2008-09-07 at 02:28 -0500, Jonathan Frazier wrote: > I've been attempting to compile xf86-video-i810 for the last several days > and have been unsuccessful. It appears that changes in drm and mipointer > have broken it. xf86-video-i810 is no longer a maintained driver. It has been superseded by xf86-video-intel, which is what people need to be using now. robert. > =20 >=20 > i830_driver.c:7117:2: error: #error "Wrong drm.h file included. You need = to > compile and install a recent libdrm." >=20 > i830_driver.c: In function 'I830DrmMMInit': >=20 > i830_driver.c:7127: error: 'drm_mm_init_arg_t' undeclared (first use in t= his > function) >=20 > i830_driver.c:7127: error: (Each undeclared identifier is reported only o= nce >=20 > i830_driver.c:7127: error: for each function it appears in.) >=20 > i830_driver.c:7127: error: expected ';' before 'arg' >=20 > i830_driver.c:7130: error: 'arg' undeclared (first use in this function) >=20 > i830_driver.c:7131: error: 'mm_init' undeclared (first use in this functi= on) >=20 > i830_driver.c:7136: error: 'DRM_IOCTL_MM_INIT' undeclared (first use in t= his > function) >=20 > i830_driver.c: In function 'I830DrmMMTakedown': >=20 > i830_driver.c:7148: error: 'drm_mm_init_arg_t' undeclared (first use in t= his > function) >=20 > i830_driver.c:7148: error: expected ';' before 'arg' >=20 > i830_driver.c:7151: error: 'arg' undeclared (first use in this function) >=20 > i830_driver.c:7152: error: 'mm_takedown' undeclared (first use in this > function) >=20 > i830_driver.c:7154: error: 'DRM_IOCTL_MM_INIT' undeclared (first use in t= his > function) >=20 > i830_driver.c: In function 'I830DrmMMLock': >=20 > i830_driver.c:7163: error: 'drm_mm_init_arg_t' undeclared (first use in t= his > function) >=20 > i830_driver.c:7163: error: expected ';' before 'arg' >=20 > i830_driver.c:7166: error: 'arg' undeclared (first use in this function) >=20 > i830_driver.c:7167: error: 'mm_lock' undeclared (first use in this functi= on) >=20 > i830_driver.c:7171: error: 'DRM_IOCTL_MM_INIT' undeclared (first use in t= his > function) >=20 > i830_driver.c: In function 'I830DrmMMUnlock': >=20 > i830_driver.c:7179: error: 'drm_mm_init_arg_t' undeclared (first use in t= his > function) >=20 > i830_driver.c:7179: error: expected ';' before 'arg' >=20 > i830_driver.c:7182: error: 'arg' undeclared (first use in this function) >=20 > i830_driver.c:7183: error: 'mm_unlock' undeclared (first use in this > function) >=20 > i830_driver.c:7187: error: 'DRM_IOCTL_MM_INIT' undeclared (first use in t= his > function) >=20 > i830_driver.c: In function 'I830BIOSScreenInit': >=20 > i830_driver.c:7723: error: 'DRM_BO_MEM_TT' undeclared (first use in this > function) >=20 > i830_driver.c: In function 'I830BIOSLeaveVT': >=20 > i830_driver.c:7904: error: 'DRM_BO_MEM_TT' undeclared (first use in this > function) >=20 > i830_driver.c: In function 'I830BIOSEnterVT': >=20 > i830_driver.c:8365: error: 'DRM_BO_MEM_TT' undeclared (first use in this > function) >=20 > i830_driver.c: In function 'I830BIOSCloseScreen': >=20 > i830_driver.c:8586: error: 'DRM_BO_MEM_TT' undeclared (first use in this > function) >=20 > i830_driver.c: In function 'I830CheckDevicesTimer': >=20 > i830_driver.c:8994: warning: 'miPointerCurrentScreen' is deprecated > (declared at /usr/local/include/xorg/mipointer.h:142) >=20 > i830_driver.c:8996: warning: 'miPointerPosition' is deprecated (declared = at > /usr/local/include/xorg/mipointer.h:130) >=20 > i830_driver.c:9025: warning: 'miPointerPosition' is deprecated (declared = at > /usr/local/include/xorg/mipointer.h:130) >=20 > i830_driver.c:9036: warning: 'miPointerWarpCursor' is deprecated (declare= d > at /usr/local/include/xorg/mipointer.h:95) >=20 > i830_driver.c:9054: warning: 'miPointerWarpCursor' is deprecated (declare= d > at /usr/local/include/xorg/mipointer.h:95) >=20 > *** Error code 1 >=20 > =20 >=20 > Stop in > /usr/ports/x11-drivers/xf86-video-i810/work/xf86-video-i810-1.7.4/src. >=20 > *** Error code 1 >=20 > =20 >=20 > Stop in > /usr/ports/x11-drivers/xf86-video-i810/work/xf86-video-i810-1.7.4/src. >=20 > *** Error code 1 >=20 > =20 >=20 > Stop in /usr/ports/x11-drivers/xf86-video-i810/work/xf86-video-i810-1.7.4= . >=20 > *** Error code 1 >=20 > =20 >=20 > Stop in /usr/ports/x11-drivers/xf86-video-i810/work/xf86-video-i810-1.7.4= . >=20 > *** Error code 1 >=20 > =20 >=20 > Stop in /usr/ports/x11-drivers/xf86-video-i810. >=20 > =20 >=20 >=20 >=20 >=20 >=20 > If you need more information, let me know. Greatly appreciate your time. >=20 > =20 >=20 > Jonathan >=20 > _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" --=-Zlu2QXk3siL+j8UQrhov Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEABECAAYFAkjD1f8ACgkQM4TrQ4qfROMXuQCeODaN+wlJZKsgL1Xa1cZbIu6I agMAmQFjsalgjO2YdVszNBWxWOyqOlLM =j6rP -----END PGP SIGNATURE----- --=-Zlu2QXk3siL+j8UQrhov-- From owner-freebsd-x11@FreeBSD.ORG Mon Sep 8 02:22:31 2008 Return-Path: Delivered-To: freebsd-x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EAAD3106564A for ; Mon, 8 Sep 2008 02:22:30 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D86708FC14 for ; Mon, 8 Sep 2008 02:22:30 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m882MUmW006877 for ; Mon, 8 Sep 2008 02:22:30 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m882MUJv006873 for freebsd-x11@FreeBSD.org; Mon, 8 Sep 2008 02:22:30 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 8 Sep 2008 02:22:30 GMT Message-Id: <200809080222.m882MUJv006873@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-x11@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-x11@FreeBSD.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Sep 2008 02:22:31 -0000 The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/126904 x11 x11/xorg startx fails on driver loading for nVidia GeF o ports/126812 x11 x11-drivers/xf86-video-ati - System freeze when exitin o ports/125883 x11 x11-fonts/xorg-fonts-cyrillic is installed, but fonts o ports/125661 x11 x11/xorg: startx fails after a couple of attempts o ports/124861 x11 Keyboard problems with xorg o ports/124220 x11 [amd64] x11-servers/xorg-server - X.org server runs in o ports/123137 x11 x11/libX11: missing ru_RU.UTF-8 locale o ports/122924 x11 XCreateImage fails in most recent x11/XOrg o ports/122830 x11 x11/xorg: Error in I830WaitLpRing() o ports/121360 x11 x11/xorg - Change default of ~/.xsession-errors to off o ports/121230 x11 [patch] ports/x11/xkeyboard-config WITHOUT_NLS support f ports/119091 x11 x11-drivers/xf86-video-intel 2.1.1 panics system o ports/119037 x11 x11: Can't type _ (Underscore) under X (gnome) o ports/118950 x11 x11-drivers/xf86-video-nv - xorg xf86 nv (nvidia) driv o ports/118645 x11 Xorg need realtime priority for mouse work nice o ports/118547 x11 [patch] x11/xdm fails with pam_krb5 f ports/118217 x11 xorg doesnt find usb mouse when initiated with devd, w f ports/117907 x11 x11-servers/mga_hal broken on 7.0-BETA (GLIBC error) o ports/117766 x11 x11-servers/xorg-server (7.3) crashes under heavy load o ports/117195 x11 ix11/Xorg 7.3 dumps core at exit (sig 11) f ports/116603 x11 x11/xorg server 7.3 hangs up o ports/116443 x11 x11-drivers/xf86-input-keyboard patch for USB jp106 ke o ports/116359 x11 x11/xorg - screen blinks with PCI-E nvidia card and ve s ports/115536 x11 [new port] x11/xorg-base port for a minimal X.Org inst o ports/115020 x11 New port: graphics/osmesa - Mesa's off-screen renderin f ports/114827 x11 Xorg server crashes when starting astro/google-earth o ports/113106 x11 x11/xorg - Xorg 7.2 + Mach64 + dri produces error mess f ports/106370 x11 Screen corruption when using Direct Rendering on a PCI s ports/73743 x11 XOrg/XFree xauth add/startx problem 29 problems total. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The problem is understood and a solution is being sought. f - feedback Further work requires additional information from the originator or the community - possibly confirmation of the effectiveness of a proposed solution. p - patched A patch has been committed, but some issues (MFC and / or confirmation from originator) are still open. r - repocopy The resolution of the problem report is dependent on a repocopy operation within the CVS repository which is awaiting completion. s - suspended The problem is not being worked on, due to lack of information or resources. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested -- or when fixing the problem is abandoned. From owner-freebsd-x11@FreeBSD.ORG Thu Sep 11 03:29:02 2008 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D8494106564A for ; Thu, 11 Sep 2008 03:29:02 +0000 (UTC) (envelope-from kanito73@hotmail.com) Received: from bay0-omc3-s16.bay0.hotmail.com (bay0-omc3-s16.bay0.hotmail.com [65.54.246.216]) by mx1.freebsd.org (Postfix) with ESMTP id C45C48FC08 for ; Thu, 11 Sep 2008 03:29:02 +0000 (UTC) (envelope-from kanito73@hotmail.com) Received: from BAY111-W20 ([64.4.17.120]) by bay0-omc3-s16.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959); Wed, 10 Sep 2008 20:17:03 -0700 Message-ID: X-Originating-IP: [189.146.47.52] From: Kanito 73 To: Date: Thu, 11 Sep 2008 03:17:03 +0000 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 11 Sep 2008 03:17:03.0772 (UTC) FILETIME=[DCE7ADC0:01C913BC] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: FreeBSD 7.0 + Xorg + KDE - there's no xorg.conf X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Sep 2008 03:29:02 -0000 Hello list I've just download and installed FreeBSD 7.0 witn Xorg and KDE plus depende= ncy packages that were automatically selected. At first had problems to start KDE since was not configured=2C so had to cr= eate .xinitrc by hand using the same configuration as my linux /etc/X11/xin= itrc/xinitrc.kde Now there's another problem=2C there is no Xorg.conf so x11 starts at a hig= her resolution that goes further than the monitor limits and can't find Xor= g.conf nor 'xorgconfig' tool to create it and configure screen refresh rate= =2C video memory=2C resolution=2C etc. What can I do to configure it? am Linux user and I guess this file should b= e something like the linux one=2C but don't want just to copy it. Thanks for any help _________________________________________________________________ Discover the new Windows Vista http://search.msn.com/results.aspx?q=3Dwindows+vista&mkt=3Den-US&form=3DQBR= E= From owner-freebsd-x11@FreeBSD.ORG Thu Sep 11 12:35:01 2008 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B61091065670 for ; Thu, 11 Sep 2008 12:35:01 +0000 (UTC) (envelope-from eayesta@portugalete.uned.es) Received: from hermes-uno.uned.es (hermes-uno.uned.es [62.204.192.102]) by mx1.freebsd.org (Postfix) with ESMTP id 6B8BD8FC12 for ; Thu, 11 Sep 2008 12:35:01 +0000 (UTC) (envelope-from eayesta@portugalete.uned.es) Received: from hermes-uno.uned.es (localhost.localdomain [127.0.0.1]) by localhost.uned.es (Postfix) with ESMTP id DC17830D7EB; Thu, 11 Sep 2008 14:10:47 +0200 (CEST) Received: from stargate-1.unedbizkaia.es (ca6200-010-200-062-201.uned.es [10.200.62.201]) by hermes-uno.uned.es (Postfix) with ESMTP id B89BD30D7E4; Thu, 11 Sep 2008 14:10:47 +0200 (CEST) From: Enrique Ayesta Perojo To: freebsd-x11@freebsd.org, kanito73@hotmail.com Date: Thu, 11 Sep 2008 14:10:47 +0200 User-Agent: KMail/1.9.7 References: In-Reply-To: X-Face: %-w!0vLe8h")w,b9OOAj@Cg{@oVH[f8\\; b/D^7zBju4#gB-Rydc4A5AvzSv[ziM}RR,=?utf-8?q?aK=0A=09=2E=24iiAmQtGM2!U*dk=7Dht=5F=5BH=2EUK-=24W=2E?=<3O2!"Ly`K/>E`@=?utf-8?q?fwLsqd5TlZ=7CShxJ=5FcE=3F*8RiEoE=0A=09Nxr?=@?xn\j(tiGhtvba; V+$7x5H|oczN1$T&I\%}.,%OO8>:^w|j MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200809111410.47236.eayesta@portugalete.uned.es> Cc: Subject: Re: FreeBSD 7.0 + Xorg + KDE - there's no xorg.conf X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Sep 2008 12:35:01 -0000 El Jueves, 11 de Septiembre de 2008, Kanito 73 escribi=F3: > Hello list > > I've just download and installed FreeBSD 7.0 witn Xorg and KDE plus > dependency packages that were automatically selected. > > At first had problems to start KDE since was not configured, so had to > create .xinitrc by hand using the same configuration as my linux > /etc/X11/xinitrc/xinitrc.kde > > Now there's another problem, there is no Xorg.conf so x11 starts at a > higher resolution that goes further than the monitor limits and can't find > Xorg.conf nor 'xorgconfig' tool to create it and configure screen refresh > rate, video memory, resolution, etc. > > What can I do to configure it? am Linux user and I guess this file should > be something like the linux one, but don't want just to copy it. > > Thanks for any help > Read: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-config.html http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x11-wm.html From owner-freebsd-x11@FreeBSD.ORG Thu Sep 11 20:49:02 2008 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3351F1065675 for ; Thu, 11 Sep 2008 20:49:02 +0000 (UTC) (envelope-from volker@vwsoft.com) Received: from frontmail.ipactive.de (frontmail.maindns.de [85.214.95.103]) by mx1.freebsd.org (Postfix) with ESMTP id E43EA8FC17 for ; Thu, 11 Sep 2008 20:49:01 +0000 (UTC) (envelope-from volker@vwsoft.com) Received: from mail.vtec.ipme.de (Q7ccf.q.ppp-pool.de [89.53.124.207]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by frontmail.ipactive.de (Postfix) with ESMTP id 8511B12883F; Thu, 11 Sep 2008 22:16:11 +0200 (CEST) Received: from cesar.sz.vwsoft.com (cesar.sz.vwsoft.com [192.168.16.3]) by mail.vtec.ipme.de (Postfix) with ESMTP id ACBBE2E90F; Thu, 11 Sep 2008 22:13:31 +0200 (CEST) Message-ID: <48C97C7E.3030809@vwsoft.com> Date: Thu, 11 Sep 2008 22:15:58 +0200 From: Volker User-Agent: Thunderbird 2.0.0.16 (X11/20080727) MIME-Version: 1.0 To: Kanito 73 References: In-Reply-To: X-Enigmail-Version: 0.95.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit MailScanner-NULL-Check: 1221768821.02995@qzfBNr4ZgBaBJsFaSykWWA X-MailScanner-ID: ACBBE2E90F.F3CD2 X-VWSoft-MailScanner: Found to be clean X-MailScanner-From: volker@vwsoft.com X-ipactive-MailScanner-Information: Please contact the ISP for more information X-ipactive-MailScanner: Found to be clean X-ipactive-MailScanner-From: volker@vwsoft.com Cc: freebsd-x11@freebsd.org Subject: Re: FreeBSD 7.0 + Xorg + KDE - there's no xorg.conf X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Sep 2008 20:49:02 -0000 On 12/23/-58 20:59, Kanito 73 wrote: > Hello list > > I've just download and installed FreeBSD 7.0 witn Xorg and KDE plus dependency packages that were automatically selected. > > At first had problems to start KDE since was not configured, so had to create .xinitrc by hand using the same configuration as my linux /etc/X11/xinitrc/xinitrc.kde > > Now there's another problem, there is no Xorg.conf so x11 starts at a higher resolution that goes further than the monitor limits and can't find Xorg.conf nor 'xorgconfig' tool to create it and configure screen refresh rate, video memory, resolution, etc. > > What can I do to configure it? am Linux user and I guess this file should be something like the linux one, but don't want just to copy it. > > Thanks for any help Even while not strictly FreeBSD related, I thought there's a section in the handbook, hmm... does ``X -configure'' sound too bad? ;) > Discover the new Windows Vista No, thanks! Volker PS: Do you hate line breaks? From owner-freebsd-x11@FreeBSD.ORG Fri Sep 12 23:16:50 2008 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C032D106567C for ; Fri, 12 Sep 2008 23:16:50 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.229]) by mx1.freebsd.org (Postfix) with ESMTP id 920808FC17 for ; Fri, 12 Sep 2008 23:16:50 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so1281954rvf.43 for ; Fri, 12 Sep 2008 16:16:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=SAv/bnRuLFMAGN7VQEloXAWNr3483xhQSZzoAHw3xwY=; b=KY3XNTsCL5Bk1bI3PFh1xCQ6lU5P7BFk0iqEOigWLUoaS0ovx48VV2r9yfdgojfyBO kYDE7x+2x5Brj/gGeDPFEppJv9xhncW3lCcUiUJ2+q4FJCU9X3ZiRDY4H+SZiZuVAz+O TUI1n1B8Zi51Qmw5iF9bMgJwqwsZUxMotk84w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=HGNML3hWCnwI8cIGPIUsdEenSoWp9ffzewbZF+EwYH/FPkIRnbjmDLjfkN643PFh9B D+WoUQskp8i81/yY2fQZZrR6/x7mGG5VNiqmlNDiA4GM2a5sVk/OZTF+SCO+7VzlhL1j PyNhzod79MPHIe+CvJdG/oy2CJzh4GzndstOQ= Received: by 10.140.192.9 with SMTP id p9mr2970613rvf.114.1221261410064; Fri, 12 Sep 2008 16:16:50 -0700 (PDT) Received: by 10.141.28.19 with HTTP; Fri, 12 Sep 2008 16:16:49 -0700 (PDT) Message-ID: <11167f520809121616p3d3e18f8icda5f9a2be781a42@mail.gmail.com> Date: Fri, 12 Sep 2008 18:16:49 -0500 From: "Sam Fourman Jr." To: "Robert Noland" In-Reply-To: <1218675844.1899.18.camel@wombat.2hip.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1218675844.1899.18.camel@wombat.2hip.net> Cc: freebsd-x11 Subject: Re: [CFT] drm updates X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Sep 2008 23:16:50 -0000 On Wed, Aug 13, 2008 at 8:04 PM, Robert Noland wrote: > I have prepared a set of patches for drm kernel modules against -CURRENT > and -STABLE. I would like to get this into HEAD fairly soon. Does anyone know if these patches are in RELENG_7 I have a Intel G33 card that won't work and I am using a September 7th 2008 Kernel Sam Fourman Jr.