Re: Hardware cursor not on desktop?

2003-07-11 Thread Owen Taylor
On Thu, 2003-07-10 at 19:04, Chris Edgington wrote:
 Still working on this siliconmotion upgrade for the 0730 chipset. Running
 RH9, latest xfree code from cvs. Got hardware cursor working  but I'm
 only getting hardware cursor-related calls in certain scenarios. If I start
 gimp - hardware cursor is used for the custom cursors while over an image.
 Other apps that use custom cursors seem to result in hardware cursor calls
 . but when the cursor goes over the desktop (or the menus, etc.)
 HideCursor is called and I can only assume that a software cursor is now in
 use. Is this expected - or should hardware cursor be used at all times?

Unless your hardware supports alpha-blended full color cursors, the only
place a hardware cursors are going to be used are places where the
current cursors theme doesn't have a cursor to replace the old X bitmap
cursor.

(Perhaps you've noticed the difference in appearance between the cursors
that get sent to the hardware and the other cursors)

Regards,
Owen


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


RE: Problem with BitBLT

2003-07-11 Thread Alex Deucher
I think there is already accel support for 69030 including dualhead
support in xfree86.

Alex

--- Rob Taylor [EMAIL PROTECTED] wrote:
 MessageIt appears i'm lying and the accellerated X driver is no
 longer on
 said page. The framebuffer driver thats required for the acceleretd
 friver
 to work is still there. anyway, i can still send you a diff against
 4.2.0 if
 you want.
 
 Rob
   -Original Message-
   From: Rob Taylor [mailto:[EMAIL PROTECTED]
   Sent: 11 July 2003 11:34
   To: [EMAIL PROTECTED]
   Subject: RE: Problem with BitBLT
 
 
   umm, there already exits a working accelerated driver for the
 69030, see
 http://www.humboldt.co.uk/. i also have a port of this to 4.2.0 that
 i can
 email you if you want.
 
   relatedly, what would be the process nowadays for getting this
 driver into
 the tree?
   Rob Taylor
   Senior Developerrobt at flyingpig dot com
   Flying Pig Systems  http://www.flyingpig.com
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Behalf
 Of Nitin Mahajan
 Sent: 11 July 2003 06:59
 To: [EMAIL PROTECTED]
 Subject: FW: Problem with BitBLT
 
 
 HI!
 
 Iam trying to program the Bit BLT engine of 69030 with the
 attached
 code, but nothing is visible on the screen.
 When I select the bitwise operation as 0xFF(write to BR04) ,the
 white
 block is coming at desired location and of desired size.
 But whwn I choose it as 0xCC nothing comes on screen...
 Can any one please help me out of this..
 THANKING U IN ADAVANCE
 regards,
 
 Nitin Mahajan
 mail:[EMAIL PROTECTED]
 Ph:51101667. Mobile : 9886099925
 ==
 The Lord gave us two ends -- one to sit on and the other to think
 with.
 Success depends on which one we use the most.
 


__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: XTest, Xinerama (Re: Xinerama, extensions, and x2x)

2003-07-11 Thread Marc Aurele La France
On Sat, 5 Jul 2003, Erik van het Hof wrote:

 Please find below an email and patch by Rik Faith to make XTEST work
 with Xinerama. I have backported this to a 4.2.1 version on my debian
 box and it worked. Could someone add this to cvs? it shouldn't be a lot
 of work.

Done.

Marc.

+--+---+
|  Marc Aurele La France   |  work:   1-780-492-9310   |
|  Computing and Network Services  |  fax:1-780-492-1729   |
|  352 General Services Building   |  email:  [EMAIL PROTECTED]  |
|  University of Alberta   +---+
|  Edmonton, Alberta   |   |
|  T6G 2H1 | Standard disclaimers apply|
|  CANADA  |   |
+--+---+
XFree86 Core Team member.  ATI driver and X server internals.

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


Re: a small twm/Imakefile patch

2003-07-11 Thread Marc Aurele La France
On 10 Jul 2003, Alexander Pohoyda wrote:

  http://www.alexander-pohoyda.privat.t-online.de/patches/twm.Imakefile.diff

Can you elaborate on why is it useful to switch from single quote
quoting to backslashes?

   It may be not useful as much, but with an old version we end up
   calling a command:
   [...] cc -c [...] -DHAS_MKSTEMP  
   '-DSYSTEM_INIT_FILE='/usr/X11R6/lib/X11/twm'/system.twmrc' parse.c
   which is not consistent, does not look very nice and requires more
   processing by the shell.

  ... but is still required for portability reasons.

 Oh! Good to know. Thanks.
 May I also ask on which system/shell/compiler/imake would my patch fail?
 Just for the record.

With your change, on IRIX, I get:

[aurora:/scratch_large/root/X11/alpha/loader/xc/programs] make SUBDIRS=twm Makefiles
making Makefiles in programs/twm...
mv -f Makefile Makefile.bak
cc-1018 cc: ERROR at end of source
  An unmatched left parentheses ( appears in an expression.


cc-1247 cc: ERROR File = ./Imakefile, Line = 27
  The macro invocation is improperly terminated.

  SpecialCObjectRule(parse,$(_NOOP_),-DSYSTEM_INIT_FILE=\$(TWMDIR)/system.twmrc\)
  ^

2 errors detected in the compilation of Imakefile.c.
../../config/imake/imake: Exit code 2.
  Stop.
*** Error code 1 (bu21)
UX:make: ERROR: make: file `Makefile' line 5: Must be a separator (: or ::) for rules 
(bu39)
UX:make: ERROR: make: file `Makefile' line 5: bad character  (octal 76)
[aurora:/scratch_large/root/X11/alpha/loader/xc/programs]

 I'm wondering how this can work then:

 ./xc/programs/xkbcomp/Imakefile:ROOT_DEFINES = 
 -DDFLT_XKB_CONFIG_ROOT=\$(LIBDIR)/xkb\
 ./xc/programs/xdm/Imakefile:RANDOM_DEFINES = -DDEV_RANDOM=\/dev/urandom\

Those are not macro expansions (in the cpp sense).

Marc.

+--+---+
|  Marc Aurele La France   |  work:   1-780-492-9310   |
|  Computing and Network Services  |  fax:1-780-492-1729   |
|  352 General Services Building   |  email:  [EMAIL PROTECTED]  |
|  University of Alberta   +---+
|  Edmonton, Alberta   |   |
|  T6G 2H1 | Standard disclaimers apply|
|  CANADA  |   |
+--+---+
XFree86 Core Team member.  ATI driver and X server internals.

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


tvout in XFree86 drivers

2003-07-11 Thread Andriy Rysin
Can anybody tell me what's the status of tvout support in XFree86 drivers?
As far as I understand it's only available for several graphic cards and 
only from their manufacturer close-source drivers. From gatos project I 
learned there are some legal issues with ATI boards but don't know 
anything about the others.

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


Re: Radeon 9800 support for XFree86

2003-07-11 Thread Alex Deucher
ATI beat ya to it ;) Support for the 9800 and a few others as well as a
few other fixes were added to CVS last week.

Alex

--- Markus Bäurle [EMAIL PROTECTED] wrote:
 Hello everybody,
 
 I hacked XFree86 4.3.0 to recognize my ATI Radeon 9800 Pro card. I
 added a new 
 chip type ATI_CHIP_R350, but in the end it's also mapped to
 CHIP_FAMILY_R300 
 just like a 9700 Pro, naturally.
 Works fine so far. :-)
 
 Are you interested to get my changes? If so, to whom can I send them
 and how 
 should I provide them (diffs, complete files...)?
 
 In case it matters, I'm using FreeBSD 5.0 and used the FreeBSD ports 
 collection to compile XFree86.
 
 So long,
 
 Markus Bäurle
 ___
 Devel mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/devel


