Re: Backing Store not working in 8 Bit color depth with vesa driver

2011-09-20 Thread James Cloos
MD == Michel Dänzer mic...@daenzer.net writes: JC It has beena while since this last come up, though. I may be JC misremembering. MD You are. Backing store was rewritten to use the composite layer, MD but that doesn't require a compositing manager. Ah. Good to know. Thanks. -JimC -- James

Re: Emc vs modern lcd monitors

2011-08-16 Thread James Cloos
box into text mode the display shouldn't get in the way. And you can always switch the monitor and keyboard over should there be any problems booting. -JimC -- James Cloos cl...@jhcloos.com OpenPGP: 1024D/ED7DAEA6 ___ xorg@lists.freedesktop.org

Re: dead keys not working at all?

2011-07-26 Thread James Cloos
the best ways to track down that bug. Comparing traces between the working and non-working boxen should help. And try ltrace(1), too. Seeing the library calls might be more informative that just the system calls. -JimC -- James Cloos cl...@jhcloos.com OpenPGP: 1024D/ED7DAEA6

Re: dead keys not working at all?

2011-07-25 Thread James Cloos
match where it looked? Do you have any external Input Method apps running? They would override the one built in to libX11. -JimC -- James Cloos cl...@jhcloos.com OpenPGP: 1024D/ED7DAEA6 ___ xorg@lists.freedesktop.org: X.Org support Archives

Re: Replacing the I-beam cursor system wide.

2011-01-18 Thread James Cloos
explanations of how to do those. You probably want to start by editing your favourite cursor theme to use something other than a I-beam in that spot (I beleive that cursor's name is 'xterm') and re-generate it. You may find that to be sufficient for your needs. -JimC -- James Cloos cl

Re: Custom font format

2011-01-10 Thread James Cloos
. If you need anti-aliased glyphs and/or full unicode/10646 then you will need to add support for your font format to freetype and fontconfig. But given that you write that you use xlib directly, I expect the first option will be a closer fit. -JimC -- James Cloos cl...@jhcloos.com OpenPGP

Re: Respository vandalism by r...@...fd.o

2010-11-23 Thread James Cloos
up in a presumed-spam queue. -JimC -- James Cloos cl...@jhcloos.com OpenPGP: 1024D/ED7DAEA6 ___ xorg@lists.freedesktop.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.freedesktop.org/mailman/listinfo/xorg

Re: Capturing X Traffic using ethreal

2010-07-14 Thread James Cloos
PH == Peter Harris phar...@opentext.com writes: PH Also, make sure you're running wireshark as root (so it has PH permission to sniff traffic). Modern version of wireshark use a setuid helper to do the sniffing; they now recommend against running the gui or tui apps as root. -JimC -- James

[ANNOUNCE] xeyes 1.1.0

2009-12-18 Thread James Cloos
ChangeLog and INSTALL on MAINTAINERCLEANFILES James Cloos (7): Rename .cvsignore to .gitignore Add *~ to .gitignore to skip patch/emacs droppings Replace static ChangeLog with dist-hook to generate from git log Migrate to xorg macros 1.3 XORG_DEFAULT_OPTIONS Bump version

[ANNOUNCE] xeyes 1.1.0

2009-12-18 Thread James Cloos
ChangeLog and INSTALL on MAINTAINERCLEANFILES James Cloos (7): Rename .cvsignore to .gitignore Add *~ to .gitignore to skip patch/emacs droppings Replace static ChangeLog with dist-hook to generate from git log Migrate to xorg macros 1.3 XORG_DEFAULT_OPTIONS Bump version

Re: xset error trying to set font path

2009-11-21 Thread James Cloos
support, you will have to recompile. -JimC -- James Cloos cl...@jhcloos.com OpenPGP: 1024D/ED7DAEA6 ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: local junk and .gitignore

2009-11-01 Thread James Cloos
an example of a file we would legitimately want in one or more of the repos which has a filename ending in a tilde. And finally, I'm not sure the ~/.gitconfig support for excludesfile even existed at the time of those commits. -JimC -- James Cloos cl...@jhcloos.com OpenPGP: 1024D/ED7DAEA6

Re: pixman and perl

2009-10-22 Thread James Cloos
it in Perl. You will need pixman to compile/run the Xorg server and cairo. -JimC -- James Cloos cl...@jhcloos.com OpenPGP: 1024D/ED7DAEA6 ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: Dual-purposing modifier keys in xkb?

2009-10-19 Thread James Cloos
-option filename:weird_cntrl in the setxkbmap command line, if you name it as I did above. You might need to also specify a type= line in the key{} section to make it work. But please note that the above is *untested*. -JimC -- James Cloos cl...@jhcloos.com OpenPGP: 1024D/ED7DAEA6

[ANNOUNCE] xeyes 1.0.991

2009-10-06 Thread James Cloos
): Add xrender support Fix excessive redraw bug Cleanup and simplify calculation and drawing New -distance mapping option James Cloos (6): Rename .cvsignore to .gitignore Add *~ to .gitignore to skip patch/emacs droppings Replace static ChangeLog with dist

