[ANNOUNCE] font releases, part 1

2010-11-14 Thread Rémi Cardona
Hi all,

As promised, here's a first batch of font releases, hopefully in time
for the upcoming katamari. For now, I've only tackled adobe-* fonts,
the rest will come later once I get round to it.

The major changes for these fives releases are
 - CVS tags purges by Jesse Adkins
 - font-util macro bump to 1.2 by Gaétan Nadon

Follows a list of all urls, MD5 and SHA1 checksums:

http://xorg.freedesktop.org/archive/individual/font/font-adobe-100dpi-1.0.3.tar.bz2
MD5:  1347c3031b74c9e91dc4dfa53b12f143  font-adobe-100dpi-1.0.3.tar.bz2
SHA1: 53311cbd604f18bd9570727105a4222473d363e3
font-adobe-100dpi-1.0.3.tar.bz2

http://xorg.freedesktop.org/archive/individual/font/font-adobe-100dpi-1.0.3.tar.gz
MD5:  ba61e7953f4f5cec5a8e69c262bbc7f9  font-adobe-100dpi-1.0.3.tar.gz
SHA1: be4841c7cc0c8d0505aaba8d04147098381f9aaf
font-adobe-100dpi-1.0.3.tar.gz

http://xorg.freedesktop.org/archive/individual/font/font-adobe-75dpi-1.0.3.tar.bz2
MD5:  6c9f26c92393c0756f3e8d614713495b  font-adobe-75dpi-1.0.3.tar.bz2
SHA1: 6a2ec569336b5646682a14eee3c7790274beffd1
font-adobe-75dpi-1.0.3.tar.bz2

http://xorg.freedesktop.org/archive/individual/font/font-adobe-75dpi-1.0.3.tar.gz
MD5:  7a414bb661949cec938938fd678cf649  font-adobe-75dpi-1.0.3.tar.gz
SHA1: aa2a8acf4e5a45d579ce5e7c7c69c40f7039de68
font-adobe-75dpi-1.0.3.tar.gz

http://xorg.freedesktop.org/archive/individual/font/font-adobe-utopia-100dpi-1.0.4.tar.bz2
MD5:  66fb6de561648a6dce2755621d6aea17
font-adobe-utopia-100dpi-1.0.4.tar.bz2
SHA1: 9e80cf5bbd5522a5cfad2a9f8f8fce86de0f0226
font-adobe-utopia-100dpi-1.0.4.tar.bz2

http://xorg.freedesktop.org/archive/individual/font/font-adobe-utopia-100dpi-1.0.4.tar.gz
MD5:  128416eccd59b850f77a9b803681da3c
font-adobe-utopia-100dpi-1.0.4.tar.gz
SHA1: fec0c4810069bb47182d300fb73737b218ada56e
font-adobe-utopia-100dpi-1.0.4.tar.gz

http://xorg.freedesktop.org/archive/individual/font/font-adobe-utopia-75dpi-1.0.4.tar.bz2
MD5:  e99276db3e7cef6dccc8a57bc68aeba7
font-adobe-utopia-75dpi-1.0.4.tar.bz2
SHA1: 50e837322a09f1a7c40fb78fc6aad1a157284507
font-adobe-utopia-75dpi-1.0.4.tar.bz2

http://xorg.freedesktop.org/archive/individual/font/font-adobe-utopia-75dpi-1.0.4.tar.gz
MD5:  74c73a5b73c6c3224b299f1fc033e508
font-adobe-utopia-75dpi-1.0.4.tar.gz
SHA1: c8ed4daf49a4db89b0f9df125420b299a93747a6
font-adobe-utopia-75dpi-1.0.4.tar.gz

http://xorg.freedesktop.org/archive/individual/font/font-adobe-utopia-type1-1.0.4.tar.bz2
MD5:  fcf24554c348df3c689b91596d7f9971
font-adobe-utopia-type1-1.0.4.tar.bz2
SHA1: 3113cfafb91c2c53df6a1fae57dca6c50fb8ce20
font-adobe-utopia-type1-1.0.4.tar.bz2

http://xorg.freedesktop.org/archive/individual/font/font-adobe-utopia-type1-1.0.4.tar.gz
MD5:  b0676c3495acabad519ee98a94163904
font-adobe-utopia-type1-1.0.4.tar.gz
SHA1: 289c4641ed48f509315c9dbfe60f4641f7458569
font-adobe-utopia-type1-1.0.4.tar.gz

Cheers,

Rémi


signature.asc
Description: This is a digitally signed message part
___
xorg-announce mailing list
xorg-announce@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg-announce


Re: Evdev keyboard sends keycodes but no keysyms

