Re: [XFree86] [BUG] The /*-+ keys on the numeric keypad won't repeat in current CVS

2003-02-10 Thread Ivan Pascal
Hi, Err, I think is just found another problem, forgive me if it is a known problem (and I missed some email about it), but for example: % setxkbmap -model pc104 -layout us_intl or % setxkbmap -model abnt2 -layout br = Scroll_Lock leds works They are 'old layouts'. % setxkbmap

Re: Tablet driver for Aiptek HyperPen USB

2003-02-10 Thread Bryan W. Headley
Thomas Zander wrote: Whoa, funny as hell! I do try.. I have written a driver for the touchscreen of the PaceBlade laptop, and have about the same questions! Plus; - where can I find a list of methods I can call in the driver with API docs? Damn fine question. Like for instance, if I

XFree86 Installation Problem

2003-02-10 Thread Mete Kural
Hello All, We bought a brand new PC and installed Red Hat 8.0 on it. The video card didn't work because there are no drivers for the on-board Intel 845 video card in the version of XFree86 shipped with Red Hat 8.0. On Intel's website it was recomended to download the latest CVS snapshot of

Re: XFree86 Installation Problem

2003-02-10 Thread Thomas Zander
On Mon, Feb 10, 2003 at 12:55:13PM -0800, Mete Kural wrote: Hello All, We bought a brand new PC and installed Red Hat 8.0 on it. The video card didn't work because there are no drivers for the on-board Intel 845 video card in the version of XFree86 shipped with Red Hat 8.0. On Intel's

Re: Major performance problem

2003-02-10 Thread Thomas Zander
Sorry, don't have the original message to reply to. I had similar problems when portmapper was not started; check if it is running. ps. try running xload instead of your java application; excluding things like colordepth 'requirements' of Java. On Mon, Feb 10, 2003 at 01:26:56PM -0800, Mark

Re: Major performance problem

2003-02-10 Thread Vladimir Dergachev
I have seen similar issues before. This typically happens upon creation of new windows. The easiest way (for me) to reproduce this is to start wish (Tcl/Tk interpreter) and do something like wish toplevel .a raise .a The problem seems to be trying to raise a window whish is already on the top of

Re: XFree86 Installation Problem

2003-02-10 Thread Bryan W. Headley
Thomas Zander wrote: On Mon, Feb 10, 2003 at 12:55:13PM -0800, Mete Kural wrote: Hello All, We bought a brand new PC and installed Red Hat 8.0 on it. The video card didn't work because there are no drivers for the on-board Intel 845 video card in the version of XFree86 shipped with Red Hat

Re: Endianity problems in XFree86-4 XAA on MipsEB

2003-02-10 Thread Michel Dänzer
On Mon, 2003-02-10 at 18:55, Alexandr Andreev wrote: Michel Dänzer wrote: On Fre, 2003-02-07 at 21:36, Alexandr Andreev wrote: Bool XAACheckStippleReducibility(PixmapPtr pPixmap) { ... pPriv-pattern0 = bits[0] | SHIFT_L(bits[1],8) | SHIFT_L(bits[2],16) | SHIFT_L(bits[3],24);

Re: Tablet driver for Aiptek HyperPen USB

2003-02-10 Thread Zephaniah E. Hull
On Mon, Feb 10, 2003 at 01:10:00PM -0600, Bryan W. Headley wrote: Really, tying in to hotplug, I'd like to know that a tablet's been attached, and if so, to which device entry in /dev/input... And that, means that you want to tie into my evdev input patches,

Re: [XFree86] [BUG] The /*-+ keys on the numeric keypad won't repeat in current CVS

2003-02-10 Thread pcpa
Quoting Ivan Pascal [EMAIL PROTECTED]: % setxkbmap -model pc104 -layout us_intl or % setxkbmap -model abnt2 -layout br = Scroll_Lock leds works They are 'old layouts'. % setxkbmap -model pc104 -layout us or % setxkbmap -model pc104 -layout pt = Scroll_Lock leds dont work