From owner-freebsd-x11@FreeBSD.ORG Mon Dec 5 03:34:59 2005 Return-Path: X-Original-To: x11@freebsd.org Delivered-To: freebsd-x11@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9805316A41F for ; Mon, 5 Dec 2005 03:34:59 +0000 (GMT) (envelope-from iqgrande@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E66543D68 for ; Mon, 5 Dec 2005 03:34:58 +0000 (GMT) (envelope-from iqgrande@gmail.com) Received: by zproxy.gmail.com with SMTP id 9so798894nzo for ; Sun, 04 Dec 2005 19:34:58 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer; b=re9bLvjfps93m8KYJYdz83/hEQU4PPcKfDyJtb30yOLd2JijligBL4eptcnYFBiVyUmTGGok3pdZuQZhrT8gBktbs6lFlnAEREleZBLOEzTjA5AdJ53APtChc9PzLkrGtv6WLw3UGnVGWnHffzWM9jmuNMmnVnf0CU3Ak6iuq5E= Received: by 10.36.50.19 with SMTP id x19mr4812019nzx; Sun, 04 Dec 2005 19:34:58 -0800 (PST) Received: from ?192.168.0.2? ( [24.98.225.185]) by mx.gmail.com with ESMTP id m1sm3489967nzf.2005.12.04.19.34.57; Sun, 04 Dec 2005 19:34:57 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v746.2) Content-Transfer-Encoding: 7bit Message-Id: <624EACBF-B659-4877-A0D0-E0BF5DD93DA8@gmail.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freebsd-questions@freebsd.org, x11@freebsd.org From: Anthony M. Agelastos Date: Sun, 4 Dec 2005 22:34:54 -0500 X-Mailer: Apple Mail (2.746.2) Cc: Subject: Upgrading xorg-server 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, 05 Dec 2005 03:34:59 -0000 Hello everyone, Today, I tried updating xorg-server and it failed. Here is the primary error message: make: don't know how to make /diskad3/portsBuild/Usr/ports/x11- servers/xorg-server/work/xc/extras/Mesa/src/mesa/glapi/glapi.h. Stop *** Error code 2 I tried updating it via portupgrade -arR, portupgrade xorg-server, and portmanager -u -l. I have the full session recorded via script so I can send that file compressed to whomever wants it (or additional information from it). I am running 6.0-STABLE. Has anyone had any problems doing the recent update? My make.conf is comprised of: CPUTYPE?=p3 CFLAGS= -Os -pipe NO_BLUETOOTH=true CUPS_OVERWRITE_BASE=yes NO_LPR=true NO_PROFILE=true PERL_VER=5.8.7 PERL_VERSION=5.8.7 I also tried building it with CFLAGS= -O -pipe CFLAGS= -pipe instead of what is shown above. Each time, it fails at a different spot. The error message above was with -O in CFLAGS. With -Os, it is: panoramiX.c:1162: warning: unused variable `pScreen' rm -f panoramiXSwap.o cc -c -Os -pipe -march=pentium3 -ansi -pedantic -Wno-system-headers - Dasm=__asm -Wall -Wpointer-arith -Wundef -fno-merge-constants -I. -I../include -I/diskad3/portsBuild/usr/ports/x11-servers/xorg-server/ work/xc/exports/include/X11 -I/diskad3/portsBuild/usr/ports/x11- servers/xorg-server/work/xc/include/extensions -I/diskad3/ portsBuild/usr/ports/x11-servers/xorg-server/work/xc/include/fonts - I../mi -I../render -I/diskad3/portsBuild/usr/ports/x11-servers/xorg- server/work/xc/programs/Xserver/hw/xfree86/common -I/diskad3/ portsBuild/usr/ports/x11-servers/xorg-server/work/xc/include/fonts -I/diskad3/portsBuild/usr/ports/x11-servers/xorg-server/work/xc - I/diskad3/portsBuild/usr/ports/x11-servers/xorg-server/work/xc/ exports/include -I/usr/X11R6/include -I/usr/X11R6/include - DCSRG_BASED -DSHAPE -DXINPUT -DXKB -DXAPPGROUP -DXCSECURITY - DTOGCUP -DXF86BIGFONT -DDPMSExtension -DPANORAMIX -DRENDER - DRANDR -DXFIXES -DDAMAGE -DCOMPOSITE -DXEVIE -DGCCUSESGAS - DAVOID_GLYPHBLT -DPIXPRIV -DSINGLEDEPTH -DXFreeXDGA -DXvExtension -DXFree86LOADER -DXFree86Server -DXF86VIDMODE - DXvMCExtension -DSMART_SCHEDULE -DBUILDDEBUG -DXResExtension -DX_BYTE_ORDER=X_LITTLE_ENDIAN -DXORG_VERSION_CURRENT="(((6) * 10000000) + ((8) * 100000) + ((2) * 1000) + 0)" -DNDEBUG - DFUNCPROTO=15 -DNARROWPROTO -DMITMISC -DXTEST -DXTRAP -DXSYNC - DXCMISC -DXRECORD -DMITSHM -DBIGREQS -DXF86VIDMODE -DXF86MISC -DDBE -DDPMSExtension -DEVI -DSCREENSAVER -DXV -DXVMC -DGLXEXT -DXF86DRI - DGLX_DIRECT_RENDERING -DGLX_USE_DLOPEN -DGLX_USE_MESA - DRES panoramiXSwap.c make: don't know how to make ../include/scRnintstr.h. Stop *** Error code 2 With only -pipe in CFLAGS, it is cc -pipe -march=pentium3 -ansi -pedantic -Wno-system-headers - Dasm=__asm -Wall -Wpointer-arith -Wundef -fno-merge-constants -I. -I/diskad3/portsBuild/usr/ports/x11-servers/xorg-server/work/xc/ programs/Xserver/hw/xfree86/common -I/diskad3/portsBuild/usr/ports/ x11-servers/xorg-server/work/xc/programs/Xserver/hw/xfree86/os- support -I/diskad3/portsBuild/usr/ports/x11-servers/xorg- server/work/xc/programs/Xserver/mfb -I/diskad3/portsBuild/usr/ports/ x11-servers/xorg-server/work/xc/programs/Xserver/mi -I/diskad3/ portsBuild/usr/ports/x11-servers/xorg-server/work/xc/programs/Xserver/ hw/xfree86/xaa -I/diskad3/portsBuild/usr/ports/x11-servers/xorg- server/work/xc/programs/Xserver/hw/xfree86/rac -I/diskad3/ portsBuild/usr/ports/x11-servers/xorg-server/work/xc/programs/Xserver/ cfb -I/diskad3/portsBuild/usr/ports/x11-servers/xorg-server/work/xc/ programs/Xserver/hw/xfree86/xaa -I/diskad3/portsBuild/usr/ports/x11- servers/xorg-server/work/xc/programs/Xserver/hw/xfree86/ramdac -I/ diskad3/portsBuild/usr/ports/x11-servers/xorg-server/work/xc/programs/ Xserver/hw/xfree86/vgahw -I/diskad3/portsBuild/usr/ports/x11-servers/ xorg-server/work/xc/programs/Xserver/hw/xfree86/ddc -I/diskad3/ portsBuild/usr/ports/x11-servers/xorg-server/work/xc/programs/Xserver/ hw/xfree86/i2c -I/diskad3/portsBuild/usr/ports/x11-servers/xorg- server/work/xc/programs/Xserver/Xext -I/diskad3/portsBuild/usr/ports/ x11-servers/xorg-server/work/xc/programs/Xserver/hw/xfree86/vbe -I/ diskad3/portsBuild/usr/ports/x11-servers/xorg-server/work/xc/programs/ Xserver/fb -I/diskad3/portsBuild/usr/ports/x11-servers/xorg- server/work/xc/include/fonts -I/diskad3/portsBuild/usr/ports/x11- servers/xorg-server/work/xc/programs/Xserver/include -I/diskad3/ portsBuild/usr/ports/x11-servers/xorg-server/work/xc/exports/include/ X11 -I/diskad3/portsBuild/usr/ports/x11-servers/xorg-server/work/ xc/include/extensions -I/diskad3/portsBuild/usr/ports/x11-servers/ xorg-server/work/xc/programs/Xserver/hw/xfree86/int10 -I/diskad3/ portsBuild/usr/ports/x11-servers/xorg-server/work/xc/programs/Xserver/ render -I/diskad3/portsBuild/usr/ports/x11-servers/xorg-server/work/ xc -I/diskad3/portsBuild/usr/ports/x11-servers/xorg-server/work/xc/ exports/include -I/usr/X11R6/include -I/usr/X11R6/include - DCSRG_BASED -DSHAPE -DXINPUT -DXKB -DXAPPGROUP -DXCSECURITY - DTOGCUP -DXF86BIGFONT -DDPMSExtension -DPANORAMIX -DRENDER - DRANDR -DXFIXES -DDAMAGE -DCOMPOSITE -DXEVIE -DGCCUSESGAS - DAVOID_GLYPHBLT -DPIXPRIV -DSINGLEDEPTH -DXFreeXDGA -DXvExtension -DXFree86LOADER -DXFree86Server -DXF86VIDMODE - DXvMCExtension -DSMART_SCHEDULE -DBUILDDEBUG -DXResExtension -DX_BYTE_ORDER=X_LITTLE_ENDIAN -DXORG_VERSION_CURRENT="(((6) * 10000000) + ((8) * 100000) + ((2) * 1000) + 0)" -DNDEBUG - DFUNCPROTO=15 -DNARROWPROTO -DIN_MODULE -DXFree86Module -c i740_driver.c i740_driver.c: In function `I740PreInit': i740_driver.c:641: error: stray '\24' in program i740_driver.c:641:10: invalid suffix "DrvMsg" on integer constant i740_driver.c:641: error: syntax error before numeric constant *** Error code 1 Stop in /diskad3/portsBuild/usr/ports/x11-servers/xorg-server/work/xc/ programs/Xserver/hw/xfree86/drivers/i740. *** Error code 1 I have checked google.com/bsd as well as the archives. Any ideas? Thank you for the assistance. From owner-freebsd-x11@FreeBSD.ORG Mon Dec 5 07:24:47 2005 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EC5E16A41F for ; Mon, 5 Dec 2005 07:24:47 +0000 (GMT) (envelope-from dsh@vlink.ru) Received: from deliver.smtp.vlink.ru (vlink-1.avtlg.ru [83.239.142.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91EA843D58 for ; Mon, 5 Dec 2005 07:24:46 +0000 (GMT) (envelope-from dsh@vlink.ru) Received: from smtp.smtp.vlink.ru (clamav.smtp.vlink.ru [192.168.4.1]) by deliver.smtp.vlink.ru (Postfix) with ESMTP id DB1CDFECE2B for ; Mon, 5 Dec 2005 10:24:43 +0300 (MSK) Received: from neva.vlink.ru (neva.vlink.ru [217.107.252.29]) by smtp.smtp.vlink.ru (Postfix) with ESMTP id AF45B1009807 for ; Mon, 5 Dec 2005 10:24:43 +0300 (MSK) Received: from neva.vlink.ru (localhost [127.0.0.1]) by neva.vlink.ru (8.13.4/8.13.4) with ESMTP id jB57OXC7017639 for ; Mon, 5 Dec 2005 10:24:33 +0300 (MSK) (envelope-from dsh@vlink.ru) Received: (from dsh@localhost) by neva.vlink.ru (8.13.4/8.13.4/Submit) id jB57OXf5017636; Mon, 5 Dec 2005 10:24:33 +0300 (MSK) (envelope-from dsh@vlink.ru) To: freebsd-x11@freebsd.org From: Denis Shaposhnikov Date: Mon, 05 Dec 2005 10:24:33 +0300 Message-ID: <87zmngxaz2.fsf@neva.vlink.ru> User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.17 (Jumbo Shrimp, berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Virus-Scanned: ClamAV using ClamSMTP Subject: ERROR: line 125, Function intelInitDriver, File intel_screen.c 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, 05 Dec 2005 07:24:47 -0000 Hi! On the fresh CURRENT with drmsub0: : (child of agp_i810.c) on agp0 info: [drm] AGP at 0xf0000000 128MB info: [drm] Initialized i915 1.2.0 20041217 glxinfo said me that ERROR: line 125, Function intelInitDriver, File intel_screen.c libGL warning: 3D driver returned no fbconfigs. libGL error: InitDriver failed libGL error: reverting to (slow) indirect rendering display: :0 screen: 0 direct rendering: No But xorg-server-6.8.99.902 show in Xorg.0.log: (II) I810(0): [drm] installed DRM signal handler (II) I810(0): [DRI] installation complete (II) I810(0): direct rendering: Enabled I've setup graphics/dri-devel as dri-6.2.20050719,1. Does anybody know about error? Thanks! -- DSS5-RIPE DSS-RIPN 2:550/5068@fidonet 2:550/5069@fidonet mailto:dsh@vlink.ru http://neva.vlink.ru/~dsh/ From owner-freebsd-x11@FreeBSD.ORG Mon Dec 5 11:02:27 2005 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B427316A41F for ; Mon, 5 Dec 2005 11:02:27 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A80643D92 for ; Mon, 5 Dec 2005 11:02:16 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jB5B2GYn024123 for ; Mon, 5 Dec 2005 11:02:16 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jB5B2F6G024117 for freebsd-x11@freebsd.org; Mon, 5 Dec 2005 11:02:15 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 5 Dec 2005 11:02:15 GMT Message-Id: <200512051102.jB5B2F6G024117@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: freebsd-x11@FreeBSD.org Cc: Subject: Current problem reports assigned to you 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, 05 Dec 2005 11:02:27 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2001/11/20] ports/32121 x11 XFree86-4-Server: xf86cfg 4.1.0 writes ba o [2005/10/28] ports/88115 x11 ivview (installed by inventor port) end i f [2005/11/08] ports/88641 x11 x11/xproto: Xorg package fails to work o [2005/11/15] ports/89074 x11 Segmentation Violation during "make insta 4 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2004/10/22] ports/73009 x11 5.3-RC1 ports refer to XF86Config - shoul s [2004/11/09] ports/73743 x11 XOrg/XFree xauth add/startx problem o [2005/05/13] ports/80979 x11 x11/xorg-clients: when hostname is not co o [2005/05/24] ports/81428 x11 [PATCH] x11-servers/mga_hal: also install s [2005/08/19] ports/85132 x11 XOrg 6.8.2 won't start on Toshiba Satelli s [2005/10/16] ports/87528 x11 Missing koi8-r encoding for xorg-fonts-en f [2005/11/08] ports/88642 x11 Xorg compilation problem s [2005/12/02] ports/89865 x11 [patch] x11-servers/xorg-server-snap cras 8 problems total. From owner-freebsd-x11@FreeBSD.ORG Mon Dec 5 11:39:09 2005 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DF5B16A41F for ; Mon, 5 Dec 2005 11:39:09 +0000 (GMT) (envelope-from eta@lclark.edu) Received: from leguin.anholt.net (69-30-77-85.dq1sn.easystreet.com [69.30.77.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F9A843D55 for ; Mon, 5 Dec 2005 11:39:08 +0000 (GMT) (envelope-from eta@lclark.edu) Received: from leguin.anholt.net (localhost [127.0.0.1]) by leguin.anholt.net (8.13.4/8.13.1) with ESMTP id jB5Bd4Tp012652; Mon, 5 Dec 2005 03:39:04 -0800 (PST) (envelope-from eta@lclark.edu) Received: (from anholt@localhost) by leguin.anholt.net (8.13.4/8.13.1/Submit) id jB5Bd39V012651; Mon, 5 Dec 2005 03:39:03 -0800 (PST) (envelope-from eta@lclark.edu) X-Authentication-Warning: leguin.anholt.net: anholt set sender to eta@lclark.edu using -f From: Eric Anholt To: Denis Shaposhnikov In-Reply-To: <87zmngxaz2.fsf@neva.vlink.ru> References: <87zmngxaz2.fsf@neva.vlink.ru> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-iy77RFwB+b4yTLeqVu7n" Date: Mon, 05 Dec 2005 03:39:02 -0800 Message-Id: <1133782742.1210.29.camel@leguin> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2 FreeBSD GNOME Team Port Cc: freebsd-x11@freebsd.org Subject: Re: ERROR: line 125, Function intelInitDriver, File intel_screen.c 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, 05 Dec 2005 11:39:09 -0000 --=-iy77RFwB+b4yTLeqVu7n Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2005-12-05 at 10:24 +0300, Denis Shaposhnikov wrote: > Hi! >=20 > On the fresh CURRENT with >=20 > drmsub0: : (child of agp_i810.c) on agp0 > info: [drm] AGP at 0xf0000000 128MB > info: [drm] Initialized i915 1.2.0 20041217 >=20 > glxinfo said me that >=20 > ERROR: line 125, Function intelInitDriver, File intel_screen.c > libGL warning: 3D driver returned no fbconfigs. > libGL error: InitDriver failed > libGL error: reverting to (slow) indirect rendering > display: :0 screen: 0 > direct rendering: No >=20 > But xorg-server-6.8.99.902 show in Xorg.0.log: >=20 > (II) I810(0): [drm] installed DRM signal handler > (II) I810(0): [DRI] installation complete > (II) I810(0): direct rendering: Enabled >=20 > I've setup graphics/dri-devel as dri-6.2.20050719,1. >=20 > Does anybody know about error? Hard to say. I'd guess that you're using some other libGL besides from xorg-libraries? --=20 Eric Anholt eta@lclark.edu http://people.freebsd.org/~anholt/ anholt@FreeBSD.org --=-iy77RFwB+b4yTLeqVu7n Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDlCbWHUdvYGzw6vcRAi/AAKCQ1pWon9gBAvMTACRyRcC8AlQk+QCdGNHn mItf0cnd43aIUS1itnYO2dk= =GbRK -----END PGP SIGNATURE----- --=-iy77RFwB+b4yTLeqVu7n-- From owner-freebsd-x11@FreeBSD.ORG Mon Dec 5 13:45:07 2005 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 403C016A41F for ; Mon, 5 Dec 2005 13:45:07 +0000 (GMT) (envelope-from dsh@vlink.ru) Received: from deliver.smtp.vlink.ru (vlink-1.avtlg.ru [83.239.142.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 789C843D6E for ; Mon, 5 Dec 2005 13:44:54 +0000 (GMT) (envelope-from dsh@vlink.ru) Received: from smtp.smtp.vlink.ru (clamav.smtp.vlink.ru [192.168.4.1]) by deliver.smtp.vlink.ru (Postfix) with ESMTP id C350EFECFBF; Mon, 5 Dec 2005 16:44:47 +0300 (MSK) Received: from neva.vlink.ru (neva.vlink.ru [217.107.252.29]) by smtp.smtp.vlink.ru (Postfix) with ESMTP id 472C010098D9; Mon, 5 Dec 2005 16:44:47 +0300 (MSK) Received: from neva.vlink.ru (localhost [127.0.0.1]) by neva.vlink.ru (8.13.4/8.13.4) with ESMTP id jB5DiWcf000799; Mon, 5 Dec 2005 16:44:37 +0300 (MSK) (envelope-from dsh@vlink.ru) Received: (from dsh@localhost) by neva.vlink.ru (8.13.4/8.13.4/Submit) id jB5DiRlw000796; Mon, 5 Dec 2005 16:44:27 +0300 (MSK) (envelope-from dsh@vlink.ru) X-Comment-To: Eric Anholt To: Eric Anholt References: <87zmngxaz2.fsf@neva.vlink.ru> <1133782742.1210.29.camel@leguin> From: Denis Shaposhnikov Date: Mon, 05 Dec 2005 16:44:27 +0300 In-Reply-To: <1133782742.1210.29.camel@leguin> (Eric Anholt's message of "Mon, 05 Dec 2005 03:39:02 -0800") Message-ID: <871x0r4q10.fsf@neva.vlink.ru> User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.17 (Jumbo Shrimp, berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-x11@freebsd.org Subject: Re: ERROR: line 125, Function intelInitDriver, File intel_screen.c 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, 05 Dec 2005 13:45:07 -0000 >>>>> "Eric" == Eric Anholt writes: >> glxinfo said me that >> >> ERROR: line 125, Function intelInitDriver, File intel_screen.c >> libGL warning: 3D driver returned no fbconfigs. libGL error: >> InitDriver failed libGL error: reverting to (slow) indirect >> rendering display: :0 screen: 0 direct rendering: No Eric> Hard to say. I'd guess that you're using some other libGL Eric> besides from xorg-libraries? Hmm... I don't. I've just rebuild x11/xorg-libraries and nothing changes even after reboot. [dsh@neva ~]% ldconfig -r | grep libGL 117:-lGL.1 => /usr/X11R6/lib/libGL.so.1 119:-lGLU.1 => /usr/X11R6/lib/libGLU.so.1 120:-lGLw.1 => /usr/X11R6/lib/libGLw.so.1 [dsh@neva ~]% ls -l /usr/X11R6/lib/libGL.so.1 -rwxr-xr-x 1 root wheel 523272 Dec 5 16:08 /usr/X11R6/lib/libGL.so.1 [dsh@neva ~]% pkg_info -W /usr/X11R6/lib/libGL.so.1 /usr/X11R6/lib/libGL.so.1 was installed by package xorg-libraries-6.8.2 [dsh@neva ~]% glxinfo name of display: :0.0 ERROR: line 125, Function intelInitDriver, File intel_screen.c libGL warning: 3D driver returned no fbconfigs. libGL error: InitDriver failed libGL error: reverting to (slow) indirect rendering display: :0 screen: 0 direct rendering: No server glx vendor string: SGI server glx version string: 1.2 server glx extensions: GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context, GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_hyperpipe, GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig client glx vendor string: SGI client glx version string: 1.4 client glx extensions: GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory, GLX_MESA_swap_control, GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_OML_sync_control, GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync, GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group GLX extensions: GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIS_multisample OpenGL vendor string: Mesa project: www.mesa3d.org OpenGL renderer string: Mesa GLX Indirect OpenGL version string: 1.2 (1.5 Mesa 6.4.1) OpenGL extensions: GL_ARB_depth_texture, GL_ARB_imaging, GL_ARB_multitexture, GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_shadow, GL_ARB_shadow_ambient, GL_ARB_texture_border_clamp, GL_ARB_texture_cube_map, GL_ARB_texture_env_add, GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat, GL_ARB_transpose_matrix, GL_ARB_window_pos, GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color, GL_EXT_blend_func_separate, GL_EXT_blend_logic_op, GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_clip_volume_hint, GL_EXT_copy_texture, GL_EXT_draw_range_elements, GL_EXT_fog_coord, GL_EXT_multi_draw_arrays, GL_EXT_packed_pixels, GL_EXT_point_parameters, GL_EXT_polygon_offset, GL_EXT_rescale_normal, GL_EXT_secondary_color, GL_EXT_separate_specular_color, GL_EXT_shadow_funcs, GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, GL_EXT_subtexture, GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_edge_clamp, GL_EXT_texture_env_add, GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3, GL_EXT_texture_lod_bias, GL_EXT_texture_object, GL_EXT_texture_rectangle, GL_EXT_vertex_array, GL_APPLE_packed_pixels, GL_ATI_texture_env_combine3, GL_ATI_texture_mirror_once, GL_ATIX_texture_env_combine3, GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate, GL_MESA_pack_invert, GL_MESA_ycbcr_texture, GL_NV_blend_square, GL_NV_point_sprite, GL_NV_texgen_reflection, GL_NV_texture_rectangle, GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, GL_SGIX_depth_texture, GL_SGIX_shadow, GL_SGIX_shadow_ambient, GL_SUN_multi_draw_arrays glu version: 1.3 glu extensions: GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat ---------------------------------------------------------------------- 0x23 24 tc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None 0x24 24 tc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 None 0x25 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0x26 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0x27 24 tc 0 32 0 r y . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow 0x28 24 tc 0 32 0 r . . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow 0x29 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0x2a 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0x2b 24 dc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None 0x2c 24 dc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 None 0x2d 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0x2e 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0x2f 24 dc 0 32 0 r y . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow 0x30 24 dc 0 32 0 r . . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow 0x31 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0x32 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow -- DSS5-RIPE DSS-RIPN 2:550/5068@fidonet 2:550/5069@fidonet mailto:dsh@vlink.ru http://neva.vlink.ru/~dsh/ From owner-freebsd-x11@FreeBSD.ORG Tue Dec 6 01:06:15 2005 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18E9C16A41F for ; Tue, 6 Dec 2005 01:06:15 +0000 (GMT) (envelope-from michael.bowerman@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93AF343D53 for ; Tue, 6 Dec 2005 01:06:14 +0000 (GMT) (envelope-from michael.bowerman@gmail.com) Received: by xproxy.gmail.com with SMTP id t12so1000739wxc for ; Mon, 05 Dec 2005 17:06:14 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=Im9euIJ89e6IjBvaCmSlju190iqGYa4sVKNAGpKE8GTBDO0e02LHkoYqFjQnX3WdUOBKgQo0SA2hSuvOFmb2KIcC7e3DK0oDdGZbLER4NF9c0zcgqigUrlCtDf6RB//vK5TbqV61AYVgP7Wa5r/1lgbZ0CSWPAj3Pw1X/N+g2sk= Received: by 10.70.12.7 with SMTP id 7mr2147336wxl; Mon, 05 Dec 2005 17:06:13 -0800 (PST) Received: by 10.70.33.3 with HTTP; Mon, 5 Dec 2005 17:06:13 -0800 (PST) Message-ID: <8038a35b0512051706m2af284cbhdb5aa3c58e3aceb3@mail.gmail.com> Date: Tue, 6 Dec 2005 01:06:13 +0000 From: Michael Bowerman To: freebsd-x11@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Error activating XKB configuration. 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: Tue, 06 Dec 2005 01:06:15 -0000 All, I'm sure that someone else has had this problem. But, I couldn't find much information on a workaround. I did a quick search and I found this ubuntu forum: http://ubuntuforums.org/archive/index.php/t-75197.html But, that doesn't seem to apply since I have only a 'us' keyboard. Everything works just fine with the same hardware on my linux box with gnome. I've had this problem on previous versionsof FreeBSD. But, I wasn'= t using X on this system in the past. So, I never bothered to track down a solution (either bug, or user error, or both). Error activating XKB configuration. It can happen under various circumstances: - a bug in libxklavier library - a bug in X server (xkbcomp, xmodmap utilities) - X server with incompatible libxkbfile implementation X server version data: The X.Org Foundation 60802000 If you report this situation as a bug, please include: - The result of xprop -root | grep XKB - The result of gconftool-2 -R /desktop/gnome/peripherals/keyboard/kbd $ xprop -root | grep XKB _XKB_RULES_NAMES_BACKUP(STRING) =3D "xorg", "pc105", "us", "", "" _XKB_RULES_NAMES(STRING) =3D "xorg", "pc105", "us", "", "" $ gconftool-2 -R /desktop/gnome/peripherals/keyboard/kbd $ uname FreeBSD $ uname -r 6.0-STABLE I can include my xorg.conf file if necessary. It was automatically generated by: Xorg -configure Thanks in advance, Mike From owner-freebsd-x11@FreeBSD.ORG Tue Dec 6 07:19:20 2005 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CF2B16A41F for ; Tue, 6 Dec 2005 07:19:20 +0000 (GMT) (envelope-from arnoldlee_cn@yahoo.com.cn) Received: from web15805.mail.cnb.yahoo.com (web15805.mail.cnb.yahoo.com [202.165.102.85]) by mx1.FreeBSD.org (Postfix) with SMTP id 3C87743D49 for ; Tue, 6 Dec 2005 07:19:19 +0000 (GMT) (envelope-from arnoldlee_cn@yahoo.com.cn) Received: (qmail 94097 invoked by uid 60001); 6 Dec 2005 07:19:17 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.cn; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=rkcPCWotSrpNXdQQcbbb5y8oTadVrWHQOSwALhQQdA8yBoWusOs4yhRZ8EN4ZiTSFlvqNKw+981cj+k7d4OVdc5QeU4fPI8wznrp021Lo/VRFEvdEyLo/9Wp2qKa+/lxU5uxVBmxKPq5yhFjN+Wp/k9HlbBDoaN8N4Cu9GKxhgk= ; Message-ID: <20051206071917.94095.qmail@web15805.mail.cnb.yahoo.com> Received: from [60.13.134.230] by web15805.mail.cnb.yahoo.com via HTTP; Tue, 06 Dec 2005 15:19:17 CST Date: Tue, 6 Dec 2005 15:19:17 +0800 (CST) From: Arnold Lee To: freebsd-x11@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=gb2312 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: xdm works well, but kdm doesnot, why? 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: Tue, 06 Dec 2005 07:19:20 -0000 Hi, everyone! I used xdm in my FB box (Freebsd 6.0), and I've modified Xaccess , xdm-config, and /etc/ttys to make it autostart at boot, so I can now access Xwindow successfully in my win2000 computer with Xwin32 6.1. Now I wanna use kde, and then modified /usr/local/share/config/kdm/Xaccess(to make it accept request from any address), /usr/local/share/config/kdm/kdmrc(to enable xdmcp), /etc/ttys(use kdm instead of xdm). But , It doesnot work! When I opened xwin32(use xdmcp mode), the window splashed and then disappeared! I googled for this problem , someone said that I should use single-window mode(xwin32's window mode). I tried, and the window does appear, but no login window shows. It seems that the xwin32 is waiting for something. I changed back to xdm, it is then ok too. What is wrong with kdm? ps: I use "pkg_add -r kde" to install kde 3.4.3. My bsd is fb6.0. Client is win2000+ xwin32 6.1 --------------------------------- ÑÅ»¢Ãâ·ÑGÓÊÏ䣭ÖйúµÚÒ»¾øÎÞÀ¬»øÓʼþɧÈų¬´óÓÊÏä ÑÅ»¢ÖúÊÖ¡§DËÑË÷¡¢É±¶¾¡¢·ÀɧÈÅ From owner-freebsd-x11@FreeBSD.ORG Tue Dec 6 19:17:00 2005 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C464316A41F; Tue, 6 Dec 2005 19:17:00 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from mail.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE81443D5D; Tue, 6 Dec 2005 19:16:58 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (mailman.ijs.si [193.2.4.66]) by patsy.ijs.si (Postfix) with ESMTP id AA03017B8C0; Tue, 6 Dec 2005 20:16:57 +0100 (CET) Received: from mail.ijs.si ([193.2.4.66]) by localhost (patsy.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 08879-02; Tue, 6 Dec 2005 20:16:45 +0100 (CET) Received: from radagast.ijs.si (radagast.ijs.si [193.2.4.168]) by patsy.ijs.si (Postfix) with ESMTP id 2432C17B896; Tue, 6 Dec 2005 20:16:45 +0100 (CET) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by radagast.ijs.si (Postfix) with ESMTP id 18E4117057; Tue, 6 Dec 2005 20:16:45 +0100 (CET) From: Dejan Lesjak To: freebsd-x11@freebsd.org Date: Tue, 6 Dec 2005 20:16:44 +0100 User-Agent: KMail/1.8.3 References: <624EACBF-B659-4877-A0D0-E0BF5DD93DA8@gmail.com> In-Reply-To: <624EACBF-B659-4877-A0D0-E0BF5DD93DA8@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512062016.44704.dejan.lesjak@ijs.si> X-Virus-Scanned: amavisd-new at ijs.si Cc: "Anthony M. Agelastos" , freebsd-questions@freebsd.org Subject: Re: Upgrading xorg-server 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: Tue, 06 Dec 2005 19:17:00 -0000 On Monday 05 of December 2005 04:34, Anthony M. Agelastos wrote: > Hello everyone, > > Today, I tried updating xorg-server and it failed. Here is the > primary error message: > > make: don't know how to make /diskad3/portsBuild/Usr/ports/x11- > servers/xorg-server/work/xc/extras/Mesa/src/mesa/glapi/glapi.h. Stop > *** Error code 2 > > I tried updating it via portupgrade -arR, portupgrade xorg-server, > and portmanager -u -l. I have the full session recorded via script so > I can send that file compressed to whomever wants it (or additional > information from it). > > I am running 6.0-STABLE. Has anyone had any problems doing the recent > update? My make.conf is comprised of: > > CPUTYPE?=p3 > CFLAGS= -Os -pipe As far as I know xorg-* won't work with -Os (xorg-libraries would build, but ports that depend on them would fail). > NO_BLUETOOTH=true > CUPS_OVERWRITE_BASE=yes > NO_LPR=true > NO_PROFILE=true > PERL_VER=5.8.7 > PERL_VERSION=5.8.7 > > I also tried building it with > CFLAGS= -O -pipe > CFLAGS= -pipe > instead of what is shown above. Each time, it fails at a different > spot. The error message above was with -O in CFLAGS. With -Os, it is: Try to recompile and reinstall xorg-libraries withot the -Os, then try xorg-server again. Dejan From owner-freebsd-x11@FreeBSD.ORG Tue Dec 6 19:21:29 2005 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1998C16A41F for ; Tue, 6 Dec 2005 19:21:29 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from mail.ijs.si (mailman.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 330D443D53 for ; Tue, 6 Dec 2005 19:21:28 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (mail4.ijs.si [193.2.4.66]) by patsy.ijs.si (Postfix) with ESMTP id 3343217B8A2; Tue, 6 Dec 2005 20:21:27 +0100 (CET) Received: from mail.ijs.si ([193.2.4.66]) by localhost (patsy.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 09019-08; Tue, 6 Dec 2005 20:21:20 +0100 (CET) Received: from radagast.ijs.si (radagast.ijs.si [193.2.4.168]) by patsy.ijs.si (Postfix) with ESMTP id AC0A217B8AA; Tue, 6 Dec 2005 20:21:19 +0100 (CET) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by radagast.ijs.si (Postfix) with ESMTP id A2F6E17057; Tue, 6 Dec 2005 20:21:19 +0100 (CET) From: Dejan Lesjak To: freebsd-x11@freebsd.org Date: Tue, 6 Dec 2005 20:21:18 +0100 User-Agent: KMail/1.8.3 References: <8038a35b0512051706m2af284cbhdb5aa3c58e3aceb3@mail.gmail.com> In-Reply-To: <8038a35b0512051706m2af284cbhdb5aa3c58e3aceb3@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512062021.19276.dejan.lesjak@ijs.si> X-Virus-Scanned: amavisd-new at ijs.si Cc: Michael Bowerman Subject: Re: Error activating XKB configuration. 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: Tue, 06 Dec 2005 19:21:29 -0000 On Tuesday 06 of December 2005 02:06, Michael Bowerman wrote: > All, > > I'm sure that someone else has had this problem. But, I couldn't find much > information on a workaround. This seems to be discussed over on freebsd-gnome@freebsd.org mailing list, for example: http://lists.freebsd.org/pipermail/freebsd-gnome/2005-December/013020.html Dejan From owner-freebsd-x11@FreeBSD.ORG Wed Dec 7 07:32:46 2005 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A66F16A41F for ; Wed, 7 Dec 2005 07:32:46 +0000 (GMT) (envelope-from eta@lclark.edu) Received: from leguin.anholt.net (69-30-77-85.dq1sn.easystreet.com [69.30.77.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07B1F43D53 for ; Wed, 7 Dec 2005 07:32:44 +0000 (GMT) (envelope-from eta@lclark.edu) Received: from leguin.anholt.net (localhost [127.0.0.1]) by leguin.anholt.net (8.13.4/8.13.1) with ESMTP id jB77WgU1080763; Tue, 6 Dec 2005 23:32:42 -0800 (PST) (envelope-from eta@lclark.edu) Received: (from anholt@localhost) by leguin.anholt.net (8.13.4/8.13.1/Submit) id jB77WfcT080762; Tue, 6 Dec 2005 23:32:41 -0800 (PST) (envelope-from eta@lclark.edu) X-Authentication-Warning: leguin.anholt.net: anholt set sender to eta@lclark.edu using -f From: Eric Anholt To: Denis Shaposhnikov In-Reply-To: <87zmngxaz2.fsf@neva.vlink.ru> References: <87zmngxaz2.fsf@neva.vlink.ru> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-yx/lJgdqZ7x7aP1c+XSH" Date: Tue, 06 Dec 2005 23:32:41 -0800 Message-Id: <1133940761.15710.46.camel@leguin> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2 FreeBSD GNOME Team Port Cc: freebsd-x11@freebsd.org Subject: Re: ERROR: line 125, Function intelInitDriver, File intel_screen.c 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: Wed, 07 Dec 2005 07:32:46 -0000 --=-yx/lJgdqZ7x7aP1c+XSH Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2005-12-05 at 10:24 +0300, Denis Shaposhnikov wrote: > Hi! >=20 > On the fresh CURRENT with >=20 > drmsub0: : (child of agp_i810.c) on agp0 > info: [drm] AGP at 0xf0000000 128MB > info: [drm] Initialized i915 1.2.0 20041217 >=20 > glxinfo said me that >=20 > ERROR: line 125, Function intelInitDriver, File intel_screen.c > libGL warning: 3D driver returned no fbconfigs. > libGL error: InitDriver failed > libGL error: reverting to (slow) indirect rendering > display: :0 screen: 0 > direct rendering: No >=20 > But xorg-server-6.8.99.902 show in Xorg.0.log: >=20 > (II) I810(0): [drm] installed DRM signal handler > (II) I810(0): [DRI] installation complete > (II) I810(0): direct rendering: Enabled >=20 > I've setup graphics/dri-devel as dri-6.2.20050719,1. >=20 > Does anybody know about error? You might want to try plain graphics/dri. If that works and dri-devel doesn't, it would be great if someone told me so I could spread the word. --=20 Eric Anholt eta@lclark.edu http://people.freebsd.org/~anholt/ anholt@FreeBSD.org --=-yx/lJgdqZ7x7aP1c+XSH Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDlpAZHUdvYGzw6vcRAh98AJ9x1866zofTzQZJ0ugVD78pAS7gzQCgg8IP pmLXxPXef7Zr8APlqP0ZGM0= =tzo4 -----END PGP SIGNATURE----- --=-yx/lJgdqZ7x7aP1c+XSH-- From owner-freebsd-x11@FreeBSD.ORG Wed Dec 7 09:27:32 2005 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F246C16A41F for ; Wed, 7 Dec 2005 09:27:31 +0000 (GMT) (envelope-from dsh@vlink.ru) Received: from deliver.smtp.vlink.ru (vlink-1.avtlg.ru [83.239.142.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7935B43D69 for ; Wed, 7 Dec 2005 09:27:29 +0000 (GMT) (envelope-from dsh@vlink.ru) Received: from smtp.smtp.vlink.ru (clamav.smtp.vlink.ru [192.168.4.1]) by deliver.smtp.vlink.ru (Postfix) with ESMTP id EEDC5FECF8E; Wed, 7 Dec 2005 12:27:26 +0300 (MSK) Received: from neva.vlink.ru (neva.vlink.ru [217.107.252.29]) by smtp.smtp.vlink.ru (Postfix) with ESMTP id 9D4CC10098C2; Wed, 7 Dec 2005 12:27:26 +0300 (MSK) Received: from neva.vlink.ru (localhost [127.0.0.1]) by neva.vlink.ru (8.13.4/8.13.4) with ESMTP id jB79RIfs039295; Wed, 7 Dec 2005 12:27:18 +0300 (MSK) (envelope-from dsh@vlink.ru) Received: (from dsh@localhost) by neva.vlink.ru (8.13.4/8.13.4/Submit) id jB79RINl039292; Wed, 7 Dec 2005 12:27:18 +0300 (MSK) (envelope-from dsh@vlink.ru) X-Comment-To: Eric Anholt To: Eric Anholt References: <87zmngxaz2.fsf@neva.vlink.ru> <1133940761.15710.46.camel@leguin> From: Denis Shaposhnikov Date: Wed, 07 Dec 2005 12:27:17 +0300 In-Reply-To: <1133940761.15710.46.camel@leguin> (Eric Anholt's message of "Tue, 06 Dec 2005 23:32:41 -0800") Message-ID: <87mzjdcl56.fsf@neva.vlink.ru> User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.18 (Social Property, berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-x11@freebsd.org Subject: Re: ERROR: line 125, Function intelInitDriver, File intel_screen.c 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: Wed, 07 Dec 2005 09:27:32 -0000 >>>>> "Eric" == Eric Anholt writes: Eric> You might want to try plain graphics/dri. If that works and Eric> dri-devel doesn't, it would be great if someone told me so I Eric> could spread the word. Ok, direct rendering work on my system with x11-server/xorg-server and graphics/dri-devel only. It doesn't work with any other combinations. [dsh@neva ~]% glxinfo name of display: :0.0 display: :0 screen: 0 direct rendering: Yes server glx vendor string: SGI server glx version string: 1.2 server glx extensions: GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context, GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_fbconfig client glx vendor string: SGI client glx version string: 1.4 client glx extensions: GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory, GLX_MESA_swap_control, GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_OML_sync_control, GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync, GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group GLX extensions: GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory, GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_fbconfig OpenGL vendor string: Tungsten Graphics, Inc OpenGL renderer string: Mesa DRI Intel(R) 845G 20050225 OpenGL version string: 1.3 Mesa 6.3 OpenGL extensions: GL_ARB_imaging, GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_point_parameters, GL_ARB_texture_border_clamp, GL_ARB_texture_compression, GL_ARB_texture_cube_map, GL_ARB_texture_env_add, GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat, GL_ARB_texture_rectangle, GL_ARB_transpose_matrix, GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_window_pos, GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color, GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate, GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_clip_volume_hint, GL_EXT_cull_vertex, GL_EXT_compiled_vertex_array, GL_EXT_convolution, GL_EXT_copy_texture, GL_EXT_draw_range_elements, GL_EXT_fog_coord, GL_EXT_histogram, GL_EXT_multi_draw_arrays, GL_EXT_packed_pixels, GL_EXT_point_parameters, GL_EXT_polygon_offset, GL_EXT_rescale_normal, GL_EXT_secondary_color, GL_EXT_separate_specular_color, GL_EXT_stencil_wrap, GL_EXT_subtexture, GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_edge_clamp, GL_EXT_texture_env_add, GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic, GL_EXT_texture_lod_bias, GL_EXT_texture_object, GL_EXT_texture_rectangle, GL_EXT_vertex_array, GL_3DFX_texture_compression_FXT1, GL_APPLE_client_storage, GL_APPLE_packed_pixels, GL_ATI_blend_equation_separate, GL_IBM_rasterpos_clip, GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate, GL_MESA_pack_invert, GL_MESA_ycbcr_texture, GL_MESA_window_pos, GL_NV_blend_square, GL_NV_light_max_exponent, GL_NV_texture_rectangle, GL_NV_texgen_reflection, GL_NV_vertex_program, GL_NV_vertex_program1_1, GL_OES_read_format, GL_SGI_color_matrix, GL_SGI_color_table, GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, GL_SUN_multi_draw_arrays glu version: 1.3 glu extensions: GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat ---------------------------------------------------------------------- 0x22 24 tc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None 0x23 24 tc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 None 0x24 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0x25 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0x26 24 tc 0 32 0 r y . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow 0x27 24 tc 0 32 0 r . . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow 0x28 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0x29 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow -- DSS5-RIPE DSS-RIPN 2:550/5068@fidonet 2:550/5069@fidonet mailto:dsh@vlink.ru http://neva.vlink.ru/~dsh/ From owner-freebsd-x11@FreeBSD.ORG Wed Dec 7 16:19:33 2005 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8531316A41F for ; Wed, 7 Dec 2005 16:19:33 +0000 (GMT) (envelope-from buckaroo@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 8B11843D7F for ; Wed, 7 Dec 2005 16:19:29 +0000 (GMT) (envelope-from buckaroo@gmx.de) Received: (qmail invoked by alias); 07 Dec 2005 16:19:28 -0000 Received: from i53874499.versanet.de (EHLO tower) [83.135.68.153] by mail.gmx.net (mp018) with SMTP; 07 Dec 2005 17:19:28 +0100 X-Authenticated: #171259 From: Mark Nowiasz To: freebsd-x11@freebsd.org Content-Type: text/plain Organization: Privat Date: Wed, 07 Dec 2005 17:19:27 +0100 Message-Id: <1133972367.1013.35.camel@tower> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Subject: Gnome 2.12.2 XKB/libxklavier bug. 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: Wed, 07 Dec 2005 16:19:33 -0000 There's a problem regarding Gnome 2.12.2 and XKB: "Error activating XKB configuration." Apparently, this is being caused by a bug in the libxklavier - it looks like that a patch to fix this problem is available: http://bugzilla.gnome.org/show_bug.cgi?id=322955 So it would be nice if the port could be upgraded accordingly. Regards, Mark -- "Never underestimate the power of a small tactical nuclear weapon." From owner-freebsd-x11@FreeBSD.ORG Fri Dec 9 13:48:34 2005 Return-Path: X-Original-To: freebsd-x11@hub.freebsd.org Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63DF216A41F; Fri, 9 Dec 2005 13:48:34 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E18AB43D98; Fri, 9 Dec 2005 13:48:19 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jB9DmJT0030293; Fri, 9 Dec 2005 13:48:19 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jB9DmJhm030289; Fri, 9 Dec 2005 13:48:19 GMT (envelope-from pav) Date: Fri, 9 Dec 2005 13:48:19 GMT From: Pav Lucistnik Message-Id: <200512091348.jB9DmJhm030289@freefall.freebsd.org> To: jbacon@mcw.edu, pav@FreeBSD.org, freebsd-x11@FreeBSD.org Cc: Subject: Re: ports/73009: 5.3-RC1 ports refer to XF86Config - should be xorg.conf (or both) 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, 09 Dec 2005 13:48:34 -0000 Synopsis: 5.3-RC1 ports refer to XF86Config - should be xorg.conf (or both) State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Fri Dec 9 13:47:14 GMT 2005 State-Changed-Why: First, X.org is reading XF86Config. Second, please file one PR per affected port, with patch attached if possible. http://www.freebsd.org/cgi/query-pr.cgi?pr=73009 From owner-freebsd-x11@FreeBSD.ORG Sat Dec 10 17:26:31 2005 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 685F216A420 for ; Sat, 10 Dec 2005 17:26:31 +0000 (GMT) (envelope-from alvest@earthlink.net) Received: from smtpauth09.mail.atl.earthlink.net (smtpauth09.mail.atl.earthlink.net [209.86.89.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC3AC43D70 for ; Sat, 10 Dec 2005 17:26:21 +0000 (GMT) (envelope-from alvest@earthlink.net) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=earthlink.net; b=VNP8C3zKv1Zd/kpVZcs4HI7wHGB/QpiCrMcM1q1LOz1jDZHr1RI52OQ6ZbVFb1JJ; h=Received:Date:From:To:Subject:Message-Id:In-Reply-To:References:X-Mailer:Mime-Version:Content-Type:Content-Transfer-Encoding:X-ELNK-Trace:X-Originating-IP; Received: from [24.145.140.172] (helo=discovery.vesthome.oh.us) by smtpauth09.mail.atl.earthlink.net with asmtp (Exim 4.34) id 1El8UG-0004Ml-LX for freebsd-x11@freebsd.org; Sat, 10 Dec 2005 12:26:20 -0500 Date: Sat, 10 Dec 2005 12:26:20 -0500 From: Albert Vest To: freebsd-x11@freebsd.org Message-Id: <20051210122620.7b1e206b.alvest@earthlink.net> In-Reply-To: <87mzjdcl56.fsf@neva.vlink.ru> References: <87zmngxaz2.fsf@neva.vlink.ru> <1133940761.15710.46.camel@leguin> <87mzjdcl56.fsf@neva.vlink.ru> X-Mailer: Sylpheed version 1.0.6 (GTK+ 1.2.10; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-ELNK-Trace: a37e7a5645c8e49994f5150ab1c16ac0e95ccacfd8efebe255ebe8765c11407e35ffd1264b848022350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 24.145.140.172 Subject: Re: ERROR: line 125, Function intelInitDriver, File intel_screen.c 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: Sat, 10 Dec 2005 17:26:31 -0000 On Wed, 07 Dec 2005 12:27:17 +0300 Denis Shaposhnikov wrote: > >>>>> "Eric" == Eric Anholt writes: > > Eric> You might want to try plain graphics/dri. If that works and > Eric> dri-devel doesn't, it would be great if someone told me so I > Eric> could spread the word. > > Ok, direct rendering work on my system with x11-server/xorg-server > and graphics/dri-devel only. It doesn't work with any other > combinations. Denis, Hearing your success I had to try that myself (ATI RS300 IGP 9100). DRI loaded without blanking my screen and deactivating my keyboard, so I started tweaking xorg.conf. After I started getting complaints about "PCI GART" I decided to try setting option "BusType" "PCI" (even though the agp0 device clearly activates, drm recognizes it, etc.). Surprisingly it works. Now I get "direct rendering: Yes", and glxgears reports well over 600 FPS, though it looks like they're turning more slowly than before (probably fewer skipped frames now?). I also modified some files under dri-devel/work/* which may or may not have helped (such as adding CHIP_R200| to the definitions of the RS300 chips in drm_pciids.txt) Full files/details will be provided on request to anyone interested. $ dmesg | grep drm drm0: port 0xc000-0xc0ff mem 0xd0000000-0xdfffffff,0xe4020000-0xe402ffff irq 16 at device 5.0 on pci1 info: [drm] AGP at 0xe0000000 64MB info: [drm] Initialized radeon 1.16.0 20050311 on minor 0 info: [drm] Loading R200 Microcode drm0: [MPSAFE] Thanks, -- Albert Vest, al vest at earth link dot net