2010-11-14 Thread walt

On 11/14/2010 09:11 AM, Simon Thum wrote:

Hi all,

yesterday I recompiled xorg, updating from a ca. 3 week old install
using gentoo's live ebuilds. I went into an amusing bug which I narrowed
down a bit.

I'm having the following xorg.conf.d fragment:

Section InputClass
 Identifier keyboard-de
 MatchIsKeyboard on
 Option XKBOptions terminate:ctrl_alt_bksp
 #Option XKBVariant nodeadkeys
 Option XKBLayout de
EndSection

Funny enough, invoking


setxkbmap -rules evdev -layout de -variant nodeadkeys


brings back my keyboard as intended!


I notice that your Xorg log says

[  4702.616] (**) Option xkb_rules evdev
[  4702.616] (**) Option xkb_model evdev
[  4702.616] (**) Option xkb_layout us    ???
[  4702.616] (**) Option xkb_variant nodeadkeys
[  4702.616] (**) Option xkb_options terminate:ctrl_alt_bksp

Grepping the xorg.conf manpage for InputClass turns up nothing on
my xorg-1.7.7 machine.  Maybe that's something new?

___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: arch...@mail-archive.com


Re: Evdev keyboard sends keycodes but no keysyms

2010-11-14 Thread Julien Cristau
On Sun, Nov 14, 2010 at 14:11:25 -0800, walt wrote:

 Grepping the xorg.conf manpage for InputClass turns up nothing on
 my xorg-1.7.7 machine.  Maybe that's something new?

It was introduced in 1.8.

Cheers,
Julien
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: arch...@mail-archive.com


[ANNOUNCE] font releases, part 1

2010-11-14 Thread Rémi Cardona
Hi all,

As promised, here's a first batch of font releases, hopefully in time
for the upcoming katamari. For now, I've only tackled adobe-* fonts,
the rest will come later once I get round to it.

The major changes for these fives releases are
 - CVS tags purges by Jesse Adkins
 - font-util macro bump to 1.2 by Gaétan Nadon

Follows a list of all urls, MD5 and SHA1 checksums:

http://xorg.freedesktop.org/archive/individual/font/font-adobe-100dpi-1.0.3.tar.bz2
MD5:  1347c3031b74c9e91dc4dfa53b12f143  font-adobe-100dpi-1.0.3.tar.bz2
SHA1: 53311cbd604f18bd9570727105a4222473d363e3
font-adobe-100dpi-1.0.3.tar.bz2

http://xorg.freedesktop.org/archive/individual/font/font-adobe-100dpi-1.0.3.tar.gz
MD5:  ba61e7953f4f5cec5a8e69c262bbc7f9  font-adobe-100dpi-1.0.3.tar.gz
SHA1: be4841c7cc0c8d0505aaba8d04147098381f9aaf
font-adobe-100dpi-1.0.3.tar.gz

http://xorg.freedesktop.org/archive/individual/font/font-adobe-75dpi-1.0.3.tar.bz2
MD5:  6c9f26c92393c0756f3e8d614713495b  font-adobe-75dpi-1.0.3.tar.bz2
SHA1: 6a2ec569336b5646682a14eee3c7790274beffd1
font-adobe-75dpi-1.0.3.tar.bz2

http://xorg.freedesktop.org/archive/individual/font/font-adobe-75dpi-1.0.3.tar.gz
MD5:  7a414bb661949cec938938fd678cf649  font-adobe-75dpi-1.0.3.tar.gz
SHA1: aa2a8acf4e5a45d579ce5e7c7c69c40f7039de68
font-adobe-75dpi-1.0.3.tar.gz

http://xorg.freedesktop.org/archive/individual/font/font-adobe-utopia-100dpi-1.0.4.tar.bz2
MD5:  66fb6de561648a6dce2755621d6aea17
font-adobe-utopia-100dpi-1.0.4.tar.bz2
SHA1: 9e80cf5bbd5522a5cfad2a9f8f8fce86de0f0226
font-adobe-utopia-100dpi-1.0.4.tar.bz2

http://xorg.freedesktop.org/archive/individual/font/font-adobe-utopia-100dpi-1.0.4.tar.gz
MD5:  128416eccd59b850f77a9b803681da3c
font-adobe-utopia-100dpi-1.0.4.tar.gz
SHA1: fec0c4810069bb47182d300fb73737b218ada56e
font-adobe-utopia-100dpi-1.0.4.tar.gz

http://xorg.freedesktop.org/archive/individual/font/font-adobe-utopia-75dpi-1.0.4.tar.bz2
MD5:  e99276db3e7cef6dccc8a57bc68aeba7
font-adobe-utopia-75dpi-1.0.4.tar.bz2
SHA1: 50e837322a09f1a7c40fb78fc6aad1a157284507
font-adobe-utopia-75dpi-1.0.4.tar.bz2

