A user at our website is looking into your background.

2004-06-07 Thread EXPERIENCE SEARCH ALERT
##Posting About You##

A user is attempting to share experiences and opinions about you in our online 
community. 

The purpose of this email is to inform you that a posting has been made about you at 
our website.  This is email is not commercial in nature.  

If this email message was delivered to your spam or bulk email folder please notify 
your ISP or spam filtering company regarding this mistake on their part.

To view all of the postings made at our website about you use this link:

http://6.shyx.us/lx.php?a=search&b=5&[EMAIL PROTECTED]

This website also includes a highly valuable Daily Searching System. This is a simple 
system in which you can set-up searches that this website will perform for you each 
and every day. After performing the searches that you have specified, our Daily 
Searching System will send your search results to you via email.

By setting up Daily Searches for all the people and businesses that matter to you, you 
will be assured to find out right away when a user submits a Experience Request that 
is interesting to you.

IMPORTANT - To add this email address to our Do Not Email List click here:

http://9.shyx.us/lx.php?a=donotemail&[EMAIL PROTECTED]

Sincerely,

Support Department


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


Register access on MIPS system

2004-06-07 Thread Thomas Winischhofer
I am having a hard time making the SiS driver run on a MIPS machine. 
It's some Thoshiba system, with a little-endian CPU. (Under Debian, this 
goes by the name "Mipsel" as opposed by the big-endian "Mips"). The user 
is running Debian's extremely patched almost-4.4.

Current situation: Whenever an i/o register is accessed via inb/outb 
macros, the X server exits with a signal 11.

I checked compiler.h and figured that i/o access (as done via ports on 
x86), it like MMIO access on MIPS, ie simply writing to memory. So I 
tried mapping my register area into virtual space (like I do with the 
mmio area), to no avail. Same result, sig 11.

Background info: SiS hardware has a "relocated" i/o ports area which 
allows access to i/o ports not only at 0x3xx etc, but also at some other 
address. In order to make the vgahw module work with these ports instead 
of the normal ones at 0x3xx, I "abuse" PIOOffset by adding the correct 
offset. But no matter whether the vgahw module or my own code accesses 
the registers, the sig 11 happens anyway.

The Linux framebuffer driver works well without mapping this register 
area (which is at physical 0x4000, FYI).

Is there anything special about MIPS that I missed?
Anyway,
--
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


Re: rotate functionality in i8xx driver?

2004-06-07 Thread Alex Deucher
As I recall, the only driver that supports HW accelerated rotation is
the smi driver.  several drivers support a non-accelerated "rotate"
option.

Alex

--- Lucas Correia Villa Real <[EMAIL PROTECTED]> wrote:
> On Monday 07 June 2004 16:19, Mark Vojkovich wrote:
> > On Mon, 7 Jun 2004, Lucas Correia Villa Real wrote:
> > > On Monday 07 June 2004 08:56, Sebastian Wagner wrote:
> > > > Is it planned to support Rotate functionality in the i8xx X
> drivers
> > > > (especially the i855 / intel extreme graphics 2)? Or is there
> yet a way
> > > > to rotate the desktop?
> > > > Sebastian
> > >
> > > You can give a look on Xrandr, a library designed to deal with X
> Rotate
> > > and Resize extensions. There's an online manual page here:
> > > http://www.xfree86.org/current/xrandr.1.html#toc2
> >
> >   XFree86's implementation of RandR never supported rotation.
> 
> Oh, sorry. I wasn't aware of that.
> 
> Cheers,
> Lucas


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: rotate functionality in i8xx driver?

2004-06-07 Thread Alex Deucher
As I recall, the only driver that supports HW accelerated rotation is
the smi driver.

Alex