Re: implementation of new unicode character latin capital sharp s = upper-case eszett = 0x1e9e

2009-04-17 Thread James Cloos
and Unicode, uc(ß) != ẞ; it is still the case that uc(ß) == SS. As such, support for U+1E9E may arrive a bit slower than for some other additions to the UCS. -JimC -- James Cloos cl...@jhcloos.com OpenPGP: 1024D/ED7DAEA6 ___ xorg mailing list xorg

Re: Redirect USB keyboard to something

2009-03-16 Thread James Cloos
platforms, especially when X's keyboard driver is used for keyboard input. -JimC -- James Cloos cl...@jhcloos.com OpenPGP: 1024D/ED7DAEA6 ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: Confused

2009-03-14 Thread James Cloos
-- James Cloos cl...@jhcloos.com OpenPGP: 1024D/ED7DAEA6 ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: Cross-compiling just enough to get embedded server for firefox

2009-03-14 Thread James Cloos
/util/modular Looking at those lists, though, I do not see libXcursor as a dependency of xulrunner. It probably ought to be. Hope this is of use. -JimC -- James Cloos cl...@jhcloos.com OpenPGP: 1024D/ED7DAEA6 ___ xorg mailing list xorg

[ANNOUNCE] xproto 7.0.15

2009-03-02 Thread James Cloos
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 James Cloos (4): Add dead keysyms for DOUBLE GRAVE and INVERTED BREVE accents Add a dead_belowcomma keysym [keysymdef.h] Add dead_currency symbol. Bump to 7.0.15. Paulo Cesar Pereira de Andrade (1): Janitor: Correct make

Re: libX11-6.2.1 and pkg-config 0.23

2009-02-21 Thread James Cloos
to discover the existance of PKG_CONFIG_DEBUG_SPEW.) -JimC -- James Cloos cl...@jhcloos.com OpenPGP: 1024D/ED7DAEA6 ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: [ANNOUNCE] xf86-input-synaptics 1.0.0

2009-02-06 Thread James Cloos
' to get all of the tags into one's local clone. -JimC -- James Cloos cl...@jhcloos.com OpenPGP: 1024D/ED7DAEA6 ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: bug in xfont xlfd rounding code

2009-01-29 Thread James Cloos
comment on putative vax support. -JimC -- James Cloos cl...@jhcloos.com OpenPGP: 1024D/ED7DAEA6 ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: libXrender - documentation?

2009-01-27 Thread James Cloos
new apps. -JimC -- James Cloos cl...@jhcloos.com OpenPGP: 1024D/ED7DAEA6 ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: xhost question

2009-01-26 Thread James Cloos
the ~/.Xauthority file available on those other hosts, perhaps by a common NFS mount. -JimC -- James Cloos cl...@jhcloos.com OpenPGP: 1024D/ED7DAEA6 ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: save-under support

2009-01-24 Thread James Cloos
no window manager running. As soon as a win mgr started, the app's windows would revert to a neutral gray. You might want to check whether that also happens for your apps. Just in case it helps the porting process -JimC -- James Cloos cl...@jhcloos.com OpenPGP: 1024D/ED7DAEA6

Re: (xkb) how to map a key to multiple characters?

