Re: [Xpert]new xkb behaviour in 4.2.0

2002-01-28 Thread Arkadiusz Miskiewicz
member / CS student, Free Software enthusiast -- Arkadiusz Miskiewicz IPv6 ready PLD Linux at http://www.pld.org.pl misiek(at)pld.org.pl AM2-6BONE, 1024/3DB19BBD, arekm(at)ircnet, PWr ___ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org

[Xpert]renaming ati drivers

2002-03-21 Thread Arkadiusz Miskiewicz
Hi, I want to include GATOS driver in my XFree86*.rpm and I need to rename XFree86 ati* drivers to ati_old, r128_old, radeon_old. For now I've changed: diff -urN ati.old.org/ati.c ati.old/ati.c --- ati.old.org/ati.c Wed Mar 13 11:18:18 2002 +++ ati.old/ati.c Wed Mar 13

[Xpert]Re: [MPlayer-users] X hangs on Ati Rage128AIW

2002-07-28 Thread Arkadiusz Miskiewicz
Tapani L. [EMAIL PROTECTED] writes: [Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html] For past week when i try to play something with mplayer, mplayer opens the video window, black image appears, and everything hanks, except mouse. Mouse is movable but its not

[Xpert]Re: Xpert]Re: [MPlayer-users] X hangs on Ati Rage128AIW

2002-07-29 Thread Arkadiusz Miskiewicz
gustavo [EMAIL PROTECTED] writes: Solution: mandrake 8.2 came with a driver from Gatos (gatos.sf.net) that fixed these problems. (thanks Mandrake). I'll check Mandrake snap of gatos drivers but I tried gatos drivers (from cvs, few months ago) and still had hangs. With the dri kernel module,

Re: [Xpert]Re: [MPlayer-users] X hangs on Ati Rage128AIW

2002-07-30 Thread Arkadiusz Miskiewicz
Peter Surda [EMAIL PROTECTED] writes: XFree 4.2.0 (tried both - xfree original and gatos ati drivers, also treid different DRM sources - unfortunately my xfree still hangs). Now I'm going to try cvs version of XFree 4.3.0. The problem is most probably old driver where dri and xf86 don't

Re: [Xpert]Re: X hangs on Ati Rage128AIW

2002-07-30 Thread Arkadiusz Miskiewicz
Michel Danzer [EMAIL PROTECTED] writes: Not loading .rodata.str1.32 Not loading .rodata.str1.1 Not loading .rodata.cst4 Not loading .rodata.cst8 Symbol from module /mnt/storage1/misiek/usr/X11R6/lib/modules/drivers/r128_drv.o is unresolved! Symbol from module

[Xpert]ATI Radeon 9000

2002-09-10 Thread Arkadiusz Miskiewicz
Hi, I have ATI Radeon 9000 Powered by ATI (made by Sapphire). It has only analog (monitor) and s-video output, no dvi, 64M of RAM. Unfortunately current radeon drivers does not have PCI ID of this card (afaik even in xfree cvs). How can I force radeon driver to service this card (hope it will

Re: [Xpert]ATI Radeon 9000

2002-09-11 Thread Arkadiusz Miskiewicz
Vladimir Dergachev [EMAIL PROTECTED] writes: Try adding Option ChipId 0x4243 Hm, I don't see 0x4243 in xf86PciInfo.h but I've tried all these: #define PCI_CHIP_R200_BB0x4242 #define PCI_CHIP_R200_QL0x514C #define PCI_CHIP_R200_QN0x514E #define

Re: [Xpert]ATI Radeon 9000

2002-09-11 Thread Arkadiusz Miskiewicz
Charl P. Botha [EMAIL PROTECTED] writes: That's probably the reason WHY you should try ChipId 0x4243. Weird. I thought that by using ChipID someid (like 0x4242) I'm telling XFree: hey, this device is XYZ (Radeon 8500 BB for 0x4242), belive me and don't autodetect. What 0x4243 is supposed to

Re: [Xpert]ATI Radeon 9000

2002-09-11 Thread Arkadiusz Miskiewicz
Vladimir Dergachev [EMAIL PROTECTED] writes: What 0x4243 is supposed to mean? It's a pci id of AIW Radeon 8500 DV. So another unsupported one. Perhaps it has not made into linux kernel yet. kernel? support in kernel is required for DRI. I'm trying to get XFree working even without DRI.

Re: [Xpert]ATI Radeon 9000

2002-09-11 Thread Arkadiusz Miskiewicz
Arkadiusz Miskiewicz [EMAIL PROTECTED] writes: Unfortunately current radeon drivers does not have PCI ID of this card (afaik even in xfree cvs). Just tried today cvs version of xfree from HEAD. With overriding ChipID 0x4242 got X running but there is one problem reading/localizing BIOS

Re: [Xpert]ATI Radeon 9000

2002-09-12 Thread Arkadiusz Miskiewicz
hy0 [EMAIL PROTECTED] writes: The patch for Radoen 9000, M9 and Radeon 9700 2D support has been submitted and will be in XFree CVS tree in the near future. Ok, waiting to see it (if this isn't a big problem for you please forward it to me, thanks). Meanwhile specifying ChipID in the config

[Xpert]CrtlAltKP_+/KP_- and cvs xfree

2002-10-16 Thread Arkadiusz Miskiewicz
Hi, I'm using cvs version of xfree from today and CrtlAltKP_+/KP_- no longer works. Previously I was using cvs version of xfree from few weeks ago (before RandR merge). Config is exactly the same. Is there some app now to do that instead of ctrl+alt+,,+/-'' ? btw. Radeon9000 here is now

Re: [Xpert]CrtlAltKP_+/KP_- and cvs xfree

2002-10-23 Thread Arkadiusz Miskiewicz
David Dawes [EMAIL PROTECTED] writes: I'm using cvs version of xfree from today and CrtlAltKP_+/KP_- no longer works. Previously I was using cvs version of xfree from few weeks ago (before RandR merge). Config is exactly the same. [...] I committed a fix for this yesterday. Let me know if