i830 screen black after resume on 4.4

2004-04-09 Thread Jeff Chua
I'm getting black screen after power resume on version 4.4.99.2.
I can see the mouse, all window frames, but black contents.

No such problem with 4.3.0.

Tested on linux 2.4.26-rc2 and 2.6.5

I'm using apm to resume, and with 4.3.0, it works fine.

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


Re: license statements in CVS commit messages

2004-04-09 Thread Matthieu Herrb
David Dawes wrote:
On Tue, Apr 06, 2004 at 09:05:06AM -0700, Alan Coopersmith wrote:

I notice many of the affected files do not bear the license notice
mentioned in the checkin notice.  Is that intentional?  Will everyone
investigating the license that applies to a file now have to check
every CVS commit log entry for that file as well as the file itself
to find out which license applies?


Assume that anything attributed to me is covered by the 1.1 licence
unless explicitly stated otherwise.
You mean anything attributed to you in the existing copyright notice, or 
in the CHANGELOG file?

If you mean the latter, I think you're wrong. We should attach the 
appropriate license to each file it applies to. Having each file carry 
it's full license(s) is the only way to determine what applies to a 
particular file, in a project with many contributors and many different 
licenses.

--
Matthieu Herrb


smime.p7s
Description: S/MIME Cryptographic Signature


[idea] bluetooth-enabled phone device keyboard/mouse driver

2004-04-09 Thread Luke Kenneth Casson Leighton
hi,

i saw your web site was encouraging people to suggest ideas for
xfree86, and i figured, what the heck :)

i have an XDA-2 phone and have just recently managed to get the
touchscreen driver working (sort-of) and also managed to get
a basic framebuffer running.

xtiny-fbdev works absolutely fine.

anyway, i would like to be able to make use of the device to make
a demonstration / talk, and to use it as part _of_ the talk.
it occurred to me how i might achieve that, with the limited success
so far.

the idea is to use the XDA-2 touchscreen as a keyboard / mouse driver
for another x-server.

... radical, huh ? :)

in principle it's quite simple: run X on the XDA-2, run a small
keyboard program on it which communicates over Bluetooth to
_another_ X server on a machine running an overhead projector
screen.

in this way, i can walk around, i can use the XDA-2 to give
the presentation, i can type on the mini-keyboard on the XDA-2
screen.

in other words, the XDA-2 becomes like the new Logitech bluetooth
keyboards that you can now buy for £200 in PC-World: for your £200
you get three devices - a full-sized bluetooth keyboard; a
bluetooth mouse; a number-pad bluetooth keyboard with a 2-line
LCD display.

alternatively, you spend your £200 on an XDA-2, download linux,
download some x-proxy-drivers and you get a phone thrown in as
well, which is something a logitech bluetooth keyboard don't do :)


in implementation terms, it's a kind-of extension of the VNC and
rdesktop principle.

the difference is that [some new?] x-windows program _generates_
x-events which need, somehow, to be treated as an Input device to a
second x-windows server, but there is no requirement to forward the
Screen events from the second x-windows server _back_ to the
x-windows program running on the first x-server.

i believe that, when it is put like that, there probably already
exists some software (i recall seeing something like the xvfb
package under debian? no, that's the virtual framebuffer one - i
think i mean Xnest) which is typically used for testing purposes
that could be adapted to do the job i describe.

i don't really know - i'm just throwing in ideas, see what sticks :)

l.


-- 
-- 
expecting email to be received and understood is a bit like
picking up the telephone and immediately dialing without
checking for a dial-tone; speaking immediately without listening
for either an answer or ring-tone; hanging up immediately and
believing that you have actually started a conversation.
--
a href=http://lkcl.net;  lkcl.net  /a br /
a href=mailto:[EMAIL PROTECTED] [EMAIL PROTECTED] /a br /

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


Re: i830 screen black after resume on 4.4

2004-04-09 Thread Alex Deucher
--- Jeff Chua [EMAIL PROTECTED] wrote:
 I'm getting black screen after power resume on version 4.4.99.2.
 I can see the mouse, all window frames, but black contents.
 
 No such problem with 4.3.0.
 
 Tested on linux 2.4.26-rc2 and 2.6.5
 
 I'm using apm to resume, and with 4.3.0, it works fine.

You might try changing the VT prior to suspending if you are not
already.

Alex

 
 Thanks,
 Jeff
 [ [EMAIL PROTECTED] ]