http://xorg.freedesktop.org/archive/individual/font/font-adobe-utopia-75dpi-1.0.4.tar.gz
MD5:  74c73a5b73c6c3224b299f1fc033e508
font-adobe-utopia-75dpi-1.0.4.tar.gz
SHA1: c8ed4daf49a4db89b0f9df125420b299a93747a6
font-adobe-utopia-75dpi-1.0.4.tar.gz

http://xorg.freedesktop.org/archive/individual/font/font-adobe-utopia-type1-1.0.4.tar.bz2
MD5:  fcf24554c348df3c689b91596d7f9971
font-adobe-utopia-type1-1.0.4.tar.bz2
SHA1: 3113cfafb91c2c53df6a1fae57dca6c50fb8ce20
font-adobe-utopia-type1-1.0.4.tar.bz2

http://xorg.freedesktop.org/archive/individual/font/font-adobe-utopia-type1-1.0.4.tar.gz
MD5:  b0676c3495acabad519ee98a94163904
font-adobe-utopia-type1-1.0.4.tar.gz
SHA1: 289c4641ed48f509315c9dbfe60f4641f7458569
font-adobe-utopia-type1-1.0.4.tar.gz

Cheers,

Rémi


signature.asc
Description: This is a digitally signed message part
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: arch...@mail-archive.com

Re: Evdev keyboard sends keycodes but no keysyms

2010-11-14 Thread Peter Hutterer
On Sun, Nov 14, 2010 at 02:11:25PM -0800, walt wrote:
 On 11/14/2010 09:11 AM, Simon Thum wrote:
 Hi all,
 
 yesterday I recompiled xorg, updating from a ca. 3 week old install
 using gentoo's live ebuilds. I went into an amusing bug which I narrowed
 down a bit.
 
 I'm having the following xorg.conf.d fragment:
 
 Section InputClass
  Identifier keyboard-de
  MatchIsKeyboard on
  Option XKBOptions terminate:ctrl_alt_bksp
  #Option XKBVariant nodeadkeys
  Option XKBLayout de
 EndSection
 
 Funny enough, invoking
 
 setxkbmap -rules evdev -layout de -variant nodeadkeys
 
 brings back my keyboard as intended!
 
 I notice that your Xorg log says
 
 [  4702.616] (**) Option xkb_rules evdev
 [  4702.616] (**) Option xkb_model evdev
 [  4702.616] (**) Option xkb_layout us    ???
 [  4702.616] (**) Option xkb_variant nodeadkeys
 [  4702.616] (**) Option xkb_options terminate:ctrl_alt_bksp

yeah, I noticed this as well. there's no nodeadkeys variant for us, which
would explain the NoSymbol issue. Now the real issue is why it doesn't take
your de setting...

Cheers,
  Peter
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: arch...@mail-archive.com


Re: Evdev keyboard sends keycodes but no keysyms

2010-11-14 Thread Dan Nicholson
On Sun, Nov 14, 2010 at 8:19 PM, Peter Hutterer
peter.hutte...@who-t.net wrote:
 On Sun, Nov 14, 2010 at 02:11:25PM -0800, walt wrote:
 On 11/14/2010 09:11 AM, Simon Thum wrote:
 Hi all,
 
 yesterday I recompiled xorg, updating from a ca. 3 week old install
 using gentoo's live ebuilds. I went into an amusing bug which I narrowed
 down a bit.
 
 I'm having the following xorg.conf.d fragment:
 
 Section InputClass
          Identifier keyboard-de
          MatchIsKeyboard on
          Option XKBOptions terminate:ctrl_alt_bksp
          #Option XKBVariant nodeadkeys
          Option XKBLayout de
 EndSection
 
 Funny enough, invoking
 
 setxkbmap -rules evdev -layout de -variant nodeadkeys
 
 brings back my keyboard as intended!

 I notice that your Xorg log says

 [  4702.616] (**) Option xkb_rules evdev
 [  4702.616] (**) Option xkb_model evdev
 [  4702.616] (**) Option xkb_layout us    ???
 [  4702.616] (**) Option xkb_variant nodeadkeys
 [  4702.616] (**) Option xkb_options terminate:ctrl_alt_bksp

 yeah, I noticed this as well. there's no nodeadkeys variant for us, which
 would explain the NoSymbol issue. Now the real issue is why it doesn't take
 your de setting...

Running with -logverbose will give more details on the merging of
InputClass settings.

--
Dan
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: arch...@mail-archive.com