From owner-freebsd-x11@FreeBSD.ORG Fri Jun 29 01:54:14 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 46A7916A511 for ; Fri, 29 Jun 2007 01:54:14 +0000 (UTC) (envelope-from novembre@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.233]) by mx1.freebsd.org (Postfix) with ESMTP id 087C313C48C for ; Fri, 29 Jun 2007 01:54:13 +0000 (UTC) (envelope-from novembre@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so237942nzf for ; Thu, 28 Jun 2007 18:54:13 -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:cc:mime-version:content-type; b=LDLNwNRN/HAwk11zRh8EuqGZ+A9kbGvyeA8gakAXLt5EPLYSBWxeR2PBhVPj+9VHF25edIaPY4XV+eLPI9bPa4ZZARmP3/4EPvGx8QZTi8nWbuuuNJuGSrqgEoCHnNRdkwur7GA53mTQC2WHAhULwkc6eOIEwil8j4ofhUbq44s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:mime-version:content-type; b=aXNvkrcGPw0HamDRRH87nQeRYTPYq6QaOVPk4PUYwN/qjXSW80p6P0cJneDOtNo9v5kEAmtMfIhB7evKNRQmG6/X9JOkBNbn8kZMz+puT/mzVSMOWv6tc9YNGJOaclIQErupg0AJGsdWVsidXkR04xQhPQjzecadknzQ0iERh/U= Received: by 10.65.163.8 with SMTP id q8mr4224941qbo.1183082053389; Thu, 28 Jun 2007 18:54:13 -0700 (PDT) Received: by 10.64.210.8 with HTTP; Thu, 28 Jun 2007 18:54:13 -0700 (PDT) Message-ID: <3b47caa90706281854h49b5125er655c62c46f3cef1@mail.gmail.com> Date: Thu, 28 Jun 2007 20:54:13 -0500 From: Novembre 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 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: 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: Fri, 29 Jun 2007 01:54:14 -0000 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