From owner-freebsd-x11@FreeBSD.ORG Sat Jun 30 01:00:23 2007 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 A573616A400 for ; Sat, 30 Jun 2007 01:00:23 +0000 (UTC) (envelope-from novembre@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.178]) by mx1.freebsd.org (Postfix) with ESMTP id 629A413C43E for ; Sat, 30 Jun 2007 01:00:23 +0000 (UTC) (envelope-from novembre@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so1575223pyb for ; Fri, 29 Jun 2007 18:00:21 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=t/Dv/fIGxzYZ+pd/A9pnJQOV8qR9t8WDBIjAHlT4kD9akQFi1cuIfYBNIPU1LnwC4vm7GaBJpI+92RHYJ23Ir6VLdfvcHBs4ITNWPk6Kh1wXZ/bXjVIm6g4H0qxBvdaNbFpU2+jv3Y+WHyMRuKdrUmak0iXUBuLDa8K6yiSvCnQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=ASKjTeQpar5HNp/na5wk/OHxJK4rkJntrwII1lKzSEOcYs0pMdDHmdJj5md/DEsu3+DnzfiokNp1v03DcLO35X3MX1XVUvWEIoWOgXYJbMNTBGAj0hswvA0dOArfnCreGf06tcH4R6iFyjBIpNMEXJg1owhOrpUgmxQIeTD95bM= Received: by 10.64.184.16 with SMTP id h16mr6267916qbf.1183165221438; Fri, 29 Jun 2007 18:00:21 -0700 (PDT) Received: by 10.64.210.8 with HTTP; Fri, 29 Jun 2007 18:00:21 -0700 (PDT) Message-ID: <3b47caa90706291800k1ed79c25g1e331ac81d3cd983@mail.gmail.com> Date: Fri, 29 Jun 2007 20:00:21 -0500 From: Novembre To: freebsd-x11@freebsd.org In-Reply-To: <4685044A.8020203@virgilio.it> MIME-Version: 1.0 References: <3b47caa90706281854h49b5125er655c62c46f3cef1@mail.gmail.com> <4685044A.8020203@virgilio.it> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Indirect Rendering on Xorg 7.2 and other problems 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, 30 Jun 2007 01:00:23 -0000 I installed my 6.2-RELEASE without X.org and later did a clean install of X.org 7.2 from the ports (i.e. I did not upgrade from 6.9->7.2), and I already have the symlink ( X11R6 -> /usr/local ) in /usr. I'm not quite sure if what you said still applies to me though... Thanks for the reply, btw :) On 6/29/07, Sereno Ternullo wrote: > > Novembre ha scritto: > > > > I also have the problem of the ALT key not working when using > > XkbLayout option in xorg.conf. I'm using Xfce 4.4.1_1 on top of X.org > > 7.2 on top of FreeBSD 6.2-RELEASE, and when i set > > > > Option "XkbLayout" "us,ir" > > Option "XkbOptions" "grp:alt_shift_toggle" > > > > single ALT keys do not work, and I mean not just in changing the > > layout, but anywhere! For example, ALT-TAB which should change the > > current window does not work anymore. I have found out that in this > > case, i.e. using XkbLayout, if I press both ALTs at the same time, > > it'll do work! So, LEFTALT-RIGHTALT-TAB changes the current window, > > and LEFTALT-RIGHTALT-SHIFT changes the layout. I have no idea why, and > > I see no reason why, since I told X that the layout needs to be > > changed when I press only ONE of the ALT keys and the SHIFT key. It's > > very troublesome, and I don't want to hold down both ALTs instead of > > just one of them. > > > > > > Thanks > > > Hi Novembre, > on my computer the problem of the ALT keys was caused by the new layout > of the lib and etc files of Xorg. I had used mergebase, but it had > failed for unknown reasons. > > I solved that problem this way: > > ( more details on /usr/ports/UPDATING ) > > # cd /usr/X11R6/ > # cp -R * /usr/local/ > # cd .. > # mv X11R6{,.old} > # ln -s /usr/local/ ./X11R6 > > and then restart your X server. > > Good luck ! > > Sereno > > > >