2009-01-10 Thread James Cloos
determine what it should be. -JimC -- James Cloos cl...@jhcloos.com OpenPGP: 1024D/ED7DAEA6 ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: [PATCH] Default to use standard fonts and builtin fonts as a fallback

2009-01-06 Thread James Cloos
BuiltinRegisterFpeFunctions(); -#else FontFileRegisterFpeFunctions(); fs_register_fpe_functions(); -#endif } int A more complete patch is warranted, but perhaps just forcing built-ins as the last entry of the fontpath is sufficient? -JimC -- James Cloos cl...@jhcloos.com

Re: Missing libX11 Headers

2008-12-06 Thread James Cloos
v == vehemens [EMAIL PROTECTED] writes: v Need to add big5hkscs.h and gbk.h to the distribution list. Thanks. Pushed as commit c34ce54d9eac2d8052dc5f205a2ab09866ef5d25. -JimC -- James Cloos [EMAIL PROTECTED] OpenPGP: 1024D/ED7DAEA6

Re: Keysyms: HomePage vs WWW

2008-12-01 Thread James Cloos
kbd gets from the kernel Maybe the bsd src for converting from usb to their kbd driver might make it easier to predict what code kbd would see from a given usb hid code? -JimC -- James Cloos [EMAIL PROTECTED] OpenPGP: 1024D/ED7DAEA6

Re: Using XTestFakeDeviceMotionEvent().

2008-12-01 Thread James Cloos
are all from git (master branches), x86 (32bit). -JimC -- James Cloos [EMAIL PROTECTED] OpenPGP: 1024D/ED7DAEA6 ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: [rant] keeping policy in HAL

2008-12-01 Thread James Cloos
-config-hal when configuring will drop the input mess and use the spec from xorg.conf. I use them and --disable-builtin-fonts. (Builtin-fonts breaks a *lot* more than just Emacs.) I don't know the fix for MetaSendsEscape. -JimC -- James Cloos [EMAIL PROTECTED] OpenPGP: 1024D/ED7DAEA6

Re: Keysyms: HomePage vs WWW

2008-11-30 Thread James Cloos
when using evdev is consistant across all keyboards.) Sergey I just want some consistent approach, you know... I agree with that! -JimC -- James Cloos [EMAIL PROTECTED] OpenPGP: 1024D/ED7DAEA6 ___ xorg mailing list xorg@lists.freedesktop.org

Re: DDvorak

2008-11-28 Thread James Cloos
on the xkb_symbols line) and edit it to match the layout shown on that web page. -JimC -- James Cloos [EMAIL PROTECTED] OpenPGP: 1024D/ED7DAEA6 ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: [PATCH] libX11: Provide translation from XK_partialderivative (8ef) to Unicode (U2202).

2008-11-21 Thread James Cloos
Thanks. Pushed to master as commit c859446c500c883a67f7a86cab1a44844e24dade. It will be part of the next release. -JimC -- James Cloos [EMAIL PROTECTED] OpenPGP: 1024D/ED7DAEA6 ___ xorg mailing list xorg@lists.freedesktop.org http

Re: [PATCH] Removal of a needless null statement

2008-11-08 Thread James Cloos
Fernando == Fernando Carrijo [EMAIL PROTECTED] writes: Fernando This patch removes an unnecessary null statement from xserver master. Thanks for the report. I found several others and did a general s/;;$/;/. Pushed in commit b3c7e62664457a3802ebc23785446051624a8c2f. -JimC -- James Cloos

Re: [PATCH] Removal of a needless null statement

2008-11-08 Thread James Cloos
-sisusb xf86-video-ati -JimC -- James Cloos [EMAIL PROTECTED] OpenPGP: 1024D/ED7DAEA6 ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: [PATCH] Removal of a needless null statement

2008-11-08 Thread James Cloos
unsure, but a quick audit of similar usage showed that the doubled semis should be superfluous. -JimC -- James Cloos [EMAIL PROTECTED] OpenPGP: 1024D/ED7DAEA6 ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman

Re: dolt?

