From owner-freebsd-x11@FreeBSD.ORG Sun Dec 17 11:59:35 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 75A6B16A47B for ; Sun, 17 Dec 2006 11:59:35 +0000 (UTC) (envelope-from yongjhen@alqualonde.org) Received: from alqualonde.org (alqualonde.org [61.62.136.104]) by mx1.FreeBSD.org (Postfix) with ESMTP id 707D243CA9 for ; Sun, 17 Dec 2006 11:59:34 +0000 (GMT) (envelope-from yongjhen@alqualonde.org) Received: (qmail 13729 invoked by uid 0); 17 Dec 2006 11:59:25 -0000 Received: from 61.62.136.104 by angada.alqualonde.org (envelope-from , uid 0) with qmail-scanner-1.25 (spamassassin: 3.1.1. Clear:RC:0(61.62.136.104):SA:0(-1.4/5.0):. Processed in 6.684342 secs); 17 Dec 2006 11:59:25 -0000 X-Spam-Status: No, hits=-1.4 required=5.0 X-Qmail-Scanner-Mail-From: yongjhen@alqualonde.org via angada.alqualonde.org X-Qmail-Scanner: 1.25 (Clear:RC:0(61.62.136.104):SA:0(-1.4/5.0):. Processed in 6.684342 secs) Received: from alqualonde.org (HELO ?61.62.136.104?) (yongjhen@61.62.136.104) by alqualonde.org with AES256-SHA encrypted SMTP; 17 Dec 2006 11:59:18 -0000 Message-ID: <45853109.5040208@alqualonde.org> Date: Sun, 17 Dec 2006 19:59:05 +0800 From: Yong-Jhen Hong User-Agent: Thunderbird 1.5.0.8 (X11/20061113) MIME-Version: 1.0 To: Isaac Waldron References: <9c16502b0612131708r365b8ccew72e936bc67dada60@mail.gmail.com> <4581AA17.3080501@gaspode.franken.de> <4581B846.50200@voicenet.com> <9c16502b0612141458o75c27495k4b72bd1f56b21f55@mail.gmail.com> <9c16502b0612160910g5eba0982sbc4c52306e0d1b89@mail.gmail.com> In-Reply-To: <9c16502b0612160910g5eba0982sbc4c52306e0d1b89@mail.gmail.com> X-Enigmail-Version: 0.94.1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-x11@freebsd.org Subject: Re: 6.2-PRE, AGP X800, and Modular Xorg == No DRI? 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, 17 Dec 2006 11:59:35 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Isaac Waldron wrote: > Upon further debugging, it appears that RADEONDRIGetVersion is failing > due to symbol "drmAvailable" not being found. This was silently > failing, so I added a call to xf86DrvMsg to make it speak up. > > Now, drmAvailable appears to be part of the libdrm port, of which I > have version 2.3.0 installed. Apparently, Xorg is not loading > libdrm.so for some reason? libdrm.so is located in /usr/local/lib, is > there something special I need to do to get Xorg to pull this in? > > Isaac > I have similar problem. I find that after X server dlopen(3) the extension libdri.so with option RTLD_GLOBAL, the symbols in libdrm.so which it depends on cannot be accessed using dlsym(3), neither via the reference to libdri.so, nor the reference to the global scope. I have this little patch to make it work, but it seems not a best way to do so. - --- hw/xfree86/loader/dlloader.c.orig Sun Dec 10 20:07:20 2006 +++ hw/xfree86/loader/dlloader.c Sun Dec 10 20:07:38 2006 @@ -120,7 +120,7 @@ } if (!global_scope) - - global_scope = dlopen(NULL, DLOPEN_LAZY | DLOPEN_GLOBAL); + global_scope = RTLD_DEFAULT; if (global_scope) return dlsym(global_scope, name); Regards, yongjhen -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFhTEIMczB8rP/pbkRAu7jAJ4+QLaYkNNZyGnWZh0xsG2vk4C3TgCfWvn+ v3rOMZIBs1CFlOaKDID8WU0= =odwC -----END PGP SIGNATURE----- From owner-freebsd-x11@FreeBSD.ORG Sun Dec 17 12:22:07 2006 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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4640016A4A0 for ; Sun, 17 Dec 2006 12:22:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DEAF43DB0 for ; Sun, 17 Dec 2006 12:20:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kBHCKM9s046286 for ; Sun, 17 Dec 2006 12:20:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kBHCKL3b046285; Sun, 17 Dec 2006 12:20:21 GMT (envelope-from gnats) Date: Sun, 17 Dec 2006 12:20:21 GMT Message-Id: <200612171220.kBHCKL3b046285@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org From: Adam K Kirchhoff Cc: Subject: Re: ports/106370: Screen corruption when using Direct Rendering on a PCIe x800 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Adam K Kirchhoff List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 12:22:07 -0000 The following reply was made to PR ports/106370; it has been noted by GNATS. From: Adam K Kirchhoff To: bug-followup@FreeBSD.org, adamk@voicenet.com Cc: Subject: Re: ports/106370: Screen corruption when using Direct Rendering on a PCIe x800 Date: Sun, 17 Dec 2006 07:12:29 -0500 Dave Airlie believes that PCIE GART support in ati_pcigart.c is probably broken. Eric Anholt agreed, stating: "that's a very good guess. it's been broken in the past, and I don't know if anyone ever fixed it." From owner-freebsd-x11@FreeBSD.ORG Sun Dec 17 14:15:25 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6C72116A4AB for ; Sun, 17 Dec 2006 14:15:25 +0000 (UTC) (envelope-from yongjhen@alqualonde.org) Received: from alqualonde.org (alqualonde.org [61.62.136.104]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1CF843D39 for ; Sun, 17 Dec 2006 14:14:40 +0000 (GMT) (envelope-from yongjhen@alqualonde.org) Received: (qmail 1899 invoked by uid 0); 17 Dec 2006 14:14:31 -0000 Received: from 61.62.136.104 by angada.alqualonde.org (envelope-from , uid 0) with qmail-scanner-1.25 (spamassassin: 3.1.1. Clear:RC:0(61.62.136.104):SA:0(-1.4/5.0):. Processed in 6.452136 secs); 17 Dec 2006 14:14:31 -0000 X-Spam-Status: No, hits=-1.4 required=5.0 X-Qmail-Scanner-Mail-From: yongjhen@alqualonde.org via angada.alqualonde.org X-Qmail-Scanner: 1.25 (Clear:RC:0(61.62.136.104):SA:0(-1.4/5.0):. Processed in 6.452136 secs) Received: from alqualonde.org (HELO ?61.62.136.104?) (yongjhen@61.62.136.104) by alqualonde.org with AES256-SHA encrypted SMTP; 17 Dec 2006 14:14:24 -0000 Message-ID: <458550BB.6080602@alqualonde.org> Date: Sun, 17 Dec 2006 22:14:19 +0800 From: Yong-Jhen Hong User-Agent: Thunderbird 1.5.0.8 (X11/20061113) MIME-Version: 1.0 To: freebsd-x11@freebsd.org X-Enigmail-Version: 0.94.1.0 Content-Type: multipart/mixed; boundary="------------020507030804060905030506" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Radeon 9100 IGP AGP problem 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, 17 Dec 2006 14:15:25 -0000 This is a multi-part message in MIME format. --------------020507030804060905030506 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hi all! Recently I try to make DRI work on my Shuttle "Zen" ST62K with Radeon 9100 IGP. I use the Modular X.Org port tree to upgrade to 7.2-RC2. The system locks up when I enable DRI module, unless I force the "radeon" driver to use PCI bus instead of AGP (Option "BusType" "PCI"). I found Jung-uk Kim's suggested AGP test code here: http://lists.freebsd.org/pipermail/freebsd-x11/2004-May/000322.html The system also locks up when it executes the memory benchmark. Is this AGP test code not suitable for 6-STABLE now, or is it a AGP bug? Thanks, yongjhen --------------020507030804060905030506 Content-Type: text/plain; name="drm.dmesg" Content-Transfer-Encoding: base64 Content-Disposition: inline; filename="drm.dmesg" YWdwMDogPEFUSSBSUzMwMF8yMDAgQUdQIGJyaWRnZT4gbWVtIDB4ZTQwMDAwMDAtMHhlN2Zm ZmZmZiwweGVjMjA0MDAwLTB4ZWMyMDRmZmYgYXQgZGV2aWNlIDAuMCBvbiBwY2kwCnBjaWIx OiA8QUNQSSBQQ0ktUENJIGJyaWRnZT4gYXQgZGV2aWNlIDEuMCBvbiBwY2kwCnBjaTE6IDxB Q1BJIFBDSSBidXM+IG9uIHBjaWIxCmRybTA6IDxBVEkgUmFkZW9uIFJTMzAwIDkxMDAgSUdQ PiBwb3J0IDB4YzAwMC0weGMwZmYgbWVtIDB4ZTgwMDAwMDAtMHhlYmZmZmZmZiwweGVjMDIw MDAwLTB4ZWMwMmZmZmYgaXJxIDE2IGF0IGRldmljZSA1LjAgb24gcGNpMQpbZHJtOnBpZDA6 ZHJtX2xvYWRdCltkcm06cGlkMDpyYWRlb25fZHJpdmVyX2xvYWRdIEFHUCBjYXJkIGRldGVj dGVkCltkcm06cGlkMDpkcm1fYWdwX2luaXRdIGFncF9hdmFpbGFibGUgPSAxCmluZm86IFtk cm1dIEFHUCBhdCAweGU0MDAwMDAwIDY0TUIKW2RybTpwaWQwOmRybV9jdHhiaXRtYXBfbmV4 dF0gZHJtX2N0eGJpdG1hcF9uZXh0IGJpdCA6IDAKW2RybTpwaWQwOmRybV9jdHhiaXRtYXBf aW5pdF0gZHJtX2N0eGJpdG1hcF9pbml0IDogMAppbmZvOiBbZHJtXSBJbml0aWFsaXplZCBy YWRlb24gMS4yNS4wIDIwMDYwNTI0Cg== --------------020507030804060905030506-- From owner-freebsd-x11@FreeBSD.ORG Sun Dec 17 16:30:12 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1472D16A494 for ; Sun, 17 Dec 2006 16:30:11 +0000 (UTC) (envelope-from isaac.waldron@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1065643CA9 for ; Sun, 17 Dec 2006 16:30:09 +0000 (GMT) (envelope-from isaac.waldron@gmail.com) Received: by nf-out-0910.google.com with SMTP id x37so1602010nfc for ; Sun, 17 Dec 2006 08:30:08 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=en3gaw3XNjnsKxV4TjE4uBMo1kUTXhQNFmOYFVsi7SuyePYDnQafAzlWBHM11WxZZhVPeX1ZVfYTjkeiIlHMj02PPj7KJ1Ch1yobsF6+gatfnEthlERzn3GqMg+K3IwfInfJYmd14EFg0xt05LSBEsLBeCZB7dy9iG0hJP9j7Ug= Received: by 10.82.184.2 with SMTP id h2mr391111buf.1166373008502; Sun, 17 Dec 2006 08:30:08 -0800 (PST) Received: by 10.82.157.1 with HTTP; Sun, 17 Dec 2006 08:30:08 -0800 (PST) Message-ID: <9c16502b0612170830i429441f7j78b955ffa1a50de4@mail.gmail.com> Date: Sun, 17 Dec 2006 11:30:08 -0500 From: "Isaac Waldron" To: freebsd-x11@freebsd.org In-Reply-To: <45853109.5040208@alqualonde.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <9c16502b0612131708r365b8ccew72e936bc67dada60@mail.gmail.com> <4581AA17.3080501@gaspode.franken.de> <4581B846.50200@voicenet.com> <9c16502b0612141458o75c27495k4b72bd1f56b21f55@mail.gmail.com> <9c16502b0612160910g5eba0982sbc4c52306e0d1b89@mail.gmail.com> <45853109.5040208@alqualonde.org> Subject: Re: 6.2-PRE, AGP X800, and Modular Xorg == No DRI? 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, 17 Dec 2006 16:30:12 -0000 Yongjhen, Your patch worked for me. This is the patch I applied to get radeon_drv to report that it couldn't find drmAvailable: --- src/radeon_dri.c.orig Tue Oct 3 10:49:13 2006 +++ src/radeon_dri.c Sun Dec 17 10:57:43 2006 @@ -1215,8 +1215,18 @@ /* Check that the GLX, DRI, and DRM modules have been loaded by testing * for known symbols in each module. */ - if (!xf86LoaderCheckSymbol("GlxSetVisualConfigs")) return FALSE; - if (!xf86LoaderCheckSymbol("drmAvailable")) return FALSE; + if (!xf86LoaderCheckSymbol("GlxSetVisualConfigs")) { + xf86DrvMsg(pScrn->scrnIndex, X_ERROR, + "[dri] RADEONDRIGetVersion failed (libglx.a too old)\n" + "[dri] Disabling DRI.\n"); + return FALSE; + } + if (!xf86LoaderCheckSymbol("drmAvailable")) { + xf86DrvMsg(pScrn->scrnIndex, X_ERROR, + "[dri] RADEONDRIGetVersion failed (libdrm.a too old)\n" + "[dri] Disabling DRI.\n"); + return FALSE; + } if (!xf86LoaderCheckSymbol("DRIQueryVersion")) { xf86DrvMsg(pScrn->scrnIndex, X_ERROR, "[dri] RADEONDRIGetVersion failed (libdri.a too old)\n" Isaac On 12/17/06, Yong-Jhen Hong wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Isaac Waldron wrote: > > Upon further debugging, it appears that RADEONDRIGetVersion is failing > > due to symbol "drmAvailable" not being found. This was silently > > failing, so I added a call to xf86DrvMsg to make it speak up. > > > > Now, drmAvailable appears to be part of the libdrm port, of which I > > have version 2.3.0 installed. Apparently, Xorg is not loading > > libdrm.so for some reason? libdrm.so is located in /usr/local/lib, is > > there something special I need to do to get Xorg to pull this in? > > > > Isaac > > > > I have similar problem. > I find that after X server dlopen(3) the extension libdri.so with > option RTLD_GLOBAL, the symbols in libdrm.so which it depends on > cannot be accessed using dlsym(3), neither via the reference to > libdri.so, nor the reference to the global scope. > > I have this little patch to make it work, but it seems not a best > way to do so. > > - --- hw/xfree86/loader/dlloader.c.orig Sun Dec 10 20:07:20 2006 > +++ hw/xfree86/loader/dlloader.c Sun Dec 10 20:07:38 2006 > @@ -120,7 +120,7 @@ > } > > if (!global_scope) > - - global_scope = dlopen(NULL, DLOPEN_LAZY | DLOPEN_GLOBAL); > + global_scope = RTLD_DEFAULT; > > if (global_scope) > return dlsym(global_scope, name); > > > Regards, > yongjhen > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.6 (FreeBSD) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFFhTEIMczB8rP/pbkRAu7jAJ4+QLaYkNNZyGnWZh0xsG2vk4C3TgCfWvn+ > v3rOMZIBs1CFlOaKDID8WU0= > =odwC > -----END PGP SIGNATURE----- > -- Isaac Waldron isaac.waldron@gmail.com home: 781-365-0272 mobile: 1-508-353-3453 From owner-freebsd-x11@FreeBSD.ORG Mon Dec 18 02:15:11 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E35FA16A47B for ; Mon, 18 Dec 2006 02:15:11 +0000 (UTC) (envelope-from sirdice@xs4all.nl) Received: from smtp-vbr8.xs4all.nl (smtp-vbr8.xs4all.nl [194.109.24.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51D2343CA2 for ; Mon, 18 Dec 2006 02:15:11 +0000 (GMT) (envelope-from sirdice@xs4all.nl) Received: from [192.168.1.30] (sirdice.xs4all.nl [213.84.47.86]) by smtp-vbr8.xs4all.nl (8.13.8/8.13.8) with ESMTP id kBI1qlSU056327 for ; Mon, 18 Dec 2006 02:52:48 +0100 (CET) (envelope-from sirdice@xs4all.nl) Message-ID: <4585F46F.2070203@xs4all.nl> Date: Mon, 18 Dec 2006 02:52:47 +0100 From: SirDice User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: freebsd-x11@freebsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by XS4ALL Virus Scanner Subject: xkbdata gone? 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, 18 Dec 2006 02:15:12 -0000 Hi all, Everything is working fine except one thing. On the system I upgraded from 6.9.0 to 7.2-RC2 xkb works fine. On the system I clean installed 7.2-RC3 I get a message "Couldn't load XKB keymap, falling back to pre-XKB keymap". The /usr/X11R6/share/X11/xkb directory only contains a compiled directory nothing more. I couldn't find a xkbdata port anywhere in the git tree.. Did something change? What port do I need to install to get the keymaps? Tried reinstalling xkbcomp but that didn't help. Cheers, Remko C. From owner-freebsd-x11@FreeBSD.ORG Mon Dec 18 02:45:36 2006 Return-Path: X-Original-To: freebsd-x11@FreeBSD.org Delivered-To: freebsd-x11@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3038016A407; Mon, 18 Dec 2006 02:45:36 +0000 (UTC) (envelope-from sirdice@xs4all.nl) Received: from smtp-vbr12.xs4all.nl (smtp-vbr12.xs4all.nl [194.109.24.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id A47C143CA1; Mon, 18 Dec 2006 02:45:35 +0000 (GMT) (envelope-from sirdice@xs4all.nl) Received: from [192.168.1.30] (sirdice.xs4all.nl [213.84.47.86]) by smtp-vbr12.xs4all.nl (8.13.8/8.13.8) with ESMTP id kBI2jX1K010195; Mon, 18 Dec 2006 03:45:34 +0100 (CET) (envelope-from sirdice@xs4all.nl) Message-ID: <458600CD.9030209@xs4all.nl> Date: Mon, 18 Dec 2006 03:45:33 +0100 From: SirDice User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: Florent Thoumie , freebsd-x11@FreeBSD.org References: <4585F46F.2070203@xs4all.nl> <4585FB90.9020802@FreeBSD.org> In-Reply-To: <4585FB90.9020802@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by XS4ALL Virus Scanner Cc: Subject: Re: xkbdata gone? 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, 18 Dec 2006 02:45:36 -0000 Florent Thoumie wrote: > SirDice wrote: >> Hi all, >> >> Everything is working fine except one thing. On the system I upgraded >> from 6.9.0 to 7.2-RC2 xkb works fine. On the system I clean installed >> 7.2-RC3 I get a message "Couldn't load XKB keymap, falling back to >> pre-XKB keymap". The /usr/X11R6/share/X11/xkb directory only contains a >> compiled directory nothing more. I couldn't find a xkbdata port anywhere >> in the git tree.. Did something change? What port do I need to install >> to get the keymaps? Tried reinstalling xkbcomp but that didn't help. > > Yes it has been deprecated so I removed it. I have the same error > message when starting gnome (with xkbdata from 7.1 installed), not sure > why yet. > Looking at https://bugs.freedesktop.org/show_bug.cgi?id=4461 (last 2 remarks) and http://lists.x.org/archives/xorg-modular/2005-November/000828.html I think we need xkeyboard-config but I couldn't find that in the git tree either.. http://www.freedesktop.org/wiki/Software/XKeyboardConfig Cheers, Remko C. From owner-freebsd-x11@FreeBSD.ORG Mon Dec 18 04:41:48 2006 Return-Path: X-Original-To: freebsd-x11@FreeBSD.org Delivered-To: freebsd-x11@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D7FB916A407 for ; Mon, 18 Dec 2006 04:41:48 +0000 (UTC) (envelope-from yongjhen@alqualonde.org) Received: from alqualonde.org (alqualonde.org [61.62.136.104]) by mx1.FreeBSD.org (Postfix) with ESMTP id E887743C9F for ; Mon, 18 Dec 2006 04:41:47 +0000 (GMT) (envelope-from yongjhen@alqualonde.org) Received: (qmail 12322 invoked by uid 0); 18 Dec 2006 04:14:53 -0000 Received: from 61.219.188.250 by angada.alqualonde.org (envelope-from , uid 0) with qmail-scanner-1.25 (spamassassin: 3.1.1. Clear:RC:0(61.219.188.250):SA:0(0.0/5.0):. Processed in 6.497294 secs); 18 Dec 2006 04:14:53 -0000 X-Spam-Status: No, hits=0.0 required=5.0 X-Qmail-Scanner-Mail-From: yongjhen@alqualonde.org via angada.alqualonde.org X-Qmail-Scanner: 1.25 (Clear:RC:0(61.219.188.250):SA:0(0.0/5.0):. Processed in 6.497294 secs) Received: from 61-219-188-250.hinet-ip.hinet.net (HELO ?192.168.0.58?) (yongjhen@61.219.188.250) by alqualonde.org with SMTP; 18 Dec 2006 04:14:46 -0000 Received: from 127.0.0.1 (AVG SMTP 7.5.432 [268.15.23/591]); Mon, 18 Dec 2006 12:14:45 +0800 Message-ID: <458615B5.3010507@alqualonde.org> Date: Mon, 18 Dec 2006 12:14:45 +0800 From: Yong-Jhen Hong User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: SirDice References: <4585F46F.2070203@xs4all.nl> <4585FB90.9020802@FreeBSD.org> <458600CD.9030209@xs4all.nl> In-Reply-To: <458600CD.9030209@xs4all.nl> X-Enigmail-Version: 0.94.1.2 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: freebsd-x11@FreeBSD.org Subject: Re: xkbdata gone? 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, 18 Dec 2006 04:41:48 -0000 SirDice wrote: > Florent Thoumie wrote: >> SirDice wrote: >>> Hi all, >>> >>> Everything is working fine except one thing. On the system I upgraded >>> from 6.9.0 to 7.2-RC2 xkb works fine. On the system I clean installed >>> 7.2-RC3 I get a message "Couldn't load XKB keymap, falling back to >>> pre-XKB keymap". The /usr/X11R6/share/X11/xkb directory only contains a >>> compiled directory nothing more. I couldn't find a xkbdata port anywhere >>> in the git tree.. Did something change? What port do I need to install >>> to get the keymaps? Tried reinstalling xkbcomp but that didn't help. >> >> Yes it has been deprecated so I removed it. I have the same error >> message when starting gnome (with xkbdata from 7.1 installed), not sure >> why yet. >> > Looking at https://bugs.freedesktop.org/show_bug.cgi?id=4461 (last 2 > remarks) > and http://lists.x.org/archives/xorg-modular/2005-November/000828.html > > I think we need xkeyboard-config but I couldn't find that in the git > tree either.. > http://www.freedesktop.org/wiki/Software/XKeyboardConfig Get the 0.9 release source, install with: ./configure --with-xkb_base=/usr/X11R6/share/X11/xkb \ --with-xkb-rules-symlink=xorg gmake sudo gmake install sudo mkdir /var/lib/xkb The error message disappears. Regards, yongjhen From owner-freebsd-x11@FreeBSD.ORG Mon Dec 18 03:00:51 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8A82716A417 for ; Mon, 18 Dec 2006 03:00:51 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from postfix1-g20.free.fr (postfix1-g20.free.fr [212.27.60.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id B620143CA0 for ; Mon, 18 Dec 2006 03:00:50 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from smtp4-g19.free.fr (smtp4-g19.free.fr [212.27.42.30]) by postfix1-g20.free.fr (Postfix) with ESMTP id BC2415C9736 for ; Mon, 18 Dec 2006 03:23:18 +0100 (CET) Received: from smtp.xbsd.org (unknown [82.233.2.192]) by smtp4-g19.free.fr (Postfix) with ESMTP id 9581888A9; Mon, 18 Dec 2006 03:23:17 +0100 (CET) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by smtp.xbsd.org (Postfix) with ESMTP id 0473111963; Mon, 18 Dec 2006 03:23:16 +0100 (CET) X-Virus-Scanned: amavisd-new at xbsd.org Received: from smtp.xbsd.org ([127.0.0.1]) by localhost (srv1.xbsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aNFijrnAqMW1; Mon, 18 Dec 2006 03:23:12 +0100 (CET) Received: from [193.120.13.130] (cream.xbsd.org [193.120.13.130]) by smtp.xbsd.org (Postfix) with ESMTP id A8F81117E7; Mon, 18 Dec 2006 03:23:11 +0100 (CET) Message-ID: <4585FB90.9020802@FreeBSD.org> Date: Mon, 18 Dec 2006 02:23:12 +0000 From: Florent Thoumie User-Agent: Thunderbird 1.5.0.8 (X11/20061126) MIME-Version: 1.0 To: SirDice References: <4585F46F.2070203@xs4all.nl> In-Reply-To: <4585F46F.2070203@xs4all.nl> X-Enigmail-Version: 0.94.1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enig6AD9DC53DD1AD673C5649D7F" X-Mailman-Approved-At: Mon, 18 Dec 2006 05:01:00 +0000 Cc: freebsd-x11@freebsd.org Subject: Re: xkbdata gone? 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, 18 Dec 2006 03:00:51 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig6AD9DC53DD1AD673C5649D7F Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable SirDice wrote: > Hi all, >=20 > Everything is working fine except one thing. On the system I upgraded > from 6.9.0 to 7.2-RC2 xkb works fine. On the system I clean installed > 7.2-RC3 I get a message "Couldn't load XKB keymap, falling back to > pre-XKB keymap". The /usr/X11R6/share/X11/xkb directory only contains a= > compiled directory nothing more. I couldn't find a xkbdata port anywher= e > in the git tree.. Did something change? What port do I need to install > to get the keymaps? Tried reinstalling xkbcomp but that didn't help. Yes it has been deprecated so I removed it. I have the same error message when starting gnome (with xkbdata from 7.1 installed), not sure why yet. --=20 Florent Thoumie flz@FreeBSD.org FreeBSD Committer --------------enig6AD9DC53DD1AD673C5649D7F Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFhfuVMxEkbVFH3PQRCvRaAJwNKqCaRX+x8MYlOyvHN6XLwZENSgCeIiTj BWmOE9UOnBbMptDQ7y2QYxg= =7ObE -----END PGP SIGNATURE----- --------------enig6AD9DC53DD1AD673C5649D7F-- From owner-freebsd-x11@FreeBSD.ORG Mon Dec 18 11:09:03 2006 Return-Path: X-Original-To: freebsd-x11@FreeBSD.org Delivered-To: freebsd-x11@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BF1B816A554 for ; Mon, 18 Dec 2006 11:09:03 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68E3F43CA9 for ; Mon, 18 Dec 2006 11:09:03 +0000 (GMT) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kBIB8oQH090117 for ; Mon, 18 Dec 2006 11:08:50 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kBIB8nxN090113 for freebsd-x11@FreeBSD.org; Mon, 18 Dec 2006 11:08:49 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 18 Dec 2006 11:08:49 GMT Message-Id: <200612181108.kBIB8nxN090113@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: linimon 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, 18 Dec 2006 11:09:03 -0000 Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- s ports/89074 x11 Segmentation Violation during "make install" of XFree8 o ports/92071 x11 Problem with Xorg and SIS630/730 integrated video card o ports/92137 x11 x11-server/xorg-{server,nestserver,printserver,vfbserv a ports/92169 x11 Xorg 6.9, Matrox mga, dri broken (MGAGetBOARDHANDLESiz o ports/92672 x11 X.org 6.9.0 brak down sync mga_hal dirver on G550'sDVI o ports/93071 x11 x11-servers/xorg-server: Resume fails on system with X o ports/93777 x11 Starting xorg-server requires reloading sound module o ports/96966 x11 Fatal server error: xf86EnableIO: Failed to open /dev/ o ports/97084 x11 Xorg 6.9.0 Locks Up Keyboard and Mouse o ports/97367 x11 vlc and gmplayer crash with X error o ports/102868 x11 [patch] x11-servers/xorg-server will not build on 4.11 o ports/104885 x11 Hangs when logging out of X11 terminals o ports/106370 x11 Screen corruption when using Direct Rendering on a PCI 13 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- s ports/73743 x11 XOrg/XFree xauth add/startx problem s ports/85132 x11 XOrg 6.8.2 won't start on Toshiba Satellite 1800-554 e s ports/87528 x11 Missing koi8-r encoding for xorg-fonts-encodings port f ports/89349 x11 xorg problem: math/gnuplot: BadAtom (invalid Atom para o ports/93667 x11 x11/xorg-libraries: undefined symbol in libOSMesa.* is o ports/94167 x11 [patch] x11/xorg-clients: install xdm/Xstartup and /Xr o ports/94331 x11 x11/xorg: advocating for DRI support for Radeons o ports/96436 x11 [patch] x11/xorg-clients: logging on xdm with pam_krb o i386/99645 x11 Xorg savage driver causes display to hang at unload 9 problems total. From owner-freebsd-x11@FreeBSD.ORG Mon Dec 18 15:02:07 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B0E5D16A407 for ; Mon, 18 Dec 2006 15:02:07 +0000 (UTC) (envelope-from isaac.waldron@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1434543CA0 for ; Mon, 18 Dec 2006 15:02:06 +0000 (GMT) (envelope-from isaac.waldron@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so1327349uge for ; Mon, 18 Dec 2006 07:01:59 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Dkgj8d2AJHQqLSjPryqJcVM01FIfq2Vv4FxMi51OPkV/AsR9kFKkErijhyJKsTxySwvSYoRUff+S960Gm1iZQbTguNcwbdONIMrbhKTF8/kEdOywB3DOdGdxx/6o5xaPguFinta7MeANlVap9IWzMBq5k3diXIbAxJRmGPJOjV0= Received: by 10.82.152.16 with SMTP id z16mr570802bud.1166450230655; Mon, 18 Dec 2006 05:57:10 -0800 (PST) Received: by 10.82.157.1 with HTTP; Mon, 18 Dec 2006 05:57:10 -0800 (PST) Message-ID: <9c16502b0612180557g60590ea3s581283998846a161@mail.gmail.com> Date: Mon, 18 Dec 2006 08:57:10 -0500 From: "Isaac Waldron" To: freebsd-x11@freebsd.org In-Reply-To: <458615B5.3010507@alqualonde.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4585F46F.2070203@xs4all.nl> <4585FB90.9020802@FreeBSD.org> <458600CD.9030209@xs4all.nl> <458615B5.3010507@alqualonde.org> Subject: Re: xkbdata gone? 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, 18 Dec 2006 15:02:07 -0000 Is there a possibility that installing this will make Ctrl-Alt-Fn work with Xkb enabled? That key combination has been passed to X clients since I installed modular Xorg, unless I include 'Option "XkbDisable"' in xorg.conf. Isaac On 12/17/06, Yong-Jhen Hong wrote: > SirDice wrote: > > Florent Thoumie wrote: > >> SirDice wrote: > >>> Hi all, > >>> > >>> Everything is working fine except one thing. On the system I upgraded > >>> from 6.9.0 to 7.2-RC2 xkb works fine. On the system I clean installed > >>> 7.2-RC3 I get a message "Couldn't load XKB keymap, falling back to > >>> pre-XKB keymap". The /usr/X11R6/share/X11/xkb directory only contains a > >>> compiled directory nothing more. I couldn't find a xkbdata port anywhere > >>> in the git tree.. Did something change? What port do I need to install > >>> to get the keymaps? Tried reinstalling xkbcomp but that didn't help. > >> > >> Yes it has been deprecated so I removed it. I have the same error > >> message when starting gnome (with xkbdata from 7.1 installed), not sure > >> why yet. > >> > > Looking at https://bugs.freedesktop.org/show_bug.cgi?id=4461 (last 2 > > remarks) > > and http://lists.x.org/archives/xorg-modular/2005-November/000828.html > > > > I think we need xkeyboard-config but I couldn't find that in the git > > tree either.. > > http://www.freedesktop.org/wiki/Software/XKeyboardConfig > > Get the 0.9 release source, install with: > > ./configure --with-xkb_base=/usr/X11R6/share/X11/xkb \ > --with-xkb-rules-symlink=xorg > gmake > sudo gmake install > sudo mkdir /var/lib/xkb > > The error message disappears. > > > Regards, > yongjhen > _______________________________________________ > 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" > -- Isaac Waldron isaac.waldron@gmail.com home: 781-365-0272 mobile: 1-508-353-3453 From owner-freebsd-x11@FreeBSD.ORG Mon Dec 18 16:43:30 2006 Return-Path: X-Original-To: x11@freebsd.org Delivered-To: freebsd-x11@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 08DF116A403 for ; Mon, 18 Dec 2006 16:43:30 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35B2843CA3 for ; Mon, 18 Dec 2006 16:43:29 +0000 (GMT) (envelope-from r.c.ladan@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so1348389uge for ; Mon, 18 Dec 2006 08:43:21 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=bLFhhEKjclCKCBmhJz/l/74RSIVCmFF+OKLxxud+hxtU9p2+/JXhr79qr8zj4f180gaeE5AtvWQhM3CefCULovAPATGxxX8QbPuP3XSVZCn2N7IYjGLrrDSA6bYeJA9EpFjt3wOwDpHo4dYDC6hap6PtmZV+ehd0KhEbl0ZoTZY= Received: by 10.66.232.10 with SMTP id e10mr5331311ugh.1166458733813; Mon, 18 Dec 2006 08:18:53 -0800 (PST) Received: from ?192.168.123.201? ( [195.241.221.201]) by mx.google.com with ESMTP id y1sm3499963uge.2006.12.18.08.18.53; Mon, 18 Dec 2006 08:18:53 -0800 (PST) Message-ID: <4586BF6A.9020902@gmail.com> Date: Mon, 18 Dec 2006 17:18:50 +0100 From: =?ISO-8859-1?Q?Ren=E9_Ladan?= User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: x11@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Radeon X1450 supported? 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, 18 Dec 2006 16:43:30 -0000 Hi, I just bought a shiny new Asus A6JE laptop which has a ATI Radeon X1450, but X.org 7.2rc3 does not recognize it. It just bails out with (EE) no screen FreeBSD 7.0 (2006-12-18) does detect it as a generic ATI card, but it doesn't make a /dev/dri for it. Is there any solution or am I just unlucky :( ? Regards, Rene From owner-freebsd-x11@FreeBSD.ORG Mon Dec 18 16:46:59 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F19CF16A403 for ; Mon, 18 Dec 2006 16:46:59 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1654443CAD for ; Mon, 18 Dec 2006 16:46:50 +0000 (GMT) (envelope-from r.c.ladan@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so1349081uge for ; Mon, 18 Dec 2006 08:46:42 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=Pju/Wde8S4tpMWpglX56z56WwLcWvTjz3AQr+AjCgvPpddeJcHmVMtGjPj4rutAjO2ivuJX3PSNmF92U5BVvN/WSrrwz28vMak4RbcsW7QiYI+9BFocnMnoOf0Zc8g2SRgEHB4me0nJMFgOwOoH2pb+2I/9tPmfMM4Wo6xL0lvE= Received: by 10.67.103.7 with SMTP id f7mr5334102ugm.1166458890672; Mon, 18 Dec 2006 08:21:30 -0800 (PST) Received: from ?192.168.123.201? ( [195.241.221.201]) by mx.google.com with ESMTP id i39sm9411095ugd.2006.12.18.08.21.29; Mon, 18 Dec 2006 08:21:30 -0800 (PST) Message-ID: <4586C008.403@gmail.com> Date: Mon, 18 Dec 2006 17:21:28 +0100 From: =?ISO-8859-1?Q?Ren=E9_Ladan?= User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: Isaac Waldron References: <4585F46F.2070203@xs4all.nl> <4585FB90.9020802@FreeBSD.org> <458600CD.9030209@xs4all.nl> <458615B5.3010507@alqualonde.org> <9c16502b0612180557g60590ea3s581283998846a161@mail.gmail.com> In-Reply-To: <9c16502b0612180557g60590ea3s581283998846a161@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-x11@freebsd.org Subject: Re: xkbdata gone? 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, 18 Dec 2006 16:47:00 -0000 Isaac Waldron schreef: > Is there a possibility that installing this will make Ctrl-Alt-Fn work > with Xkb enabled? That key combination has been passed to X clients > since I installed modular Xorg, unless I include 'Option "XkbDisable"' > in xorg.conf. > Try setting your keyboard layout to en-US / generic PC (101 / 105 keys). > Isaac > Regards, Rene From owner-freebsd-x11@FreeBSD.ORG Mon Dec 18 17:01:33 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AE50316A407 for ; Mon, 18 Dec 2006 17:01:33 +0000 (UTC) (envelope-from sirdice@xs4all.nl) Received: from smtp-vbr4.xs4all.nl (smtp-vbr4.xs4all.nl [194.109.24.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FEE043CAD for ; Mon, 18 Dec 2006 17:01:31 +0000 (GMT) (envelope-from sirdice@xs4all.nl) Received: from [192.168.1.30] (sirdice.xs4all.nl [213.84.47.86]) by smtp-vbr4.xs4all.nl (8.13.8/8.13.8) with ESMTP id kBIH1MUP092658 for ; Mon, 18 Dec 2006 18:01:23 +0100 (CET) (envelope-from sirdice@xs4all.nl) Message-ID: <4586C961.1070508@xs4all.nl> Date: Mon, 18 Dec 2006 18:01:21 +0100 From: SirDice User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: freebsd-x11@freebsd.org References: <4585F46F.2070203@xs4all.nl> <4585FB90.9020802@FreeBSD.org> <458600CD.9030209@xs4all.nl> <458615B5.3010507@alqualonde.org> <9c16502b0612180557g60590ea3s581283998846a161@mail.gmail.com> <4586C008.403@gmail.com> In-Reply-To: <4586C008.403@gmail.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: by XS4ALL Virus Scanner Subject: Re: xkbdata gone? 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, 18 Dec 2006 17:01:33 -0000 René Ladan wrote: > Isaac Waldron schreef: >> Is there a possibility that installing this will make Ctrl-Alt-Fn work >> with Xkb enabled? That key combination has been passed to X clients >> since I installed modular Xorg, unless I include 'Option "XkbDisable"' >> in xorg.conf. >> > Try setting your keyboard layout to en-US / generic PC (101 / 105 keys). > On my upgraded system (6.9.0->7.2-RC2) ctrl-alt-Fn works. On my clean installed system (7.3-RC3) it doesn't work as there are no keymaps and/or layouts installed. I'm currently trying to create/test a port for xkeyboard-config. I'll submit it to list when I'm done. Be gentle though, it's my first ;) Cheers, Remko C. > > Isaac >> > Regards, > Rene From owner-freebsd-x11@FreeBSD.ORG Mon Dec 18 20:20:55 2006 Return-Path: X-Original-To: x11@freebsd.org Delivered-To: freebsd-x11@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4FF6616A47C for ; Mon, 18 Dec 2006 20:20:55 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id F306E43CAC for ; Mon, 18 Dec 2006 20:20:51 +0000 (GMT) (envelope-from r.c.ladan@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so1393096uge for ; Mon, 18 Dec 2006 12:20:43 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=AsBHwuWnOxxLVu8Hv8vExdfWrAI09vnJu6ECS0RHMdRAVopoVVo6/FOsA5W6pPeZzzzVI99GfO0ly//CN74Ulhb+So4pBAtPMLT4LYJI3avFuvw1yD+1rcmptmiw4quNjOWLFw8/AVwq3LX9DPsM9b18JFscFybA3CPRRrs17Ik= Received: by 10.67.22.7 with SMTP id z7mr7152623ugi.1166473243803; Mon, 18 Dec 2006 12:20:43 -0800 (PST) Received: from ?192.168.123.201? ( [195.241.221.201]) by mx.google.com with ESMTP id 20sm8096996uga.2006.12.18.12.20.42; Mon, 18 Dec 2006 12:20:43 -0800 (PST) Message-ID: <4586F816.4090607@gmail.com> Date: Mon, 18 Dec 2006 21:20:38 +0100 From: =?ISO-8859-1?Q?Ren=E9_Ladan?= User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: x11@freebsd.org References: <4586BF6A.9020902@gmail.com> In-Reply-To: <4586BF6A.9020902@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: Subject: Re: Radeon X1450 supported? 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, 18 Dec 2006 20:20:55 -0000 René Ladan schreef: > Hi, > > I just bought a shiny new Asus A6JE laptop which has a ATI Radeon X1450, > but X.org 7.2rc3 does not recognize it. It just bails out with > > (EE) no screen > > FreeBSD 7.0 (2006-12-18) does detect it as a generic ATI card, but it > doesn't make a /dev/dri for it. > > Is there any solution or am I just unlucky :( ? > Hmm, Google learns me that Debian solves this using a non-free i386 package which works with fglrx and X.org 7.1 Would it be possible to emulate a <= X850 ? Full config is at http://home.tiscali.nl/rladan/conf > Regards, > Rene > From owner-freebsd-x11@FreeBSD.ORG Mon Dec 18 20:21:28 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 563D016A415 for ; Mon, 18 Dec 2006 20:21:28 +0000 (UTC) (envelope-from gofdx-freebsd-x11@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4B1343C9F for ; Mon, 18 Dec 2006 20:21:27 +0000 (GMT) (envelope-from gofdx-freebsd-x11@m.gmane.org) Received: from root by ciao.gmane.org with local (Exim 4.43) id 1GwNKJ-0001az-An for freebsd-x11@freebsd.org; Mon, 18 Dec 2006 19:35:03 +0100 Received: from 83-131-110-30.adsl.net.t-com.hr ([83.131.110.30]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 Dec 2006 19:35:03 +0100 Received: from ivoras by 83-131-110-30.adsl.net.t-com.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 Dec 2006 19:35:03 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-x11@freebsd.org From: Ivan Voras Date: Mon, 18 Dec 2006 18:58:56 +0100 Lines: 33 Message-ID: References: <4586BF6A.9020902@gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig058D816FF853934F596FBE8A" X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 83-131-110-30.adsl.net.t-com.hr User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) In-Reply-To: <4586BF6A.9020902@gmail.com> X-Enigmail-Version: 0.94.1.2 Sender: news Subject: Re: Radeon X1450 supported? 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, 18 Dec 2006 20:21:28 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig058D816FF853934F596FBE8A Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Ren=C3=A9 Ladan wrote: > Hi, >=20 > I just bought a shiny new Asus A6JE laptop which has a ATI Radeon X1450= , > but X.org 7.2rc3 does not recognize it. =20 > Is there any solution or am I just unlucky :( ? If it's the same chip(set) generation as 1300, 1600 & 1900 (i.e. R5xx) then AFAIK you're out of luck, and you're not alone :( --------------enig058D816FF853934F596FBE8A Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFhtbnldnAQVacBcgRApo/AKCuxomscsj4EO47O2JrvAPkiVCyTQCgx8zp HPWHApn/EmC5m/sXiJm/Hhs= =LHx4 -----END PGP SIGNATURE----- --------------enig058D816FF853934F596FBE8A-- From owner-freebsd-x11@FreeBSD.ORG Tue Dec 19 00:11:02 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8CF6416A40F for ; Tue, 19 Dec 2006 00:11:02 +0000 (UTC) (envelope-from sirdice@xs4all.nl) Received: from smtp-vbr10.xs4all.nl (smtp-vbr10.xs4all.nl [194.109.24.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D22643CA0 for ; Tue, 19 Dec 2006 00:11:01 +0000 (GMT) (envelope-from sirdice@xs4all.nl) Received: from [192.168.1.30] (sirdice.xs4all.nl [213.84.47.86]) by smtp-vbr10.xs4all.nl (8.13.8/8.13.8) with ESMTP id kBJ0ArG0074292 for ; Tue, 19 Dec 2006 01:10:54 +0100 (CET) (envelope-from sirdice@xs4all.nl) Message-ID: <45872E0B.20408@xs4all.nl> Date: Tue, 19 Dec 2006 01:10:51 +0100 From: SirDice User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: freebsd-x11@freebsd.org Content-Type: multipart/mixed; boundary="------------080708050103050804080105" X-Virus-Scanned: by XS4ALL Virus Scanner X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: xkeyboard-config port 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, 19 Dec 2006 00:11:02 -0000 This is a multi-part message in MIME format. --------------080708050103050804080105 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Hi all, It took me a while as I had to read the porters handbook first ;) Attached is a shar that contains the xkeyboard-config port. I'm not sure I should be the maintainer but we'll see how things go. I'm also not sure about some of the variables. Especially those related to modular Xorg as these aren't described in the porters handbook yet. Xorg doesn't complain anymore about non-existent keymaps, the gnome keyboard preference applet and ctrl-alt-Fn work again too. So I think it should be fine as is. Cheers, Remko C. --------------080708050103050804080105-- From owner-freebsd-x11@FreeBSD.ORG Tue Dec 19 00:15:50 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AA9C016A407 for ; Tue, 19 Dec 2006 00:15:50 +0000 (UTC) (envelope-from sirdice@xs4all.nl) Received: from smtp-vbr12.xs4all.nl (smtp-vbr12.xs4all.nl [194.109.24.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1427443C9F for ; Tue, 19 Dec 2006 00:15:49 +0000 (GMT) (envelope-from sirdice@xs4all.nl) Received: from [192.168.1.30] (sirdice.xs4all.nl [213.84.47.86]) by smtp-vbr12.xs4all.nl (8.13.8/8.13.8) with ESMTP id kBJ0Facq036386 for ; Tue, 19 Dec 2006 01:15:37 +0100 (CET) (envelope-from sirdice@xs4all.nl) Message-ID: <45872F27.1090604@xs4all.nl> Date: Tue, 19 Dec 2006 01:15:35 +0100 From: SirDice User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 CC: freebsd-x11@freebsd.org References: <45872E0B.20408@xs4all.nl> In-Reply-To: <45872E0B.20408@xs4all.nl> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by XS4ALL Virus Scanner Subject: Re: xkeyboard-config port 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, 19 Dec 2006 00:15:50 -0000 Shoot.. The attachment got stripped.. And it's only 2K :( Anybody know where and how I can submit it for inclusion in the git tree? Should I send it to you Florent? Cheers, Remko C. From owner-freebsd-x11@FreeBSD.ORG Tue Dec 19 00:57:21 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0B2B816A403 for ; Tue, 19 Dec 2006 00:57:21 +0000 (UTC) (envelope-from jhein@timing.com) Received: from Daffy.timing.com (mail.timing.com [206.168.13.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 513DE43CB0 for ; Tue, 19 Dec 2006 00:57:19 +0000 (GMT) (envelope-from jhein@timing.com) Received: from gromit.timing.com (gromit.timing.com [206.168.13.209]) by Daffy.timing.com (8.13.1/8.13.1) with ESMTP id kBJ0LqwF042911; Mon, 18 Dec 2006 17:21:53 -0700 (MST) (envelope-from jhein@timing.com) Received: from gromit.timing.com (localhost [127.0.0.1]) by gromit.timing.com (8.13.8/8.13.8) with ESMTP id kBJ0LlEi064003; Mon, 18 Dec 2006 17:21:47 -0700 (MST) (envelope-from jhein@gromit.timing.com) Received: (from jhein@localhost) by gromit.timing.com (8.13.8/8.13.8/Submit) id kBJ0LlAU064000; Mon, 18 Dec 2006 17:21:47 -0700 (MST) (envelope-from jhein) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17799.12443.585941.225083@gromit.timing.com> Date: Mon, 18 Dec 2006 17:21:47 -0700 From: John E Hein To: SirDice In-Reply-To: <45872F27.1090604@xs4all.nl> References: <45872E0B.20408@xs4all.nl> <45872F27.1090604@xs4all.nl> X-Mailer: VM 7.19 under Emacs 22.0.50.1 X-Virus-Scanned: ClamAV version 0.87.1, clamav-milter version 0.87 on Daffy.timing.com X-Virus-Status: Clean Cc: freebsd-x11@freebsd.org Subject: Re: xkeyboard-config port 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, 19 Dec 2006 00:57:21 -0000 SirDice wrote at 01:15 +0100 on Dec 19, 2006: > Shoot.. The attachment got stripped.. And it's only 2K :( > Anybody know where and how I can submit it for inclusion in the git tree? > Should I send it to you Florent? Try attaching the files (Makefile, distinfo) each separately and making the mime type of the attached files text/plain. That seems to work better. Or even better, submit a PR (send-pr or the web page) and reference the PR here. From owner-freebsd-x11@FreeBSD.ORG Tue Dec 19 01:19:48 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EE12F16A403 for ; Tue, 19 Dec 2006 01:19:48 +0000 (UTC) (envelope-from sirdice@xs4all.nl) Received: from smtp-vbr1.xs4all.nl (smtp-vbr1.xs4all.nl [194.109.24.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EE5243C9F for ; Tue, 19 Dec 2006 01:19:45 +0000 (GMT) (envelope-from sirdice@xs4all.nl) Received: from [192.168.1.30] (sirdice.xs4all.nl [213.84.47.86]) by smtp-vbr1.xs4all.nl (8.13.8/8.13.8) with ESMTP id kBJ1JOOX030990 for ; Tue, 19 Dec 2006 02:19:25 +0100 (CET) (envelope-from sirdice@xs4all.nl) Message-ID: <45873E1A.1010005@xs4all.nl> Date: Tue, 19 Dec 2006 02:19:22 +0100 From: SirDice User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 CC: freebsd-x11@freebsd.org References: <45872E0B.20408@xs4all.nl> <45872F27.1090604@xs4all.nl> <17799.12443.585941.225083@gromit.timing.com> In-Reply-To: <17799.12443.585941.225083@gromit.timing.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by XS4ALL Virus Scanner Subject: Re: xkeyboard-config port 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, 19 Dec 2006 01:19:49 -0000 John E Hein wrote: > Or even better, submit a PR (send-pr or the web page) and > reference the PR here. http://www.freebsd.org/cgi/query-pr.cgi?pr=106884 Couldn't attach the file because it was the wrong type?!? Submitted it as a followup, copy 'n pasted the shar into that. Cheers, Remko C. From owner-freebsd-x11@FreeBSD.ORG Tue Dec 19 19:55:31 2006 Return-Path: X-Original-To: freebsd-x11@FreeBSD.org Delivered-To: freebsd-x11@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0920F16A56C for ; Tue, 19 Dec 2006 19:55:31 +0000 (UTC) (envelope-from adamk@voicenet.com) Received: from b.mx.visualtech.com (b.mx.visualtech.com [208.16.19.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D90543CD2 for ; Tue, 19 Dec 2006 19:54:58 +0000 (GMT) (envelope-from adamk@voicenet.com) Received: from [10.1.3.8] (b.fw.visualtech.com [208.16.19.254]) by b.mx.visualtech.com (Postfix) with ESMTP id 31A004833A for ; Tue, 19 Dec 2006 14:22:45 -0500 (EST) Message-ID: <45883C27.7090403@voicenet.com> Date: Tue, 19 Dec 2006 14:23:19 -0500 From: Adam K Kirchhoff User-Agent: Thunderbird 1.5.0.8 (X11/20061124) MIME-Version: 1.0 To: freebsd-x11@FreeBSD.org References: <45815B85.3090606@voicenet.com> In-Reply-To: <45815B85.3090606@voicenet.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: linux_dri? 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, 19 Dec 2006 19:55:31 -0000 Adam K Kirchhoff wrote: > > I'm curious if anyone is working on updating linux_dri or > linux_dri-devel? At the moment, the r300 driver from linux_dri-devel > doesn't support the disable_lowimpact_fallback dri configuration > option, making googleearth unusable. So the good news is that I managed to get a newer version of the linux mesa drivers built (on another machien) and running. The bad news is that if I disable the fallback for smooth line (either be enabling disable_lowimpact in my .drirc file or by commenting out the fallback in the r300 source code), I get a kernel crash: Kernel page fault with the following non-sleepable locks held: exclusive sleep mutex drm device r = 0 (0xc3ac48d8) locked @ /home/adamk/git/drm /bsd-core/drm/../drm_drv.c:904 KDB: stack backtrace: db_trace_self_wrapper(c092dba0) at db_trace_self_wrapper+0x25 kdb_backtrace(1,c452faf0,c,c408a540,e6131a40,...) at kdb_backtrace+0x29 witness_warn(5,0,c09530c0) at witness_warn+0x192 trap(8,28,28,e63fce00,47104000,...) at trap+0x108 calltrap() at calltrap+0x5 --- trap 0xc, eip = 0xc08a89c6, esp = 0xe6131a88, ebp = 0xe6131b50 --- slow_copyin(c425ac00,c018644e,c3e2eae0,3,c408a540,...) at slow_copyin+0x6 drm_ioctl(c425ac00,c018644e,c3e2eae0,3,c408a540,c0a2ad48,0,c0926b72,131) at drm_ ioctl+0x150 giant_ioctl(c425ac00,c018644e,c3e2eae0,3,c408a540,...) at giant_ioctl+0x33 devfs_ioctl_f(c4372948,c018644e,c3e2eae0,c4526600,c408a540) at devfs_ioctl_f+0xa f kern_ioctl(c408a540,6,c018644e,c3e2eae0) at kern_ioctl+0x296 ioctl(c408a540,e6131d04,c4372948,0,c408a540,...) at ioctl+0xf1 linux_ioctl(c408a540,e6131d04) at linux_ioctl+0xf5 syscall(bfbf003b,bfbf003b,bfbf003b,80000003,2a290000,...) at syscall+0x256 Xint0x80_syscall() at Xint0x80_syscall+0x1f --- syscall (54, Linux ELF, linux_ioctl), eip = 0x29e5d5f4, esp = 0xbfbfd950, eb p = 0xbfbfd970 --- Fatal trap 12: page fault while in kernel mode cpuid = 1; apic id = 06 fault virtual address = 0x47104000 fault code = supervisor read, page not present instruction pointer = 0x20:0xc08a89c6 stack pointer = 0x28:0xe6131a88 frame pointer = 0x28:0xe6131b50 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 1495 (googleearth-bin) [thread pid 1495 tid 100158 ] Stopped at slow_copyin+0x6: repe movsl (%esi),%es:(%edi) As you can see, I'm using the DRM drivers from git, but it also happens with the -CURRENT drm drivers. Adam From owner-freebsd-x11@FreeBSD.ORG Wed Dec 20 05:49:33 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 29EBB16A403 for ; Wed, 20 Dec 2006 05:49:33 +0000 (UTC) (envelope-from amarat@ksu.ru) Received: from zealot.ksu.ru (zealot.ksu.ru [194.85.245.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0CB643CA2 for ; Wed, 20 Dec 2006 05:49:30 +0000 (GMT) (envelope-from amarat@ksu.ru) Received: from [127.0.0.1] (localhost.lnet [127.0.0.1]) by zealot.ksu.ru (8.13.8/8.13.8) with ESMTP id kBK5INTl007805 for ; Wed, 20 Dec 2006 08:18:24 +0300 (MSK) (envelope-from amarat@ksu.ru) Message-ID: <4588C79F.8060000@ksu.ru> Date: Wed, 20 Dec 2006 08:18:23 +0300 From: "Marat N.Afanasyev" User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.8.0.8) Gecko/20061214 SeaMonkey/1.0.6 MIME-Version: 1.0 To: freebsd-x11@freebsd.org Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Subject: ati-driver from xorg-modular to xorg? 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, 20 Dec 2006 05:49:33 -0000 Hello! is there any way to make ati-driver from xorg-7.1 and above to be used in xorg-6.9.0? can anybody make me a nearly step-by-step explanation where should i start from? -- SY, Marat From owner-freebsd-x11@FreeBSD.ORG Wed Dec 20 16:44:10 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 024E216A412 for ; Wed, 20 Dec 2006 16:44:10 +0000 (UTC) (envelope-from michael.mccaskill@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8227643CB5 for ; Wed, 20 Dec 2006 16:44:04 +0000 (GMT) (envelope-from michael.mccaskill@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so2004960wxc for ; Wed, 20 Dec 2006 08:44:03 -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=CtbJ7N41QKTSW+zpYo4MUXEq1S2AnJH7XTChhoT1eQ4aY6ZREzf+T7ScaH1/PGZ3L9MmbPiTtXm+YKz0Hf4J1RCyUEOLWhTabda+CyncSpxrW+xxmpBTmP6OaqVPQiRDHkBAsdymHO7kPTOrlSM4couHuatbtBIlyf8NoPqKLhQ= Received: by 10.70.38.12 with SMTP id l12mr12389745wxl.1166631579670; Wed, 20 Dec 2006 08:19:39 -0800 (PST) Received: by 10.70.33.6 with HTTP; Wed, 20 Dec 2006 08:19:39 -0800 (PST) Message-ID: <69b259c70612200819g36773d75q8986cffc6e0593fc@mail.gmail.com> Date: Wed, 20 Dec 2006 11:19:39 -0500 From: "Michael McCaskill" To: freebsd-x11@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: XOrg 7.2-RC3 install successful...sort of 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, 20 Dec 2006 16:44:10 -0000 I managed to follow the http://wikitest.freebsd.org/ModularXorg instructions for the most part. I too had trouble with xdriinfo. libGL was installed but the problem was it was referencing things from dri that didn't exist. So I had to upgrade dri, recompile libGL then make install xdriinfo. Also, I had to manually edit dri Makefile so it installed them into /usr/X11R6/lib/xorg/modules vs /usr/X11R6/lib/modules. Lastly I had to modify the xorg-server build according to http://lists.freebsd.org/pipermail/freebsd-x11/2006-December/003410.html in order for dri to load in X. As it stands now, I cannot finish installation of xorg-drivers because of an error with xf86-video-mga with mga_driver.c: cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/include/xorg -I/usr/X11R6/include -I/usr/local/include -I/usr/local/include/drm -I/usr/X11R6/include/X11/dri -O2 -fno-strict-aliasing -pipe -MT mga_driver.lo -MD -MP -MF .deps/mga_driver.Tpo -c mga_driver.c -fPIC -DPIC -o .libs/mga_driver.o mga_driver.c:443: error: syntax error before ',' token mga_driver.c:444: warning: initialization makes integer from pointer without a cast mga_driver.c:444: error: initializer element is not computable at load time mga_driver.c:444: error: (near initialization for `mgaVersRec.patchlevel') mga_driver.c:445: warning: initialization makes pointer from integer without a cast mga_driver.c:446: warning: initialization makes integer from pointer without a cast mga_driver.c:447: warning: braces around scalar initializer mga_driver.c:447: warning: (near initialization for `mgaVersRec.moduleclass') mga_driver.c:447: warning: excess elements in scalar initializer mga_driver.c:447: warning: (near initialization for `mgaVersRec.moduleclass') mga_driver.c:447: warning: excess elements in scalar initializer mga_driver.c:447: warning: (near initialization for `mgaVersRec.moduleclass') mga_driver.c:447: warning: excess elements in scalar initializer mga_driver.c:447: warning: (near initialization for `mgaVersRec.moduleclass') I cannot seem to fix the problem. I compared it to the source of other xf86-video-* that have XF86ModuleVersionInfo declarations but other than variable names, they look the same. I've also tried to use hard coded numbers but that didn't work either. From owner-freebsd-x11@FreeBSD.ORG Thu Dec 21 11:32:15 2006 Return-Path: X-Original-To: x11@FreeBSD.Org Delivered-To: freebsd-x11@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A5F6B16A664 for ; Thu, 21 Dec 2006 11:32:15 +0000 (UTC) (envelope-from fenner+portsurvey@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 7E0A913C497 for ; Thu, 21 Dec 2006 11:32:15 +0000 (UTC) (envelope-from fenner+portsurvey@FreeBSD.org) Received: from freefall.freebsd.org (fenner@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kBLA5gND021133 for ; Thu, 21 Dec 2006 10:05:42 GMT (envelope-from fenner+portsurvey@freefall.freebsd.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kBLA5gsZ021132; Thu, 21 Dec 2006 10:05:42 GMT (envelope-from fenner+portsurvey) Date: Thu, 21 Dec 2006 10:05:42 GMT Message-Id: <200612211005.kBLA5gsZ021132@freefall.freebsd.org> From: fenner@FreeBSD.Org (Bill "distfiles" Fenner) To: x11@FreeBSD.Org Cc: Subject: FreeBSD ports: 1 unfetchable distfile: x11-servers/xorg-server-snap X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ports@FreeBSD.Org List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 11:32:15 -0000 Dear x11@freebsd.org, You are listed as the FreeBSD port maintainer for 1 port whose distfiles are not fetchable from their MASTER_SITES. Could you please visit http://people.freebsd.org/~fenner/portsurvey/x11@freebsd.org.html and correct the problems listed there? The individual port with a problem is x11-servers/xorg-server-snap. If you have already corrected the problems and submitted a PR, please accept my thanks and apologies for the delay in getting the fixes into the tree. This reminder is created automatically and does not (yet) have a way to know if a PR fixing the problem has been submitted. Please do *NOT* send your response to me directly; I do not necessarily have time to commit your fix; please instead submit a PR via 'send-pr' so it doesn't get lost. Problems are usually of two types: 1. The software package has been upgraded and the version in the port has been removed. The best solution to this problem is to upgrade the port to the most current version of the software package. If you are a FreeBSD committer, then you can just upgrade the port directly. If not, you should create the updated port on your own machine, test it (and maybe even run "portlint" on it), and then use "send-pr" to submit a "diff -uNr old-port updated-port". If you added or deleted any files, please make an explicit note of it. 2. The mirror site being used no longer contains the software package in question, or no longer exists. Solutions include: a) If there are other mirror sites, just remove the bad site from the list. (Make sure that what appears to be a bad site isn't actually a problem of type 1, upgrade) b) If the README or other support files in the software documentation mention where to get the software package, use one of those sites. c) Use a search engine to find another place to get the original DISTFILES. Make sure that you don't pick a FreeBSD distfiles mirror -- if you can't find any other places where the file exists, it can be a LOCAL_PORT or you can simply comment out the MASTER_SITES= line, with a comment explaining why. Once you have a solution, use "send-pr" to submit a "diff -u" of the Makefile. Note that this isn't an urgent issue, as people who try to build the port now will just fall back to the FreeBSD distfiles mirror. Please just put it on your list to do and get to it when you have time. These messages will continue to arrive twice a month until the fix is committed, as a reminder. Thanks, Bill "distfiles" Fenner. From owner-freebsd-x11@FreeBSD.ORG Thu Dec 21 12:49:15 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8B6C316A412 for ; Thu, 21 Dec 2006 12:49:15 +0000 (UTC) (envelope-from scottro@nyc.rr.com) Received: from mail13.simplicato.com (mail13.simplicato.com [207.99.47.68]) by mx1.freebsd.org (Postfix) with ESMTP id 6651E13C44C for ; Thu, 21 Dec 2006 12:49:15 +0000 (UTC) (envelope-from scottro@nyc.rr.com) Received: from mail13.simplicato.com (localhost [127.0.0.1]) by mail13.simplicato.com (Postfix) with ESMTP id 59D0677B08C for ; Wed, 20 Dec 2006 15:44:20 -0500 (EST) Received: from uws1.starlofashions.com (unknown [12.44.50.124]) by mail13.simplicato.com (Postfix) with ESMTP id 5403F77B04E for ; Wed, 20 Dec 2006 15:44:19 -0500 (EST) Received: by uws1.starlofashions.com (sSMTP sendmail emulation); Wed, 20 Dec 2006 15:44:17 -0500 Date: Wed, 20 Dec 2006 15:44:17 -0500 From: Scott Robbins To: freebsd-x11@freebsd.org Message-ID: <20061220204417.GA16939@uws1.starlofashions.com> Mail-Followup-To: freebsd-x11@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: mutt-ng/devel-r804 (FreeBSD) Subject: Latest upgrade changes xmodmap 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, 21 Dec 2006 12:49:15 -0000 This isn't a good test system, as I already have so many things on it. However, today I upgraded to xorg-server-1.1.99.903_1,1 After the upgrade, my Mod4 key was no longer mapped to the "Windows" key. It's easily fixed with xmodmap. I notice that we now have an xkeyboard-config (and have noted the thread on the list) however, I don't know if this is or isn't connected. -- Scott GPG KeyID EB3467D6 ( 1B848 077D 66F6 9DB0 FDC2 A409 FA54 D575 EB34 67D6) gpg --keyserver pgp.mit.edu --recv-keys EB3467D6 Riley: Buffy . . . I feel like we've gotten really close. At least I thought we had. I don't know much about Angel or your relationship with him . . but . . . all I ask is . . if you're gonna break heart, do it fast. Buffy: What? You think that Angel and I... Riley: Didn't you? Buffy: No. Of course not. How can you even ask me that? Riley: I don't know. Xander said... Buffy: Xander?! Oh, he's the deadest man in Deadonia. From owner-freebsd-x11@FreeBSD.ORG Thu Dec 21 15:38:07 2006 Return-Path: X-Original-To: x11@freebsd.org Delivered-To: freebsd-x11@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2330A16A407 for ; Thu, 21 Dec 2006 15:38:07 +0000 (UTC) (envelope-from bounces-afe4cf5f38-x11=freebsd.org@t.vresp.com) Received: from gc-mkt86.verticalresponse.com (gc-mkt86.verticalresponse.com [206.57.6.143]) by mx1.freebsd.org (Postfix) with ESMTP id 0CAFA13C45F for ; Thu, 21 Dec 2006 15:38:07 +0000 (UTC) (envelope-from bounces-afe4cf5f38-x11=freebsd.org@t.vresp.com) Received: from slbsrcnat.inside.verticalresponse.com ([192.168.0.120]) by gc-mkt86.verticalresponse.com with QMQP; 21 Dec 2006 06:36:59 -0800 X-MailerISP: GlobalCrossing From: "Ouaou.gr" To: x11@freebsd.org Date: Thu, 21 Dec 2006 14:36:59 +0000 Message-ID: MIME-Version: 1.0 X-Company_ID: 147476 X-Campaign: afe4cf5f38 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: =?utf-8?b?zqPPhM61zq/Ou8+EzrUgzr7Otc+Hz4nPgc65z4PPhM6sIM60z44=?= =?utf-8?b?z4HOsSDPg861IM6xz4XPhM6/z43PgiDPgM6/z4UgzrPOuc6/z4HPhM6s?= =?utf-8?b?zrbOv8+Fzr0u?= X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Ouaou.gr" List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 15:38:07 -0000 =CE=A3=CF=84=CE=B5=CE=AF=CE=BB=CF=84=CE=B5 =CE=AD=CE=BD=CE=B1 gadget =CF=83= =CE=B5 =CE=B1=CF=85=CF=84=CE=BF=CF=8D=CF=82 =CF=80=CE=BF=CF=85 =CE=B3=CE=B9= =CE=BF=CF=81=CF=84=CE=AC=CE=B6=CE=BF=CF=85=CE=BD! =CE=94=CF=8E=CF=81=CE=B1 =CF=80=CF=81=CF=89=CF=84=CF=8C=CF=84=CF=85=CF=80= =CE=B1 =CE=B1=CF=80=CF=8C =CF=84=CE=BF www.ouaou.gr! 22 =CE=94=CE=B5=CE=BA=CE=B5=CE=BC=CE=B2=CF=81=CE=AF=CE=BF=CF=85 >> =CE=A7= =CF=81=CF=8C=CE=BD=CE=B9=CE=B1 =CF=80=CE=BF=CE=BB=CE=BB=CE=AC =CF=83=CF=84= =CE=B7=CE=BD =CE=91=CE=BD=CE=B1=CF=83=CF=84=CE=B1=CF=83=CE=AF=CE=B1, =CF=83= =CF=84=CE=BF=CE=BD =CE=91=CE=BD=CE=B1=CF=83=CF=84=CE=AC=CF=83=CE=B9=CE=BF = =CE=BA=CE=B1=CE=B9 =CF=83=CF=84=CE=B7=CE=BD =CE=9D=CE=B1=CF=84=CE=AC=CF=83=CE=B1 24 =CE=94=CE=B5=CE=BA=CE=B5=CE=BC=CE=B2=CF=81=CE=AF=CE=BF=CF=85 >> =CE=A7= =CF=81=CF=8C=CE=BD=CE=B9=CE=B1 =CF=80=CE=BF=CE=BB=CE=BB=CE=AC =CF=83=CF=84= =CE=BF=CE=BD E=CF=85=CE=B3=CE=AD=CE=BD=CE=B9=CE=BF =CE=BA=CE=B1=CE=B9 =CF= =83=CF=84=CE=B7=CE=BD =CE=95=CF=85=CE=B3=CE=B5=CE=BD=CE=AF=CE=B1 25 =CE=94=CE=B5=CE=BA=CE=B5=CE=BC=CE=B2=CF=81=CE=AF=CE=BF=CF=85 >> =CE=A7= =CF=81=CF=8C=CE=BD=CE=B9=CE=B1 =CF=80=CE=BF=CE=BB=CE=BB=CE=AC =CF=83=CF=84= =CE=B7=CE=BD =CE=95=CE=BC=CE=BC=CE=B1=CE=BD=CE=BF=CF=85=CE=AD=CE=BB=CE=B1 = =CE=BA=CE=B1=CE=B9 =CF=83=CF=84=CE=BF=CE=BD =CE=95=CE=BC=CE=BC=CE=B1=CE=BD= =CE=BF=CF=85=CE=AE=CE=BB, =CF=83=CF=84=CE=BF=CE=BD =CE=A7=CF=81=CE=AE=CF=83=CF=84=CE=BF =CE=BA=CE=B1=CE=B9 =CF=83=CF=84=CE=B7= =CE=BD =CE=A7=CF=81=CE=B9=CF=83=CF=84=CE=AF=CE=BD=CE=B1, =CF=83=CF=84=CE=B7= =CE=BD =CE=A7=CF=81=CF=8D=CF=83=CE=B1 =CE=BA=CE=B1=CE=B9 =CF=83=CF=84=CE=B7= =CE=BD =CE=A7=CF=81=CF=85=CF=83=CE=B1=CF=85=CE=B3=CE=AE 27 =CE=94=CE=B5=CE=BA=CE=B5=CE=BC=CE=B2=CF=81=CE=AF=CE=BF=CF=85 >> =CE=A7= =CF=81=CF=8C=CE=BD=CE=B9=CE=B1 =CF=80=CE=BF=CE=BB=CE=BB=CE=AC =CF=83=CF=84= =CE=BF=CE=BD =CE=A3=CF=84=CE=AD=CF=86=CE=B1=CE=BD=CE=BF, =CF=83=CF=84=CE=B7= =CE=BD =CE=A3=CF=84=CE=B5=CF=86=CE=B1=CE=BD=CE=AF=CE=B1 =CE=BA=CE=B1=CE=B9 = =CF=83=CF=84=CE=BF=CE=BD =CE=9C=CE=B1=CF=85=CF=81=CE=AF=CE=BA=CE=B9=CE=BF 28 =CE=94=CE=B5=CE=BA=CE=B5=CE=BC=CE=B2=CF=81=CE=AF=CE=BF=CF=85 >> =CE=A7= =CF=81=CF=8C=CE=BD=CE=B9=CE=B1 =CF=80=CE=BF=CE=BB=CE=BB=CE=AC =CF=83=CF=84= =CE=B7=CE=BD =CE=94=CF=8C=CE=BC=CE=BD=CE=B1 =CE=BA=CE=B1=CE=B9 =CF=83=CF=84= =CE=B7=CE=BD =CE=98=CE=B5=CE=BF=CF=86=CE=AF=CE=BB=CE=B7 www.ouaou.gr ______________________________________________________________________ =CE=95=CE=AC=CE=BD =CE=B4=CE=B5=CE=BD =CE=B5=CF=80=CE=B9=CE=B8=CF=85=CE=BC= =CE=B5=CE=AF=CF=84=CE=B5 =CE=BD=CE=B1 =CE=BB=CE=AC=CE=B2=CE=B5=CF=84=CE=B5 = =CE=AC=CE=BB=CE=BB=CE=B1 email =CE=B1=CF=80=CF=8C =CF=84=CE=BF ouaou.gr, =CF=80=CE=B1=CF=81=CE=B1=CE=BA=CE=B1=CE=BB=CE=BF=CF=8D=CE=BC=CE= =B5 =CE=B1=CF=80=CE=B1=CE=BD=CF=84=CE=AE=CF=83=CF=84=CE=B5 =CF=83=CE=B5 =CE= =B1=CF=85=CF=84=CF=8C =CF=84=CE=BF =CE=BC=CE=AE=CE=BD=CF=85=CE=BC=CE=B1 =CE= =BC=CE=B5=20 "Unsubscribe" =CF=83=CF=84=CE=BF =CE=B8=CE=AD=CE=BC=CE=B1 =CE=AE =CE=B1=CF= =80=CE=BB=CE=AC =CE=BA=CE=AC=CE=BD=CF=84=CE=B5 =CE=BA=CE=BB=CE=B9=CE=BA =CF= =83=CF=84=CE=BF link=20 =CF=80=CE=B1=CF=81=CE=B1=CE=BA=CE=AC=CF=84=CF=89 If you no longer wish to receive these emails, please reply to this message with "Unsubscribe" in the subject line or simply click on the following link:=20 http://unsub.vresp.com/u.html?afe4cf5f38/6bef24ed3e/9f11daf ______________________________________________________________________ Click below to forward this email to a friend: http://oi.verticalresponse.com/f2af/v4/send_to_friend.html?ch=3Dafe4cf5f38&= lid=3D481688&ldh=3D6bef24ed3e ______________________________________________________________________ This message was sent by Ouaou.gr using VerticalResponse Hellenic e-Business Solutions 139 Mesogion Avenue Ampelokipi, Attica 11526 Read the VerticalResponse marketing policy: http://www.verticalresponse.com/content/pm_policy.html From owner-freebsd-x11@FreeBSD.ORG Thu Dec 21 16:27:53 2006 Return-Path: X-Original-To: x11@freebsd.org Delivered-To: freebsd-x11@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 46D4B16A403 for ; Thu, 21 Dec 2006 16:27:53 +0000 (UTC) (envelope-from bounces-cbf4501f59-x11=freebsd.org@t.vresp.com) Received: from gc-mkt89.verticalresponse.com (gc-mkt89.verticalresponse.com [206.57.6.146]) by mx1.freebsd.org (Postfix) with ESMTP id 0B82D13C442 for ; Thu, 21 Dec 2006 16:27:51 +0000 (UTC) (envelope-from bounces-cbf4501f59-x11=freebsd.org@t.vresp.com) Received: from slbsrcnat.inside.verticalresponse.com ([192.168.0.120]) by gc-mkt89.verticalresponse.com with QMQP; 21 Dec 2006 07:27:49 -0800 X-MailerISP: GlobalCrossing From: "Smartkid.gr" To: x11@freebsd.org Date: Thu, 21 Dec 2006 15:27:49 +0000 Message-ID: MIME-Version: 1.0 X-Company_ID: 147476 X-Campaign: cbf4501f59 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: =?utf-8?b?zqjPic69zq/Pg8+EzrUgz4PPhM6xIM6nz4HOuc+Dz4TOv8+NzrM=?= =?utf-8?b?zrXOvc69zrEgzq3Ovs+Fz4DOvc6xLCDOrM69zrXPhM6xIM66zrHOuSA=?= =?utf-8?b?zr/Ouc66zr/Ovc6/zrzOuc66zqw=?= X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Smartkid.gr" List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 16:27:53 -0000 =CE=A3=CE=B1=CF=82 =CE=B5=CE=BE=CE=BF=CF=81=CE=B3=CE=AF=CE=B6=CE=B5=CE=B9 = =CE=B7 =CE=B1=CF=86=CF=8C=CF=81=CE=B7=CF=84=CE=B7 =CE=BA=CE=AF=CE=BD=CE=B7= =CF=83=CE=B7 =CF=83=CF=84=CE=BF=CF=85=CF=82 =CE=B4=CF=81=CF=8C=CE=BC=CE=BF= =CF=85=CF=82 =CE=BA=CE=B1=CE=B9 =CE=BF =CF=80=CE=B1=CE=BD=CE=B9=CE=BA=CF=8C= =CF=82 =CF=83=CF=84=CE=B1 =CE=BC=CE=B1=CE=B3=CE=B1=CE=B6=CE=B9=CE=AC... =CF=84=CE=B9=CF=82 =CE=B7=CE= =BC=CE=AD=CF=81=CE=B5=CF=82 =CF=84=CF=89=CE=BD =CE=B5=CE=BF=CF=81=CF=84=CF= =8E=CE=BD; =CE=A4=CE=BF www.smartkid.gr =CE=B8=CE=B1 =CE=B1=CE=BB=CE=BB=CE=AC=CE=BE=CE= =B5=CE=B9 =CF=8C=CF=84=CE=B9 =CE=BE=CE=AD=CF=81=CE=B1=CF=84=CE=B5 =CE=BC=CE= =AD=CF=87=CF=81=CE=B9 =CF=83=CE=AE=CE=BC=CE=B5=CF=81=CE=B1... =CF=83=CF=84= =CE=B7=CE=BD =CE=B1=CE=B3=CE=BF=CF=81=CE=AC =CF=80=CE=B1=CE=B9=CF=87=CE=BD=CE=B9=CE=B4=CE=B9=CF=8E=CE=BD! =CE=A0=CF=81=CE=BF=CF=83=CF=86=CE=AD=CF=81=CE=B5=CF=84=CE=B1=CE=B9 =CF=83= =CF=84=CE=B1 =CF=80=CE=B1=CE=B9=CE=B4=CE=B9=CE=AC =CF=83=CE=B1=CF=82, =CF= =80=CF=81=CF=89=CF=84=CF=8C=CF=84=CF=85=CF=80=CE=B1 =CE=B4=CF=8E=CF=81=CE= =B1, =CE=BC=CE=AD=CF=83=CF=89 =CF=84=CE=BF=CF=85 =CE=B7=CE=BB=CE=B5=CE=BA= =CF=84=CF=81=CE=BF=CE=BD=CE=B9=CE=BA=CE=BF=CF=8D =CE=BC=CE=B1=CF=82 =CE=BA=CE=B1=CF=84=CE=B1=CF=83=CF=84=CE=AE=CE=BC=CE=B1=CF=84=CE=BF=CF=82 sm= artkid.gr =CE=A4=CE=A9=CE=A1=CE=91 =CE=B1=CF=80=CF=8C =CF=84=CE=BF =CF=83= =CF=80=CE=AF=CF=84=CE=B9 =CE=AE =CF=84=CE=BF =CE=B3=CF=81=CE=B1=CF=86=CE=B5= =CE=AF=CE=BF =CF=83=CE=B1=CF=82... =CE=BC=CE=B5 =CE=B7=CF=81=CE=B5=CE=BC=CE=AF=CE=B1, =CE=AC=CE=BD=CE=B5=CF=83=CE=B7 =CF=87= =CF=81=CF=8C=CE=BD=CE=BF=CF=85 =CE=BA=CE=B1=CE=B9 =CE=B5=CF=8D=CE=BA=CE=BF= =CE=BB=CE=B7 =CE=AD=CF=81=CE=B5=CF=85=CE=BD=CE=B1 =CE=B1=CE=B3=CE=BF=CF=81= =CE=AC=CF=82. ______________________________________________________________________ =CE=95=CE=AC=CE=BD =CE=B4=CE=B5=CE=BD =CE=B5=CF=80=CE=B9=CE=B8=CF=85=CE=BC= =CE=B5=CE=AF=CF=84=CE=B5 =CE=BD=CE=B1 =CE=BB=CE=AC=CE=B2=CE=B5=CF=84=CE=B5 = =CE=AC=CE=BB=CE=BB=CE=B1 email =CE=B1=CF=80=CF=8C =CF=84=CE=BF ouaou.gr, =CF=80=CE=B1=CF=81=CE=B1=CE=BA=CE=B1=CE=BB=CE=BF=CF=8D=CE=BC=CE= =B5 =CE=B1=CF=80=CE=B1=CE=BD=CF=84=CE=AE=CF=83=CF=84=CE=B5 =CF=83=CE=B5 =CE= =B1=CF=85=CF=84=CF=8C =CF=84=CE=BF =CE=BC=CE=AE=CE=BD=CF=85=CE=BC=CE=B1 =CE= =BC=CE=B5=20 "Unsubscribe" =CF=83=CF=84=CE=BF =CE=B8=CE=AD=CE=BC=CE=B1 =CE=AE =CE=B1=CF= =80=CE=BB=CE=AC =CE=BA=CE=AC=CE=BD=CF=84=CE=B5 =CE=BA=CE=BB=CE=B9=CE=BA =CF= =83=CF=84=CE=BF link=20 =CF=80=CE=B1=CF=81=CE=B1=CE=BA=CE=AC=CF=84=CF=89 If you no longer wish to receive these emails, please reply to this message with "Unsubscribe" in the subject line or simply click on the following link:=20 http://unsub.vresp.com/u.html?cbf4501f59/6bef24ed3e/9f11daf ______________________________________________________________________ Click below to forward this email to a friend: http://oi.verticalresponse.com/f2af/v4/send_to_friend.html?ch=3Dcbf4501f59&= lid=3D481688&ldh=3D6bef24ed3e ______________________________________________________________________ This message was sent by Smartkid.gr using VerticalResponse Hellenic e-Business Solutions 139 Mesogion Avenue Ampelokipi, Attica 11526 Read the VerticalResponse marketing policy: http://www.verticalresponse.com/content/pm_policy.html From owner-freebsd-x11@FreeBSD.ORG Fri Dec 22 04:18:03 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B784E16A417 for ; Fri, 22 Dec 2006 04:18:03 +0000 (UTC) (envelope-from scottro@nyc.rr.com) Received: from ms-smtp-03.rdc-nyc.rr.com (ms-smtp-03.rdc-nyc.rr.com [24.29.109.7]) by mx1.freebsd.org (Postfix) with ESMTP id 7FB6213C459 for ; Fri, 22 Dec 2006 04:18:03 +0000 (UTC) (envelope-from scottro@nyc.rr.com) Received: from localhost (cpe-74-73-145-181.nyc.res.rr.com [74.73.145.181]) by ms-smtp-03.rdc-nyc.rr.com (8.13.6/8.13.6) with ESMTP id kBM3f6P4016849 for ; Thu, 21 Dec 2006 22:41:06 -0500 (EST) Date: Thu, 21 Dec 2006 22:41:06 -0500 From: Scott Robbins To: freebsd-x11@freebsd.org Message-ID: <20061222034106.GA71957@mail.scottro.net> Mail-Followup-To: freebsd-x11@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: mutt-ng/devel-r804 (FreeBSD) X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: followup on my Mod4 disappearing problem 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, 22 Dec 2006 04:18:03 -0000 Last night, I posted about the latest upgrade to xorg-server doing something to my Mod4 key (the Windows key) so that I had to manually add the mapping with xmodmap. On my second test box, I paid more attention to what was happening. It turned out the the original update of xorg-server failed--it seemed to be tied in with xkeyboard-config and the directory /usr/X11R6/share/X11/xkb. I paid a ~bit~ more attention, but wasn't intelligent enough to capture the output, I simply noticed an error message there. So, then, I tried again, just doing portupgrade -w (to not clean beforehand) xorg server and it installed. It had also installed xkeyboard-config. So, now I tried a portupgrade -f xkeyboard-config to see if that would fix the problem (again, not thinking far enough ahead to anticipate a problem and capture the output.) Again, a message about xkb flashed by (but too far up to be seen with scroll lock and up arrow.) So, I tried the following, which fixed the problem. Firstly, I did pkg_delete -xf xkeyboard-config. Then, I moved /usr/X11R6/share/X11/xkb to xkb.old. I then installed xkeyboard-config and this time it installed without errors. After that, when I did startx, xmodmap showed that my Mod4 key was back. So, I'm not quite sure what the problem was, but apparently, it has something to do with /usr/X11R6/share/X11/xkb not being empty at some point (I did see, as the error flashed by, a mention of that.) Force deleting xkeyboard-config, renaming that directory and reinstalling xkeyboard-config fixed the issue. -- Scott Robbins PGP keyID EB3467D6 ( 1B48 077D 66F6 9DB0 FDC2 A409 FA54 EB34 67D6 ) gpg --keyserver pgp.mit.edu --recv-keys EB3467D6 (In response to being asked to fight a troll) Spike: I would, but I'm paralyzed with not caring very much. From owner-freebsd-x11@FreeBSD.ORG Fri Dec 22 15:26:25 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E89C716A40F for ; Fri, 22 Dec 2006 15:26:25 +0000 (UTC) (envelope-from sirdice@xs4all.nl) Received: from smtp-vbr15.xs4all.nl (smtp-vbr15.xs4all.nl [194.109.24.35]) by mx1.freebsd.org (Postfix) with ESMTP id 8A66613C41A for ; Fri, 22 Dec 2006 15:26:25 +0000 (UTC) (envelope-from sirdice@xs4all.nl) Received: from [192.168.2.27] (sirdice.xs4all.nl [213.84.47.86]) by smtp-vbr15.xs4all.nl (8.13.8/8.13.8) with ESMTP id kBMFQNdc089658 for ; Fri, 22 Dec 2006 16:26:24 +0100 (CET) (envelope-from sirdice@xs4all.nl) Message-ID: <458BF91A.30303@xs4all.nl> Date: Fri, 22 Dec 2006 16:26:18 +0100 From: SirDice User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: freebsd-x11@freebsd.org References: <20061222034106.GA71957@mail.scottro.net> In-Reply-To: <20061222034106.GA71957@mail.scottro.net> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by XS4ALL Virus Scanner Subject: Re: followup on my Mod4 disappearing problem 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, 22 Dec 2006 15:26:26 -0000 I meant to send this to the list too but as it turned out I replied to Scott only. Scott Robbins wrote: > It turned out the the original update of xorg-server failed--it seemed > to be tied in with xkeyboard-config and the directory > /usr/X11R6/share/X11/xkb. Florent recently readded xkeyboard-config to the git tree, it seems it was removed together with xkbdata. With all the recent changes I decided to do a clean install again. Building xorg-server fails in "Make install in xkb". It fails on test -z "/usr/X11R6/share/xkb/compiled", proceeds to install-sh -d "/usr/X11R6/share/X11/xkb/compiled" which ends in mkdir: /usr/X11R6/share/X11/xkb/compiled: File exists. And the whole build bombs out.. Sounds like the same problem. As far as I can tell xkeyboard-config creates a symlink from /usr/X11R6/share/X11/xkb/compiled to /var/lib/xkb but doesn't actually create /var/lib/xkb. After creating it by hand the build proceeded without errors.... Unfortunately, after building xorg-server, I ran into the same error as Michael McCaskill mentioned: >As it stands now, I cannot finish installation of xorg-drivers because of an >error with xf86-video-mga with mga_driver.c: cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/include/xorg -I/usr/X11R6/include -I/usr/local/include -I/usr/local/include/drm -I/usr/X11R6/include/X11/dri -O2 -fno-strict-aliasing -pipe -MT mga_driver.lo -MD -MP -MF .deps/mga_driver.Tpo -c mga_driver.c -fPIC -DPIC -o .libs/mga_driver.o mga_driver.c:443: error: syntax error before ',' token mga_driver.c:444: warning: initialization makes integer from pointer without a cast mga_driver.c:444: error: initializer element is not computable at load time mga_driver.c:444: error: (near initialization for `mgaVersRec.patchlevel') mga_driver.c:445: warning: initialization makes pointer from integer without a cast mga_driver.c:446: warning: initialization makes integer from pointer without a cast mga_driver.c:447: warning: braces around scalar initializer mga_driver.c:447: warning: (near initialization for `mgaVersRec.moduleclass') mga_driver.c:447: warning: excess elements in scalar initializer mga_driver.c:447: warning: (near initialization for `mgaVersRec.moduleclass') mga_driver.c:447: warning: excess elements in scalar initializer mga_driver.c:447: warning: (near initialization for `mgaVersRec.moduleclass') mga_driver.c:447: warning: excess elements in scalar initializer mga_driver.c:447: warning: (near initialization for `mgaVersRec.moduleclass') Cheers, Remko C. From owner-freebsd-x11@FreeBSD.ORG Fri Dec 22 20:32:16 2006 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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D836516A412 for ; Fri, 22 Dec 2006 20:32:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id B0D2513C4C7 for ; Fri, 22 Dec 2006 20:32:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kBMKKF0G060725 for ; Fri, 22 Dec 2006 20:20:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kBMKKFE2060724; Fri, 22 Dec 2006 20:20:15 GMT (envelope-from gnats) Date: Fri, 22 Dec 2006 20:20:15 GMT Message-Id: <200612222020.kBMKKFE2060724@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org From: Eugene Gladchenko Cc: Subject: Re: ports/94167: [patch] x11/xorg-clients: install xdm/Xstartup and /Xreset X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Eugene Gladchenko List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 20:32:16 -0000 The following reply was made to PR ports/94167; it has been noted by GNATS. From: Eugene Gladchenko To: bug-followup@FreeBSD.org, bsam@ipt.ru Cc: Subject: Re: ports/94167: [patch] x11/xorg-clients: install xdm/Xstartup and /Xreset Date: Fri, 22 Dec 2006 20:52:19 +0300 Why this PR is not committed yet? The patch is trivial and fixes the problem indeed. -- Eugene Gladchenko EVG15-RIPE From owner-freebsd-x11@FreeBSD.ORG Fri Dec 22 21:20:16 2006 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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3A1DE16A492 for ; Fri, 22 Dec 2006 21:20:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id CDA6613C45C for ; Fri, 22 Dec 2006 21:20:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kBMLKFu6067043 for ; Fri, 22 Dec 2006 21:20:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kBMLKFba067041; Fri, 22 Dec 2006 21:20:15 GMT (envelope-from gnats) Date: Fri, 22 Dec 2006 21:20:15 GMT Message-Id: <200612222120.kBMLKFba067041@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org From: Boris Samorodov Cc: Subject: Re: ports/94167: [patch] x11/xorg-clients: install xdm/Xstartup and /Xreset X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Boris Samorodov List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 21:20:16 -0000 The following reply was made to PR ports/94167; it has been noted by GNATS. From: Boris Samorodov To: Eugene Gladchenko Cc: bug-followup@FreeBSD.org Subject: Re: ports/94167: [patch] x11/xorg-clients: install xdm/Xstartup and /Xreset Date: Fri, 22 Dec 2006 22:30:05 +0300 On Fri, 22 Dec 2006 20:52:19 +0300 Eugene Gladchenko wrote: > Why this PR is not committed yet? The patch is trivial and fixes the > problem indeed. Seems that nobody from x11 team has got interested. WBR -- bsam From owner-freebsd-x11@FreeBSD.ORG Sat Dec 23 00:11:39 2006 Return-Path: X-Original-To: x11@freebsd.org Delivered-To: freebsd-x11@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D950216A416; Sat, 23 Dec 2006 00:11:39 +0000 (UTC) (envelope-from gergely.czuczy@harmless.hu) Received: from marvin.harmless.hu (marvin.harmless.hu [195.56.55.204]) by mx1.freebsd.org (Postfix) with ESMTP id 3E70113C45A; Sat, 23 Dec 2006 00:11:39 +0000 (UTC) (envelope-from gergely.czuczy@harmless.hu) Received: from localhost (marvin-mail [192.168.0.2]) by marvin.harmless.hu (Postfix) with ESMTP id D305E7BFD4D; Sat, 23 Dec 2006 00:42:58 +0100 (CET) X-Virus-Scanned: by amavisd-new-2.4.2 (20060627) (Debian) at harmless.hu Received: from marvin.harmless.hu ([192.168.0.2]) by localhost (marvin.harmless.hu [192.168.0.2]) (amavisd-new, port 10024) with ESMTP id C1HDDztJYwp3; Sat, 23 Dec 2006 00:42:58 +0100 (CET) Received: from marvin.harmless.hu (localhost [127.0.0.1]) by marvin.harmless.hu (Postfix) with ESMTP id 62C337BFD15; Sat, 23 Dec 2006 00:42:58 +0100 (CET) Date: Sat, 23 Dec 2006 00:42:58 +0100 From: Gergely CZUCZY To: x11@freebsd.org, flz@freebsd.org Message-ID: <20061222234258.GA9524@harmless.hu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=x-unknown; protocol="application/pgp-signature"; boundary="uAKRQypu60I7Lcqm" Content-Disposition: inline User-Agent: mutt-ng/devel-r804 (FreeBSD) Cc: Subject: ModularXorg, cannot open fixed 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, 23 Dec 2006 00:11:39 -0000 --uAKRQypu60I7Lcqm Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable hello i've updated my xorg to Modular according to http://wikitest.freebsd.org/ModularXorg yet, the building stage had finished, and now it don't start. I've got one error message in the logfile, the following: --- error message from log --- _XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6 _XSERVTransOpen: transport open failed for inet6/kign.harmless.lan:0 _XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6 This is a pre-release version of the X server from The X.Org Foundation. It is not supported in any way. Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/. Select the "xorg" product for bugs you find in this release. Before reporting bugs in pre-release versions please check the latest version in the X.Org Foundation git repository. See http://wiki.x.org/wiki/GitPage for git access instructions. X Window System Version 7.1.99.903 (7.2.0 RC 3) Release Date: 1 December 2006 X Protocol Version 11, Revision 0, Release 7.1.99.903 Build Operating System: FreeBSD 6.2-PRERELEASE i386=20 Current Operating System: FreeBSD kign.harmless.lan 6.2-PRERELEASE FreeBSD = 6.2-PRERELEASE #0: Tue Nov 28 11:29:21 CET 2006 root@kign.harmless.lan:= /usr/obj/usr/src/sys/KIGN i386 Build Date: 22 December 2006 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Module Loader present Markers: (--) probed, (**) from config file, (=3D=3D) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (=3D=3D) Log file: "/var/log/Xorg.0.log", Time: Sat Dec 23 00:23:27 2006 (=3D=3D) Using config file: "/etc/X11/xorg.conf" (=3D=3D) ServerLayout "Simple Layout" (**) |-->Screen "Screen 1" (0) (**) | |-->Monitor "vp201b" (**) | |-->Device "radeon9800pro" (**) |-->Input Device "Mouse1" (**) |-->Input Device "Keyboard1" (WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/loca= l/". Entry deleted from font path. (Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/local/"). (WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/True= Type/". Entry deleted from font path. (Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/TrueType/"). (WW) The directory "/usr/X11R6/lib/X11/fonts/freefont/" does not exist. Entry deleted from font path. (**) FontPath set to: /usr/X11R6/lib/X11/fonts/misc/, /usr/X11R6/lib/X11/fonts/TTF/, /usr/X11R6/lib/X11/fonts/Type1/, /usr/X11R6/lib/X11/fonts/75dpi/, /usr/X11R6/lib/X11/fonts/100dpi/ (**) RgbPath set to "/usr/X11R6/lib/X11/rgb" (**) ModulePath set to "/usr/X11R6/lib/xorg/modules/" (**) Option "DontZoom" (**) Option "AllowNonLocalXvidtune" (II) Loader magic: 0x81b4340 (II) Module ABI versions: X.Org ANSI C Emulation: 0.3 X.Org Video Driver: 1.0 X.Org XInput driver : 0.6 X.Org Server Extension : 0.3 X.Org Font Renderer : 0.5 (II) Loader running on freebsd (II) LoadModule: "pcidata" (II) Loading /usr/X11R6/lib/xorg/modules//libpcidata.so (II) Module pcidata: vendor=3D"X.Org Foundation" compiled for 7.1.99.903, module version =3D 1.0.0 ABI class: X.Org Video Driver, version 1.0 (--) Using syscons driver with X support (version 2.0) (--) using VT number 12 (...) Fatal server error: could not open default font 'fixed' (**) RADEON(0): RADEONLeaveVT (**) RADEON(0): RADEONRestore (**) RADEON(0): RADEONRestoreMode() (**) RADEON(0): RADEONRestoreMode(0x81e5130) (**) RADEON(0): RADEONRestoreMemMapRegisters() :=20 (**) RADEON(0): MC_FB_LOCATION : 0xd7ffd000 (**) RADEON(0): MC_AGP_LOCATION : 0xd87fd800 (**) RADEON(0): Map Changed ! Applying ... (**) RADEON(0): Map applied, resetting engine ... (**) RADEON(0): Updating display base addresses... (**) RADEON(0): Memory map updated. (**) RADEON(0): Programming CRTC1, offset: 0x00000000 (**) RADEON(0): Wrote: 0x00080002 0x0004001e 0x00000000 (0x0000a400) (**) RADEON(0): Wrote: rd=3D2, fd=3D30, pd=3D4 (**) RADEON(0): Ok, leaving now... --- error message from log --- i found no fonts with the "fixed" in its filename on the disk, i have no idea where can it be, it worked before upgrading. yet, i'm a bit clueless here, i could use a few hints where to start looking at... so, what am i doing wrong, how should i make it work? :) bye, Gergely Czuczy mailto: gergely.czuczy@harmless.hu --=20 Weenies test. Geniuses solve problems that arise. --uAKRQypu60I7Lcqm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) owGtWL1vG8kVd3zI4bRACtdJ8Y4pRNrkcknK+uBBsWWKMoTTh0HStnApnOHukJxw d2czuyuJRoAAqa64IkgVIEWSJk1gIEW6VGlT3B+QNl2KNAHSBAHye7NLSZZsOcUR BDi772Pee/M+fsNffOejO3fvff3HP/3wwVe//PW33tz7y/h+lGdZPG1EwpyquNHy vFZj62F7rdFptGUgJu1N2Vnb8Nrr7Un/q+jnPR1nMs4ao0Uiu5TJ86yZhELFn5E/ EyaV2XaeTRqbzpJvV6WJTlWmdNwlFYcqlhe0kRFxOpGm0Y99Hah42qWf5DqTQSMx Ks7EOJSOM5NhqB1HrZ5KypNAgEzRgs61mVKm6VAHeSgMCd/XhnXgpTPLsqTbbJ6p ucpkmrkTI+U4DVzINEuBE6wdZyGzOmUzSeNchVY6zcRU0kwENFGxSmcyqJOIA4r1 maMyCnS8mjGTyVzaZ5umOiMdS5LGaEORTFNWoGKH1YZ6OlGhLPaYaHhyxm46TqPR uCYxMTpifgLJeXUy7A9e2PgMtT+X2XEi497xaDiU5lSaLj2POTocAA0KpZYJOxjs LLP1qwpYFCfFy0SbrBCYCJgVXAo052oauzjBKIQ9bijirndVyaGYy50wvDThQKU4 Q2nS7lLX0pawpFyxxhnNVEr4CkqMbBgZSpFKgpoUeUF6YuNzQqlVXYRixG/cY5zy ns5jnDs4XWc/YzUxYp7mCbuDjVWME1rQmVi4zpN8mlIkFjRGRK1ZoBYHPH2twlCQ yKhMD7xKbWoEMp1nOrHp4TpDWOdnVqjCWVaBzcgZvwgvC9FC55wepXIYVHqE/SWY JJ7ZNs4nyw+2d/idUlI8+zPpz3lDJxScrxeBKW2/HgaaIhN5C9SVNgs2WdKVnHfP rSu8bD5V2TObXrCdxVAnOGBoTjMDn9gM13FO6CXc0Wc0XODwInpRGrDhttytLXfL 61B1w227Hg161Kk5g9KTXdjbpRbtSl9GYxxd2/PWoe2Z0Zn2dXihqNWq00CeKvvg 8bpQcLkBjg4lSMhWI2zkClO6tIcTejLcpXW33Xg26A/6B/2dYZ9UZ3N9u+05vdwY NJNbBG+k9nVVS8Zt5xrh+16XRrmkI31K7U040W1vddst6vVH1lPij9E6e3yzfLad Zp6aph7/2P6mxm+mi7T5+f7TI2t76W8RwXb7WghXbiQSkhAVH6X1Ml1unLezggqM UKcoDUhmM2Q6J+pMnEqbRm8nl+vYTijpQIsA2yJBU8TRORRmbsu62mjU7K7cAqv3 79eKuvR1PFFTKtpadbuzi2+NAjkReYiqlBlbW3dWqg8eXEhEEbdQ7v0Q+fTTGhew 8vlhf7+GXISrkc1sEbLky5c1VLOJWRFV+/1a0SqxPtq3sqQilE4Ec61tjx7VKI/n aNHw6sKkA11Y2aVK81SYJnprk7u+67lYVuo0UhGIQ4QJsad2hzyv2+502xvFEVwo ep5y/K/4zRpl5jdPWq0mdwiXaZVLgbJDCkQ/o8rQGkvFI7g4kj9tNH4w9JF2MejF b6tCVa9WkpFWzHKoY65wqpwmba81rrxN3UU9+WhSBuen461Nz8NpXdlgP05y9q3g OtR5KlvvJX8uF2MtTMAcHP8fTTCkUzdQZtVGfMLdh6owhp9ORagCPjlEgrMbkRis N0M1tjGxooi3L7adsFlxnZV+nJkFkiSU3LBtVjATJSKbgVwd5DGtRnN+Z3fUH1IM tTX3m7J0ZHK57TCi+eaNZd2F5qW9PNgghxmD3n2LJE8mXjUrQB2yGHryHMP1gyba I97D8zM8ckliNnedlffuFKnUb9ZvYRiN9m6nw8HWrRwbD4NE3coB4MkshfGD6fiK 7e8Mkpku66HoY7fxc5E2I8uWNkup48SO0soudv9C6+ja6x3Gakc6PuBkOzlVQZbH EjzcsMqOGYmp8rvknW+2xmudNa8gll1158n+xZxH7IsRvnM03Kce9SMg0AIRe25n SXyhUMa0a5QFeC3XWxJOikoNLIVYZn1JKjoN9c+BuOxofUsjpwAmbQxjS8GHbzlg 8ph7LCdwiZAvyYUb6HSJr4A6xBXXWeS2APObUspN9VtRKV93ERrADYNuWbkObirO CgZGcgFPLxFCnYodLuARxDlOHCkOtx+KFHPrZjTrFxIcVTvXip6OgewzDitDe6aQ QidLZEnVpRRwT60Qy63YixHFuZ3VrbbjVF3XrTnOHvwKlwjWzquu4+s8DGzhWmS8 HJK2VFcn6lwGq2W+7+z2j4/Q/7vl8kBiar8YvYc6wBwHOridipDLau3/4OEElg9b He9DzDI6FMlAThngm7Raoy4DsOsyRIe9V3tPXh0c93ZG+8dHeMFFEmxMJoHnvYd/ 5+mzKwKWf3NjEmy+m18k1JuJeIoU+ZR2kiRc8LHgHN7DLMCiGCowxrEAhWQ8BRx5 p8xzvmUyT4C7a8h3CUaqIgggncr0XSIIDTfzCHuVd9SbPMDEUyOiiDX3BqMeELGe TGAPe+uVnxtSL4GkZcmBaHjtYrmGa7q8IgfsYNcChJvHWCoxASqmXacJ/3aAwhNe rN1gP57XCfD8lC0FqGKHP3BfdVQ5dmNtszstasneoWyeV3gCK7xn/BSLSHLT4RsP YozdVIFSIY2yFXQ2Q8ciX7AIbnJ1/jnTwKUBniwuzhPEkjuRW9zh1WqEy+UYfH6Y SwbhxDpYc1GEOR8hTeQZzRTsc4otMCvsXR6O6Dm7KzL21kl1HUYAGYoIGgLNpDOj GY/OcEtKZ1anKuB2adwj6qINjBey7jhPpZnKcEG917n/euFEuCFjBNO0eO369vXj i/vCLOd/BLiYXgIKKgx7+7cFPcUDDE9xvw8RnuUVoMD2wii+cX756KNv3+F/Zpb/ 6ty7+/rfd37Tv/vd3539/et/PfnvXz/+4s/6s60vj97c+e2vfv/6zSfp9/4z/8PH j//x/Gef/PNvJ/3/AQ== =OApJ -----END PGP SIGNATURE----- --uAKRQypu60I7Lcqm-- From owner-freebsd-x11@FreeBSD.ORG Sat Dec 23 01:18:19 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A244916A417 for ; Sat, 23 Dec 2006 01:18:19 +0000 (UTC) (envelope-from gergely.czuczy@harmless.hu) Received: from marvin.harmless.hu (marvin.harmless.hu [195.56.55.204]) by mx1.freebsd.org (Postfix) with ESMTP id 5BD1013C458 for ; Sat, 23 Dec 2006 01:18:19 +0000 (UTC) (envelope-from gergely.czuczy@harmless.hu) Received: from localhost (marvin-mail [192.168.0.2]) by marvin.harmless.hu (Postfix) with ESMTP id 511E57BFCF9 for ; Sat, 23 Dec 2006 01:53:05 +0100 (CET) X-Virus-Scanned: by amavisd-new-2.4.2 (20060627) (Debian) at harmless.hu Received: from marvin.harmless.hu ([192.168.0.2]) by localhost (marvin.harmless.hu [192.168.0.2]) (amavisd-new, port 10024) with ESMTP id iI3iIgZ9GkdD for ; Sat, 23 Dec 2006 01:53:05 +0100 (CET) Received: from marvin.harmless.hu (localhost [127.0.0.1]) by marvin.harmless.hu (Postfix) with ESMTP id 052C77BFCF5 for ; Sat, 23 Dec 2006 01:53:04 +0100 (CET) Date: Sat, 23 Dec 2006 01:53:04 +0100 From: Gergely CZUCZY To: freebsd-x11@freebsd.org Message-ID: <20061223005304.GA11217@harmless.hu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=x-unknown; protocol="application/pgp-signature"; boundary="DocE+STaALJfprDB" Content-Disposition: inline User-Agent: mutt-ng/devel-r804 (FreeBSD) Subject: xorg7 and fixed font issue 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, 23 Dec 2006 01:18:19 -0000 --DocE+STaALJfprDB Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable hello today i have installed xorg7 from http://wikitest.freebsd.org/ModularxOrg the building process was clear, however when i'm trying to run X i got the following error message: could not open default font 'fixed' i have installed-deinstalled-installed-reinstalled-etc the xorg-fonts-miscbitmaps port, removed all of its deps, reinstalled the whole thing, as i saw this to be the solution in a previous very similar issue. but fortunetly this didn't helped, i still got the same error mesage. the whole log can be found here: http://phoemix.harmless.hu/Xorg.0.log what have done wrong? how can i fix this? Bye, Gergely Czuczy mailto: gergely.czuczy@harmless.hu --=20 Weenies test. Geniuses solve problems that arise. --DocE+STaALJfprDB Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) owFdk79rFEEUx09DLEZS5D943RW53fsRYuJJiBhDiiA2ASNWcztvdwdnZ9b5cXt3 IKkUwRQiooVCQBQsFCwEW8FO0ML/Q7ASsfLtnfmB3cy8N9/3fZ8382hhrnF28dv7 D7eWDh4/P/NubjJYKoL3OosKbodSR91Opxt1u73uarQcXVhOe2u9RKxcTJc7YkVs Hdz9uWm0R+2j3XGJffA48u1ScakvQZJz69CvB59Ga+wo76p0pXHSS6P7ILWSGo9j u5Zrl6KNtnRihNRZH+4E41FEpZXa84FCxnJUyjDmjeBjkJDzIZKO81wpFDAyNluF 1JqC5d6X/Xa7krelR+fj1CIOnIgpo33NiKC4HV23GUnlCIMgVV0RSmsSdA4q7iBR yG0LclPhEC1UOWqQzYJ5O65TvQEbNOyRi8x4qGVSQ+aqOojWGgsFSfEM+4wlJigB mvJMSTICUx6UpwvaQzOVIxRNxv5vJxJ4sj5Z2VOn6JNpA3XjUa3mokK6ZCB9wUsH pbG+BRYLMyQ6dAVMCtI7JrB0deAEXa1S5UYhraiDFhABCY5X9d7V3Q5wWsoZFer5 kU/gBAyH0gQHhGgMThaSwIJ0LmBMWD1LyULQ6NV4JiSk0E0PNMcSRasu4SX5OkLo eIHsmB7Bi2cTmllTJoOEa7JC6IIWJGMJ779Zl7nBQo5ienmFIvRxHtp7BCbuxHSR sSrnfoZYGE2S1uhso57vVFMCzWHqcYOxK2NsMbaNNkMyvjkJyWTMCi6VN33IZsdx Mj2+fKocY1G03uuwG4haIlGrXx5s0yY42hI6Kk5vjJ5yQdHaD7fSUZMPNubmG/WP OvqOi2df7DYOxcfPT3+9eXV+tPDJ/fh6/8nod/yncTj4fu9m68va2/2dycP9+Wcv +zvnXv8F =P0qz -----END PGP SIGNATURE----- --DocE+STaALJfprDB-- From owner-freebsd-x11@FreeBSD.ORG Sat Dec 23 02:06:50 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C82C616A415 for ; Sat, 23 Dec 2006 02:06:50 +0000 (UTC) (envelope-from gergely.czuczy@harmless.hu) Received: from marvin.harmless.hu (marvin.harmless.hu [195.56.55.204]) by mx1.freebsd.org (Postfix) with ESMTP id 724DA13C441 for ; Sat, 23 Dec 2006 02:06:50 +0000 (UTC) (envelope-from gergely.czuczy@harmless.hu) Received: from localhost (marvin-mail [192.168.0.2]) by marvin.harmless.hu (Postfix) with ESMTP id 55DB57BFD4D for ; Sat, 23 Dec 2006 03:06:49 +0100 (CET) X-Virus-Scanned: by amavisd-new-2.4.2 (20060627) (Debian) at harmless.hu Received: from marvin.harmless.hu ([192.168.0.2]) by localhost (marvin.harmless.hu [192.168.0.2]) (amavisd-new, port 10024) with ESMTP id fFOgtuYaB+aG for ; Sat, 23 Dec 2006 03:06:49 +0100 (CET) Received: from marvin.harmless.hu (localhost [127.0.0.1]) by marvin.harmless.hu (Postfix) with ESMTP id B0A7B7BFD18 for ; Sat, 23 Dec 2006 03:06:48 +0100 (CET) Date: Sat, 23 Dec 2006 03:06:48 +0100 From: Gergely CZUCZY To: freebsd-x11@freebsd.org Message-ID: <20061223020648.GA12653@harmless.hu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=x-unknown; protocol="application/pgp-signature"; boundary="CE+1k2dSO48ffgeK" Content-Disposition: inline User-Agent: mutt-ng/devel-r804 (FreeBSD) Subject: xorg7 and startup 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, 23 Dec 2006 02:06:50 -0000 --CE+1k2dSO48ffgeK Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable hello, after creating a fonts.alias i was able to, well, initiate the startup of X. however, as i figured out. if i start it with "startx", it can be started, sometimes. if i put any "&"s into my .xinitrc (to background processes, as xinit(1) suggests), then it crashes. if i don't, i starts up. if i put any backgroundings into my fluxbox's startup file, it also crashes. doesn't matter how do i start it with xdm, it always crashes after the authentication's been successfull. the interesting point is, it does not even touch my ~/.xsession file (atime remains). when i say "crashes" thats the most exact description i can give, because absolutely no logs are generated. Xorg.0.log shows a standard shutdown, no errors, no nothing. just the very same with xdm, if i tell xdm to log into /var/log/xdm.log it does not do it, the log file won't even be created. hwoever, i had found an xdm.core instead of the log file, it can be accessed at this link: http://phoemix.harmless.hu/xdm.core.bz2 where should i start looking at what's wrong with this? or am i doing something that wrong? i thought trying xorg7 will be a bit simpler, but now i really understand why haven't it hit the ports collection ... looking forward for answers, Bye, Gergely Czuczy mailto: gergely.czuczy@harmless.hu --=20 Weenies test. Geniuses solve problems that arise. --CE+1k2dSO48ffgeK Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) owFlVE2LHEUYXhNysMBDxKvwMofsrunumd1FN04IGzaG/IGgAQ9S3V3dXW51Vac+ tmcWEfQgggFFwYM55BcIHkQvXtSj6D/QH5BTDt68+FTNzmZEFoatrvfjeZ/neeuL ly5vXbr6x3ffv3v90ZePX/j2ytPyeh+8123ec3sqdb43m+3le/tvvH6Q4+9gxt88 PGj2ON+vZof87qPPb9wx2gvt8/vLQczJi4WfDopLfZOqjlsn/K3gm/wGW8e9Jd1g nPTS6DlJraQWF3f3LdeuETa/qytTS93O6WEwXtT5YKX2vFSCsU4oZTLGeOOFpcoK 7hFJnBpUcQVXkjuSNOI3JpA3GY3IyZjUaMs9PnWCnOfWh4FMQw8KVDWjOBU2o5Tc yDZYUZMJvmCywZcUTtLTKH1Hk3RcTLL4peKayvOCos7ImV542Qt3njoET1wvaXJt gtraG+qXVCwiGlvRDs4lr05aa4KuabCmEs4JlzEgSUE7e7vkQtsK591uFsHr1NZy 1100qY3e9tkaqKMwFPSf7htNQNcKCAOQRoVFaRbb7oKRRiqRBuPKmedtWG2EQxPq uY/MgzF0/R81i7o/Tx750q3Tz9WKxPMQJ/Cy4tED6FsKDORCFeduglJFCgM+YTEy wLLB4ETSpcIRBmnjCXppqBuqLhL64bRYgDaHmmkC2uFRBLKihxvdLgYYE3PkOLQ4 xzVBLw66YsfeOBRd8Ao9hKusHCJAJEBg1spTkFKKigeHGUpnVPBCLYGElAGf3Apq hRYWBqsLemBsW8wKXDEHpnAfedI1tzW5LvjajDqLycJaY136F0N1GLeg94PzLEKC I5fAizE2uI2qorWKR8wf269sNT3ldorTFBep8yZbUSqf3JMSEkVjNM2KRxg4rRKw s240q12Q1PEaexWNCZPHspWxURvnBW6wO5v1MvZ8G3iSEyvEPWKkIyz6yZx13g/z 6XTojOjlosAL0SvEFV2YrqsX5dl+0gqNQF1Q9YXHlDEnadfhNcgG74zW4JzIiV2O mLHE+7QPMTCtYuQ0ybyKPor0oW7bAZldxssFxDpkowSnETqVmMPJflCRhBILpOF1 CStxBcXBhrBJTKBYso6Dv+20AJ30iZDBxBWsjFKiSh4qCthvjb4xdow2aCJW7UYU w3N2vAR/7J6wbXTVnbNQnS0ZrKu8mcNY6XNRpc+3N2hjLM9v7c/YO1giCak9Vqag ezjAp9hpo05FfFTwEvZuxQK30omCfXp0+cpWfMHXz//VS5+9uvXk7Y9u/n77x1+O 35v98PSTv37Ojp+99tPWE/PNKy9+dXzt2dcvf9zmv/759z+/ffD4Xw== =yyui -----END PGP SIGNATURE----- --CE+1k2dSO48ffgeK-- From owner-freebsd-x11@FreeBSD.ORG Sat Dec 23 02:44:07 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7473516A407 for ; Sat, 23 Dec 2006 02:44:07 +0000 (UTC) (envelope-from scottro@nyc.rr.com) Received: from ms-smtp-02.rdc-nyc.rr.com (ms-smtp-02.rdc-nyc.rr.com [24.29.109.6]) by mx1.freebsd.org (Postfix) with ESMTP id 3DFBB13C455 for ; Sat, 23 Dec 2006 02:44:07 +0000 (UTC) (envelope-from scottro@nyc.rr.com) Received: from localhost (cpe-74-73-145-181.nyc.res.rr.com [74.73.145.181]) by ms-smtp-02.rdc-nyc.rr.com (8.13.6/8.13.6) with ESMTP id kBN2i5c4023061 for ; Fri, 22 Dec 2006 21:44:05 -0500 (EST) Date: Fri, 22 Dec 2006 21:44:05 -0500 From: Scott Robbins To: freebsd-x11@freebsd.org Message-ID: <20061223024405.GA5921@mail.scottro.net> Mail-Followup-To: freebsd-x11@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: mutt-ng/devel-r804 (FreeBSD) X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: some notes on a clean install 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, 23 Dec 2006 02:44:07 -0000 Today I grabbed an unused laptop at work, threw CURRENT on it and did a clean install of xorg-7.x Once again, I ran into that xkb problem. This time, I wasn't able to fix it the way I had--when the xorg-server upgrade hadn't worked, I could just do it again with a -w to not clean, do a mv of xkb and fore deinstall and reinstall xkeyboard-config. Being lazy I tried that again, but it didn't work this time. Fortunately, SirDice had given a more intelligent description of the problem, so creating a /var/lib/xkb directory solved it. I had installed just the basic fonts and got the same error mentioned today, no default font fixed. I don't remember that one happening before, but again due to the earlier post today, I fixed it (heh, ~fixed~ it, get it?) by installing font-alias. My other problem was simply that Gateway doesn't document the specs on their laptops very well, or if they do, it's not easy to find. Even giving the serial number on their support site didn't enable me to find the refresh rates. Very aggravating, but it's a Windows world and life is tough. I tried a few live CDs before I got one that was able to give me proper specs--it was the elive Linux CD. So it seems that there is a problem with the xkeyboard-config port and also there might be a necessity to install font-alias. (After I got the unable to find default font fixed error, I gave up and install the xorg-fonts metaport, but it didn't solve the problem.) My thanks to others on this list--the developers of course, for all their work, and also those others who post their problems (and solutions). I was able to get by, driver wise, with just the mouse, keyboard and i810 video drivers. I also just put in, as far as xorg-apps, twm, xterm xauth and xinit. -- Scott Robbins PGP keyID EB3467D6 ( 1B48 077D 66F6 9DB0 FDC2 A409 FA54 EB34 67D6 ) gpg --keyserver pgp.mit.edu --recv-keys EB3467D6 Xander: Are you ready to get down, you funky party weasel? From owner-freebsd-x11@FreeBSD.ORG Sat Dec 23 11:33:57 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8B7C716A403 for ; Sat, 23 Dec 2006 11:33:57 +0000 (UTC) (envelope-from almarrie@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by mx1.freebsd.org (Postfix) with ESMTP id 26B8313C459 for ; Sat, 23 Dec 2006 11:33:56 +0000 (UTC) (envelope-from almarrie@gmail.com) Received: by ug-out-1314.google.com with SMTP id a2so2853880ugf for ; Sat, 23 Dec 2006 03:33:56 -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:content-transfer-encoding:content-disposition; b=huaLfxhxqaWV2VgqxxkTaIJ8huwqS0CPJAzmXw+BEtl/a5RsfVxPBYAKr3BktmPjiVFj5Q4YS8XyDxhanTCNgkRH0T4Gaya5emxI98fb7TqoXK9Vt2Q88uTegYWxHOdkn/1Zbg0tULZDWgwOAUsYhN1Hs9TY1BQ2/a/1lp21V04= Received: by 10.67.19.17 with SMTP id w17mr15124704ugi.1166872088989; Sat, 23 Dec 2006 03:08:08 -0800 (PST) Received: by 10.67.27.15 with HTTP; Sat, 23 Dec 2006 03:08:08 -0800 (PST) Message-ID: <499c70c0612230308l59b088ecga089e7fbe386692b@mail.gmail.com> Date: Sat, 23 Dec 2006 14:08:08 +0300 From: "Abdullah Al-Marrie" To: freebsd-x11@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Radeon XPRESS 1100 shared memorey 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, 23 Dec 2006 11:33:57 -0000 Hello, Radeon XPRESS 1100 has dedicated 128 MB of RAM, and support share RAM for another 128 MB. So can I make the video ram in xorg.conf as 256 MB? How does Xorg deals with video card that supports shared ram? -- Regards, -Abdullah Ibn Hamad Al-Marri Arab Portal http://www.WeArab.Net/