Re: key-bug?

2003-02-21 Thread Hedblom
On Fri, 21 Feb 2003 12:52:09 +
Mikael Andersson [EMAIL PROTECTED] wrote:

 On Thursday 20 February 2003 20.20, Michael Buesch wrote:
  Oh thank you!!!
 
  It works now. I was really getting sad, because I'm a C++programmer and I
  really need this key. :)
 
   But how to fix the bar? Is this a real bug in xfree?
 
 What keyboards are you using and how is you XF86Config-4 specified ?
 
 I have a ms natural keyboard and had the same problem when it was
 specified as such in XF86Config-4. Changing to 
 Option  XkbModel pc102
 In XF86Confiog-4 fixed the problem for me. 
 
And adding |Option  XkbModel pc105| to XF86Config solved it for me too. I 
havent had to specify my keyboard before. It has always workded automagically. Maybe X 
should default to the most common keyboard or spit a warning that it hasnt been 
specified. If it is a user error then it is probably a good mesure to inform the user 
about it. 

A big thankyou Mikael and im back reading up on XF86Config. I shouldnt have made such 
a stupid mistake in the first place.


 /regards Mikael Andersson
 ___
 Devel mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/devel
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel



Re: key-bug?

2003-02-21 Thread Oliver Welter
I had the same problem, but I solved it with the changing of the
keyboard-model:

setxkbmap -model pc102

I also tried to change this in /etc/X11/XF6Config
but it didn't worked.

For some unexpected reason the X-Server doesn't pay attention to the config-file.

I was not able to change the model or even the language.

It refers to standard model pc101 everytime I start the X-Server.
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel



Re: key-bug?

2003-02-21 Thread Michael Buesch
hi.

setxkbmap -model pc105
works for me. But changing it in XF86Config to pc105 doesn't work.

regards Michael Buesch.



On Friday 21 February 2003 13:35, Oliver Welter wrote:
 I had the same problem, but I solved it with the changing of the
 keyboard-model:

 setxkbmap -model pc102

 I also tried to change this in /etc/X11/XF6Config
 but it didn't worked.

 For some unexpected reason the X-Server doesn't pay attention to the
 config-file.

 I was not able to change the model or even the language.

 It refers to standard model pc101 everytime I start the X-Server.
 ___
 Devel mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/devel

-- 



My homepage:
http://www.8ung.at/tuxsoft


Linux is like a wigwam: no gates, no windows, and an apache inside.

___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel



Re: key-bug?

2003-02-21 Thread Michael Buesch
On Friday 21 February 2003 18:56, Mikael Andersson wrote:
 On Friday 21 February 2003 13.35, Oliver Welter wrote:
  I had the same problem, but I solved it with the changing of the
  keyboard-model:
 
  setxkbmap -model pc102
 
  I also tried to change this in /etc/X11/XF6Config
  but it didn't worked.

 XF86Config-4 is the file you should edit if that wasn't the one you
 edited.

I edited the right one. :)
On my LFS it is /etc/X11/XF86Config
(I have no XF3.x installed)


  For some unexpected reason the X-Server doesn't pay attention to the
  config-file.
 
  I was not able to change the model or even the language.
 
  It refers to standard model pc101 everytime I start the X-Server.
  ___
  Devel mailing list
  [EMAIL PROTECTED]
  http://XFree86.Org/mailman/listinfo/devel

 /regards Mikael Andersson
 ___
 Devel mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/devel

-- 



My homepage:
http://www.8ung.at/tuxsoft


Linux is like a wigwam: no gates, no windows, and an apache inside.

___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel



key-bug?

2003-02-20 Thread Michael Buesch
Hi.

I have a problem with the keyboard. If I press the key with the keycode 94 
(this is the key under the a and right from left-shift), nothing appears 
on the screen.
xev says:

KeyPress event, serial 27, synthetic NO, window 0x2a1,
root 0x38, subw 0x0, time 4843886, (86,-8), root:(580,21),
state 0x10, keycode 94 (keysym 0x0, NoSymbol), same_screen YES,
XLookupString gives 0 bytes:  

KeyRelease event, serial 27, synthetic NO, window 0x2a1,
root 0x38, subw 0x0, time 4844099, (86,-8), root:(580,21),
state 0x10, keycode 94 (keysym 0x0, NoSymbol), same_screen YES,
XLookupString gives 0 bytes:  

I really don't know what to do. I think it's a bug in the CVS-xfree. (I'm 
using cvs from 8th february 2003.) I think of a bug, because it appeared 
after updating from xfree 4.2.1.
I don't want to get support from you, because I'm using development-software, 
but I just wanted to inform you about this ?bug?.

Regards Michael Buesch.

-- 



My homepage:
http://www.8ung.at/tuxsoft


Linux is like a wigwam: no gates, no windows, and an apache inside.

___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel



Re: key-bug?

2003-02-20 Thread Michael Buesch
Oh thank you!!!

It works now. I was really getting sad, because I'm a C++programmer and I 
really need this key. :)

 But how to fix the bar? Is this a real bug in xfree?

Thanks!
Regards Michael Buesch.


On Thursday 20 February 2003 18:54, Hedblom wrote:
 Hi!

 I have the exact same problem using xfree 4.2.99.4. Less, greater and bar
 doesnt work on keycode 94. It worked perfectly fine on previous versions.

 Just so you dont think this is a anomaly.

  xmodmap -e keycode 94 = less greater bar fixes less and greater but bar
 is still missing.

 Cheers and thanks!



 On Thu, 20 Feb 2003 17:31:49 +

 Michael Buesch [EMAIL PROTECTED] wrote:
  Hi.
 
  I have a problem with the keyboard. If I press the key with the keycode
  94 (this is the key under the a and right from left-shift), nothing
  appears on the screen.
  xev says:
 
  KeyPress event, serial 27, synthetic NO, window 0x2a1,
  root 0x38, subw 0x0, time 4843886, (86,-8), root:(580,21),
  state 0x10, keycode 94 (keysym 0x0, NoSymbol), same_screen YES,
  XLookupString gives 0 bytes:  
 
  KeyRelease event, serial 27, synthetic NO, window 0x2a1,
  root 0x38, subw 0x0, time 4844099, (86,-8), root:(580,21),
  state 0x10, keycode 94 (keysym 0x0, NoSymbol), same_screen YES,
  XLookupString gives 0 bytes:  
 
  I really don't know what to do. I think it's a bug in the CVS-xfree. (I'm
  using cvs from 8th february 2003.) I think of a bug, because it appeared
  after updating from xfree 4.2.1.
  I don't want to get support from you, because I'm using
  development-software, but I just wanted to inform you about this ?bug?.
 
  Regards Michael Buesch.
 
  --
 
 
  
  My homepage:
  http://www.8ung.at/tuxsoft
 
 
  Linux is like a wigwam: no gates, no windows, and an apache inside.
 
  ___
  Devel mailing list
  [EMAIL PROTECTED]
  http://XFree86.Org/mailman/listinfo/devel

 ___
 Devel mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/devel

-- 



My homepage:
http://www.8ung.at/tuxsoft


Linux is like a wigwam: no gates, no windows, and an apache inside.

___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel