CVS Update: xc (branch: trunk)

2003-03-23 Thread Thomas Dickey
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/03/23 09:19:06

Log message:
  xterm #177 (fix an ifdef)

Modified files:
  xc/programs/xterm/:
MANIFEST ptyx.h version.h xterm.log.html 
  
  Revision  ChangesPath
  1.21  +1 -1  xc/programs/xterm/MANIFEST
  3.103 +3 -3  xc/programs/xterm/ptyx.h
  3.89  +2 -2  xc/programs/xterm/version.h
  1.95  +8 -1  xc/programs/xterm/xterm.log.html

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xml-work (branch: trunk)

2003-03-23 Thread John W. Himpel
CVSROOT:/home/x-cvs
Module name:xml-work
Changes by: [EMAIL PROTECTED]   03/03/23 19:01:54

Log message:
  1) defs.ent - update to 4.3.0
  2) nochunk.xsl - remove some leftover chunk parameters
  3) param.xsl - correct syntax in string select clauses
  4) ReleaseNotes.xml  html/ReleaseNotes.html - Update to 4.3.0
  5) html/XFree86.xml - Update ReleaseNotes.xml

Modified files:
  ./:
ReleaseNotes.xml 
  xml-work/entities/:
defs.ent 
  xml-work/html/:
ReleaseNotes.html XFree86.html 
  xml-work/xml/docbook/XFree86/custom/html/:
nochunk.xsl param.xsl 
  
  Revision  ChangesPath
  1.9   +400 -650  xml-work/ReleaseNotes.xml
  1.6   +4 -4  xml-work/entities/defs.ent
  1.4   +400 -530  xml-work/html/ReleaseNotes.html
  1.15  +2110 -1963xml-work/html/XFree86.html
  1.2   +2 -5  xml-work/xml/docbook/XFree86/custom/html/nochunk.xsl
  1.5   +12 -10xml-work/xml/docbook/XFree86/custom/html/param.xsl

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-03-23 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/03/23 20:17:32

Log message:
  Snapshot: 4.3.99.1

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG xf86Date.h xf86Version.h 
  
  Revision  ChangesPath
  3.2603+4 -2  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.5   +2 -2  xc/programs/Xserver/hw/xfree86/xf86Date.h
  3.544 +3 -3  xc/programs/Xserver/hw/xfree86/xf86Version.h

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


X server dying (seg 11) when cursor reaches bottom of the screen.

2003-03-23 Thread Sven Luther
Hello, ...

I am currently developping a new driver for a not yet supported graphic
card. It used to work well as long as i was working with a mid January
cvs snapshot, but i recently upgraded to 4.3.0 sources and built a
driver from that, and since then i am experiencing X server crash when
the mouse reaches the bottom of the screen. I did not encounter this
problem before, nor does it appear when i use the vesa driver.

My driver is currently unaccelerated and does not support HW cursor, i
use shadowfb though (both with the driver and with the vesa driver).

I tried running X trought gdb to get a bit more info, but it just froze
the box, so i am a bit at a loss about finding what is going on, and
would greatly appreciate some measure of help.

The previous snapshot i was using did not seem to use the ARGB_Cursor
thingy, and as the crashes happen when i bring the cursor to the bottom
of the screen, it may be linked with that. It does not happen all the
time when i bring the cursor at the bottom of the screen. It does not
happen when all i have is background, but it does happen when i am over
the gnome 2.2 panel, or if there is a few pixels of background between
my xterm and the bottom of the screen. When in the gnome panel, it does
not happen all the time, but only when on some icon or something which
usually change color when i pass over it, and when part of the cursor is
out of the screen in the bottom part.

It does not happen when i move the gnome panel to the right or left of
the screen and when part of the cursor is outside the screen.

This is really strange to me, since the driver doesn't do any
acceleration, and even the pixmap cache and OS memory management is not
enabled, so i am rather lost, please someone help me out with this, or
at least give me some indication as to what to do.

Friendly,

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


Re: xfig crashes XFree86 server (4.3.0) with trident driver

2003-03-23 Thread Mark Vojkovich
On Sun, 23 Mar 2003, Gary E. RAFE, Ph.D. wrote:

 !   Assuming you actually have core dumps enabled, the server
 !will often not dump core unless you turn off its signal
 !trapping facility in the XF86Config file.
 !
 !Section ServerFlags
 !   Option NoTrapSignals
 !EndSection
 
 I find that xfig still core dumps when the X server crashes, as before,
 but XFree86 does not, although the console becomes corrupted
 with the NoTrapSignals option, and the system must be restarted.
 So, I'm at a loss now as to how to get the X server to core dump;
 I would expect it to just happen.

   I could be some permissions thing.  The server runs with root
privledges so you have to be careful where you dump stuff.

   Can you login remotely and run the server under the debugger,
or attach the debugger to the running server?

  gdb /usr/X11R6/bin/XFree86 serverpid

will attach to a running server.  Then you do the 

   module /usr/X11R6/lib/modules

from the gdb prompt to load the modules, then continue.  Any exceptions
will show up in GDB.


Mark.

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


bugfix to mouse driver drag locking code.

2003-03-23 Thread Paul Elliott
Please apply the following fix. It fixes a bug that occurs when mouse
button with number greater than or equal to 5 is used as a drag toggle.
Use -p1 when applying the patch.

I apologize and abase myself for finding this bug at this late date!
The only excuse I have is that, until now I have only had 4 button
trackballs to test with. 

If I have caused problems for anyone, I am sorry.


Paul Elliott   1(512)837-1096
[EMAIL PROTECTED]PMB 181, 11900 Metric Blvd Suite J
http://www.io.com/~pelliott/pme/   Austin TX 78758-3117
==cut here with a chain saw==

diff -cra xc-orig-4.3.0-cur/programs/Xserver/hw/xfree86/input/mouse/mouse.c 
xc-mod/programs/Xserver/hw/xfree86/input/mouse/mouse.c
*** xc-orig-4.3.0-cur/programs/Xserver/hw/xfree86/input/mouse/mouse.c   2003-03-24 
00:48:10.0 -0600
--- xc-mod/programs/Xserver/hw/xfree86/input/mouse/mouse.c  2003-03-24 
01:00:06.0 -0600
***
*** 471,477 
lock--;
  
/* initialize table that maps drag lock mask to target mask */
!   pLock-nib_table[lock / NIB_SIZE][1  (lock % NIB_BITS)] = 
targetM;
  
/* add new drag lock to mask of drag locks */
--- 471,477 
lock--;
  
/* initialize table that maps drag lock mask to target mask */
!   pLock-nib_table[lock / NIB_BITS][1  (lock % NIB_BITS)] = 
targetM;
  
/* add new drag lock to mask of drag locks */
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


[I18n] Re: Hello

2003-03-23 Thread geraldperreaultwe
http://www.quickleadz.bz/mort/ven/
Hi,
I just got a 30 year fixed mortgage at 4.75%. I found this website where Lenders 
compete for your business.
I thought you may want to look at it.
http://www.quickleadz.bz/mort/ven/
Thanks,
William Burton
Remove:
http://www.quickleadz.bz/mort/rem/
___
I18n mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/i18n


[XFree86] [Bug 26] New: Can't switch off screen (ATI Radeon Mobility 9000)

2003-03-23 Thread bugzilla-daemon
Hello,

I'm using Xfree86 4.3 (XFree86-4.3-5mdk.i586.rpm, the
latest package from Mandrake Cooker).

My laptop contains an ATI Radeon Mobility 9000 graphics card.

This card is supposed to be supported with Xfree86 4.3, but
I can't manage to switch the screen off:

 xset -display :0 dpms force off

The screen gets black, but not switched off
(backlighting is still on).

This used to work fine on MDK 9.0 on another laptop with an older
Radeon card (ATI Radeon Mobility M6). Unfortunately, I can't test
4.3 on this laptop.

Hoping this helps.

Don't hesitate to come back to me for more details and/or trials.
Don't hesitate to post a comment on this bug if you're facing
the same problem.

Cheers,

Michael.  
  
  
  
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Problem with Shift+F* in XF4.3.0

2003-03-23 Thread Per Graa Karlsen
I have just upgraded from XF 4.2.1 to 4.3.0 running on a FreeBSD-platform.
I use a normal US-kblayout, but I have mapped some danish special 
letters to F7-F9 with xmodmap.

My .xmodmaprc look like this:

keycode 73 = ae AE
keycode 74 = oslash Ooblique
keycode 75 = aring Aring
Ok.. F7 = ae works as it used to under 4.2.1, but the Shift-modified 
F*-keys does not not work under 4.3.0.

Fx. shift+F7 produces ae, and not AE as expected. I don't think the 
problem has anything to do with the danish special chars, as

keycode 73 = z Z

makes F7 and Shift+F7 produces z, and never Z.

Can anyone confirm this issue ?  Maybe it's a FreeBSD-only issue. I run 
FreeBSD 4.7-RELEASE if it matters to anyone.

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


[XFree86] [Bug 17] Xfree86 Server 4.3.0 fails to build on FreeBSD (5.0-current) alpha-architecture [PATCH]

2003-03-23 Thread bugzilla-daemon
[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |ASSIGNED



--- Additional Comments From [EMAIL PROTECTED]  2003-03-23 05:17 ---
A patch was commited for this problem by alanh on Mar 18. 
His patch doesn't include machine/sysarch.h to get the definition of ALPHA_SETHAE.
  
  
  
  
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Re: Hello

2003-03-23 Thread geraldperreaultwe
http://www.quickleadz.bz/mort/ven/
Hi,
I just got a 30 year fixed mortgage at 4.75%. I found this website where Lenders 
compete for your business.
I thought you may want to look at it.
http://www.quickleadz.bz/mort/ven/
Thanks,
William Burton
Remove:
http://www.quickleadz.bz/mort/rem/
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] : [XFree86] How to move cursor between screens?

2003-03-23 Thread Kun Cheng
 --
 : Mark Vojkovich [mailto:[EMAIL PROTECTED]
 : 2003323 4:54
 : Kun Cheng
 : [EMAIL PROTECTED]
 : Re: [XFree86] How to move cursor between screens?
 
 
 
 On Sat, 22 Mar 2003, Kun Cheng wrote:
 
  Hi, there
 
  How can I move cursor from one screen to another screen? For example: I
  have 2 cards, each been a screen: ':0.0' ':0.1', After I
  Run X, the cursor is on the display :0.0, how can I move it across to
  the :0.1 display? (I'm not enable xinerama)
 
  Thanks very much!
  Ken.
 
The path the cursor takes when traveling from one screen
 to the next is deterimined by the ServerLayout section in
 the XF86Config.  Example:
 
 
 Section ServerLayout
 Identifier DualHead
 Screen  0  Screen0 0 0
 Screen  1  Screen1 RightOf Screen0
 InputDeviceMouse0 CorePointer
 InputDeviceKeyboard0 CoreKeyboard
 EndSection
 
These options are documented in the man page for XF86Config.
 
 
   Mark.

Is there a method to specify a given screen the cursor will be put on after X start, 
like we can specify the viewport location?

Thanks

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


[XFree86] xfree86 4.3 on freebsd 5.0

2003-03-23 Thread rick norman
When will 4.3 binaries be available for freebsd 5.0 ?

thanks for any info.
[EMAIL PROTECTED]
-- 
__
http://www.linuxmail.org/
Now with e-mail forwarding for only US$5.95/yr

Powered by Outblaze
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] xfree86 4.3 on freebsd 5.0

2003-03-23 Thread Gerald Mixa
Am Sonntag, 23. März 2003 16:55 schrieb rick norman:
 When will 4.3 binaries be available for freebsd 5.0 ?

 thanks for any info.
 [EMAIL PROTECTED]
The sources  are already in the ports tree!
update it
and you can build the binaries by yourself!

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


Re: [XFree86] [XFree86(TM) Bug Report] overlapping strcpy in imake.c

2003-03-23 Thread Marc Aurele La France
On Sun, 23 Mar 2003, Dan Nelson wrote:

 Regarding: overlapping strcpy in imake.c
 Email: [EMAIL PROTECTED]
 
 XFree86 Version: XFree86 Version 4.3.0

 OS: FreeBSD -current

 Area: imake

 Server: not server related

 Description:

 xc/config/imake/imake.c line 1841:

 strcpy(pend+1, pend+5);

 is not a legal function call.  strcpy does not reliably handle
 overlapping arguments.  See
 http://www.opengroup.org/onlinepubs/007904975/functions/strcpy.html.
 Fix:

 memmove(pend+1, pend+5, strlen(pend+5));

Ummm.  You're right.  But the fix I'll commit is

  memmove(pend+1, pend+5, strlen(pend+5)+1);

Thanks for reporting the problem.

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.

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


[XFree86] XFree86 4.3.0 binary; cannot execute binary file

2003-03-23 Thread Christian Tannert
Hello,

it's the first time I want to install XFree86 on my own, because I want to 
find out how things in X works. 

I use SuSE8.1 Linux on a Pentium1 machine. I have the minimal Installation of 
SuSE8.1 without X.

I take the binary version of XFree86 4.3.0. I download the Xinstall.sh to find 
out, what version of XFree86 I need for my machine; I   execute it on my 
machine; the message told me to use the binary version of  
Linux-ix86-glibc22. 

I download all the binaries told in the install file (only the necassary 12 
files) from the ftp Server and the  Linux-ix86-glibc22 directory. 

Then I want to execute the installation with   sh Xinstall   , but I was told 
that extract don't work proper. So I download the source of extract, compile 
it and then run the script   sh Xinstall.shagain. Now all the files were 
extracted and copied in my fllesystem. But if I want to execute any binary of 
the /usr/X11R6/bin directory I am told: i.e.
- bash:  xf86config:  cannot execute binary file


What went wrong ? Don't the binaries work for Pentium1 machines ? Do I have to 
download the sources and then compile all sources for my pentium machine ? 
Possible wrong kernel settings ?

Any help is welcome. Thanks a lot in advance!

Christian

  


 
-- 
Christian Tannert
Hoppestr. 22
93049 Regensburg
Tel: 0941-9467474

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


[XFree86] Kiss for you!

2003-03-23 Thread rockefeller




Hi
there
Thank you
for requesting the information on the KISS system!
YOUR LIFE
WILL NEVER BE THE SAME AGAIN... (money does seem to change things around a
little!)
We have
prepared a special web site that will give you ALL the information you may
need... a life changing page (yes, it is only one page)
Please
click on: http://www.cyberwincity.com/KISS/member/kiss.asp?id=26224
Not easy
to explain this in an email:1
da


28 days to
$5000
180 days
to $6 Million
..
MONTHLY
. AUTOMATICALLY!
You will
never have to read all these "offer" emails again - this one RETIRES
YOU!!
See you
at: http://www.cyberwincity.com/KISS/member/kiss.asp?id=26224
All the
Best
Bernd Fabek
PS: You
have very little to do using this system once you have set it up. It will run on
autopilot, systematically making you a millionaire!




[XFree86] Problems with mach64 color depth

2003-03-23 Thread Bobby Goins
I have an ATI Winturbo/Winboost Mach64 GX Rev. D video card.

After installing Mandrake Linux 9.0, I cannot get my color depth greater 
than 8bit.  In WinXP , the color depth will go up to 24bit for 800x600 
and 16bit for 1024x768.

Anyone have any ideas, other than buying a new video card?



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


[XFree86] Re: : [XFree86] How to move cursor between screens?

2003-03-23 Thread Mark Vojkovich
On Sun, 23 Mar 2003, Kun Cheng wrote:

 Is there a method to specify a given screen the cursor will be put on after X start, 
 like we can specify the viewport location?
 
 Thanks
 
 

   Not that I know of.  I think it currently shows up on screen 0 (or 
maybe it was the last screen rather than the first?).  


Mark.

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


Re: [XFree86] [Bug 29] New: Graphics error with nvidia card.

2003-03-23 Thread Mark Vojkovich
On Sun, 23 Mar 2003 [EMAIL PROTECTED] wrote:

 Hello. I've experienced some problem with the driver for my graphics card in
 Xfree86 4.3.0-r1.
 I've tried both the nv and nvidia 4191 and 3123 drivers, but i still get the
 same error (http://iskall.nu/~nuke/desktop.png).
 
 Xfree86 log with 4191: http://iskall.nu/~nuke/XFree86.0.log.4191
 XFree86 log with 3123: http://iskall.nu/~nuke/XFree86.0.log.3123
 XFree86 log with nv driver: http://iskall.nu/~nuke/XFree86.0.log.nv
 XFree86 log with nv driver and Option NoAccel 1:
 http://iskall.nu/~nuke/XFree86.0.log.nvna  

   You say it happens in all cases?  Looks like a hardware problem.
Is the fan on your video card still spinning?  Does it do it if
the system sits off for a while first?  When was the last time
you saw it work correctly?


Mark.



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


RE: [XFree86] RE: Sis300 support in XFree86 version 4.3.0

2003-03-23 Thread Daniel
On Fri, 21 Mar 2003, Daniel wrote:

 Melisa,
  
 I get the same problem (missing libglide2x.so)  with XFree86
4.2.99.902
 release (essentially 4.3) whilst trying to get my Radion 9000 pro to
run
 in X under Linux Mandrake 9.0. How did you solve this? 
 -Did you get create the soft link with the libglide3x.so rather than
 libglide2x.so 

no, as I was informed the libglide3x.so was used only with 3Dfx cards
(Note: i have no idea why the message appeared -- on reboot it did not
show up again).  Do you still get that message?  Were you able to make
Xconfig recognize your card?  Did you get your driver from ATI (I
don't
remember what u said)?

 I have to admit, I haven't attempted to start X since getting the
message (missing libglide2x.so) when I run Xfree86 -configure. I guess I
assumed the worst and didn't bother. Assuming the XF8Config.new looks ok
then I will try this tomorrow.

The drivers from ATI didn't work (I'm not alone in experiencing how
ineffectual they are!)

1) attempted to install the 4.2.X ATI drivers found
athttp://www.ati.com/support/drivers/linux/radeon-linux.html?cboOS=Linux
XFree86cboProducts=RADEON+9000eula=choice=agreecm
however,  when I login as root and try:
2) $rpm -i name of file for x server 4.2.x : yields no ouptut, so
do I assume everything is ok

3) $rpm -q name of file for x server 4.2.x:tells me the package
is not installed

4) $rpm -qpl name of file for x server4 .2.x  : yields no output

5) Also I also can't seem to find where fglrxconfig is meant to be
installed let alone run it! 






Note: I have read a number of posts on ATI chips...most particularly
the
Radeon 9000. Perhaps messaging one of those people who answered
queries on
that type card (they tend to know one manufacturer well) would attract
attention? Do you keep these posts? (try [EMAIL PROTECTED] -- I
sent
you one of his posts that mentioned Radeon's 9000)

thanks for sending me the email from Danian - that too looks promising


 -Did you have to edit the XF86config to take account of this change (I
 have created mine with XFree86 - configure)
  
My Xconfig would not work until I reduced the refresh rate to 60, the
color bit to 8 and selected VESA...way bad, but was able to at least
increase the resolution to over 800x600! 
H sounds a bit worrying; I will bear this in mind

VSince I am not content (I got better results with the XFree86 version
that
came with RH7.3 -- I only went to XFree86 ver4.3 as it promised SiS300
support which wasn't happening under the RH7.3 version (I forget which
version that is)), I am gonna try to go to RH8.0 and be content till I
can
buy a new card... ;P

  
 I'm beginning to see why Windows XP (which happily coexists with my
 9000) is so popular!  
  
  

Without XP we wouldn't be able to exchange these e-mails! I like Linux
(as it is similar to the Solaris I use at work) but I would want to be
totally reliant on it!


So to end I will give some of your suggestions a go in a structured
fashion and see what works best 


Good night

Daniel



Yes, I understand that a bit! I do dual boot with Win2K still as
evidently
I too am far away from being ready/able to changeover;[ ! 

Sorry I can't help you more...I keep checking all the posts and
reading
elsewhere in hopes to find something that might put some light on this
subject. If I read anything (more), or get help from the Xconfig
people (before or after the upgrade), I will try to pass it on. 


mgolter
  
  
 Regards
  
  
 Daniel
  
  
  
 The linux and XFree4 install was so I can run some 3D
 applications...but I
 did not know that glide was so specifically aimed...the Real problem
 was
 that I couldn't get the X server configured at all.  Right now I am
 stuck with 16 bit color...(using generic VESA in Xconfigurator, which
 is
 not as good as what I could get with the XFree86 version that came
with
 RH7.3!
  
 {I installed the 4.3 version as no other version even lists the
SiS300
 chip...and it looks like 4.3 doesn't really support it either...)
  
 Thanks for info on the .so (so's I am not a gonna worry (esp since no
 system complaints!)
  
 ;)
  
 mgolter
  
  
  
 On Fri, 14 Mar 2003, Mike A. Harris wrote:
  
  On Fri, 14 Mar 2003, Melissa Golter wrote:
  
  Date: Fri, 14 Mar 2003 14:57:34 -0600 (CST)
  From: Melissa Golter [EMAIL PROTECTED]
  To: '[EMAIL PROTECTED]' [EMAIL PROTECTED]
  Cc: [EMAIL PROTECTED]
  Reply-To: [EMAIL PROTECTED]
  Content-Type: TEXT/PLAIN; charset=US-ASCII
  Subject: RE: Sis300 support in XFree86 version 4.3.0
  
  If I am reading the filename correctly, that file is 26Mb -- but if
 that
  is OK to
  send to you, will do...in the meantime, I put it in
  ftp.evl.uic.edu/pub/INcoming/mgolter/xfree/
  
  btw, ver 4.3.0 has libglide3.so but not the 2x.so nec to configure
 the
  system correctly.  I am supposing I can find the libglide2x.so
 somewhere
  (note: the previous version of XFree86 -- the one that came with
 RH7.3,
  did not include it either it seems (a *whereis* did not yield a
 

[XFree86] I can not open XFree 86 on Sony Vaio PCG-R505W/PD

2003-03-23 Thread Taiwan Roy Chang (Chang, Chi Hsiang)



Dear Sir,

Iam trying to use X windows, but it fails. Can you 
help me to check my log file?
and Tell me what should I do or where I can find out the 
answer.

Thanks


Roy ChangTaiwanE-mail: [EMAIL PROTECTED]Mobile: 
+886-952-590858I always have my dream, andtry to make my dream come 
trueCommunication makes the world perfect


XFree86.0.log
Description: Binary data


RE: [XFree86] RE: Sis300 support in XFree86 version 4.3.0

2003-03-23 Thread Melissa Golter
On Sun, 23 Mar 2003, Daniel wrote:

 
 The drivers from ATI didn't work (I'm not alone in experiencing how
 ineffectual they are!)
yes, I see constant posts re: radeons.  However, solutions seem to fly
around for them...mebbe becuz of popularity...

U should look up what xfree version is bundled with the linux
flavor/version u have, yes?


 
 1) attempted to install the 4.2.X ATI drivers found
 athttp://www.ati.com/support/drivers/linux/radeon-linux.html?cboOS=Linux
 XFree86cboProducts=RADEON+9000eula=choice=agreecm
 however,  when I login as root and try:
 2) $rpm -i name of file for x server 4.2.x : yields no ouptut, so
 do I assume everything is ok
 
 3) $rpm -q name of file for x server 4.2.x:tells me the package
 is not installed
 
 4) $rpm -qpl name of file for x server4 .2.x  : yields no output
 
 5) Also I also can't seem to find where fglrxconfig is meant to be
 installed let alone run it! 


I had all of the above experiences also...for the SiS300 which is why I
looked into and downloaded the XFree86 4.3 version... 

by fglrxconfig: did u type setup at bootup?  This gets you into the
Xconfigurator where u configure the software to run the right monitor and
card.


I will ask around my lab as there are a few people who have said they are
going with the Radeon (nvidia's are too $$$, but they (nvidia) do have
drivers that I have actually seen do work!) and see how they do this, if
they have similar probs...

I agree this seems so tangled...but I did get an email from the guru of
sis chips (an active xfree person I gather); encouraging, but have not had
a response after sending an outline of problem. Mebbe I do not explain the
problem well enuf, don't know...of course, if understood the problem well
enuf, could prob come up with solution, yes???  that or there is no
solution with my card (company offers NO support)! 

Keep on pluggin...could be something really simple like case-sensitivity,
spelling error, putting file in incorrect directory...

best, 
mgolter




 
 
 
 
 
 
 Note: I have read a number of posts on ATI chips...most particularly
 the
 Radeon 9000. Perhaps messaging one of those people who answered
 queries on
 that type card (they tend to know one manufacturer well) would attract
 attention? Do you keep these posts? (try [EMAIL PROTECTED] -- I
 sent
 you one of his posts that mentioned Radeon's 9000)
 
 thanks for sending me the email from Danian - that too looks promising
 
 
  -Did you have to edit the XF86config to take account of this change (I
  have created mine with XFree86 - configure)
   
 My Xconfig would not work until I reduced the refresh rate to 60, the
 color bit to 8 and selected VESA...way bad, but was able to at least
 increase the resolution to over 800x600! 
 H sounds a bit worrying; I will bear this in mind
 
 VSince I am not content (I got better results with the XFree86 version
 that
 came with RH7.3 -- I only went to XFree86 ver4.3 as it promised SiS300
 support which wasn't happening under the RH7.3 version (I forget which
 version that is)), I am gonna try to go to RH8.0 and be content till I
 can
 buy a new card... ;P
 
   
  I'm beginning to see why Windows XP (which happily coexists with my
  9000) is so popular!  
   
   
 
 Without XP we wouldn't be able to exchange these e-mails! I like Linux
 (as it is similar to the Solaris I use at work) but I would want to be
 totally reliant on it!
 
 
 So to end I will give some of your suggestions a go in a structured
 fashion and see what works best 
 
 
 Good night
 
 Daniel
 
 
 
 Yes, I understand that a bit! I do dual boot with Win2K still as
 evidently
 I too am far away from being ready/able to changeover;[ ! 
 
 Sorry I can't help you more...I keep checking all the posts and
 reading
 elsewhere in hopes to find something that might put some light on this
 subject. If I read anything (more), or get help from the Xconfig
 people (before or after the upgrade), I will try to pass it on. 
 
 
 mgolter
   
   
  Regards
   
   
  Daniel
   
   
   
  The linux and XFree4 install was so I can run some 3D
  applications...but I
  did not know that glide was so specifically aimed...the Real problem
  was
  that I couldn't get the X server configured at all.  Right now I am
  stuck with 16 bit color...(using generic VESA in Xconfigurator, which
  is
  not as good as what I could get with the XFree86 version that came
 with
  RH7.3!
   
  {I installed the 4.3 version as no other version even lists the
 SiS300
  chip...and it looks like 4.3 doesn't really support it either...)
   
  Thanks for info on the .so (so's I am not a gonna worry (esp since no
  system complaints!)
   
  ;)
   
  mgolter
   
   
   
  On Fri, 14 Mar 2003, Mike A. Harris wrote:
   
   On Fri, 14 Mar 2003, Melissa Golter wrote:
   
   Date: Fri, 14 Mar 2003 14:57:34 -0600 (CST)
   From: Melissa Golter [EMAIL PROTECTED]
   To: '[EMAIL PROTECTED]' [EMAIL PROTECTED]
   Cc: [EMAIL PROTECTED]
   Reply-To: [EMAIL PROTECTED]
   

Re: [XFree86] Re: : [XFree86] How to move cursor between screens?

2003-03-23 Thread Marc Aurele La France
On Sun, 23 Mar 2003, Mark Vojkovich wrote:

  Is there a method to specify a given screen the cursor will be put on
  after X start, like we can specify the viewport location?

Not that I know of.  I think it currently shows up on screen 0 (or
 maybe it was the last screen rather than the first?).

There is no option.  The cursor always starts out on screen 0, and returns
there after a server reset.

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.

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


Re: [XFree86] [XFree86(TM) Bug Report] Cirrus Logic driver causing checkered backgrounds

2003-03-23 Thread Lachlan Deck
Hi Mark,

On Sunday, March 23, 2003, at 02:17 PM, Mark Vojkovich wrote:

  Definitely a driver problem.
Okay.

 All artifacts are 8x8 which seems
to imply some problem with either the 8x8 pattern fills or the
pattern unit interfering with other operations.  You could try
adding:
  Option XaaNoMono8x8PatternFillRect

to the Section Device of the XF86Config file.
New screen shot after doing this below...
Btw, is there a listing of possible options somewhere on the web? i.e., 
is this one for the documentation.

At any rate
somebody familiar with the Cirrus driver should look into it.
Is that something you personally organise, or is that in the hope that 
someone might have seen this message?

			Mark.
Thanks again.

with regards,

--
Lachlan Deck
[EMAIL PROTECTED]
attachment: Screenshot-gFTP1.png

[XFree86] problem in getting the Graphical user Interface with 845G graphics card

2003-03-23 Thread ganguri aruna
hi all,
i have installed Red hat Linux 8.0 on PC. 
intel 1.7GH processor with 845G graphics card
When i booted the system after installation I am not getting the user interface login form(I am getting the prompt). It is giving me the error on the console
Screen(s) found, but none have a usable configuration.
Fatal server error:no screens found
when i have run the command "XFree86 -configure" , the error it was giving is
XFree86 has found valid card configuration.Unfortunately the appropriate data has not been added to xf86PciInfo.h
i am attaching the output of the command "scanpci -v"
and also the /var/log/XFree86.0.logplease help
thanks in advance
aruna
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!

scanpci -v output
Description: scanpci -v output


XFree86.0.log.log
Description: XFree86.0.log.log


Re: [XFree86] problem in getting the Graphical user Interface with 845G graphics card

2003-03-23 Thread Suryanarayanan Swaminathan
Hi,
From which user did u run this? Try running this from 'root'. I find the same problem in my personal pc. It is working from root login only.
-surya
ganguri aruna [EMAIL PROTECTED] wrote:

hi all,
i have installed Red hat Linux 8.0 on PC. 
intel 1.7GH processor with 845G graphics card
When i booted the system after installation I am not getting the user interface login form(I am getting the prompt). It is giving me the error on the console
Screen(s) found, but none have a usable configuration.
Fatal server error:no screens found
when i have run the command "XFree86 -configure" , the error it was giving is
XFree86 has found valid card configuration.Unfortunately the appropriate data has not been added to xf86PciInfo.h
i am attaching the output of the command "scanpci -v"
and also the /var/log/XFree86.0.logplease help
thanks in advance
aruna



Do you Yahoo!?Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!  ATTACHMENT part 2 application/octet-stream name=scanpci -v output  ATTACHMENT part 3 application/octet-stream name=XFree86.0.log.log Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!

[XFree86] Server Failure Report-XFree86.0.log

2003-03-23 Thread Liu Xin



Cannot run Xwindows by 'startx' 
command.XFree86.0.log


XFree86.0.log
Description: Binary data


[XFree86] Cursor Shapes

2003-03-23 Thread Anurag Palsule
Hi,

Is there any X api to detect the change in cursor
shapes and also get the current cursor shape ?

Thanks and Regards,
Anurag

__
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] problem in getting the Graphical user Interface with 845G graphics card

2003-03-23 Thread ganguri aruna
i have done all that from the root login onlyDo you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!

[XFree86] Failure on startx

2003-03-23 Thread Liu Xin



Anybody know what's the problem? Thanks a 
lot.


Fatal server error:Caught signal 8. 
Server aborting

=== Log 

XFree86 Version 4.2.0 (Red Hat Linux release: 
4.2.0-72) / X Window System(protocol Version 11, revision 0, vendor release 
6600)Release Date: 23 January 2002If the server is older than 6-12 
months, or if your card isnewer than the above date, look for a newer 
version beforereporting problems. (See http://www.XFree86.Org/)Build Operating 
System: Linux 2.4.18-11smp i686 [ELF] Build Host: 
daffy.perf.redhat.comModule Loader presentOS Kernel: Linux 
version 2.4.18-14BOOT ([EMAIL PROTECTED]) 
(gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)) #1 Wed Sep 4 11:55:51 EDT 
2002 Markers: (--) probed, (**) from config file, (==) default 
setting, (++) from command 
line, (!!) notice, (II) 
informational, (WW) warning, 
(EE) error, (NI) not implemented, (??) unknown.(==) Log file: 
"/var/log/XFree86.0.log", Time: Mon Mar 24 13:30:26 2003(==) Using config 
file: "/etc/X11/XF86Config"(==) ServerLayout "Default Layout"(**) 
|--Screen "Screen0" (0)(**) | |--Monitor 
"Monitor0"(**) | |--Device "Videocard0"(**) |--Input 
Device "Mouse0"(**) |--Input Device "Keyboard0"(**) Option 
"XkbRules" "xfree86"(**) XKB: rules: "xfree86"(**) Option "XkbModel" 
"pc105"(**) XKB: model: "pc105"(**) Option "XkbLayout" "us"(**) XKB: 
layout: "us"(==) Keyboard: CustomKeycode disabled(**) |--Input 
Device "DevInputMice"(**) FontPath set to "unix/:7100"(**) RgbPath set 
to "/usr/X11R6/lib/X11/rgb"(==) ModulePath set to 
"/usr/X11R6/lib/modules"(--) using VT number 7

(WW) Open APM failed (/dev/apm_bios) (No such 
device)(II) Module ABI versions:XFree86 ANSI C Emulation: 
0.1XFree86 Video Driver: 0.5XFree86 XInput driver : 
0.3XFree86 Server Extension : 0.1XFree86 Font Renderer : 
0.3(II) Loader running on linux(II) LoadModule: "bitmap"(II) Loading 
/usr/X11R6/lib/modules/fonts/libbitmap.a(II) Module bitmap: vendor="The 
XFree86 Project"compiled for 4.2.0, module version = 
1.0.0Module class: XFree86 Font RendererABI class: XFree86 
Font Renderer, version 0.3(II) Loading font Bitmap(II) LoadModule: 
"pcidata"(II) Loading /usr/X11R6/lib/modules/libpcidata.a(II) Module 
pcidata: vendor="The XFree86 Project"compiled for 4.2.0, module 
version = 0.1.0ABI class: XFree86 Video Driver, version 0.5(II) 
PCI: Probing config type using method 1(II) PCI: Config type is 1(II) 
PCI: stages = 0x03, oldVal1 = 0x80016004, mode1Res1 = 0x8000(II) PCI: 
PCI scan (all values are in hex)(II) PCI: 00:00:0: chip 8086,2560 card 
1028,0126 rev 01 class 06,00,00 hdr 00(II) PCI: 00:02:0: chip 8086,2562 card 
1028,0126 rev 01 class 03,00,00 hdr 00(II) PCI: 00:1d:0: chip 8086,24c2 card 
1028,0126 rev 01 class 0c,03,00 hdr 80(II) PCI: 00:1d:1: chip 8086,24c4 card 
1028,0126 rev 01 class 0c,03,00 hdr 00(II) PCI: 00:1d:2: chip 8086,24c7 card 
1028,0126 rev 01 class 0c,03,00 hdr 00(II) PCI: 00:1d:7: chip 8086,24cd card 
1028,0126 rev 01 class 0c,03,20 hdr 00(II) PCI: 00:1e:0: chip 8086,244e card 
, rev 81 class 06,04,00 hdr 01(II) PCI: 00:1f:0: chip 8086,24c0 card 
, rev 01 class 06,01,00 hdr 80(II) PCI: 00:1f:1: chip 8086,24cb card 
1028,0126 rev 01 class 01,01,8a hdr 00(II) PCI: 00:1f:3: chip 8086,24c3 card 
1028,0126 rev 01 class 0c,05,00 hdr 00(II) PCI: 00:1f:5: chip 8086,24c5 card 
1028,0126 rev 01 class 04,01,00 hdr 00(II) PCI: 01:0c:0: chip 8086,100e card 
1028,002e rev 02 class 02,00,00 hdr 00(II) PCI: End of PCI scan(II) 
LoadModule: "scanpci"(II) Loading 
/usr/X11R6/lib/modules/libscanpci.a(II) Module scanpci: vendor="The XFree86 
Project"compiled for 4.2.0, module version = 0.1.0ABI class: 
XFree86 Video Driver, version 0.5(II) UnloadModule: "scanpci"(II) 
Unloading /usr/X11R6/lib/modules/libscanpci.a(II) Host-to-PCI 
bridge:(II) PCI-to-ISA bridge:(II) PCI-to-PCI bridge:(II) Bus 0: 
bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set)(II) Bus 0 I/O 
range:[0] -10x - 0x (0x1) IX[B](II) Bus 
0 non-prefetchable memory range:[0] -10x - 0x 
(0x0) MX[B](II) Bus 0 prefetchable memory range:[0] 
-10x - 0x (0x0) MX[B](II) Bus 1: bridge is at 
(0:30:0), (0,1,1), BCTRL: 0x06 (VGA_EN is cleared)(II) Bus 1 I/O 
range:[0] -10xe000 - 0xe0ff (0x100) IX[B][1] 
-10xe400 - 0xe4ff (0x100) IX[B][2] -10xe800 - 
0xe8ff (0x100) IX[B][3] -10xec00 - 0xecff (0x100) 
IX[B](II) Bus 1 non-prefetchable memory range:[0] 
-10xff80 - 0xff9f (0x20) MX[B](II) Bus 1 prefetchable 
memory range:(II) Bus -1: bridge is at (0:31:0), (0,-1,0), BCTRL: 0x08 
(VGA_EN is set)(II) Bus -1 I/O range:(II) Bus -1 non-prefetchable memory 
range:(II) Bus -1 prefetchable memory range:(--) PCI:*(0:2:0) Intel 
unknown chipset (0x2562) rev 1, Mem  0xe800/27, 0xff68/19(II) 
Addressable bus resource ranges are[0] -10x - 0x 
(0x0) MX[B][1] -10x - 0x (0x1) IX[B](II) 
OS-reported resource ranges:[0] -10xffe0 - 0x 
(0x20) 

[XFree86] (no subject)

2003-03-23 Thread Sujith




Sir,

This is the error message when installed lred hat linux 7.1 on Intel PIV 
1.7Ghz. the XFree86 is not started and here is the problem cut and pasted 
down below.,
XFree86 Version 4.0.3 / X Window System
(protocol Version 11, revision 0, vendor release 6400)
Release Date: 16 March 2001
If the server is older than 6-12 months, or if your card is
newer than the above date, look for a newer version before
reporting problems. (See http://www.XFree86.Org/FAQ)
Operating System: Linux 2.2.17-8smp i686 [ELF] 
Module Loader present
(==) Log file: "/var/log/XFree86.0.log", Time: Mon Mar 24 12:22:28 2003
(==) Using config file: "/etc/X11/XF86Config-4"
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (??) unknown.
(==) ServerLayout "Anaconda Configured"
(**) |--Screen "Screen0" (0)
(**) | |--Monitor "Monitor0"
(**) | |--Device "Generic VGA compatible"
(**) |--Input Device "Mouse0"
(**) |--Input Device "Keyboard0"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(**) FontPath set to "unix/:7100"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(--) using VT number 7
(II) Open APM successful
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.1
XFree86 Video Driver: 0.3
XFree86 XInput driver : 0.1
XFree86 Server Extension : 0.1
XFree86 Font Renderer : 0.2
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
compiled for 4.0.3, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
compiled for 4.0.3, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.3
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,3148 card 1106, rev 00 class 06,00,00 hdr 
00
(II) PCI: 00:01:0: chip 1106,b091 card , rev 00 class 06,04,00 hdr 
01
(II) PCI: 00:09:0: chip 14f1,2f00 card 14f1,2004 rev 01 class 07,80,00 hdr 
00
(II) PCI: 00:11:0: chip 1106,3074 card 1106, rev 00 class 06,01,00 hdr 
80
(II) PCI: 00:11:1: chip 1106,0571 card 1106,0571 rev 06 class 01,01,8a hdr 
00
(II) PCI: 00:11:2: chip 1106,3038 card 0925,1234 rev 1b class 0c,03,00 hdr 
00
(II) PCI: 00:11:3: chip 1106,3038 card 0925,1234 rev 1b class 0c,03,00 hdr 
00
(II) PCI: 00:11:4: chip 1106,3038 card 0925,1234 rev 1b class 0c,03,00 hdr 
00
(II) PCI: 00:11:5: chip 1106,3059 card 1106,4161 rev 30 class 04,01,00 hdr 
00
(II) PCI: 01:00:0: chip 5333,8d04 card 5333,8d04 rev 00 class 03,00,00 hdr 
00
(II) PCI: End of PCI scan
(II) LoadModule: "scanpci"
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
compiled for 4.0.3, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.3
(II) UnloadModule: "scanpci"
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) PCI-to-ISA bridge:
(II) PCI-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x00 (VGA_EN is 
cleared)
(II) Bus 0 I/O range:
[0] -1 0x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1 0x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 0x - 0x (0x0) MX[B]
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0c (VGA_EN is set)
(II) Bus 1 I/O range:
(II) Bus 1 non-prefetchable memory range:
[0] -1 0xdfd0 - 0xdfef (0x20) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0xcfb0 - 0xdfbf (0x1010) MX[B]
(II) Bus -1: bridge is at (0:17:0), (0,-1,0), BCTRL: 0x00 (VGA_EN is 
cleared)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:
(II) Bus -1 prefetchable memory range:
(--) PCI:*(1:0:0) S3 unknown chipset (0x8d04) rev 0, Mem @ 0xdfe8/19, 
0xd000/27
(II) Addressable bus resource ranges are
[0] -1 0x - 0x (0x0) MX[B]
[1] -1 0x - 0x (0x1) IX[B]
(II) OS-reported resource ranges:
[0] -1 0xffe0 - 0x (0x20) MX[B](B)
[1] -1 0x0010 - 0x3fff (0x3ff0) MX[B]E(B)
[2] -1 0x000f - 0x000f (0x1) MX[B]
[3] -1 0x000c - 0x000e (0x3) MX[B]
[4] -1 0x - 0x0009 (0xa) MX[B]
[5] -1 0x - 0x01ff (0x200) IX[B]E
(II) Active PCI resource ranges:
[0] -1 0xdfff - 0xdfff (0x1) MX[B]
[1] -1 0xe800 - 0xebff (0x400) MX[B]
[2] -1 0xdfe7 - 0xdfe7 (0x1) MX[B](B)
[3] -1 0xd000 - 0xd7ff (0x800) MX[B](B)
[4] -1 0xdfe8 - 

Re: [XFree86] problem in getting the Graphical user Interface with845G graphics card

2003-03-23 Thread Ramesh K. Sistla
Would be interested to see your XF86config file in /etc/X11. 

 XFree86 has found valid card configuration.Unfortunately the appropriate data has 
 not been added to xf86PciInfo.h
 
 i am attaching the output of the command scanpci -v
 
 and also the /var/log/XFree86.0.log
 please help
 
 thanks in advance
 
 aruna
 
  
 
 
 
 -
 Do you Yahoo!?
 Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!

-- 
:-)
ramesh k. sistla

The Prayer of India:

lokah samastah suKhino Bhavantu -- Let the entire world be in peace!

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