__
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway 
http://promotions.yahoo.com/design_giveaway/
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: [idea] bluetooth-enabled phone device keyboard/mouse driver

2004-04-09 Thread Andrew C Aitchison
On Fri, 9 Apr 2004, Luke Kenneth Casson Leighton wrote:
 
 i have an XDA-2 phone and have just recently managed to get the
 touchscreen driver working (sort-of) and also managed to get
 a basic framebuffer running.
 
 xtiny-fbdev works absolutely fine.
 
 anyway, i would like to be able to make use of the device to make
 a demonstration / talk, and to use it as part _of_ the talk.
 it occurred to me how i might achieve that, with the limited success
 so far.
 
 the idea is to use the XDA-2 touchscreen as a keyboard / mouse driver
 for another x-server.
 
 in principle it's quite simple: run X on the XDA-2, run a small
 keyboard program on it which communicates over Bluetooth to
 _another_ X server on a machine running an overhead projector
 screen.

 in implementation terms, it's a kind-of extension of the VNC and
 rdesktop principle.
 
 the difference is that [some new?] x-windows program _generates_
 x-events which need, somehow, to be treated as an Input device to a
 second x-windows server, but there is no requirement to forward the
 Screen events from the second x-windows server _back_ to the
 x-windows program running on the first x-server.
 
 i believe that, when it is put like that, there probably already
 exists some software (i recall seeing something like the xvfb
 package under debian? no, that's the virtual framebuffer one - i
 think i mean Xnest) which is typically used for testing purposes
 that could be adapted to do the job i describe.
 
 i don't really know - i'm just throwing in ideas, see what sticks :)

x2x, at ftp://gatekeeper.dec.com/pub/DEC/SRC/x2x/x2x-1.27.tar.gz
allows you to use the keyboard and mouse from one X display to drive
another X display.

I think you would need to modify the from end of it since it is rather
difficult to move a touch-screen mouse off-screen, but it might give
you a good part of what you need.

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


Re: [idea] bluetooth-enabled phone device keyboard/mouse driver

2004-04-09 Thread Alex Deucher
--- Luke Kenneth Casson Leighton [EMAIL PROTECTED] wrote:
 hi,
 
 i saw your web site was encouraging people to suggest ideas for
 xfree86, and i figured, what the heck :)
 
 i have an XDA-2 phone and have just recently managed to get the
 touchscreen driver working (sort-of) and also managed to get
 a basic framebuffer running.
 
 xtiny-fbdev works absolutely fine.
 
 anyway, i would like to be able to make use of the device to make
 a demonstration / talk, and to use it as part _of_ the talk.
 it occurred to me how i might achieve that, with the limited success
 so far.
 
 the idea is to use the XDA-2 touchscreen as a keyboard / mouse driver
 for another x-server.
 
 ... radical, huh ? :)
 
 in principle it's quite simple: run X on the XDA-2, run a small
 keyboard program on it which communicates over Bluetooth to
 _another_ X server on a machine running an overhead projector
 screen.
 
 in this way, i can walk around, i can use the XDA-2 to give
 the presentation, i can type on the mini-keyboard on the XDA-2
 screen.
 
 in other words, the XDA-2 becomes like the new Logitech bluetooth
 keyboards that you can now buy for £200 in PC-World: for your £200
 you get three devices - a full-sized bluetooth keyboard; a
 bluetooth mouse; a number-pad bluetooth keyboard with a 2-line
 LCD display.
 
 alternatively, you spend your £200 on an XDA-2, download linux,
 download some x-proxy-drivers and you get a phone thrown in as
 well, which is something a logitech bluetooth keyboard don't do :)
 
 
 in implementation terms, it's a kind-of extension of the VNC and
 rdesktop principle.
 
 the difference is that [some new?] x-windows program _generates_
 x-events which need, somehow, to be treated as an Input device to a
 second x-windows server, but there is no requirement to forward the
 Screen events from the second x-windows server _back_ to the
 x-windows program running on the first x-server.
 
 i believe that, when it is put like that, there probably already
 exists some software (i recall seeing something like the xvfb
 package under debian? no, that's the virtual framebuffer one - i
 think i mean Xnest) which is typically used for testing purposes
 that could be adapted to do the job i describe.
 
 i don't really know - i'm just throwing in ideas, see what sticks :)
 
 l.
 


you could run Alan's xf4vnc (http://xf4vnc.sourceforge.net/)on the
remote server and then run the vnc client on your pda.  That way your
PDA can control the remote desktop.

Alex

