Re: atom boards with i915 video

2012-01-16 Thread James Cloos
are renderer may have what you need, even if the i915 hardware driver does not. Given your usage description, it would seem that the possibly lower rendering speed would not be an issue. :; env LIBGL_ALWAYS_SOFTWARE=1 glxinfo will show what your version of mesa supports in software mode. -Jim

Re: Recent linux kernel bug causing problem for xkbcomp

2012-01-24 Thread James Cloos
#x27;t have time to track it down to a specific change. I made that dir g+w and chgrp(1)ed it to video (seemed close enough), to which each X11-using user already belonged. The server started working again. Chmod 1777 might also be a resonable choice.

Re: Xft - problem with XftFontOpenName and XftFontOpen functions.

2012-02-19 Thread James Cloos
ttings to that fonts.conf to determine what Xft can override and what it cannot. -JimC -- James Cloos OpenPGP: 1024D/ED7DAEA6 ___ xorg@lists.x.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.x.org/mailman/listinfo/xorg Your subscription address: arch...@mail-archive.com

Re: Special keys on Dell XPS L502X

2012-03-13 Thread James Cloos
ice. http://cgit.freedesktop.org/evtest/ http://bitmath.org/code/evemu/ -JimC -- James Cloos OpenPGP: 1024D/ED7DAEA6 ___ xorg@lists.x.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.x.org/mailman/listinfo/xorg Your su

Re: What to do with unrecognized keys on laptop

2012-05-02 Thread James Cloos
pplication calls. As for the led, evtest shows only a single led: Event type 17 (LED) Event code 7 (Mute) and I expect that covers the speaker mute led rather than the microphone mute led. xset led 7 and xset -led 7 ought to turn that led on and off, but that doesn't seem to wo

Re: share mouse and keyboard between multiple computers with X11 on your desk

2012-11-29 Thread James Cloos
r a more distributed collection of remote clients, or if you require encrytion over the lan, you can either tunnel X over ssh (cf the -X and the -Y options to ssh) or use ipsec to secure at the network layer. -JimC -- James Cloos OpenPGP: 1024D/ED7DAEA6 __

Re: xkbmap with combining diacritics

2013-02-18 Thread James Cloos
r it is reasonable policy, especially as compared to an xim is a question I'll leave for others. In the xim case, ibus (as suggested in the other reply) and scim are good choices. -JimC -- James Cloos OpenPGP: 1024D/ED7DAEA6 ___ x

Re: XF86WLAN and rfkill

2013-04-03 Thread James Cloos
set Headphone 1- | key "XF86AudioMute" amixer -c 2 sset Headphone toggle | key "XF86XK_AudioMicMute" amixer -c 2 sset Mic toggle ` A solution outside X would listen on all of the /dev/input/event* devices for KEY_RFKILL events and interact with /dev/rfkill just like th

Re: X circa 1992

2013-05-05 Thread James Cloos
will take some effort -- and perhaps should be done by way of switching to a more-recent toolkil -- but may pay off in the future. -JimC -- James Cloos OpenPGP: 1024D/ED7DAEA6 ___ xorg@lists.x.org: X.Org support Archives: http://lists.fre

Re: Scan Codes for a Custom Keyboard

2013-05-09 Thread James Cloos
.@vger.kernel.org would be a good place to ask about that. 1] You can get a tar of evtest from: http://cgit.freedesktop.org/evtest/snapshot/evtest-evtest-1.30.tar.gz or clone the repo with either of: git clone git://git.freedesktop.org/git/evtest.git git clone http://git.freedes

Re: Blurry Display (Panasonic TC-L42E60)

2013-07-09 Thread James Cloos
ed closer to what one would expect for a 32" than a 42"; the above (70dpi) agrees. -JimC -- James Cloos OpenPGP: 1024D/ED7DAEA6 ___ xorg@lists.x.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lis

Re: Blurry Display (Panasonic TC-L42E60)

2013-07-09 Thread James Cloos
Here is why it is blurry (from http://sprunge.us/LNAT): [233725.353] (II) intel(0): Output LVDS1 using initial mode 1366x768 [233725.353] (II) intel(0): Output HDMI2 using initial mode 1366x768 It is using the 1366x768 mode on the tv. -JimC -- James Cloos OpenPGP: 1024D/ED7DAEA6

Re: Blurry Display (Panasonic TC-L42E60)

2013-07-09 Thread James Cloos
logs. It did report 1920×1080 after references to the edid of the other display (which I took to be the old 42). Is http://i2.minus.com/iQUKGjZbRMiNz.png indeed the new 42? -JimC -- James Cloos OpenPGP: 1024D/ED7DAEA6 ___ xorg@list

Re: Blurry Display (Panasonic TC-L42E60)

2013-07-10 Thread James Cloos
lay. Plain grayscale anti-aliasing is fine; sub-pixel is NOT. -JimC -- James Cloos OpenPGP: 1024D/ED7DAEA6 ___ xorg@lists.x.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.x.org/mailman/listi

Re: Problems exporting windows

2013-11-18 Thread James Cloos
___ xorg@lists.x.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.x.org/mailman/listinfo/xorg Your subscription address: %(user_address)s

Re: Help with making keyboard for French (Togo) including symbols from local languages

2015-07-24 Thread James Cloos
e a combining accent. I'm not sure if XCompose can KM> translate dead_accent some_letter to combining_accent some_letter, The target of a compose sequence is a string, not just a character, so a base char plus a combining accent is perfectly OK. Just be sure that the compose file, for a

Re: Why does X11 generate an extra SHIFT when I press Shift+KP_1 ?

2020-02-17 Thread James Cloos
ingle keyboard? workstation or laptop? or something like a laptop w/ an external numeric keyboard? i've seen some numeric keyboards do funky things compared to ordinary keyboards. -JimC -- James Cloos OpenPGP: 0x997A9F17ED7DAEA6 __