Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 May 2010 16:00:16 GMT
From:      Joey Mingrone <joey@mingrone.org>
To:        freebsd-x11@FreeBSD.org
Subject:   Re: ports/146473: keysym names are unavailable to x11/xmodmap after upgrading from xorg-7.4 to xorg-7.5
Message-ID:  <201005121600.o4CG0GE4094019@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/146473; it has been noted by GNATS.

From: Joey Mingrone <joey@mingrone.org>
To: bug-followup@FreeBSD.org, joey@mingrone.org
Cc:  
Subject: Re: ports/146473: keysym names are unavailable to x11/xmodmap after 
	upgrading from xorg-7.4 to xorg-7.5
Date: Wed, 12 May 2010 12:57:17 -0300

 The original description I gave was inaccurate.
 
 My .Xmodmap was still running when X was starting up and
 *subsequently* running xmodmap was causing the errors I posted.
 
 It was the following lines, which were OK under Xorg-7.4, that were
 causing the problems:
 
 keycode 117 = Mode_switch
 clear Mod3
 add Mod3 = Mode_switch
 
 % xmodmap .Xmodmap
 X Error of failed request:  BadValue (integer parameter out of range
 for operation)
   Major opcode of failed request:  118 (X_SetModifierMapping)
   Value in failed request:  0x17
   Serial number of failed request:  14
   Current serial number in output stream:  14
 
 After removing the above three lines, everything else was working.
 
 Sorry for the confusion.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005121600.o4CG0GE4094019>