__
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway 
http://promotions.yahoo.com/design_giveaway/
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


S3 driver bug

2004-04-09 Thread root
I think there's a bug in the acceleration code of the s3 driver. When scrolling (with 
acceleration enabled), only parts of the screen that become newly visible really get 
visible, the screen doesn't scroll up. XaaNoScreenToScreenCopy option solves it.

For your information:
kernel: linux-2.5.6
lspci reports:
00:12.0 VGA compatible controller: S3 Inc. 86c768/765 [Trio32/64/64V+] (rev 53) 
(prog-if 00 [VGA])
Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- 
SERR- FastB2B-
Status: Cap- 66Mhz- UDF- FastB2B- ParErr- DEVSEL=medium TAbort- TAbort- 
MAbort- SERR- PERR-
Interrupt: pin A routed to IRQ 11
Region 0: Memory at dc00 (32-bit, non-prefetchable) [size=64M]
Expansion ROM at dbff [disabled] [size=64K]

hm, kernel in linux-2.6.5, but i am piping this text into 'mail', can't undo...

Is there anyone who knows how to solve this?

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


Re: S3 driver bug

2004-04-09 Thread Alex Deucher
--- root [EMAIL PROTECTED] wrote:
 I think there's a bug in the acceleration code of the s3 driver. When
 scrolling (with acceleration enabled), only parts of the screen that
 become newly visible really get visible, the screen doesn't scroll
 up. XaaNoScreenToScreenCopy option solves it.
 
 For your information:
 kernel: linux-2.5.6
 lspci reports:
 00:12.0 VGA compatible controller: S3 Inc. 86c768/765
 [Trio32/64/64V+] (rev 53) (prog-if 00 [VGA])
   Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr-
 Stepping- SERR- FastB2B-
   Status: Cap- 66Mhz- UDF- FastB2B- ParErr- DEVSEL=medium TAbort-
 TAbort- MAbort- SERR- PERR-
   Interrupt: pin A routed to IRQ 11
   Region 0: Memory at dc00 (32-bit, non-prefetchable) [size=64M]
   Expansion ROM at dbff [disabled] [size=64K]
 
 hm, kernel in linux-2.6.5, but i am piping this text into 'mail',
 can't undo...
 
 Is there anyone who knows how to solve this?

Take a look at s3_accel.c and see if there is a problem with it's
ScreentoScreenCopy implementation.  you might also want to compare it
to the 3.3.x driver to see if it did anything differently.

Alex

 
 Maarten Deprez


__
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway 
http://promotions.yahoo.com/design_giveaway/
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: S3 driver bug

2004-04-09 Thread Alan Hourihane
On Fri, Apr 09, 2004 at 05:44:31PM +0200, root wrote:
 I think there's a bug in the acceleration code of the s3 driver. When scrolling 
 (with acceleration enabled), only parts of the screen that become newly visible 
 really get visible, the screen doesn't scroll up. XaaNoScreenToScreenCopy option 
 solves it.

What version of XFree86 are you using ?

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


Re: FW: license statements in CVS commit messages

2004-04-09 Thread David Dawes
On Thu, Apr 08, 2004 at 03:01:02PM -0700, Alan Coopersmith wrote:

Yep, I must have been kidding myself to believe the XFree86 License web
page when it said Refer to each source file for specific licence details

If you interpret that to apply to every revision of every file in
an active CVS repository, then you are kidding yourself.

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


Inkjet, Laser Copier Cartridges ~ Save up to 80%

2004-04-09 Thread MyInks
Save up to 80% on Inkjet, Laser  Copier Supplies
Quality Products, with 100% Satisfaction Guarantee
Easy, Fast, Affordable Shipping Worldwide
Plenty of Payment Options to Meet YOUR Needs!

 SPECIAL: FREE Shipping to US  Canada on Orders over $50 

Visit us on the web at http://www.dvdad.com/zzyzzx/myinks.php?cid=7005


If you wish to contact us please visit our web site.

MyInks.com is a member of the Better Business Bureau Online Reliability
Program and is located at 501 W. Glenoaks Blvd. #601, Glendale CA, 91202
This is a commercial email. To remove yourself from MyInks mailings ONLY,
please use the link below. Your request will be promptly honored.
http://www.c1serv1.com/pubsuppress.asp?email=useremailsource=7977



This email was sent by: AMR Ventures, Inc.
215 South Brea Blvd Suite 307
Brea, CA. 92821

To be not included please visit:

http://www.dvdad.com/zzyzzx/ntd.php