__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: tvout in XFree86 drivers

2003-07-11 Thread Thomas Winischhofer
The SiS driver fully supports TV out. Open source.

Thomas

Alex Deucher wrote:
several drivers support TV out but not all.  I believe via, trident,
and savage have open source support for most tv out options.  Matrox
provides binary support for the g400 (although you can get tv out
working with the linux frambuffer driver for all recent matrox cards),
as does nvidia.  for ATI there are several open source utilites out
there as well as GATOS, but they all are coded by trial and error since
ati hasn't released tv out specs as far as I know.  I'm not sure abotu
ATI's binary drivers.
was there a particular chip you were interested in?

Alex

--- Andriy Rysin [EMAIL PROTECTED] wrote:

Can anybody tell me what's the status of tvout support in XFree86
drivers?
As far as I understand it's only available for several graphic cards
and 
only from their manufacturer close-source drivers. From gatos project
I 
learned there are some legal issues with ATI boards but don't know 
anything about the others.

Thanks,
Andriy


__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


--
Thomas Winischhofer
Vienna/Austria
thomas AT winischhofer DOT net  http://www.winischhofer.net/
twini AT xfree86 DOT org
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Savage Driver Replacement?

2003-07-11 Thread Tim Roberts
I've recently been made aware of the XFree86 Savage driver that VIA released 
and is now available on Alan Hourihane's web site.  This driver is so much 
superior to the one I've been maintaining that I should be embarrassed.

My question is: has anyone actually taken an action item to incorporate this 
into the 4.3.99 tree?

--
- Tim Roberts, [EMAIL PROTECTED]
  Providenza  Boekelheide, Inc.


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


Re: Savage Driver Replacement?

2003-07-11 Thread Alan Hourihane
On Fri, Jul 11, 2003 at 05:20:16PM -0700, Tim Roberts wrote:
 I've recently been made aware of the XFree86 Savage driver that VIA released 
 and is now available on Alan Hourihane's web site.  This driver is so much 
 superior to the one I've been maintaining that I should be embarrassed.
 
 My question is: has anyone actually taken an action item to incorporate this 
 into the 4.3.99 tree?

The drivers on my web page at XFree86 is what comes from the CVS.

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


Re: 4.3.99.7 and text inputs

2003-07-11 Thread Andrew Bevitt
4.3.99.8 release snapshot has resolved this error

No idea why but it works.

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