--- Lucas Correia Villa Real <[EMAIL PROTECTED]> wrote:
> On Monday 07 June 2004 16:19, Mark Vojkovich wrote:
> > On Mon, 7 Jun 2004, Lucas Correia Villa Real wrote:
> > > On Monday 07 June 2004 08:56, Sebastian Wagner wrote:
> > > > Is it planned to support Rotate functionality in the i8xx X
> drivers
> > > > (especially the i855 / intel extreme graphics 2)? Or is there
> yet a way
> > > > to rotate the desktop?
> > > > Sebastian
> > >
> > > You can give a look on Xrandr, a library designed to deal with X
> Rotate
> > > and Resize extensions. There's an online manual page here:
> > > http://www.xfree86.org/current/xrandr.1.html#toc2
> >
> >   XFree86's implementation of RandR never supported rotation.
> 
> Oh, sorry. I wasn't aware of that.
> 
> Cheers,
> Lucas





__
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/ 
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: rotate functionality in i8xx driver?

2004-06-07 Thread Lucas Correia Villa Real
On Monday 07 June 2004 16:19, Mark Vojkovich wrote:
> On Mon, 7 Jun 2004, Lucas Correia Villa Real wrote:
> > On Monday 07 June 2004 08:56, Sebastian Wagner wrote:
> > > Is it planned to support Rotate functionality in the i8xx X drivers
> > > (especially the i855 / intel extreme graphics 2)? Or is there yet a way
> > > to rotate the desktop?
> > > Sebastian
> >
> > You can give a look on Xrandr, a library designed to deal with X Rotate
> > and Resize extensions. There's an online manual page here:
> > http://www.xfree86.org/current/xrandr.1.html#toc2
>
>   XFree86's implementation of RandR never supported rotation.

Oh, sorry. I wasn't aware of that.

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


Re: rotate functionality in i8xx driver?

2004-06-07 Thread Mark Vojkovich
On Mon, 7 Jun 2004, Lucas Correia Villa Real wrote:

> On Monday 07 June 2004 08:56, Sebastian Wagner wrote:
> > Is it planned to support Rotate functionality in the i8xx X drivers
> > (especially the i855 / intel extreme graphics 2)? Or is there yet a way
> > to rotate the desktop?
> > Sebastian
>
> You can give a look on Xrandr, a library designed to deal with X Rotate and
> Resize extensions. There's an online manual page here:
> http://www.xfree86.org/current/xrandr.1.html#toc2
>

  XFree86's implementation of RandR never supported rotation.


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


Re: rotate functionality in i8xx driver?

2004-06-07 Thread Lucas Correia Villa Real
On Monday 07 June 2004 08:56, Sebastian Wagner wrote:
> Is it planned to support Rotate functionality in the i8xx X drivers
> (especially the i855 / intel extreme graphics 2)? Or is there yet a way
> to rotate the desktop?
> Sebastian

You can give a look on Xrandr, a library designed to deal with X Rotate and 
Resize extensions. There's an online manual page here:
http://www.xfree86.org/current/xrandr.1.html#toc2

Good luck :-)
Lucas
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


rotate functionality in i8xx driver?

2004-06-07 Thread Sebastian Wagner
Is it planned to support Rotate functionality in the i8xx X drivers 
(especially the i855 / intel extreme graphics 2)? Or is there yet a way 
to rotate the desktop?
Sebastian

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


$6778

2004-06-07 Thread Records..hbjkw
Hello again,

I sent you an email a few days ago.
Because we have great  news for you ! 
A bigger house with bigger savings are now yours for the taking at.. L ow er ..rat.es !
You can  easily be approved for a $200,000 loa n for only $550/month !

We represent major ban ks and le nders that will gladly accept,
and approve your mo rt.gage qualifications !
And that  means a  new m ort.gage at L.ow.er r..ates
that will save you alot of money each and every month !

Bad c.r.e.d.i.t  IS NOT a problem.
1 minute is all it takes to enter your information for a m or t gage that truly benefits YOU.
This service is -F r e e- and without any obligations

This way for a  really great opportunity ! 

Thank you for your time

Best Regards,Records..hbjkw
65195377642154139722976783inflow today bellatrix muong confession centipede christendom circumcircle plagued mortal chantey paris walton traceable bellamy corbett casein equinox leer asocial dismal brent haas confine alto idiotic among boa accede conferee malaise put handyman