2008-11-06 Thread James Cloos
Behdad == Behdad Esfahbod [EMAIL PROTECTED] writes: Behdad I moved cairo to dolt and got a bug report under a week. It Behdad doesn't work with bash 3.0. Damn. I meant to mention that if we did we should include the patch which you added for cairo. -JimC -- James Cloos [EMAIL PROTECTED

Re: Obvious error in libX11?

2008-11-06 Thread James Cloos
when utf8 support was added there. Commit ad6008a0c92733826983eb93f063d3d6276007d8 pushed. -JimC -- James Cloos [EMAIL PROTECTED] OpenPGP: 1024D/ED7DAEA6 ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman

Re: LBX? or faster remote X?

2008-11-04 Thread James Cloos
concerns with negotiation. Further details should be available in the ietf-ssh archives at: ftp://ftp.ietf.org/ietf-mail-archive/secsh/ -JimC -- James Cloos [EMAIL PROTECTED] OpenPGP: 1024D/ED7DAEA6 ___ xorg mailing list xorg

Re: Cannot build libxcb from git

2008-11-01 Thread James Cloos
(1) process. I am running libxcb and libX11 from the overlays now. -JimC -- James Cloos [EMAIL PROTECTED] OpenPGP: 1024D/ED7DAEA6 ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: keysymdef.h has wrong implies symbol?

2008-10-25 Thread James Cloos
are right; that is definitely the correct fix if the comment in xkeysymdef.h (that XK_implies should be U+21D2 RIGHTWARDS DOUBLE ARROW) is correct. -JimC -- James Cloos [EMAIL PROTECTED] OpenPGP: 1024D/ED7DAEA6 ___ xorg mailing list xorg

Re: Current tinderbox regression (libX11)

2008-10-25 Thread James Cloos
/home/cjb/xorg-build/include/X11/keysymdef.h ks_tables_h I got a divide-by-zero error instead of a segv; assuming it is due to the same bug, I just pushed a work-around: commit b1022fa6d7e97640049e93ffa108083fc8d71b05 Author: James Cloos [EMAIL PROTECTED] Date: Sat Oct 25 09:12:45 2008 -0400

Re: Building X

2008-09-23 Thread James Cloos
, it was quickly reversed and redone as the -br and -wr options. (I personally think the default should've been left alone, but can deal with the need to add -retro to my statup script. It is a pain in the arse, though, for Xephyr and the like.) -JimC -- James Cloos [EMAIL PROTECTED

Re: Various patches

2008-09-23 Thread James Cloos
for using libgcrypt for those who prefer that over OpenSSL's libcrypt, but AFAICT only OpenSSL has (an) assembler implementation(s) of sha1 and libgcrypt only seems to have support for VIA's hardware implentation, whereas OpenSSL has support for several hw engines. -JimC -- James Cloos [EMAIL

Re: Various patches

2008-09-23 Thread James Cloos
JimC == James Cloos [EMAIL PROTECTED] writes: JimC (The reverted patch used Brian Gladman's public domain C JimC implementation.) I wrote that from memory after having read thru the patch on the commits list. But I either mis-read or mis-remembered. The reverted patch actually uses Steve

Re: What's wrong with xkbcomp?

2008-09-23 Thread James Cloos
. The ledscroll(group_lock) option goes there. The same for the lednum and ledcaps options. To eliminate that, xkeyboard-config would need to be changed to use symbols to modify what the indicators indicate. -JimC -- James Cloos [EMAIL PROTECTED] OpenPGP: 1024D/ED7DAEA6

[ANNOUNCE] xwd 1.0.2

2008-06-29 Thread James Cloos
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 James Cloos (4): Rename .cvsignore to .gitignore Add *~ to .gitignore to skip patch/emacs droppings Replace static ChangeLog with dist-hook to generate from git log xwd 1.0.2 Jeremy Huddleston (1): Added missing

[ANNOUNCE] xwininfo 1.0.4

2008-06-29 Thread James Cloos
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 James Cloos (1): xwininfo 1.0.4 Kim Woelders (1): Fix window selection by pointer. git tag: xwininfo-1.0.4 http://xorg.freedesktop.org/archive/individual/app/xwininfo-1.0.4.tar.bz2 MD5: e2a9bf5ab7f2a0866700a3b49dd8c6bf xwininfo-1.0.4