[XFree86] x not listing the pci Bus 1 I/O range:

2008-07-01 Thread vishnuvaradan vishnuvaradan
Hi all

Iam using a Pmc graphics card on a base board with ppc processor along with
tundra system controller. On  pci  bus
(II) PCI: 00:00:0: chip 10e3,0148 - vme
(II) PCI: 00:02:0: chip 10b5,6520 - pci to pci bridge
(II) PCI: 01:03:0: chip 126f,0720 - Pmc card

my var/log file gives

(II) Bus 1 non-prefetchable memory range:
[0] -1  0   0x9bf0 - 0x9fff (0x410) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1  0   0x9be0 - 0x9bef (0x10) MX[B]
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,0), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1  0   0x - 0x00ff (0x100) 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]
(--) PCI:*(1:3:0) Silicon Motion, Inc. SM720 Lynx3DM rev 193, Mem @
0x9c00/26

Its NOT listing the I/o resource range for the bus1 .. what i expect like
this is NOT LISTING
--
(II) Bus 1 I/O range:
[0] -1  0   0xf200 - 0xf2000fff (0x1000) IX[B]

1. Please help me to solve the above issue
2. I have another query.. If suppose i want to access the io reg from the
xfree driver shall i use the addr 0xf200 directly or any io remapping is
required for  0xf200? if required please help me how to do it ..

I have also attached the log file

Thanks in advance


log file.log
Description: Binary data


Re: [XFree86] x not listing the pci Bus 1 I/O range:

2008-07-01 Thread Marc Aurele La France

On Tue, 1 Jul 2008, vishnuvaradan vishnuvaradan wrote:


Iam using a Pmc graphics card on a base board with ppc processor along with
tundra system controller. On  pci  bus
(II) PCI: 00:00:0: chip 10e3,0148 - vme
(II) PCI: 00:02:0: chip 10b5,6520 - pci to pci bridge
(II) PCI: 01:03:0: chip 126f,0720 - Pmc card



my var/log file gives



(II) Bus 1 non-prefetchable memory range:
   [0] -1  0   0x9bf0 - 0x9fff (0x410) MX[B]
(II) Bus 1 prefetchable memory range:
   [0] -1  0   0x9be0 - 0x9bef (0x10) MX[B]
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,0), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
   [0] -1  0   0x - 0x00ff (0x100) 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]
(--) PCI:*(1:3:0) Silicon Motion, Inc. SM720 Lynx3DM rev 193, Mem @
0x9c00/26



Its NOT listing the I/o resource range for the bus1 .. what i expect like
this is NOT LISTING
--
(II) Bus 1 I/O range:
   [0] -1  0   0xf200 - 0xf2000fff (0x1000) IX[B]



1. Please help me to solve the above issue


It seems likely that the bridge at 0:2:0 is not, in reality, forwarding I/O 
transactions to bus 1 because the I/O enable bit in its command register is 
off.  The output from `scanpci -v` would confirm this.


In any case, I strongly suspect that 0xf2000xxx I/O range to be completely 
useless to the Lynx3DM board.  As such, you have a system whose designers 
wrong-headedly decided to cripple PCI I/O.


Your options seem to be ...

1) Hack the driver to not reference fixed I/O resources (likely in the
   0x3B0-0x3DF range).  Such a change would not be accepted unless it was
   contolled by an option.
2) Replace the Lynx3DM with a board that does not need VGA resources.


2. I have another query.. If suppose i want to access the io reg from the
xfree driver shall i use the addr 0xf200 directly or any io remapping is
required for  0xf200? if required please help me how to do it ..


I've already pointed you to xf86EnableIO() in os-support/linux/lnx_video.c. 
But I really don't think relocating the driver's I/O to 0xf200 will solve 
anything.


Marc.

+--+--+
|  Marc Aurele La France   |  work:   1-780-492-9310  |
|  Academic Information and|  fax:1-780-492-1729  |
|Communications Technologies   |  email:  [EMAIL PROTECTED] |
|  352 General Services Building   +--+
|  University of Alberta   |  |
|  Edmonton, Alberta   |Standard disclaimers apply|
|  T6G 2H1 |  |
|  CANADA  |  |
+--+--+
XFree86 developer and VP.  ATI driver and X server internals.
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] X Server Crash on RedHat 8.0

2007-04-17 Thread Marc Aurele La France

On Sun, 15 Apr 2007, Adrienne Thompson wrote:


Could not init font path element unix/:7100, removing from list!



Fatal server error:
could not open default font 'fixed'



This is a common symptom on older Red Hat systems.  You need to figure out
why your font server (xfs) isn't starting properly.



On the contrary, xfs is up and running. The problem begins when I execute
startx, then xfs crashes. The X font Server was somehow corrupted by the hard
shutdown.


OK.  Then, I'll rephrase.  You need to figure out why xfs is crashing.  Try 
restarting it manually.  Although, this problem is common with older Red Hat 
systems, I have never experienced it myself and don't really know what the 
problem might be.


Marc.

+--+--+
|  Marc Aurele La France   |  work:   1-780-492-9310  |
|  Academic Information and|  fax:1-780-492-1729  |
|Communications Technologies   |  email:  [EMAIL PROTECTED] |
|  352 General Services Building   +--+
|  University of Alberta   |  |
|  Edmonton, Alberta   |Standard disclaimers apply|
|  T6G 2H1 |  |
|  CANADA  |  |
+--+--+
XFree86 developer and VP.  ATI driver and X server internals.
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] X Server Crash on RedHat 8.0

2007-04-17 Thread Adrienne Thompson
Thanks Marc:

  On the contrary, xfs is up and running. The problem begins when I execute
  startx, then xfs crashes. The X font Server was somehow corrupted by the
hard
  shutdown.

 OK.  Then, I'll rephrase.  You need to figure out why xfs is crashing.  Try
 restarting it manually.

Now that I've got X running with the band-aid fix. I'm going to turn to some
more pressing matters. I'll report back to you when I've run some experiments
with xfs. Until then --

Adrienne

___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] X Server Crash on RedHat 8.0

2007-04-15 Thread Adrienne Thompson
  Could not init font path element unix/:7100, removing from list!

  Fatal server error:
  could not open default font 'fixed'

 This is a common symptom on older Red Hat systems.  You need to figure out
 why your font server (xfs) isn't starting properly.

 Marc.

On the contrary, xfs is up and running. The problem begins when I execute
startx, then xfs crashes. The X font Server was somehow corrupted by the hard
shutdown.

I have implemented a band-aid fix. I included the line

FontPath /usr/X11R6/lib/X11/fonts/misc

in my XF86 Config file, X  now starts normally with startx and I can print.
This, however, does not correct the fundamental problem created by the power
cut.

Adrienne

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


[XFree86] X Server Crash on RedHat 8.0

2007-04-13 Thread Adrienne Thompson
I am running RedHat 8.0 3.2-7, with a SIS 620 AGP video card.

I was in the process of loading a large .pcx file in Image Magick when we had a
power cut. On rebooting, I was unable to start X. I am now also unable to print
from the terminal command line.

Can you help me recover? I'm afraid I am not yet a GNU/Linux guru and still
finding my way about after a 2- year long leave of absence :-) I have included
below, inline copies of:

1./var/log/XFree86.0.log
2./etc/X11/XF86Config
3.xcrash12.04.07.txt (saved via $ startx  xcrash12.04.07.txt)
4.Xfree86version (saved via $ XFree86 -version  XFree86version)
5.noprint (saved via $ lpr XFre86version  noprint)


Thank You
Adrienne




1./var/log/XFree86.0.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 2002
 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/)
Build Operating System: Linux 2.4.18-11smp i686 [ELF]
Build Host: daffy.perf.redhat.com

Module Loader present
OS Kernel: Linux version 2.4.18-14warp ([EMAIL PROTECTED]) (gcc version
3.2 20020903 (Red Hat Linux 8.0 3.2-7)) #2 Fri Jul 1 17:28:56 EST 2005
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 Apr 12 09:50:26 2007
(==) Using config file: /etc/X11/XF86Config
(==) ServerLayout Anaconda Configured
(**) |--Screen Screen0 (0)
(**) |   |--Monitor Monitor0
(**) |   |--Device SiS 620
(**) |--Input Device Mouse0
(**) |--Input Device Mouse1
(**) |--Input Device Keyboard0
(**) Option XkbRules xfree86
(**) XKB: rules: xfree86
(**) Option XkbModel pc105
(**) XKB: model: pc105
(**) Option XkbLayout us
(**) XKB: layout: us
(==) Keyboard: CustomKeycode disabled
(**) 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.5
 XFree86 XInput driver : 0.3
 XFree86 Server Extension : 0.1
 XFree86 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.0
 Module class: XFree86 Font Renderer
 ABI 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.0
 ABI 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 = 0x803c, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1039,0620 card , rev 02 class 06,00,00 hdr 80
(II) PCI: 00:00:1: chip 1039,5513 card 1039,5513 rev d0 class 01,01,80 hdr 80
(II) PCI: 00:01:0: chip 1039,0008 card , rev b1 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 1039,0009 card , rev 00 class ff,00,00 hdr 80
(II) PCI: 00:01:2: chip 1039,7001 card , rev 11 class 0c,03,10 hdr 80
(II) PCI: 00:02:0: chip 1039,0001 card , rev 00 class 06,04,00 hdr 01
(II) PCI: 00:0d:0: chip 1013,4000 card , rev 01 class 07,80,00 hdr 00
(II) PCI: 00:0f:0: chip 13f6,0100 card 13f6, rev 10 class 04,01,00 hdr 00
(II) PCI: 01:00:0: chip 1039,6306 card 1039,6306 rev 2a 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.2.0, module version = 0.1.0
 ABI 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] -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,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:
(II) Bus 1: bridge is at (0:2:0), (0,1,1), BCTRL: 0x0c (VGA_EN is set)
(II) Bus 1 I/O range:
 [0] -1 0xc000 - 0xc0ff (0x100) IX[B]
 [1] -1 0xc400 - 0xc4ff (0x100) IX[B]
 [2] -1 0xc800 - 0xc8ff (0x100) IX[B]
 [3] -1 0xcc00 - 0xccff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
 [0] -1 

Re: [XFree86] X Server Infinite Looping?

2006-12-24 Thread Joel Breazeale

Marc,

Presuming I want to upgrade to the latest XFree86, currently  
version4.6.0, given I am using glibc 2.2.5 is there a way I can find  
prebuilt RPMs for that particular release?  I presume that if RPMs  
aren't available that I'll have to build them from source myself.   
Thanks again for your reply.


--Joel


On Dec 23, 2006, at 10:38 AM, Marc Aurele La France wrote:


On Fri, 22 Dec 2006, Joel Breazeale wrote:

I am using XFree86 4.2.1 on Redhat 7.3 with kernel version  
2.4.22.  The X server seems to be infinite looping -- top says it  
is utilizing 99.9% of the CPU.  I suspect an X client application  
is involved though I don't know if it is the cause or a victim.   
Here's a backtrace of the X client (I'm including the loading of  
symbols just in case something in it is useful):



snip


Is there anything I can do to see what the X server is doing?   
Does anything in the above backtrace indicate whether the X client  
was the cause or the victim of this problem?  If additional  
information would be useful toward diagnosing this problem then  
please let me know and I will get it!


It would be useful to see a backtrace of the server.  However, to  
generate one, you would need to login from another system.


Also, XFree86 4.2.1 is quite old, so there's a good chance this  
problem has been addressed in a more recent version.


Marc

___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] X Server Infinite Looping?

2006-12-24 Thread Marc Aurele La France

On Sun, 24 Dec 2006, Joel Breazeale wrote:


On Dec 23, 2006, at 10:38 AM, Marc Aurele La France wrote:



On Fri, 22 Dec 2006, Joel Breazeale wrote:


I am using XFree86 4.2.1 on Redhat 7.3 with kernel version 2.4.22.  The X 
server seems to be infinite looping -- top says it is utilizing 99.9% of 
the CPU.  I suspect an X client application is involved though I don't 
know if it is the cause or a victim.  Here's a backtrace of the X client 
(I'm including the loading of symbols just in case something in it is 
useful):



snip


Is there anything I can do to see what the X server is doing?  Does 
anything in the above backtrace indicate whether the X client was the 
cause or the victim of this problem?  If additional information would be 
useful toward diagnosing this problem then please let me know and I will 
get it!


It would be useful to see a backtrace of the server.  However, to generate 
one, you would need to login from another system.


Also, XFree86 4.2.1 is quite old, so there's a good chance this problem has 
been addressed in a more recent version.


Presuming I want to upgrade to the latest XFree86, currently version4.6.0, 
given I am using glibc 2.2.5 is there a way I can find prebuilt RPMs for that 
particular release?  I presume that if RPMs aren't available that I'll have 
to build them from source myself.  Thanks again for your reply.


We do not supply OS-specific packaging, electing instead to provide tarballs.
Those for your situation can be found at

ftp://ftp.xfree86.org/pub/XFree86/4.6.0/binaries/Linux-ix86-glibc22

Marc.

+--+--+
|  Marc Aurele La France   |  work:   1-780-492-9310  |
|  Academic Information and|  fax:1-780-492-1729  |
|Communications Technologies   |  email:  [EMAIL PROTECTED] |
|  352 General Services Building   +--+
|  University of Alberta   |  |
|  Edmonton, Alberta   |Standard disclaimers apply|
|  T6G 2H1 |  |
|  CANADA  |  |
+--+--+
XFree86 developer and VP.  ATI driver and X server internals.
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] X Server Infinite Looping?

2006-12-24 Thread Marc Aurele La France

On Sun, 24 Dec 2006, Joel Breazeale wrote:


On Dec 23, 2006, at 10:38 AM, Marc Aurele La France wrote:



On Fri, 22 Dec 2006, Joel Breazeale wrote:


I am using XFree86 4.2.1 on Redhat 7.3 with kernel version 2.4.22.  The X 
server seems to be infinite looping -- top says it is utilizing 99.9% of 
the CPU.  I suspect an X client application is involved though I don't 
know if it is the cause or a victim.  Here's a backtrace of the X client 
(I'm including the loading of symbols just in case something in it is 
useful):



GNU gdb Red Hat Linux (5.1.90CVS-5)
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you 
are
welcome to change it and/or distribute copies of it under certain 
conditions.

Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for 
details.

This GDB was configured as i386-redhat-linux...
(gdb) attach 1600
Attaching to program: /home/ngtp/bin/gpc/TPuip, process 1600
Reading symbols from /usr/X11R6/lib/libXm.so.3...done.
Loaded symbols for /usr/X11R6/lib/libXm.so.3
Reading symbols from /usr/X11R6/lib/libXmu.so.6...done.
Loaded symbols for /usr/X11R6/lib/libXmu.so.6
Reading symbols from /usr/X11R6/lib/libXext.so.6...done.
Loaded symbols for /usr/X11R6/lib/libXext.so.6
Reading symbols from /usr/X11R6/lib/libXt.so.6...done.
Loaded symbols for /usr/X11R6/lib/libXt.so.6
Reading symbols from /usr/X11R6/lib/libX11.so.6...done.
Loaded symbols for /usr/X11R6/lib/libX11.so.6
Reading symbols from /lib/libnsl.so.1...done.
Loaded symbols for /lib/libnsl.so.1
Reading symbols from /usr/X11R6/lib/libXpm.so.4...done.
Loaded symbols for /usr/X11R6/lib/libXpm.so.4
Reading symbols from /lib/i686/libm.so.6...done.
Loaded symbols for /lib/i686/libm.so.6
Reading symbols from /lib/libcrypt.so.1...done.
Loaded symbols for /lib/libcrypt.so.1
Reading symbols from /opt/lib/libtcl.so...done.
Loaded symbols for /opt/lib/libtcl.so
Reading symbols from /lib/i686/libc.so.6...done.
Loaded symbols for /lib/i686/libc.so.6
Reading symbols from /usr/X11R6/lib/libSM.so.6...done.
Loaded symbols for /usr/X11R6/lib/libSM.so.6
Reading symbols from /usr/X11R6/lib/libICE.so.6...done.
Loaded symbols for /usr/X11R6/lib/libICE.so.6
Reading symbols from /usr/X11R6/lib/libXp.so.6...done.
Loaded symbols for /usr/X11R6/lib/libXp.so.6
Reading symbols from /lib/libdl.so.2...done.
Loaded symbols for /lib/libdl.so.2
Reading symbols from /lib/ld-linux.so.2...done.
Loaded symbols for /lib/ld-linux.so.2
Reading symbols from /lib/libnss_files.so.2...done.
Loaded symbols for /lib/libnss_files.so.2
Reading symbols from /usr/X11R6/lib/X11/locale/common/xlcDef.so.2...done.
Loaded symbols for /usr/X11R6/lib/X11/locale/common/xlcDef.so.2
Reading symbols from /usr/X11R6/lib/X11/locale/common/ximcp.so.2...done.
Loaded symbols for /usr/X11R6/lib/X11/locale/common/ximcp.so.2
0x420e1a0e in select () from /lib/i686/libc.so.6
(gdb) bt
#0  0x420e1a0e in select () from /lib/i686/libc.so.6
#1  0x40377f04 in _XlcPublicMethods () from /usr/X11R6/lib/libX11.so.6
#2  0x402d556a in _XRead () from /usr/X11R6/lib/libX11.so.6
#3  0x402d602a in _XReply () from /usr/X11R6/lib/libX11.so.6
#4  0x402c11fe in XGetWindowAttributes () from /usr/X11R6/lib/libX11.so.6
#5  0x080cb0ed in ListSelectionCB (w=0x82485f8, client_data=0x82476e8,
   call_data=0xb4d0) at XdmList.c:498
#6  0x402655f6 in XtCallCallbackList () from /usr/X11R6/lib/libXt.so.6
#7  0x400a35ef in ClickElement () from /usr/X11R6/lib/libXm.so.3
#8  0x400a1824 in HandleNewItem () from /usr/X11R6/lib/libXm.so.3
#9  0x400a3fca in PrevElement () from /usr/X11R6/lib/libXm.so.3
#10 0x40294601 in _XtMatchAtom () from /usr/X11R6/lib/libXt.so.6
#11 0x40294acc in _XtMatchAtom () from /usr/X11R6/lib/libXt.so.6
#12 0x40295057 in _XtTranslateEvent () from /usr/X11R6/lib/libXt.so.6
#13 0x40270cc8 in XtDispatchEventToWidget () from /usr/X11R6/lib/ 
libXt.so.6

#14 0x40271744 in _XtOnGrabList () from /usr/X11R6/lib/libXt.so.6
#15 0x40271997 in XtDispatchEvent () from /usr/X11R6/lib/libXt.so.6
#16 0x080c5a9c in UixAppProcessEvent (app=0x81e80a0)
   at UixAppProcessEvent.c:272
#17 0x0804f58e in main (argc=2, argv=0xb8d4) at uip.c:516
#18 0x42017589 in __libc_start_main () from /lib/i686/libc.so.6
(gdb)


Is there anything I can do to see what the X server is doing?  Does 
anything in the above backtrace indicate whether the X client was the 
cause or the victim of this problem?  If additional information would be 
useful toward diagnosing this problem then please let me know and I will 
get it!


It would be useful to see a backtrace of the server.  However, to generate 
one, you would need to login from another system.


Thank you for your reply.  The X server was not compiled with debug symbols. 
I tried getting a backtrace of the X server didn't get much of anything 
useful.  If you know of a way to get the current state of the X server w/o 
debug symbols please let me know!  With some trouble I can compile 

Re: [XFree86] X Server Infinite Looping?

2006-12-23 Thread Joel Breazeale

Marc,

Thank you for your reply.  The X server was not compiled with debug  
symbols.  I tried getting a backtrace of the X server didn't get much  
of anything useful.  If you know of a way to get the current state of  
the X server w/o debug symbols please let me know!  With some trouble  
I can compile the X server with debug symbols and wait for the  
problem to happen again...  if that's the only alternative.


--Joel

t
On Dec 23, 2006, at 10:38 AM, Marc Aurele La France wrote:


On Fri, 22 Dec 2006, Joel Breazeale wrote:

I am using XFree86 4.2.1 on Redhat 7.3 with kernel version  
2.4.22.  The X server seems to be infinite looping -- top says it  
is utilizing 99.9% of the CPU.  I suspect an X client application  
is involved though I don't know if it is the cause or a victim.   
Here's a backtrace of the X client (I'm including the loading of  
symbols just in case something in it is useful):



GNU gdb Red Hat Linux (5.1.90CVS-5)
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License,  
and you are
welcome to change it and/or distribute copies of it under certain  
conditions.

Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for  
details.

This GDB was configured as i386-redhat-linux...
(gdb) attach 1600
Attaching to program: /home/ngtp/bin/gpc/TPuip, process 1600
Reading symbols from /usr/X11R6/lib/libXm.so.3...done.
Loaded symbols for /usr/X11R6/lib/libXm.so.3
Reading symbols from /usr/X11R6/lib/libXmu.so.6...done.
Loaded symbols for /usr/X11R6/lib/libXmu.so.6
Reading symbols from /usr/X11R6/lib/libXext.so.6...done.
Loaded symbols for /usr/X11R6/lib/libXext.so.6
Reading symbols from /usr/X11R6/lib/libXt.so.6...done.
Loaded symbols for /usr/X11R6/lib/libXt.so.6
Reading symbols from /usr/X11R6/lib/libX11.so.6...done.
Loaded symbols for /usr/X11R6/lib/libX11.so.6
Reading symbols from /lib/libnsl.so.1...done.
Loaded symbols for /lib/libnsl.so.1
Reading symbols from /usr/X11R6/lib/libXpm.so.4...done.
Loaded symbols for /usr/X11R6/lib/libXpm.so.4
Reading symbols from /lib/i686/libm.so.6...done.
Loaded symbols for /lib/i686/libm.so.6
Reading symbols from /lib/libcrypt.so.1...done.
Loaded symbols for /lib/libcrypt.so.1
Reading symbols from /opt/lib/libtcl.so...done.
Loaded symbols for /opt/lib/libtcl.so
Reading symbols from /lib/i686/libc.so.6...done.
Loaded symbols for /lib/i686/libc.so.6
Reading symbols from /usr/X11R6/lib/libSM.so.6...done.
Loaded symbols for /usr/X11R6/lib/libSM.so.6
Reading symbols from /usr/X11R6/lib/libICE.so.6...done.
Loaded symbols for /usr/X11R6/lib/libICE.so.6
Reading symbols from /usr/X11R6/lib/libXp.so.6...done.
Loaded symbols for /usr/X11R6/lib/libXp.so.6
Reading symbols from /lib/libdl.so.2...done.
Loaded symbols for /lib/libdl.so.2
Reading symbols from /lib/ld-linux.so.2...done.
Loaded symbols for /lib/ld-linux.so.2
Reading symbols from /lib/libnss_files.so.2...done.
Loaded symbols for /lib/libnss_files.so.2
Reading symbols from /usr/X11R6/lib/X11/locale/common/xlcDef.so. 
2...done.

Loaded symbols for /usr/X11R6/lib/X11/locale/common/xlcDef.so.2
Reading symbols from /usr/X11R6/lib/X11/locale/common/ximcp.so. 
2...done.

Loaded symbols for /usr/X11R6/lib/X11/locale/common/ximcp.so.2
0x420e1a0e in select () from /lib/i686/libc.so.6
(gdb) bt
#0  0x420e1a0e in select () from /lib/i686/libc.so.6
#1  0x40377f04 in _XlcPublicMethods () from /usr/X11R6/lib/ 
libX11.so.6

#2  0x402d556a in _XRead () from /usr/X11R6/lib/libX11.so.6
#3  0x402d602a in _XReply () from /usr/X11R6/lib/libX11.so.6
#4  0x402c11fe in XGetWindowAttributes () from /usr/X11R6/lib/ 
libX11.so.6
#5  0x080cb0ed in ListSelectionCB (w=0x82485f8,  
client_data=0x82476e8,

   call_data=0xb4d0) at XdmList.c:498
#6  0x402655f6 in XtCallCallbackList () from /usr/X11R6/lib/ 
libXt.so.6

#7  0x400a35ef in ClickElement () from /usr/X11R6/lib/libXm.so.3
#8  0x400a1824 in HandleNewItem () from /usr/X11R6/lib/libXm.so.3
#9  0x400a3fca in PrevElement () from /usr/X11R6/lib/libXm.so.3
#10 0x40294601 in _XtMatchAtom () from /usr/X11R6/lib/libXt.so.6
#11 0x40294acc in _XtMatchAtom () from /usr/X11R6/lib/libXt.so.6
#12 0x40295057 in _XtTranslateEvent () from /usr/X11R6/lib/libXt.so.6
#13 0x40270cc8 in XtDispatchEventToWidget () from /usr/X11R6/lib/ 
libXt.so.6

#14 0x40271744 in _XtOnGrabList () from /usr/X11R6/lib/libXt.so.6
#15 0x40271997 in XtDispatchEvent () from /usr/X11R6/lib/libXt.so.6
#16 0x080c5a9c in UixAppProcessEvent (app=0x81e80a0)
   at UixAppProcessEvent.c:272
#17 0x0804f58e in main (argc=2, argv=0xb8d4) at uip.c:516
#18 0x42017589 in __libc_start_main () from /lib/i686/libc.so.6
(gdb)


Is there anything I can do to see what the X server is doing?   
Does anything in the above backtrace indicate whether the X client  
was the cause or the victim of this problem?  If additional  
information would be useful toward diagnosing this problem then  
please let me know and I will get it!


It would 

[XFree86] X socket file limit exceeded.

2006-09-19 Thread Royce Souther




I seem to have exceeded the limit of X sockets. 

On my LTSP server users connect to their desktops using a local VNC server session. The sockets files are found in /tmp/.X11-unix/. On my server they start at X0 and go all the way up to X99. When someone logs in they get a free socket and a corresponding socket file is created for them. In this respect they seem to be connected to the display session but I cannot be sure of that. The problem seems that when someone logs out their socket file should be removed, but it seems that is not always happening. Just today people could not login anymore. I found that all socket files from X0 to X99 were in /tmp/.X11-unix/.

I am looking for some way to figure out what sockets are still in use and which ones I can delete. That is not to hard but I still only have 100 socket files to use. I think I will need more. Is there an easy way to increase the number of socket files I can use?

I am running XFree86 4.3.0 on my server.







Royce Souther
www.SiliconTao.com
Let Open Source help your business move beyond.

For security this message is digitally authenticated by GnuPG.













signature.asc
Description: This is a digitally signed message part


Re: [XFree86] X server crashes

2006-08-18 Thread Mark Vojkovich
It's probably XFree86 driver instability.  Most likey due
to misunderstood hardware subtleties or hardware bugs that have
not been worked around.  You should really get some newer software.
Your X-server is more than three years old and there have undoubtedly
been many bug fixes since then.


Mark.


On Fri, 18 Aug 2006, Nobody NA wrote:


 hi

 I got X-server crashes (time-to-time) (see attachment).
 System: Notebook Toshiba Celeron 2.4 GGz, 256 RAM
 Some memory used as video memory (see log - stolen memory).

 Looks like wrong detection of available memory - but who is guilty - X-server 
 or kernel (driver)??

 If any additional information needed - I will send it

 With respect, Stanislav


 --
 ___
 Play 100s of games for FREE! http://games.mail.com/


___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] x windows for i915 intel chipset

2006-08-05 Thread triyogo

I wanna ask, why is my X windows doesnt works? (actually this happen
after i had reboot my laptop (before that my x windows worked fine n i
didnt do anything!!), i choose i810 in configuration)

==

(II) Primary Device is: PCI 00:02:0
(WW) I810: No matching Device section for instance (BusID PCI:0:2:0) found
(EE) No devices detected.

Fatal server error:
no screens found

==
i use toshiba M-45 with Intel 915 chipset. this email contain files of
dmesg, lspci and error log(XFree86.0.log).
i used this version:
xfree86-4.5.0-drm-source_4.5.0-1_i386.deb
xlibmesa3-4.5.0_4.5.0-1_i386.deb
xserver-xfree86-4.5.0_4.5.0-1_i386.deb

# XF86Config-4 (XFree86 X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type man XF86Config-4 at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 /var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86

Section Module
LoadGLcore
Loadbitmap
Loaddbe
Loadddc
Loaddri
Loadextmod
Loadfreetype
Loadglx
Loadint10
Loadrecord
Loadspeedo
Loadtype1
Loadvbe
Loadxtt
EndSection

Section InputDevice
Identifier  Generic Keyboard
Driver  keyboard
Option  CoreKeyboard
Option  XkbRules  xfree86
Option  XkbModel  pc104
Option  XkbLayout us
EndSection

Section InputDevice
Identifier  Configured Mouse
Driver  mouse
Option  CorePointer
Option  Device/dev/input/mice
Option  Protocol  ImPS/2
Option  Emulate3Buttons   true
Option  ZAxisMapping  4 5
EndSection

Section Device
Identifier  Generic Video Card
Driver  i810
#   Screen 0
BusID   PCI:0:2:1
#   Option  DPMS
EndSection

Section Monitor
Identifier  SEC:4532
HorizSync   30-60
VertRefresh 50-75
Option  DPMS
EndSection

Section Screen
Identifier  Default Screen
Device  Generic Video Card
Monitor SEC:4532
DefaultDepth24
SubSection Display
Depth   1
Modes   1280x960
EndSubSection
SubSection Display
Depth   4
Modes   1280x960
EndSubSection
SubSection Display
Depth   8
Modes   1280x960
EndSubSection
SubSection Display
Depth   15
Modes   1280x960
EndSubSection
SubSection Display
Depth   16
Modes   1280x960
EndSubSection
SubSection Display
Depth   24
Modes   1280x960
EndSubSection
EndSection

Section ServerLayout
Identifier  Default Layout
Screen  Default Screen
InputDevice Generic Keyboard
InputDevice Configured Mouse
EndSection


XFree86 Version 4.5.0
Release Date: 16 March 2005
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.4.7-10custom i686 [ELF] 
Current Operating System: Linux astina 2.6.15.2 #5 Fri Aug 4 14:32:01 WIT 2006 
i686
Build Date: 16 March 2005
Changelog Date: 16 March 2005
Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present
Command line: /usr/bin/X11/X -dpi 100 -nolisten tcp
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (EE) error, (WW) warning,
(II) informational, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/XFree86.0.log, Time: Fri Aug  4 21:33:10 2006
(==) Using config file: /etc/X11/XF86Config-4.
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.3
XFree86 Video Driver: 0.8
XFree86 XInput driver : 0.5
XFree86 Server Extension : 0.3
XFree86 Font Renderer : 0.5
(II) Loader running on linux
(**) Option XkbRules xfree86
(**) XKB: rules: xfree86

[XFree86] X Server crash

2006-07-18 Thread fred gitari
Hi,I got this error on my machine sometime back and now i cant load X.If xfs is running it just keeps on trying to load X but with nosuccess.It doesnt even give me a chance to login using the shellprompt.

Also attached is a copy of the Xfree86.0.log file.Please assist.
XFree86 Version 4.3.0(Redhat Linux release: 4.3.0-2)Release Date: 27 February 2003X Protocol version 11, Revision 0, Release 6.6Build Operating system: Linux 2.4.20-3bigmem i686[ELF]Build date: 27 feb 2003
Buld Host: porky.devel.redhat.comBefore reporting problems,check 

www.XFree86.orgto make sure you have the latest version.Module Loader presentOS Kernel: Linux version 2.4.20-6(

[EMAIL PROTECTED])Markers: (--) probed, (**) from config file, (==) default setting, (++) from commandline, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file:  /var/log/XFree86.0.log, Time: Tue Jul 18 11:58:39 2006(==) Using config file: /etc/X11/XF86ConfigCould not init font path element unix /:7100, removing from list!

Fatal server error:could not open default font 'fixed'When reporting a problem related to a server crash, please send thefull server output, not just the last messages.This can be found int the log file /var/log/XFree86.0.log.
Please report problems to xfree86@xfree86.org

(II) SIS(0): #0: hsize: 800  vsize 600  refresh: 85  vid: 22853
(II) SIS(0): #1: hsize: 640  vsize 480  refresh: 85  vid: 22833
(II) SIS(0): Supported additional Video Mode:
(II) SIS(0): clock: 56.2 MHz   Image Size:  280 x 210 mm
(II) SIS(0): h_active: 800  h_sync: 848  h_sync_end 912 h_blank_end 1048 
h_border: 0
(II) SIS(0): v_active: 600  v_sync: 601  v_sync_end 604 v_blanking: 631 
v_border: 0
(II) SIS(0): Ranges: V min: 50  V max: 160 Hz, H min: 30  H max: 54 kHz, 
PixClock max 70 MHz
(II) SIS(0): Serial No: WH34380046
(II) SIS(0): Monitor name: PnP Monitor
(--) SIS(0): End of DDC monitor info
(==) SIS(0): Min pixel clock is 12 MHz
(--) SIS(0): Max pixel clock is 278 MHz
(II) SIS(0): Replaced entire mode list with built-in modes
(II) SIS(0): Unknown reason in the following list means that the mode
(II) SIS(0): is not supported on the chipset/bridge/current output device.
(II) SIS(0): Monitor0: Using hsync range of 30.00-54.00 kHz
(II) SIS(0): Monitor0: Using vrefresh range of 50.00-120.00 Hz
(II) SIS(0): Clock range:  12.00 to 278.18 MHz
(II) SIS(0): Not using default mode 800x600 (hsync out of range)
(II) SIS(0): Not using default mode 800x600 (hsync out of range)
(II) SIS(0): Not using default mode 800x600 (hsync out of range)
(II) SIS(0): Not using default mode 640x480 (hsync out of range)
(II) SIS(0): Not using default mode 640x480 (hsync out of range)
(II) SIS(0): Not using default mode 640x480 (hsync out of range)
(II) SIS(0): Not using default mode 1024x768 (hsync out of range)
(II) SIS(0): Not using default mode 1024x768 (hsync out of range)
(II) SIS(0): Not using default mode 1024x768 (hsync out of range)
(II) SIS(0): Not using default mode 1024x768 (hsync out of range)
(II) SIS(0): Not using default mode 1024x768 (hsync out of range)
(WW) (1280x1024,Monitor0) mode clock 78.749MHz exceeds DDC maximum 70MHz
(II) SIS(0): Not using default mode 1280x1024 (hsync out of range)
(II) SIS(0): Not using default mode 1280x1024 (hsync out of range)
(II) SIS(0): Not using default mode 1280x1024 (hsync out of range)
(II) SIS(0): Not using default mode 1600x1200 (hsync out of range)
(II) SIS(0): Not using default mode 1600x1200 (hsync out of range)
(II) SIS(0): Not using default mode 1600x1200 (hsync out of range)
(II) SIS(0): Not using default mode 1600x1200 (hsync out of range)
(II) SIS(0): Not using default mode 1600x1200 (hsync out of range)
(II) SIS(0): Not using default mode 1600x1200 (hsync out of range)
(II) SIS(0): Not using default mode 1600x1200 (bad mode 
clock/interlace/doublescan)
(II) SIS(0): Not using default mode 1920x1440 (hsync out of range)
(II) SIS(0): Not using default mode 1920x1440 (hsync out of range)
(II) SIS(0): Not using default mode 1920x1440 (hsync out of range)
(II) SIS(0): Not using default mode 1920x1440 (bad mode 
clock/interlace/doublescan)
(II) SIS(0): Not using default mode 1920x1440 (bad mode 
clock/interlace/doublescan)
(II) SIS(0): Not using default mode 1920x1440 (bad mode 
clock/interlace/doublescan)
(II) SIS(0): Not using default mode 2048x1536 (hsync out of range)
(II) SIS(0): Not using default mode 2048x1536 (bad mode 
clock/interlace/doublescan)
(II) SIS(0): Not using default mode 2048x1536 (bad mode 
clock/interlace/doublescan)
(II) SIS(0): Not using default mode 2048x1536 (bad mode 
clock/interlace/doublescan)
(II) SIS(0): Not using default mode 2048x1536 (bad mode 
clock/interlace/doublescan)
(II) SIS(0): Not using default mode 1024x576 (hsync out of range)
(II) SIS(0): Not using default mode 1024x576 (hsync 

[XFree86] X Windows INIT runlevel 5 problem

2006-07-05 Thread Tariq Ismail Dalvi



I m having RedHat Lunix 8 on my new Mechine 
ithave Murcury Pentium 4 
Mainboard PI845GVM-AGP/PI845GLM-AGP and 
Chipset 845GL/GVwith 
512 MBs Ram 80 GBs HD the problem is i cannot start 
this mechine in 
Graphic Mode I had Installed RedHat 8 Linux version 
2.4.18.14 upgraded
XFree86 4.6 with package Linux - ix86-glibc23 
suggested by sh Xinstall.sh -check
I had Display problem for bigning now I get gray 
screen disply with mouse curser
and itstops there without any 
activatyand i get this message 
INIT id "x" respawining too fast : disabled for 5 
minutes

I shall highly appreciate aneone out there could 
give a suggest or help.

Tariq Dalvi


[XFree86] X performance problems on dual headed Dell GX620 ATI X600 video board

2006-04-12 Thread Art Parra
I'm running dual heads on a RH WS3.0 Dell GX620 with an ATI X600 video 
board.  The problem I'm having is high cpu utilization.  X seems to use 
as much as 90% (3.2.ghz processor) of the cpu when I have several 
windows on both screens and try to resize them.  Please see attached log 
and config files.  

thanks in advance  


XF86Config
Description: application/java-vm

XFree86 Version 4.3.0 (Red Hat Enterprise Linux 3 release: 4.3.0-68.EL)
Release Date: 15 August 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.21-14.ELsmp i686 [ELF] 
Build Date: 22 August 2004
Build Host: tweety.build.redhat.com
 
Before reporting any problems, please make sure you are using the most
recent XFree86 packages available from Red Hat by checking for updates
at http://rhn.redhat.com/errata or by using the Red Hat Network up2date
tool.  If you still encounter problems, please file bug reports in the
XFree86.org bugzilla at http://bugs.xfree86.org and/or Red Hat
bugzilla at http://bugzilla.redhat.com

Module Loader present
OS Kernel: Linux version 2.4.21-20.EL ([EMAIL PROTECTED]) (gcc version 3.2.3 
20030502 (Red Hat Linux 3.2.3-42)) #1 Wed Aug 18 20:58:25 EDT 2004 
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: Tue Apr 11 09:19:58 2006
(==) Using config file: /etc/X11/XF86Config
(==) ServerLayout Default Layout
(**) |--Screen aticonfig Screen 0 (0)
(**) |   |--Monitor aticonfig Monitor 0
(**) |   |--Device ATI Graphics Adapter 0
(**) |--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
(**) 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.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, 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, 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 = 0x8002007c, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2770 card 1028,01ad rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2771 card , rev 02 class 06,04,00 hdr 01
(II) PCI: 00:1c:0: chip 8086,27d0 card , rev 01 class 06,04,00 hdr 81
(II) PCI: 00:1c:1: chip 8086,27d2 card , rev 01 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,27c8 card 1028,01ad rev 01 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,27c9 card 1028,01ad rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,27ca card 1028,01ad rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,27cb card 1028,01ad rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,27cc card 1028,01ad rev 01 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card , rev e1 class 06,04,01 hdr 81
(II) PCI: 00:1e:2: chip 8086,27de card 1028,01ad rev 01 class 04,01,00 hdr 00
(II) PCI: 00:1f:0: chip 8086,27b8 card , rev 01 class 06,01,00 hdr 80
(II) PCI: 00:1f:2: chip 8086,27c0 card 1028,01ad rev 01 class 01,01,80 hdr 00
(II) PCI: 00:1f:3: chip 8086,27da card 1028,01ad rev 01 class 0c,05,00 hdr 00
(II) PCI: 01:00:0: chip 1002,5b62 card 1002,0b02 rev 00 class 03,00,00 hdr 80
(II) PCI: 01:00:1: chip 1002,5b72 card 1002,0b03 rev 00 class 03,80,00 hdr 00
(II) PCI: 02:00:0: chip 14e4,1677 card 1028,01ad rev 01 class 02,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,4), 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: 0x000a (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1  0   0xd000 - 0xdfff (0x1000) 

Re: [XFree86] X performance problems on dual headed Dell GX620 ATI X600 video board

2006-04-12 Thread Marc Aurele La France

On Wed, 12 Apr 2006, Art Parra wrote:

I'm running dual heads on a RH WS3.0 Dell GX620 with an ATI X600 video board. 
The problem I'm having is high cpu utilization.  X seems to use as much as 
90% (3.2.ghz processor) of the cpu when I have several windows on both 
screens and try to resize them.  Please see attached log and config files. 
thanks in advance


The log you attached shows that you are using ATI's proprietary driver.  If 
this problem doesn't occur with the open source ATI driver, then you'll need 
to report it to ATI.


Marc.

+--+---+
|  Marc Aurele La France   |  work:   1-780-492-9310   |
|  Academic Information and|  fax:1-780-492-1729   |
|Communications Technologies   |  email:  [EMAIL PROTECTED]  |
|  352 General Services Building   +---+
|  University of Alberta   |   |
|  Edmonton, Alberta   | Standard disclaimers apply|
|  T6G 2H1 |   |
|  CANADA  |   |
+--+---+
XFree86 developer and VP.  ATI driver and X server internals.
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] x server crash *no graphical interface*

2006-04-05 Thread Mark Vojkovich
   This is not XFree86 4.3.  This is the output of an old
XFree86 3.x server (the old XF86_SVGA server).

   It's also not entirely clear that the server isn't running
properly.   If you can move the cursor around, it probably is
and the window manager just isn't starting.

   Can you run /usr/X11R6/bin/XFree86 and get the root weave
and moveable cursor then ctrlaltbackspace to get back to
the console?  If so, the server itself is running fine.


Mark.



On Wed, 5 Apr 2006, sammy n. wrote:


 hi to all,
 i've just installed mandrake linux 9.1 on my pc
 which also runs winxp
 pro.
 i have xfree86 version 4.3.0
 i've never been able to use the graphical
 interface (i only use
 command line - very laborious).  the x server
 always crashes!
 upon starting up the system, the graphical
 interface doesn't ever
 load completely. the screen flickers lots of
 times then i'm left with
 an empty, blue desktop (no icons, no task bar;
 nothing!) and a busy
 cursor.
 when i start x, i get the following output:

 Using authority file /root/.Xauthority
 Writing authority file /root/.Xauthority
 Using authority file /root/.Xauthority
 Writing authority file /root/.Xauthority

 Fatal server error:
 Server is already active for display 0
 If this server is no longer running, remove
 /tmp/.X0-lock and start
 again


 *after removing /tmp/.X0-lock, startx gives:

 _XSERVTransSocketINETCreateListener:...SocketCreateListener()
 failed
 _XSERVTransMakeAllCOTSServerListeners: server
 already running

 Fatal Server Error:
 Cannot establish any listening sockets - Make
 sure an X server isn't
 already running


 *after killing the startx process (using top), i
 try startx again,
 and get:
 (i get the same result if i do init 3, then
 startx)

 (--) SVGA: Mode 1600*1200 needs hsync freq of
 106.25KHz. Deleted.
 (--) SVGA: Mode 1280*1024 needs hsync freq of
 107.16KHz. Deleted.
 (--) SVGA: Mode 1800*1440 needs hsync freq of
 96.15KHz. Deleted.
 (--) SVGA: Mode 1800*1440 needs hsync freq of
 104.52KHz. Deleted.
 (--) SVGA: Mode 1920*1440 needs hsync freq of
 90.00KHz. Deleted.
 (--) SVGA: Mode 1920*1440 needs hsync freq of
 112.50KHz. Deleted.
 (**) FontPath set to unix/:-1
 (--) SVGA: PCI: S3 Trio 3D rev 1, Memory @
 0xf400
 (--) SVGA: S3V: Trio 3D rev 1, Linear FB @
 0xf400
 (--) SVGA: Detected S3 Trio 3D
 (--) SVGA: using driver for chipset s3_virge
 (--) SVGA: videoram: 4096k
 (--) SVGA: Ramdac speed: 230Mhz (135MHz for
 24bpp)
 (--) SVGA: Detected current MCLK value of
 100.227MHz
 (--) SVGA: chipset: s3_virge
 (--) SVGA: videoram: 4096k
 (**) SVGA: Option sw_cursor
 (**) SVGA: Option power_saver
 (**) SVGA: Using 24bpp , Depth 24, Color weight:
 888
 (--) SVGA: Maximum allowed dot-clock: 135.000MHz
 (--) SVGA: Interlaced modes are not supported at
 24bpp
 (--) SVGA: Interlaced modes are not supported at
 24bpp
 (--) SVGA: Interlaced modes are not supported at
 24bpp
 (**) SVGA: Mode 1024*768: mode clock = 115.500
 (**) SVGA: Mode 800*600: mode clock = 69.650
 (**) SVGA: Mode 640*480: mode clock = 45.800
 (--) SVGA: Virtual resolution set to 1024*768
 (--) SVGA: Using XAA (XFree86 Acceleration
 Architecture)
 (--) SVGA: XAA: Solid filled rectangles
 (--) SVGA: XAA: Screen-to-screen copy
 (--) SVGA: XAA: 8*8 pattern fill
 (--) SVGA: XAA: 8*8 color expand fill
 (--) SVGA: XAA: CPU to screen color expansion
 (bitmap, TE/NonTE
 imagetext, TE/NonTE polytext)
 (--) SVGA: XAA: Using 8 128*128 areas for pixmap
 caching
 (--) SVGA: XAA: Caching tiles and non-transparent
 stipples
 (--) SVGA: XAA: Horizontal and vertical lines and
 segments


 *if i kill the x process instead, startx gives:

 Xlib: connection to :0.0 refused by server
 Xlib: Invalid MIT-MAGIC-COOKIE-1 key giving up
 xinit: unable to connect to X server
 

Re: [XFree86] x server crash *no graphical interface*

2006-04-05 Thread Mark Vojkovich
On Wed, 5 Apr 2006, Mark Vojkovich wrote:

This is not XFree86 4.3.  This is the output of an old
 XFree86 3.x server (the old XF86_SVGA server).

It's also not entirely clear that the server isn't running
 properly.   If you can move the cursor around, it probably is
 and the window manager just isn't starting.

Can you run /usr/X11R6/bin/XFree86 and get the root weave
 and moveable cursor then ctrlaltbackspace to get back to
 the console?  If so, the server itself is running fine.


   Whoops, in this case the server is actually /usr/X11R6/bin/XF86_SVGA
not /usr/X11R6/bin/XFree86.   /usr/X11R6/bin/XFree86 would use
the XF86Config-4 file as its configuration file.

Mark.



 On Wed, 5 Apr 2006, sammy n. wrote:

 
  hi to all,
  i've just installed mandrake linux 9.1 on my pc
  which also runs winxp
  pro.
  i have xfree86 version 4.3.0
  i've never been able to use the graphical
  interface (i only use
  command line - very laborious).  the x server
  always crashes!
  upon starting up the system, the graphical
  interface doesn't ever
  load completely. the screen flickers lots of
  times then i'm left with
  an empty, blue desktop (no icons, no task bar;
  nothing!) and a busy
  cursor.
  when i start x, i get the following output:
 
  Using authority file /root/.Xauthority
  Writing authority file /root/.Xauthority
  Using authority file /root/.Xauthority
  Writing authority file /root/.Xauthority
 
  Fatal server error:
  Server is already active for display 0
  If this server is no longer running, remove
  /tmp/.X0-lock and start
  again
 
 
  *after removing /tmp/.X0-lock, startx gives:
 
  _XSERVTransSocketINETCreateListener:...SocketCreateListener()
  failed
  _XSERVTransMakeAllCOTSServerListeners: server
  already running
 
  Fatal Server Error:
  Cannot establish any listening sockets - Make
  sure an X server isn't
  already running
 
 
  *after killing the startx process (using top), i
  try startx again,
  and get:
  (i get the same result if i do init 3, then
  startx)
 
  (--) SVGA: Mode 1600*1200 needs hsync freq of
  106.25KHz. Deleted.
  (--) SVGA: Mode 1280*1024 needs hsync freq of
  107.16KHz. Deleted.
  (--) SVGA: Mode 1800*1440 needs hsync freq of
  96.15KHz. Deleted.
  (--) SVGA: Mode 1800*1440 needs hsync freq of
  104.52KHz. Deleted.
  (--) SVGA: Mode 1920*1440 needs hsync freq of
  90.00KHz. Deleted.
  (--) SVGA: Mode 1920*1440 needs hsync freq of
  112.50KHz. Deleted.
  (**) FontPath set to unix/:-1
  (--) SVGA: PCI: S3 Trio 3D rev 1, Memory @
  0xf400
  (--) SVGA: S3V: Trio 3D rev 1, Linear FB @
  0xf400
  (--) SVGA: Detected S3 Trio 3D
  (--) SVGA: using driver for chipset s3_virge
  (--) SVGA: videoram: 4096k
  (--) SVGA: Ramdac speed: 230Mhz (135MHz for
  24bpp)
  (--) SVGA: Detected current MCLK value of
  100.227MHz
  (--) SVGA: chipset: s3_virge
  (--) SVGA: videoram: 4096k
  (**) SVGA: Option sw_cursor
  (**) SVGA: Option power_saver
  (**) SVGA: Using 24bpp , Depth 24, Color weight:
  888
  (--) SVGA: Maximum allowed dot-clock: 135.000MHz
  (--) SVGA: Interlaced modes are not supported at
  24bpp
  (--) SVGA: Interlaced modes are not supported at
  24bpp
  (--) SVGA: Interlaced modes are not supported at
  24bpp
  (**) SVGA: Mode 1024*768: mode clock = 115.500
  (**) SVGA: Mode 800*600: mode clock = 69.650
  (**) SVGA: Mode 640*480: mode clock = 45.800
  (--) SVGA: Virtual resolution set to 1024*768
  (--) SVGA: Using XAA (XFree86 Acceleration
  Architecture)
  (--) SVGA: XAA: Solid filled rectangles
  (--) SVGA: XAA: Screen-to-screen copy
  (--) SVGA: XAA: 8*8 pattern fill
  (--) SVGA: XAA: 8*8 color expand fill
  (--) SVGA: XAA: CPU to screen color expansion
  (bitmap, TE/NonTE
  imagetext, TE/NonTE polytext)
  (--) SVGA: XAA: Using 8 128*128 areas for pixmap
  caching
  (--) SVGA: XAA: Caching tiles and non-transparent
  

[XFree86] x server crash *no graphical interface*

2006-04-04 Thread sammy n.

hi to all,
i've just installed mandrake linux 9.1 on my pc which also runs winxp 
pro.
i have xfree86 version 4.3.0
i've never been able to use the graphical interface (i only use 
command line - very laborious). the x server always crashes!
upon starting up the system, the graphical interface doesn't ever 
load completely. the screen flickers lots of times then i'm left with 
an empty, blue desktop (no icons, no task bar; nothing!) and a busy 
cursor. 
when i start x, i get the following output:

 Using authority file /root/.Xauthority
 Writing authority file /root/.Xauthority
 Using authority file /root/.Xauthority
 Writing authority file /root/.Xauthority

 Fatal server error:
 Server is already active for display 0
 If this server is no longer running, remove /tmp/.X0-lock and start 
again


*after removing /tmp/.X0-lock, startx gives:

 _XSERVTransSocketINETCreateListener:...SocketCreateListener() failed
 _XSERVTransMakeAllCOTSServerListeners: server already running

 Fatal Server Error:
 Cannot establish any listening sockets - Make sure an X server isn't 
already running


*after killing the startx process (using top), i try startx again, 
and get:
 (i get the same result if i do init 3, then startx)

 (--) SVGA: Mode 1600*1200 needs hsync freq of 106.25KHz. Deleted.
 (--) SVGA: Mode 1280*1024 needs hsync freq of 107.16KHz. Deleted.
 (--) SVGA: Mode 1800*1440 needs hsync freq of 96.15KHz. Deleted.
 (--) SVGA: Mode 1800*1440 needs hsync freq of 104.52KHz. Deleted.
 (--) SVGA: Mode 1920*1440 needs hsync freq of 90.00KHz. Deleted.
 (--) SVGA: Mode 1920*1440 needs hsync freq of 112.50KHz. Deleted.
 (**) FontPath set to unix/:-1
 (--) SVGA: PCI: S3 Trio 3D rev 1, Memory @ 0xf400
 (--) SVGA: S3V: Trio 3D rev 1, Linear FB @ 0xf400
 (--) SVGA: Detected S3 Trio 3D
 (--) SVGA: using driver for chipset s3_virge
 (--) SVGA: videoram: 4096k
 (--) SVGA: Ramdac speed: 230Mhz (135MHz for 24bpp)
 (--) SVGA: Detected current MCLK value of 100.227MHz
 (--) SVGA: chipset: s3_virge
 (--) SVGA: videoram: 4096k
 (**) SVGA: Option sw_cursor
 (**) SVGA: Option power_saver
 (**) SVGA: Using 24bpp , Depth 24, Color weight: 888
 (--) SVGA: Maximum allowed dot-clock: 135.000MHz
 (--) SVGA: Interlaced modes are not supported at 24bpp
 (--) SVGA: Interlaced modes are not supported at 24bpp
 (--) SVGA: Interlaced modes are not supported at 24bpp
 (**) SVGA: Mode 1024*768: mode clock = 115.500
 (**) SVGA: Mode 800*600: mode clock = 69.650
 (**) SVGA: Mode 640*480: mode clock = 45.800
 (--) SVGA: Virtual resolution set to 1024*768
 (--) SVGA: Using XAA (XFree86 Acceleration Architecture) 
 (--) SVGA: XAA: Solid filled rectangles
 (--) SVGA: XAA: Screen-to-screen copy
 (--) SVGA: XAA: 8*8 pattern fill
 (--) SVGA: XAA: 8*8 color expand fill
 (--) SVGA: XAA: CPU to screen color expansion (bitmap, TE/NonTE 
imagetext, TE/NonTE polytext)
 (--) SVGA: XAA: Using 8 128*128 areas for pixmap caching
 (--) SVGA: XAA: Caching tiles and non-transparent stipples
 (--) SVGA: XAA: Horizontal and vertical lines and segments


*if i kill the x process instead, startx gives:

 Xlib: connection to :0.0 refused by server
 Xlib: Invalid MIT-MAGIC-COOKIE-1 key giving up
 xinit: unable to connect to X server
 xinit: No such process (errno 3): server error


*when i try gdm, i get:

 I cannot start the X server (your graphical interface).
 It is likely that it is not set up correctly.
 Would you like to view the X server to diagnose the problem?


*i take YES, and after a few more flickers from the screen, i get:

 _XSERVTransSocketINETCreateListener:...SocketCreateListener() failed
 _XSERVTransMakeAllCOTSServerListeners: server already running

 Fatal Server Error:
 Cannot establish any listening sockets - Make sure an X server isn't 
already running


*the display command gives:

 display: Unable to open X server()


*and by the way, the file: /var/log/XFree86.0.log is empty!

*my XF86Config file is included.

my system parameters are:
*monitor:
IBM 6556 P72
56Hz-85Hz compatible
800*600 - 1280*1024 resolution compatible
32bits color compatible

*graphics card:
S3 Graphics Inc. Trio 3D
4MB memory size

*and a 128mb ram.

even after re-installing linux over and over again, this problem 
persists. 
it would be great if someone could help me out coz i've got no idea 
what to do! (and please don't re-direct me to a support centre - i'm 
in africa and there are none of those here)
thanks! (sorry if my mail is a little bit long: i just had to show 
you how much i've tried)



Get your FREE email at www.sammymail.zzn.comsammymail is a FREE service provided by SammyLogin and get a GREAT email service___Get your own Web-based E-mail Service at http://www.zzn.com

XF86Config.txt
Description: XF86Config.txt


Re: [XFree86] X server crash... Help

2006-03-12 Thread Mark Vojkovich
   The XFree86.0.log file claims you have no configuration file:

(EE) Unable to locate/open config file

   You need to generate an XF86Config file (XFree86 -configure).  If
you want to run NVIDIA's binary drivers you should follow NVIDIA's
instructions on how to install and configure their drivers.
The failure to restore the console that you describe is a driver
bug.

Mark.

On Sat, 11 Mar 2006, Bob Franklin wrote:

 Last time I started up my computer(Slack 10) and successfully started x, I
 installed swaret and patched all my packages, and had just installed
 ethereal and was trouble shooting it when I decided to try switching to
 root. I logged out, logged in to root, tried to startx and got the message
 in XFree86.0.log. Ever since I started using my nvidia driver with X, I also
 have the problem that the display goes random when I logout and I have to
 work blind to log back in. I'm hoping that that's what the other log files
 are and you have an answer for me for that aswell. Any help would be much
 appreciated. I'm a novice user so it would be a great help. Until then I'm
 stuck on Knoppix... Thanks in advance.

___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] X server crash during configuration!

2006-03-10 Thread Mark Vojkovich
On Thu, 9 Mar 2006, Remy Nsiku wrote:

 Dear Sir or Madam:

 Following are the pciscan and xfreeconfig.log files
 that obtained from the configuration attempt. The PC
 is a Dell dimension 2350.

 Thank you,

 Remy Nsiku

 xfreeconfig.log:
 


 XFree86 Version 4.2.0 / X Window System
 (protocol Version 11, revision 0, vendor release 6600)
 Release Date: 18 January 2002
   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/)


   Your XFree86 version is over 4 years old and most likely
predates your graphics card.  You should upgrade.

 (--) PCI:*(0:2:0) Intel unknown chipset (0x2562) rev
 3, Mem @ 0xe000/27, 0xee00/19


Mark.
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] X server crash during configuration attempt!

2006-03-09 Thread Remy Nsiku
Dear Sir or Madam: 

Attached are the pciscan and xfreeconfig.log files
that obtained from the configuration attempt. The PC
is a Dell dimension 2350.

Thank you,

Remy Nsiku 




__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

XFree86.0.log
Description: 253077157-XFree86.0.log

pci bus 0x cardnum 0x00 function 0x00: vendor 0x8086 device 0x2560
 Intel  Device unknown
 CardVendor 0x1028 card 0x0147 (Card unknown)
  STATUS0x3090  COMMAND 0x0006
  CLASS 0x06 0x00 0x00  REVISION 0x03
  BASE0 0xe808  addr 0xe800  MEM PREFETCHABLE
  BYTE_00x33c  BYTE_1  0x00  BYTE_2  0x00  BYTE_3  0x00

pci bus 0x cardnum 0x02 function 0x00: vendor 0x8086 device 0x2562
 Intel  Device unknown
 CardVendor 0x1028 card 0x0147 (Card unknown)
  STATUS0x0090  COMMAND 0x0007
  CLASS 0x03 0x00 0x00  REVISION 0x03
  BASE0 0xe008  addr 0xe000  MEM PREFETCHABLE
  BASE1 0xee00  addr 0xee00  MEM
  MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x01  INT_LINE 0x05

pci bus 0x cardnum 0x1d function 0x00: vendor 0x8086 device 0x24c2
 Intel  Device unknown
 CardVendor 0x1028 card 0x0147 (Card unknown)
  STATUS0x0280  COMMAND 0x0005
  CLASS 0x0c 0x03 0x00  REVISION 0x02
  BIST  0x00  HEADER 0x80  LATENCY 0x00  CACHE 0x00
  BASE4 0xd801  addr 0xd800  I/O
  MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x01  INT_LINE 0x03

pci bus 0x cardnum 0x1d function 0x01: vendor 0x8086 device 0x24c4
 Intel  Device unknown
 CardVendor 0x1028 card 0x0147 (Card unknown)
  STATUS0x0280  COMMAND 0x0005
  CLASS 0x0c 0x03 0x00  REVISION 0x02
  BASE4 0xd001  addr 0xd000  I/O
  MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x02  INT_LINE 0x05

pci bus 0x cardnum 0x1d function 0x02: vendor 0x8086 device 0x24c7
 Intel  Device unknown
 CardVendor 0x1028 card 0x0147 (Card unknown)
  STATUS0x0280  COMMAND 0x0005
  CLASS 0x0c 0x03 0x00  REVISION 0x02
  BASE4 0xd401  addr 0xd400  I/O
  MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x03  INT_LINE 0x0b

pci bus 0x cardnum 0x1d function 0x07: vendor 0x8086 device 0x24cd
 Intel  Device unknown
 CardVendor 0x1028 card 0x0147 (Card unknown)
  STATUS0x0290  COMMAND 0x0006
  CLASS 0x0c 0x03 0x20  REVISION 0x02
  BASE0 0xee08  addr 0xee08  MEM
  MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x04  INT_LINE 0x09

pci bus 0x cardnum 0x1e function 0x00: vendor 0x8086 device 0x244e
 Intel  Device unknown
  STATUS0x8880  COMMAND 0x0107
  CLASS 0x06 0x04 0x00  REVISION 0x82
  HEADER0x01  LATENCY 0x00
  PRIBUS0x00  SECBUS 0x01  SUBBUS 0x01  SECLT 0x20
  IOBASE0xc000  IOLIM 0xcfff  SECSTATUS 0x2280
  NOPREFETCH_MEMBASE 0xec00  MEMLIM 0xedff
  PREFETCH_MEMBASE   0xfff0  MEMLIM 0x000f
  NO_FAST_B2B NO_SEC_BUS_RST NO_M_ABRT NO_VGA_EN ISA_EN SERR_EN NO_PERR_EN

pci bus 0x cardnum 0x1f function 0x00: vendor 0x8086 device 0x24c0
 Intel  Device unknown
  STATUS0x0280  COMMAND 0x000f
  CLASS 0x06 0x01 0x00  REVISION 0x02
  BIST  0x00  HEADER 0x80  LATENCY 0x00  CACHE 0x00
  BYTE_00x401  BYTE_1  0x00  BYTE_2  0x00  BYTE_3  0x00

pci bus 0x cardnum 0x1f function 0x01: vendor 0x8086 device 0x24cb
 Intel  Device unknown
 CardVendor 0x1028 card 0x0147 (Card unknown)
  STATUS0x0280  COMMAND 0x0007
  CLASS 0x01 0x01 0x8a  REVISION 0x02
  BASE0 0x0001  addr 0x  I/O
  BASE1 0x0001  addr 0x  I/O
  BASE2 0x0001  addr 0x  I/O
  BASE3 0x0001  addr 0x  I/O
  BASE4 0xf001  addr 0xf000  I/O
  MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x01  INT_LINE 0x00
  BYTE_00xa307a307  BYTE_1  0x00  BYTE_2  0x00  BYTE_3  0x00

pci bus 0x cardnum 0x1f function 0x03: vendor 0x8086 device 0x24c3
 Intel  Device unknown
 CardVendor 0x1028 card 0x0147 (Card unknown)
  STATUS0x0280  COMMAND 0x0001
  CLASS 0x0c 0x05 0x00  REVISION 0x02
  BASE4 0x0501  addr 0x0500  I/O
  MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x02  INT_LINE 0x0b
  BYTE_00x01  BYTE_1  0x00  BYTE_2  0x00  BYTE_3  0x00

pci bus 0x cardnum 0x1f function 0x05: vendor 0x8086 device 0x24c5
 Intel  Device unknown
 CardVendor 0x1028 card 0x0147 (Card unknown)
  STATUS0x0290  COMMAND 0x0007
  CLASS 0x04 0x01 0x00  REVISION 0x02
  BASE0 0xe001  addr 0xe000  I/O
  BASE1 0xe401  addr 0xe400  I/O
  BASE2 0xee081000  addr 0xee081000  MEM
  BASE3 0xee082000  addr 0xee082000  MEM
  MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x02  INT_LINE 0x0b
  BYTE_00x109  BYTE_1  0x00  BYTE_2  0x00  BYTE_3  0x00

pci bus 0x0001 cardnum 0x04 function 0x00: vendor 0x14f1 device 0x2013
 Device unknown
 CardVendor 0x13e0 card 0x0212 (Card unknown)
  STATUS0x0290  COMMAND 0x0007
  CLASS 0x07 0x80 0x00  REVISION 0x01
  BIST  0x00  HEADER 0x00  LATENCY 0x20  CACHE 0x00
  BASE0 0xed00  addr 

[XFree86] X server crash during configuration!

2006-03-09 Thread Remy Nsiku
Dear Sir or Madam: 

Following are the pciscan and xfreeconfig.log files
that obtained from the configuration attempt. The PC
is a Dell dimension 2350.

Thank you,

Remy Nsiku 

xfreeconfig.log:
 


XFree86 Version 4.2.0 / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 18 January 2002
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/)
Build Operating System: FreeBSD 4.6 i386 [ELF] 
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: Sun Mar
 5 21:57:52 2006
(==) Using config file: /etc/X11/XF86Config
(==) ServerLayout Simple Layout
(**) |--Screen Screen 1 (0)
(**) |   |--Monitor hp
(**) |   |--Device intel
(**) |--Input Device Mouse1
(**) |--Input Device Keyboard1
(**) Option AutoRepeat 500 30
(**) Option XkbRules xfree86
(**) XKB: rules: xfree86
(**) Option XkbModel dell101
(**) XKB: model: dell101
(**) Option XkbLayout us
(**) XKB: layout: us
(==) Keyboard: CustomKeycode disabled
(WW) `fonts.dir' not found (or not valid) in
/usr/X11R6/lib/X11/fonts/local/.
Entry deleted from font path.
(Run 'mkfontdir' on
/usr/X11R6/lib/X11/fonts/local/).
(**) FontPath set to
/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/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 syscons driver with X support (version 2.0)
(--) using VT number 9

(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.1
XFree86 Video Driver: 0.5
XFree86 XInput driver : 0.3
XFree86 Server Extension : 0.1
XFree86 Font Renderer : 0.3
(II) Loader running on freebsd
(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.0
Module class: XFree86 Font Renderer
ABI 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.0
ABI 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 = 0x,
mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2560 card 1028,0147 rev
03 class 06,00,00 hdr 00
(II) PCI: 00:02:0: chip 8086,2562 card 1028,0147 rev
03 class 03,00,00 hdr 00
(II) PCI: 00:1d:0: chip 8086,24c2 card 1028,0147 rev
02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24c4 card 1028,0147 rev
02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24c7 card 1028,0147 rev
02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24cd card 1028,0147 rev
02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card , rev
82 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24c0 card , rev
02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24cb card 1028,0147 rev
02 class 01,01,8a hdr 00
(II) PCI: 00:1f:3: chip 8086,24c3 card 1028,0147 rev
02 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,24c5 card 1028,0147 rev
02 class 04,01,00 hdr 00
(II) PCI: 01:04:0: chip 14f1,2013 card 13e0,0212 rev
01 class 07,80,00 hdr 00
(II) PCI: 01:09:0: chip 14e4,4401 card 1028,8127 rev
01 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.0
ABI 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] -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:30:0), (0,1,1), BCTRL:
0x06 (VGA_EN is cleared)
(II) Bus 1 I/O range:
[0] -1  0xc000 - 0xc0ff (0x100) IX[B]
[1] -1  0xc400 - 0xc4ff (0x100) IX[B]
[2] -1  0xc800 - 0xc8ff (0x100) IX[B]
[3] -1  0xcc00 - 0xccff (0x100) IX[B]
(II) Bus 1 

Re: [XFree86] X server crash... Help

2006-02-22 Thread Mark Vojkovich
   Console restoration problems would be a driver issue, not a
server issue.

Mark.

On Tue, 21 Feb 2006, Bob Franklin wrote:

 Last time I started up my computer(Slack 10) and successfully started x, I
 installed swaret and patched all my packages, and had just installed
 ethereal and was trouble shooting it when I decided to try switching to
 root. I logged out, logged in to root, tried to startx and got the message
 in XFree86.0.log. Ever since I started using my nvidia driver with X, I also
 have the problem that the display goes random when I logout and I have to
 work blind to log back in. I'm hoping that that's what the other log files
 are and you have an answer for me for that aswell. Any help would be much
 appreciated. I'm a novice user so it would be a great help. Until then I'm
 stuck on Knoppix... Thanks in advance.

___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] X Window system currupted

2006-02-20 Thread Mark Vojkovich
   The only solution I know of to that problem is to reinstall
XFree86 or at least reinstall the modules.   The deleted bitmap
and pci modules seem to be a Red Hat specific problem.  I don't
know if anyone identified what it was on that distribution that
deletes those modules, but I do know that the server won't start
without them.

Mark.

On Sun, 19 Feb 2006, rajesh kumar kalaria wrote:

 i have attached the error log file with this mail please refer it to solve my 
 problem of failure in X window system.
   thanks.

___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] X Window system currupted

2006-02-19 Thread rajesh kumar kalaria
i have attached the error log file with this mail please refer it to solve my problem of failure in X window system.  thanks.
		 Yahoo! Mail 
Use Photomail to share photos without annoying attachments.

XFree86.0.log
Description: 4238048287-XFree86.0.log


Re: [XFree86] X starts when mouse is not connected (AllowMouseOpenFail = false)

2005-12-19 Thread Lance Duivenbode

Ok, thanks for you help anyway Marc - it is much appreciated.

For the time being I've managed to write an app that attempts to set the 
mouse to 3D mode. If this fails I can tell there's no mouse attached. 
Crude but it does the job.


Best wishes for the festive season and keep up the great work.

Regards,
Lance

Marc Aurele La France wrote:


On Thu, 24 Nov 2005, Lance Duivenbode wrote:


Lance Duivenbode wrote:


Marc Aurele La France wrote:


On Fri, 23 Sep 2005, Marc Aurele La France wrote:


On Fri, 23 Sep 2005, Lance Duivenbode wrote:


Marc Aurele La France wrote:


On Tue, 13 Sep 2005, Lance Duivenbode wrote:


Marc Aurele La France wrote:


On Thu, 8 Sep 2005, Lance Duivenbode wrote:

I work for uses Linux (a custom version) running the  2.4.24 
kernel and we've just upgraded to XFree86 4.5.0. Previously, 
when X was started without a mouse it would exit back to the 
shell complaining that it couldn't find the core pointer. 
However, since we've upgraded to 4.5.0 this behaviour no 
longer occurs - even with the AllowMouseOpenFail server 
flag explicitly set to false.




Given the fact that my company remotely manages internet 
kiosks, we want to be able to detect if a mouse is not 
connected since this usually indicates faulty hardware. Is it 
still possible to prevent X from starting if there is no 
mouse attached or has this option been removed? I would 
appreciate any help since I've not been able to find anything 
in the docs or via searching the internet.




This is likely a consequence of auto-configuration.  I'll have 
a look. You wouldn't happen to have a mouse-less log, would you?




Thanks for you reply. I've included a mouse-less log as 
requested as well as the configuration file.





You say you upgraded to 4.5.0.  From what version?




Sorry about the delay but it took some time to find out (I'm 
pretty new to the company). It appears we were running version 
4.2 before.





OK.  Does it make any difference to add O_EXCL back into
xf86OpenSerial()'s open(2) call on line 143 of 
xc/programs/Xserver/hw/xfree86/os-support/shared/posix_tty.c?





Anything more on this?





Sorry Marc, I've been a little bit busy with other things lately.




In regards to the change, I could only find it on line 150 of 
posix_tty.c where the code is:





   SYSCALL (fd = open (dev, O_RDWR | O_NONBLOCK));
   if (fd == -1)
   {
   xf86Msg (X_ERROR,
xf86OpenSerial: Cannot open device %s\n\t%s.\n,
dev, strerror (errno));
   xfree(dev);
   return (-1);
   }




I've made the change and as I write this it's building. I'll let you 
know what happens when I've tested it (hopefully today or tomorrow),




I finally managed to get around to testing the change you suggested 
(I replaced the XFree86 binary with the new one - hope that's the 
right thing to do!). Unfortunately it made no difference. Even if 
'AllowMouseOpenFail' is explicitly set to 'false' it still fails. Any 
other ideas?



The only thing I can think of is that the kernel now thinks there is a 
mouse regardless.


Marc.

+--+---+
|  Marc Aurele La France   |  work:   1-780-492-9310   |
|  Academic Information and|  fax:1-780-492-1729   |
|Communications Technologies   |  email:  [EMAIL PROTECTED]  |
|  352 General Services Building   +---+
|  University of Alberta   |   |
|  Edmonton, Alberta   | Standard disclaimers apply|
|  T6G 2H1 |   |
|  CANADA  |   |
+--+---+
XFree86 developer and VP.  ATI driver and X server internals.
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86



___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] X server not started.. help me please....

2005-12-17 Thread nidhi

Sir,

when i install the linux redhat 9.0  for the first restart the X sarver is 
running well.


in the second restart X server is not started.
i tried manually(after ctrl+alt+F2giving the 'startx' command) but it 
didnot started.


the error is

Using Authority file   /root/.Xauthority
writing Authority file  /root/.Xauthority

Fatal server error:
  server is already active for display 0
if server is no longer running, remove /tmp/.X0-lock and start again

( i tried this also but still not working)



Xlib :connecting to  :0.0  refused by server
Xlib : invalid MIT-MAJIC-COOKIE-1 Key
   giving up
Xinit :unable to connect X server
Xinit : No such process (error no 3): Server error.


please  help me out . i'm newbie to linux


thanks in advance  regards
nidhi.

___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] X starts when mouse is not connected (AllowMouseOpenFail = false)

2005-12-17 Thread Marc Aurele La France

On Thu, 24 Nov 2005, Lance Duivenbode wrote:

Lance Duivenbode wrote:

Marc Aurele La France wrote:

On Fri, 23 Sep 2005, Marc Aurele La France wrote:

On Fri, 23 Sep 2005, Lance Duivenbode wrote:

Marc Aurele La France wrote:

On Tue, 13 Sep 2005, Lance Duivenbode wrote:

Marc Aurele La France wrote:

On Thu, 8 Sep 2005, Lance Duivenbode wrote:
I work for uses Linux (a custom version) running the  2.4.24 kernel 
and we've just upgraded to XFree86 4.5.0. Previously, when X was 
started without a mouse it would exit back to the shell complaining 
that it couldn't find the core pointer. However, since we've 
upgraded to 4.5.0 this behaviour no longer occurs - even with the 
AllowMouseOpenFail server flag explicitly set to false.


Given the fact that my company remotely manages internet kiosks, we 
want to be able to detect if a mouse is not connected since this 
usually indicates faulty hardware. Is it still possible to prevent X 
from starting if there is no mouse attached or has this option been 
removed? I would appreciate any help since I've not been able to 
find anything in the docs or via searching the internet.


This is likely a consequence of auto-configuration.  I'll have a 
look. You wouldn't happen to have a mouse-less log, would you?


Thanks for you reply. I've included a mouse-less log as requested as 
well as the configuration file.



You say you upgraded to 4.5.0.  From what version?


Sorry about the delay but it took some time to find out (I'm pretty new 
to the company). It appears we were running version 4.2 before.



OK.  Does it make any difference to add O_EXCL back into
xf86OpenSerial()'s open(2) call on line 143 of 
xc/programs/Xserver/hw/xfree86/os-support/shared/posix_tty.c?



Anything more on this?



Sorry Marc, I've been a little bit busy with other things lately.


In regards to the change, I could only find it on line 150 of posix_tty.c 
where the code is:



   SYSCALL (fd = open (dev, O_RDWR | O_NONBLOCK));
   if (fd == -1)
   {
   xf86Msg (X_ERROR,
xf86OpenSerial: Cannot open device %s\n\t%s.\n,
dev, strerror (errno));
   xfree(dev);
   return (-1);
   }


I've made the change and as I write this it's building. I'll let you know 
what happens when I've tested it (hopefully today or tomorrow),


I finally managed to get around to testing the change you suggested (I 
replaced the XFree86 binary with the new one - hope that's the right thing to 
do!). Unfortunately it made no difference. Even if 'AllowMouseOpenFail' is 
explicitly set to 'false' it still fails. Any other ideas?


The only thing I can think of is that the kernel now thinks there is a mouse 
regardless.


Marc.

+--+---+
|  Marc Aurele La France   |  work:   1-780-492-9310   |
|  Academic Information and|  fax:1-780-492-1729   |
|Communications Technologies   |  email:  [EMAIL PROTECTED]  |
|  352 General Services Building   +---+
|  University of Alberta   |   |
|  Edmonton, Alberta   | Standard disclaimers apply|
|  T6G 2H1 |   |
|  CANADA  |   |
+--+---+
XFree86 developer and VP.  ATI driver and X server internals.
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] X starts when mouse is not connected (AllowMouseOpenFail = false)

2005-11-29 Thread Marc Aurele La France

On Thu, 24 Nov 2005, Lance Duivenbode wrote:

I finally managed to get around to testing the change you suggested (I 
replaced the XFree86 binary with the new one - hope that's the right thing to 
do!). Unfortunately it made no difference. Even if 'AllowMouseOpenFail' is 
explicitly set to 'false' it still fails. Any other ideas?


Not at this point.  I'll keep looking.

Marc.

+--+---+
|  Marc Aurele La France   |  work:   1-780-492-9310   |
|  Academic Information and|  fax:1-780-492-1729   |
|Communications Technologies   |  email:  [EMAIL PROTECTED]  |
|  352 General Services Building   +---+
|  University of Alberta   |   |
|  Edmonton, Alberta   | Standard disclaimers apply|
|  T6G 2H1 |   |
|  CANADA  |   |
+--+---+
XFree86 developer and VP.  ATI driver and X server internals.
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] X Windows Crashes when App goes Full Screen

2005-11-23 Thread Mike McWilliam
Hello Out there

   I am really sorry to disturb you people. I have been
looking out there on a lot of forums and I think that I am the only
one with this problem so I am going to the XWindows people directly.
So the details on my computer:

XFree86 version: 6.8.2
OS: SuSE 10.0 x86_64
Video Card: Matrox G400
Monitor: LG L1950S

  I had a CRT and my computer ran a lot of full screen apps
well. Now I hav a flat screen monitor. Now I have issues with full
screen apps. I have gone through Sax2 and the X11 config files and
ensured that the seetings for my monitor are correct. Everything
specified is within the manufacturers specs so I think that I am doing
things right. So there are two things that happen when I launch a full
screen app:

1) This screen shows a picture, however it is not aligned.

2) The screen shows no picture. The intro music is playing but there
is no picture.

I think for some strange reason XWindows goes out of the preset
parameters. I have had to always center my screen with YaST when ever
I re-install Linux (after the CRT). It seems to forget the setings
when an App takes over full screen. Can someone help me figure out
what is going on. Thanks

Take Care
Mike McW

PS The Log and the Config File were copied after a reset from a crash.


xorg.conf
Description: Binary data


XFree86.0.log
Description: Binary data


Re: [XFree86] X Windows Crashes when App goes Full Screen

2005-11-23 Thread Mark Vojkovich
   You're not running XFree86; you're running X.org, which is
a different project, so the issue you are describing might not
be relevant to XFree86.

   I assume by full screen app you mean an OpenGL game?
If so, this is probably an OpenGL issue rather than a server
issue.

Mark.

On Wed, 23 Nov 2005, Mike McWilliam wrote:

 Hello Out there

I am really sorry to disturb you people. I have been
 looking out there on a lot of forums and I think that I am the only
 one with this problem so I am going to the XWindows people directly.
 So the details on my computer:

 XFree86 version: 6.8.2
 OS: SuSE 10.0 x86_64
 Video Card: Matrox G400
 Monitor: LG L1950S

   I had a CRT and my computer ran a lot of full screen apps
 well. Now I hav a flat screen monitor. Now I have issues with full
 screen apps. I have gone through Sax2 and the X11 config files and
 ensured that the seetings for my monitor are correct. Everything
 specified is within the manufacturers specs so I think that I am doing
 things right. So there are two things that happen when I launch a full
 screen app:

 1) This screen shows a picture, however it is not aligned.

 2) The screen shows no picture. The intro music is playing but there
 is no picture.

 I think for some strange reason XWindows goes out of the preset
 parameters. I have had to always center my screen with YaST when ever
 I re-install Linux (after the CRT). It seems to forget the setings
 when an App takes over full screen. Can someone help me figure out
 what is going on. Thanks

 Take Care
 Mike McW

 PS The Log and the Config File were copied after a reset from a crash.

___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] X starts when mouse is not connected (AllowMouseOpenFail = false)

2005-11-23 Thread Lance Duivenbode

Hi Marc,

I finally managed to get around to testing the change you suggested (I 
replaced the XFree86 binary with the new one - hope that's the right 
thing to do!). Unfortunately it made no difference. Even if 
'AllowMouseOpenFail' is explicitly set to 'false' it still fails. Any 
other ideas?


Lance

Lance Duivenbode wrote:


Sorry Marc, I've been a little bit busy with other things lately.

In regards to the change, I could only find it on line 150 of 
posix_tty.c where the code is:


   SYSCALL (fd = open (dev, O_RDWR | O_NONBLOCK));
   if (fd == -1)
   {
   xf86Msg (X_ERROR,
xf86OpenSerial: Cannot open device %s\n\t%s.\n,
dev, strerror (errno));
   xfree(dev);
   return (-1);
   }

I've made the change and as I write this it's building. I'll let you 
know what happens when I've tested it (hopefully today or tomorrow),


Lance


Marc Aurele La France wrote:


On Fri, 23 Sep 2005, Marc Aurele La France wrote:


On Fri, 23 Sep 2005, Lance Duivenbode wrote:


Marc Aurele La France wrote:


On Tue, 13 Sep 2005, Lance Duivenbode wrote:


Marc Aurele La France wrote:


On Thu, 8 Sep 2005, Lance Duivenbode wrote:

I work for uses Linux (a custom version) running the  2.4.24 
kernel and we've just upgraded to XFree86 4.5.0. Previously, 
when X was started without a mouse it would exit back to the 
shell complaining that it couldn't find the core pointer. 
However, since we've upgraded to 4.5.0 this behaviour no longer 
occurs - even with the AllowMouseOpenFail server flag 
explicitly set to false.





Given the fact that my company remotely manages internet 
kiosks, we want to be able to detect if a mouse is not 
connected since this usually indicates faulty hardware. Is it 
still possible to prevent X from starting if there is no mouse 
attached or has this option been removed? I would appreciate 
any help since I've not been able to find anything in the docs 
or via searching the internet.





This is likely a consequence of auto-configuration.  I'll have a 
look. You wouldn't happen to have a mouse-less log, would you?





Thanks for you reply. I've included a mouse-less log as requested 
as well as the configuration file.






You say you upgraded to 4.5.0.  From what version?





Sorry about the delay but it took some time to find out (I'm pretty 
new to the company). It appears we were running version 4.2 before.






OK.  Does it make any difference to add O_EXCL back into
xf86OpenSerial()'s open(2) call on line 143 of 
xc/programs/Xserver/hw/xfree86/os-support/shared/posix_tty.c?




Anything more on this?

Marc.

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



___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86



___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] X Windows Crashes when App goes Full Screen

2005-11-23 Thread Mike McWilliam
Thanks Mark

Appreciate the help

On 11/23/05, Mark Vojkovich [EMAIL PROTECTED] wrote:
You're not running XFree86; you're running X.org, which is
 a different project, so the issue you are describing might not
 be relevant to XFree86.

I assume by full screen app you mean an OpenGL game?
 If so, this is probably an OpenGL issue rather than a server
 issue.

 Mark.

 On Wed, 23 Nov 2005, Mike McWilliam wrote:

  Hello Out there
 
 I am really sorry to disturb you people. I have been
  looking out there on a lot of forums and I think that I am the only
  one with this problem so I am going to the XWindows people directly.
  So the details on my computer:
 
  XFree86 version: 6.8.2
  OS: SuSE 10.0 x86_64
  Video Card: Matrox G400
  Monitor: LG L1950S
 
I had a CRT and my computer ran a lot of full screen apps
  well. Now I hav a flat screen monitor. Now I have issues with full
  screen apps. I have gone through Sax2 and the X11 config files and
  ensured that the seetings for my monitor are correct. Everything
  specified is within the manufacturers specs so I think that I am doing
  things right. So there are two things that happen when I launch a full
  screen app:
 
  1) This screen shows a picture, however it is not aligned.
 
  2) The screen shows no picture. The intro music is playing but there
  is no picture.
 
  I think for some strange reason XWindows goes out of the preset
  parameters. I have had to always center my screen with YaST when ever
  I re-install Linux (after the CRT). It seems to forget the setings
  when an App takes over full screen. Can someone help me figure out
  what is going on. Thanks
 
  Take Care
  Mike McW
 
  PS The Log and the Config File were copied after a reset from a crash.
 
 ___
 XFree86 mailing list
 XFree86@XFree86.Org
 http://XFree86.Org/mailman/listinfo/xfree86


___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] X window session timeout through firewall

2005-10-31 Thread Shaw, Marco
CheckPoint NG firewall

We have some X sessions through some clustered NG firewalls that will
drop.

We don't want to put a generalized config to increase the TCP timeouts
for
any X related ports, and have that apply to *everyone* using those
ports.

Is there some kind of way to have the client keep sending some type of 
keep-alive to keep the X sessions up?

The users claim that they are continuously using their sessions, but
they
still timeout.  I haven't read up on X enough to figure out if it works
at all like FTP with control sessions (where the control session might
stay idle for long amounts of time, during a big download, for example).

We will soon be getting some network sniffers to see what's going on.

Any ideas?

Marco

___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] X starts when mouse is not connected (AllowMouseOpenFail = false)

2005-10-31 Thread Marc Aurele La France

On Fri, 23 Sep 2005, Marc Aurele La France wrote:

On Fri, 23 Sep 2005, Lance Duivenbode wrote:

Marc Aurele La France wrote:

On Tue, 13 Sep 2005, Lance Duivenbode wrote:

Marc Aurele La France wrote:

On Thu, 8 Sep 2005, Lance Duivenbode wrote:
I work for uses Linux (a custom version) running the  2.4.24 kernel and 
we've just upgraded to XFree86 4.5.0. Previously, when X was started 
without a mouse it would exit back to the shell complaining that it 
couldn't find the core pointer. However, since we've upgraded to 4.5.0 
this behaviour no longer occurs - even with the AllowMouseOpenFail 
server flag explicitly set to false.


Given the fact that my company remotely manages internet kiosks, we 
want to be able to detect if a mouse is not connected since this 
usually indicates faulty hardware. Is it still possible to prevent X 
from starting if there is no mouse attached or has this option been 
removed? I would appreciate any help since I've not been able to find 
anything in the docs or via searching the internet.


This is likely a consequence of auto-configuration.  I'll have a look. 
You wouldn't happen to have a mouse-less log, would you?


Thanks for you reply. I've included a mouse-less log as requested as well 
as the configuration file.



You say you upgraded to 4.5.0.  From what version?


Sorry about the delay but it took some time to find out (I'm pretty new to 
the company). It appears we were running version 4.2 before.



OK.  Does it make any difference to add O_EXCL back into
xf86OpenSerial()'s open(2) call on line 143 of 
xc/programs/Xserver/hw/xfree86/os-support/shared/posix_tty.c?


Anything more on this?

Marc.

+--+---+
|  Marc Aurele La France   |  work:   1-780-492-9310   |
|  Academic Information and|  fax:1-780-492-1729   |
|Communications Technologies   |  email:  [EMAIL PROTECTED]  |
|  352 General Services Building   +---+
|  University of Alberta   |   |
|  Edmonton, Alberta   | Standard disclaimers apply|
|  T6G 2H1 |   |
|  CANADA  |   |
+--+---+
XFree86 developer and VP.  ATI driver and X server internals.
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] X starts when mouse is not connected (AllowMouseOpenFail = false)

2005-10-31 Thread Lance Duivenbode

Sorry Marc, I've been a little bit busy with other things lately.

In regards to the change, I could only find it on line 150 of 
posix_tty.c where the code is:


   SYSCALL (fd = open (dev, O_RDWR | O_NONBLOCK));
   if (fd == -1)
   {
   xf86Msg (X_ERROR,
xf86OpenSerial: Cannot open device %s\n\t%s.\n,
dev, strerror (errno));
   xfree(dev);
   return (-1);
   }

I've made the change and as I write this it's building. I'll let you 
know what happens when I've tested it (hopefully today or tomorrow),


Lance


Marc Aurele La France wrote:


On Fri, 23 Sep 2005, Marc Aurele La France wrote:


On Fri, 23 Sep 2005, Lance Duivenbode wrote:


Marc Aurele La France wrote:


On Tue, 13 Sep 2005, Lance Duivenbode wrote:


Marc Aurele La France wrote:


On Thu, 8 Sep 2005, Lance Duivenbode wrote:

I work for uses Linux (a custom version) running the  2.4.24 
kernel and we've just upgraded to XFree86 4.5.0. Previously, 
when X was started without a mouse it would exit back to the 
shell complaining that it couldn't find the core pointer. 
However, since we've upgraded to 4.5.0 this behaviour no longer 
occurs - even with the AllowMouseOpenFail server flag 
explicitly set to false.




Given the fact that my company remotely manages internet kiosks, 
we want to be able to detect if a mouse is not connected since 
this usually indicates faulty hardware. Is it still possible to 
prevent X from starting if there is no mouse attached or has 
this option been removed? I would appreciate any help since I've 
not been able to find anything in the docs or via searching the 
internet.




This is likely a consequence of auto-configuration.  I'll have a 
look. You wouldn't happen to have a mouse-less log, would you?




Thanks for you reply. I've included a mouse-less log as requested 
as well as the configuration file.





You say you upgraded to 4.5.0.  From what version?




Sorry about the delay but it took some time to find out (I'm pretty 
new to the company). It appears we were running version 4.2 before.





OK.  Does it make any difference to add O_EXCL back into
xf86OpenSerial()'s open(2) call on line 143 of 
xc/programs/Xserver/hw/xfree86/os-support/shared/posix_tty.c?



Anything more on this?

Marc.

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



___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] X client not starting

2005-09-23 Thread [EMAIL PROTECTED]
Hello Sir, 
 
I am using Red Hat 9.0 as server machine and diskless maching as client. 
 
booting the client machine using pxe boot agent. 
 
The client maching was booting and entering in Run level 3. after logging
in i have tried to  
start the X. 
 
if i give the startx command in my shell prompt i am getting the following
error. 
 
XFree86 Version 4.3.0 (Red Hat Linux release: 4.3.0-2) 
Release Date: 27 February 2003 
X Protocol Version 11, Revision 0, Release 6.6 
Build Operating System: Linux 2.4.20-3bigmem i686 [ELF]  
Build Date: 27 February 2003 
Build Host: porky.devel.redhat.com 
  
Before reporting problems, check http://www.XFree86.Org/ 
to make sure that you have the latest version. 
Module Loader present 
OS Kernel: Linux version 2.4.20-8 ([EMAIL PROTECTED]) (gcc version 3.2.2 
20030222
(Red Hat Linux 
3.2.2-5)) #5 Tue Sep 6 16:18:03 IST 2005  
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: Fri Sep 23 11:16:07 2005 
(==) 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 
 
 
Fatal server error: 
xf86OpenConsole: Cannot open virtual console 7 (No such file or directory) 
 
 
USING NFS I SHARE THE ROOT FILE SYSTEM FROM THE SERVER MACHINE. 
 
please help me to solve the problem. 
 
awaiting for your reply. 
 
with regards 
N.sampath kumar 
Datasol [b] pvt ltd., 
Bangalore, 
INDIA, 
918025273911 


mail2web - Check your email from the web at
http://mail2web.com/ .



___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] X starts when mouse is not connected (AllowMouseOpenFail = false)

2005-09-23 Thread Lance Duivenbode

Hi Marc,

Sorry about the delay but it took some time to find out (I'm pretty new 
to the company). It appears we were running version 4.2 before.


Lance

Marc Aurele La France wrote:


On Tue, 13 Sep 2005, Lance Duivenbode wrote:


Marc Aurele La France wrote:


On Thu, 8 Sep 2005, Lance Duivenbode wrote:




I work for uses Linux (a custom version) running the  2.4.24 kernel 
and we've just upgraded to XFree86 4.5.0. Previously, when X was 
started without a mouse it would exit back to the shell complaining 
that it couldn't find the core pointer. However, since we've 
upgraded to 4.5.0 this behaviour no longer occurs - even with the 
AllowMouseOpenFail server flag explicitly set to false.




Given the fact that my company remotely manages internet kiosks, we 
want to be able to detect if a mouse is not connected since this 
usually indicates faulty hardware. Is it still possible to prevent 
X from starting if there is no mouse attached or has this option 
been removed? I would appreciate any help since I've not been able 
to find anything in the docs or via searching the internet.




This is likely a consequence of auto-configuration.  I'll have a 
look.  You wouldn't happen to have a mouse-less log, would you?




Thanks for you reply. I've included a mouse-less log as requested as 
well as the configuration file.



Thanks.

You say you upgraded to 4.5.0.  From what version?

Marc.

+--+---+
|  Marc Aurele La France   |  work:   1-780-492-9310   |
|  Academic Information and|  fax:1-780-492-1729   |
|Communications Technologies   |  email:  [EMAIL PROTECTED]  |
|  352 General Services Building   +---+
|  University of Alberta   |   |
|  Edmonton, Alberta   | Standard disclaimers apply|
|  T6G 2H1 |   |
|  CANADA  |   |
+--+---+
XFree86 developer and VP.  ATI driver and X server internals.
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86



___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] X starts when mouse is not connected (AllowMouseOpenFail = false)

2005-09-23 Thread Marc Aurele La France

On Fri, 23 Sep 2005, Lance Duivenbode wrote:

Marc Aurele La France wrote:

On Tue, 13 Sep 2005, Lance Duivenbode wrote:

Marc Aurele La France wrote:

On Thu, 8 Sep 2005, Lance Duivenbode wrote:
I work for uses Linux (a custom version) running the  2.4.24 kernel and 
we've just upgraded to XFree86 4.5.0. Previously, when X was started 
without a mouse it would exit back to the shell complaining that it 
couldn't find the core pointer. However, since we've upgraded to 4.5.0 
this behaviour no longer occurs - even with the AllowMouseOpenFail 
server flag explicitly set to false.


Given the fact that my company remotely manages internet kiosks, we want 
to be able to detect if a mouse is not connected since this usually 
indicates faulty hardware. Is it still possible to prevent X from 
starting if there is no mouse attached or has this option been removed? 
I would appreciate any help since I've not been able to find anything in 
the docs or via searching the internet.


This is likely a consequence of auto-configuration.  I'll have a look. 
You wouldn't happen to have a mouse-less log, would you?


Thanks for you reply. I've included a mouse-less log as requested as well 
as the configuration file.



You say you upgraded to 4.5.0.  From what version?


Sorry about the delay but it took some time to find out (I'm pretty new to 
the company). It appears we were running version 4.2 before.


OK.  Does it make any difference to add O_EXCL back into
xf86OpenSerial()'s open(2) call on line 143 of 
xc/programs/Xserver/hw/xfree86/os-support/shared/posix_tty.c?


Thanks.

Marc.

+--+---+
|  Marc Aurele La France   |  work:   1-780-492-9310   |
|  Academic Information and|  fax:1-780-492-1729   |
|Communications Technologies   |  email:  [EMAIL PROTECTED]  |
|  352 General Services Building   +---+
|  University of Alberta   |   |
|  Edmonton, Alberta   | Standard disclaimers apply|
|  T6G 2H1 |   |
|  CANADA  |   |
+--+---+
XFree86 developer and VP.  ATI driver and X server internals.
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] X-Server crash

2005-09-23 Thread sweta parker








Hello,



On RedHat Linux 9, the X server crashed after I changed permissions within
/usr/local directory with the following message



Fatal Server Error: 

could not open default font fixed



The log file and the config files are attached. Your help will be
appreciated.



Regards,

Sweta 












XF86Config
Description: Binary data


XFree86.0.log
Description: Binary data


Re: [XFree86] X client not starting

2005-09-23 Thread Mark Vojkovich
   XFree86 requires that the kernel have support for virtual
terminals.  Yours appearently does not.

MArk.



On Fri, 23 Sep 2005, [EMAIL PROTECTED] wrote:

 Hello Sir,

 I am using Red Hat 9.0 as server machine and diskless maching as client.

 booting the client machine using pxe boot agent.

 The client maching was booting and entering in Run level 3. after logging
 in i have tried to
 start the X.

 if i give the startx command in my shell prompt i am getting the following
 error.

 XFree86 Version 4.3.0 (Red Hat Linux release: 4.3.0-2)
 Release Date: 27 February 2003
 X Protocol Version 11, Revision 0, Release 6.6
 Build Operating System: Linux 2.4.20-3bigmem i686 [ELF]
 Build Date: 27 February 2003
 Build Host: porky.devel.redhat.com

   Before reporting problems, check http://www.XFree86.Org/
   to make sure that you have the latest version.
 Module Loader present
 OS Kernel: Linux version 2.4.20-8 ([EMAIL PROTECTED]) (gcc version 3.2.2 
 20030222
 (Red Hat Linux
 3.2.2-5)) #5 Tue Sep 6 16:18:03 IST 2005
 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: Fri Sep 23 11:16:07 2005
 (==) 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


 Fatal server error:
 xf86OpenConsole: Cannot open virtual console 7 (No such file or directory)


 USING NFS I SHARE THE ROOT FILE SYSTEM FROM THE SERVER MACHINE.

 please help me to solve the problem.

 awaiting for your reply.

 with regards
 N.sampath kumar
 Datasol [b] pvt ltd.,
 Bangalore,
 INDIA,
 918025273911

 
 mail2web - Check your email from the web at
 http://mail2web.com/ .



 ___
 XFree86 mailing list
 XFree86@XFree86.Org
 http://XFree86.Org/mailman/listinfo/xfree86

___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] X-terminal - diskless - OOM

2005-09-23 Thread Daniel Smolik

Hi,
I have using 5 PC as X-terminal(diskless)  and in last month I have 
problems with server crash with OOM. Users uses KDE desktop and open 
mails docs with large photos. PC have approx 100M of RAM. It is normal 
that if I open approx. 10 photos in Kmail Xserver crash ? How much 
memory you recommend ? Can I use swap over net ? Can I limit memory 
usage of Xserver. Can application report error not  crash if Xsrever 
use all free memory ?



Thanks
Dan
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] X starts when mouse is not connected (AllowMouseOpenFail = false)

2005-09-15 Thread Marc Aurele La France

On Tue, 13 Sep 2005, Lance Duivenbode wrote:

Marc Aurele La France wrote:

On Thu, 8 Sep 2005, Lance Duivenbode wrote:


I work for uses Linux (a custom version) running the  2.4.24 kernel and 
we've just upgraded to XFree86 4.5.0. Previously, when X was started 
without a mouse it would exit back to the shell complaining that it 
couldn't find the core pointer. However, since we've upgraded to 4.5.0 
this behaviour no longer occurs - even with the AllowMouseOpenFail 
server flag explicitly set to false.


Given the fact that my company remotely manages internet kiosks, we want 
to be able to detect if a mouse is not connected since this usually 
indicates faulty hardware. Is it still possible to prevent X from starting 
if there is no mouse attached or has this option been removed? I would 
appreciate any help since I've not been able to find anything in the docs 
or via searching the internet.


This is likely a consequence of auto-configuration.  I'll have a look.  You 
wouldn't happen to have a mouse-less log, would you?


Thanks for you reply. I've included a mouse-less log as requested as well as 
the configuration file.


Thanks.

You say you upgraded to 4.5.0.  From what version?

Marc.

+--+---+
|  Marc Aurele La France   |  work:   1-780-492-9310   |
|  Academic Information and|  fax:1-780-492-1729   |
|Communications Technologies   |  email:  [EMAIL PROTECTED]  |
|  352 General Services Building   +---+
|  University of Alberta   |   |
|  Edmonton, Alberta   | Standard disclaimers apply|
|  T6G 2H1 |   |
|  CANADA  |   |
+--+---+
XFree86 developer and VP.  ATI driver and X server internals.
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] X starts when mouse is not connected (AllowMouseOpenFail = false)

2005-09-12 Thread Lance Duivenbode

Hi Marc,

Thanks for you reply. I've included a mouse-less log as requested as 
well as the configuration file.


Thanks,
Lance

Marc Aurele La France wrote:


On Thu, 8 Sep 2005, Lance Duivenbode wrote:

I work for uses Linux (a custom version) running the  2.4.24 kernel 
and we've just upgraded to XFree86 4.5.0. Previously, when X was 
started without a mouse it would exit back to the shell complaining 
that it couldn't find the core pointer. However, since we've upgraded 
to 4.5.0 this behaviour no longer occurs - even with the 
AllowMouseOpenFail server flag explicitly set to false.



Given the fact that my company remotely manages internet kiosks, we 
want to be able to detect if a mouse is not connected since this 
usually indicates faulty hardware. Is it still possible to prevent X 
from starting if there is no mouse attached or has this option been 
removed? I would appreciate any help since I've not been able to find 
anything in the docs or via searching the internet.



This is likely a consequence of auto-configuration.  I'll have a 
look.  You wouldn't happen to have a mouse-less log, would you?


Marc.

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



Section Module
Loaddbe
SubSection  extmod
  Optionomit xfree86-dga
EndSubSection
Loadtype1
Loadfreetype
EndSection

Section Files
RgbPath /usr/X11R6/lib/X11/rgb
FontPath/user/cage/usr/X11R6/lib/X11/fonts/misc/
FontPath/user/cage/usr/X11R6/lib/X11/fonts/75dpi/:unscaled
FontPath/user/cage/usr/X11R6/lib/X11/fonts/100dpi/:unscaled
FontPath/user/cage/usr/X11R6/lib/X11/fonts/Type1/
FontPath/user/cage/usr/X11R6/lib/X11/fonts/Speedo/
FontPath/user/cage/usr/X11R6/lib/X11/fonts/75dpi/
FontPath/user/cage/usr/X11R6/lib/X11/fonts/100dpi/

EndSection

Section ServerFlags
Option DontZaptrue
Option DontVTSwitch   true
EndSection

Section InputDevice
Identifier  Keyboard1
Driver  Keyboard
Option AutoRepeat 500 30
Option XkbRules   xfree86
Option XkbModel   pc105
Option XkbLayout  us
EndSection

Section InputDevice
Identifier  Mouse1
Driver  mouse
Option ProtocolPS/2
Option Device  /dev/psaux
Option Buttons 1
EndSection

Section InputDevice
IdentifierTouchScreenE
Driverelographics
Option Device   /dev/ttyS0
Option MinX 0
Option MaxX 0
Option MinY 0
Option MaxY 0
Option UntouchDelay 3
Option ReportDelay  1
EndSection

Section InputDevice
IdentifierTouchScreenM
Drivermutouch
Option Device   /dev/ttyS0
Option Type finger
Option MinX 0
Option MaxX 0
Option MinY 0
Option MaxY 0
Option SendDragEvents false
EndSection

Section Monitor
Identifier  My Monitor
HorizSync   30-61
VertRefresh 56-75
EndSection

Section Device
Identifier  VIA
Driver  via
EndSection

Section Device
Identifier  S3 Virge
Driver  s3virge
EndSection

Section Device
Identifier  Intel 810
Driver  i810
EndSection

Section Device
Identifier  ATI
Driver  ati
EndSection

Section Device
Identifier  NVidia
Driver  nv
EndSection

Section Device
Identifier  Trident
Driver  trident
EndSection

Section Device
Identifier  Vesa
Driver  vesa
EndSection

Section Screen
Identifier  Screen 1
Device  Intel 810
Monitor My Monitor
Subsection Display
Depth   16
Modes   1024x768
ViewPort0 0
EndSubsection
Subsection Display
Depth   24
Modes   1024x768
ViewPort0 0
EndSubsection
EndSection

Section ServerLayout
Identifier  Simple Layout
Screen Screen 1
InputDevice Mouse1 CorePointer
InputDevice Keyboard1 CoreKeyboard
EndSection
_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/localhost:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

XFree86 

Re: [XFree86] X starts when mouse is not connected (AllowMouseOpenFail = false)

2005-09-09 Thread Marc Aurele La France

On Thu, 8 Sep 2005, Lance Duivenbode wrote:

I work for uses Linux (a custom version) running the  2.4.24 kernel and we've 
just upgraded to XFree86 4.5.0. Previously, when X was started without a 
mouse it would exit back to the shell complaining that it couldn't find the 
core pointer. However, since we've upgraded to 4.5.0 this behaviour no longer 
occurs - even with the AllowMouseOpenFail server flag explicitly set to 
false.


Given the fact that my company remotely manages internet kiosks, we want to 
be able to detect if a mouse is not connected since this usually indicates 
faulty hardware. Is it still possible to prevent X from starting if there is 
no mouse attached or has this option been removed? I would appreciate any 
help since I've not been able to find anything in the docs or via searching 
the internet.


This is likely a consequence of auto-configuration.  I'll have a look.  You 
wouldn't happen to have a mouse-less log, would you?


Marc.

+--+---+
|  Marc Aurele La France   |  work:   1-780-492-9310   |
|  Academic Information and|  fax:1-780-492-1729   |
|Communications Technologies   |  email:  [EMAIL PROTECTED]  |
|  352 General Services Building   +---+
|  University of Alberta   |   |
|  Edmonton, Alberta   | Standard disclaimers apply|
|  T6G 2H1 |   |
|  CANADA  |   |
+--+---+
XFree86 developer and VP.  ATI driver and X server internals.
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] X starts when mouse is not connected (AllowMouseOpenFail = false)

2005-09-08 Thread Lance Duivenbode

Hi all,

I work for uses Linux (a custom version) running the  2.4.24 kernel and 
we've just upgraded to XFree86 4.5.0. Previously, when X was started 
without a mouse it would exit back to the shell complaining that it 
couldn't find the core pointer. However, since we've upgraded to 4.5.0 
this behaviour no longer occurs - even with the AllowMouseOpenFail 
server flag explicitly set to false.


Given the fact that my company remotely manages internet kiosks, we want 
to be able to detect if a mouse is not connected since this usually 
indicates faulty hardware. Is it still possible to prevent X from 
starting if there is no mouse attached or has this option been removed? 
I would appreciate any help since I've not been able to find anything in 
the docs or via searching the internet.


Thanks,
Lance
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] X Performance

2005-09-08 Thread Hamid








Hi,

I want to know is there any version of X window system that have
an architecture other than Client-Server. Because this architecture make X
window system slow. Is there any configuration of X window system that let the
clients directly work with X window system other that using X window system.(like
the way in windows OS)



Thanks

Hamid Baghi










[XFree86] X over fb: EGA/VGA planes are not yet supported by the fbdev driver [1]

2005-09-05 Thread gl

Hello everyone

Trying to get the xserver (Knoppix 3.8 XFree86 4.3.0.1) over framebuffer. The 
hw is the following:


:00:02.0 VGA compatible controller: Intel Corp. 82852/855GM Integrated 
Graphics Device (rev 02)
:00:02.1 Display controller: Intel Corp. 82852/855GM Integrated Graphics 
Device (rev 02)


(btw, why do I get 2?) If I try he intelfb kernel driver, I get

intelfb: intelfb_init
intelfb: Framebuffer driver for Intel(R) 830M/845G/852GM/855GM/865G/915G 
chipsets
intelfb: Version 0.9.2
intelfb: intelfb_setup
intelfb: no options
intelfb: intelfb_pci_register
intelfb: fb aperture: 0xd800/0x800, MMIO region: 0xe818/0x8
intelfb: 00:02.0: Intel(R) 855GME, aperture size 128MB, stolen memory 32636kB
intelfb: fb: 0xdb012000(+ 0x3012)/0x40 (0xd1992000)
intelfb: MMIO: 0xe818/0x8 (0xd1e0)
intelfb: ring buffer: 0xdb001000/0x1 (0xd1981000)
intelfb: HW cursor: 0xdd24000/0x1000 (0xd1991000) (offset 0x3011) (phys 
0xdd24000)
intelfb: options: vram = 4, accel = 1, hwcursor = 1, fixed = 0, noinit = 0
intelfb: options: mode = 
intelfb: Non-CRT device is enabled ( LVDS port ).  Disabling mode switching.
intelfb: Video mode must be programmed at boot time.
intelfb: cleanup

I tried setting vga=... - no way. With vga16fb I can boot with the 
framebuffer, i.e. it will be used by the console, but I cannot get X running 
over it. I can run it over i810 X driver, but I need fb... XF86Config-4 (BusID 
under Card1 is just a test - tried without any too) and XFree86.0.log 
attached.


BTW, the reason why I want to run X over fb is, that I need to use touchscreen, 
about which I read in a HowTo, that it only works if X runs over fb, is it 
still true?


Any hints would be greatly appreciated
Thanks in advance
Guennadi
-
Guennadi Liakhovetski, Ph.D.
DSA Daten- und Systemtechnik GmbH
Pascalstr. 28
D-52076 Aachen
GermanySection ServerLayout
Identifier XFree86 Configured
Screen  0  Screen0 0 0
InputDeviceKeyboard0 CoreKeyboard
# PS/2 Mouse using /dev/input/mice in Kernel 2.6
# Serial Mouse not detected
InputDeviceUSB Mouse CorePointer
#   InputDevicetouchscreen CorePointer
EndSection

Section ServerFlags
Option AllowMouseOpenFail  true

EndSection

Section Files
RgbPath  /usr/X11R6/lib/X11/rgb
ModulePath   /usr/X11R6/lib/modules
FontPath /usr/X11R6/lib/X11/fonts/misc:unscaled
FontPath /usr/X11R6/lib/X11/fonts/misc
FontPath /usr/X11R6/lib/X11/fonts/75dpi:unscaled
FontPath /usr/X11R6/lib/X11/fonts/75dpi
FontPath /usr/X11R6/lib/X11/fonts/100dpi:unscaled
FontPath /usr/X11R6/lib/X11/fonts/100dpi
FontPath /usr/X11R6/lib/X11/fonts/Speedo
FontPath /usr/X11R6/lib/X11/fonts/PEX
# Additional fonts: Locale, Gimp, TTF...
FontPath /usr/X11R6/lib/X11/fonts/cyrillic
#   FontPath /usr/X11R6/lib/X11/fonts/latin2/75dpi
#   FontPath /usr/X11R6/lib/X11/fonts/latin2/100dpi
# True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
FontPath /usr/X11R6/lib/X11/fonts/Type1
FontPath /usr/share/fonts/ttf/western
FontPath /usr/share/fonts/ttf/decoratives
FontPath /usr/share/fonts/truetype
FontPath /usr/share/fonts/truetype/openoffice
FontPath /usr/share/fonts/truetype/ttf-bitstream-vera
FontPath /usr/share/fonts/latex-ttf-fonts
FontPath /usr/X11R6/lib/X11/fonts/defoma/CID
FontPath /usr/X11R6/lib/X11/fonts/defoma/TrueType
EndSection

Section Module
Load  ddc  # ddc probing of monitor
Load  GLcore
Load  dbe
Load  dri
Load  extmod
Load  int10
Load  glx
Load  bitmap # bitmap-fonts
Load  speedo
Load  type1
Load  freetype
Load  record
EndSection

Section InputDevice
Identifier  Keyboard0
#   Driver  keyboard
Driver  kbd
Option  CoreKeyboard
Option XkbRules xfree86
Option XkbModel pc105
Option XkbLayout us
#   Option XkbVariant nodeadkeys
EndSection

Section InputDevice
Identifier  Serial Mouse
Driver  mouse
Option  Protocol Microsoft
Option  Device /dev/ttyS0
Option  Emulate3Buttons true
Option  Emulate3Timeout 70
Option  SendCoreEvents  true
EndSection

Section InputDevice
Identifier  touchscreen
Driver  summa
Option  Device /dev/input/ts0
Option  Cursor stylus
Option  Mode absolute
Option  SendCoreEvents  true
EndSection

Section InputDevice
Identifier  PS/2 Mouse
Driver  mouse
Option  Protocol auto
Option  ZAxisMapping  4 5
Option  Device /dev/psaux
Option  

[XFree86] X server crash with Mandrake 10.0

2005-08-30 Thread Leslie B Fleming


Hi,

   I am running Mandrake 10.0 on a Medion laptop.  After logging on 
and issuing the startx command today, I got the following error messages:


Could not init font path element unix/:-1, removing from list!
...

XI0: fatal IO error 104 (Connection reset by peer) on X server
0.0 after 0 requests (O known processed) with 0 events
remaining.

Gnome had been running very well until today.  Yesterday I changed my 
security settings from standard to high, which likely introduced the
login prompt on startup (I previously used autologin).  But I don't know 
if this could be related to the problem.  I haven't made any other 
configuration changes.


Issuing ps -e indicates that xfs is running.  I did try to restart xfs 
by using /etc/init.d/xfs restart, but it didn't seem to fix the problem; 
startx still fails.  I would appreciate any suggestions for what to try 
next.  The log file is attached.


Thanks,

-Les F.
This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to XFree86@XFree86.Org 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.3-3mdkenterprise i686 [ELF] 
Build Date: 24 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: Tue Aug 30 11:37:34 2005
(==) Using config file: /etc/X11/XF86Config-4
(==) ServerLayout layout1
(**) |--Screen screen1 (0)
(**) |   |--Monitor monitor1
(**) |   |--Device device1
(**) |--Input Device Keyboard1
(**) Option XkbModel pc105
(**) XKB: model: pc105
(**) Option XkbLayout en_US
(**) XKB: layout: en_US
(WW) Option XkbOptions requires an string value
(==) Keyboard: CustomKeycode disabled
(**) |--Input Device Mouse1
(**) FontPath set to unix/:-1
(==) RgbPath set to /usr/X11R6/lib/X11/rgb
(==) ModulePath set to /usr/X11R6/lib/modules
(**) Option AllowMouseOpenFail
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 1106,3156 card 1071,8381 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 104c,ac56 card 4000, rev 00 class 06,07,00 hdr 02
(II) PCI: 00:10:0: chip 1106,3038 card 1071,8381 rev 80 class 0c,03,00 hdr 80
(II) PCI: 00:10:1: chip 1106,3038 card 1071,8381 rev 80 class 0c,03,00 hdr 80
(II) PCI: 00:10:3: chip 1106,3104 card 1071,8381 rev 82 class 0c,03,20 hdr 00
(II) PCI: 00:11:0: chip 1106,3177 card 1071,8381 rev 00 class 06,01,00 hdr 80
(II) PCI: 00:11:1: chip 1106,0571 card 1071,8381 rev 06 class 01,01,8a hdr 00
(II) PCI: 00:11:5: chip 1106,3059 card 1071,8381 rev 50 class 04,01,00 hdr 00
(II) PCI: 00:11:6: chip 1106,3068 card 1071,8381 rev 80 class 07,80,00 hdr 00
(II) PCI: 00:12:0: chip 1106,3065 card 1071,8381 rev 74 class 02,00,00 hdr 00
(II) PCI: 01:00:0: chip 5333,8d04 card 1071,8381 rev 00 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,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 I/O range:
[0] -1  0   0xc000 - 

[XFree86] X and elographics_drv.o

2005-08-23 Thread DOLLOFF, MATTHEW D. (MATT) (JSC-ER7) (NASA)








I am trying to run X from a command line using

 X -xf86config /etc/X11/XF86Config 

with touch panels using the ELO touch panel driver. The
problem is that when I do this, the touch panel does not work. When I bring up
X normally (ie a reboot) the touch panels work fine. Any ideas on what the
problem might be?








[XFree86] X server problem

2005-08-16 Thread rajkr
Hi,



My X server was running fine. I connected a new keyboard and rebooted,
when I run startx I get the following error log:



Contents of /var/log/XFree86.0.log:



XFree86 Version 4.3.0 (Red Hat Linux release: 4.3.0-2)

Release Date: 27 February 2003

X Protocol Version 11, Revision 0, Release 6.6

Build Operating System: Linux 2.4.20-3bigmem i686 [ELF]

Build Date: 27 February 2003

Build Host: porky.devel.redhat.com



  Before reporting problems, check http://www.XFree86.Org/

  to make sure that you have the latest version.

Module Loader present

OS Kernel: Linux version 2.4.20-8 ([EMAIL PROTECTED]) (gcc
version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)) #1 Thu Mar 13 17:54:28 EST
2003

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 Dec  6 16:19:34 2004

(==) 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



(II) Open APM successful

(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

(WW) Warning, couldn't open module bitmap

(II) UnloadModule: bitmap

(EE) Failed to load module bitmap (module does not exist, 0)

(II) LoadModule: pcidata

(WW) Warning, couldn't open module pcidata

(II) UnloadModule: pcidata

(EE) Failed to load module pcidata (module does not exist, 0)



Fatal server error:

Unable to load required base modules, Exiting...





When reporting a problem related to a server crash, please send

the full server output, not just the last messages.

This can be found in the log file /var/log/XFree86.0.log.

Please report problems to [EMAIL PROTECTED]



Kindly help.



Regards

Rajneesh


When asked how he became the worldÂ’s richest man, Bill Gates replied,
“First, I was in the right place at the right time. Second, I saw the
vision. Third, and most important, I took action.”


___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] X server problem

2005-08-16 Thread Mark Vojkovich
   As far as I can tell, this seems to be a RedHat bug.  It
appears that something on the system deletes crucial XFree86
modules for some unknown reason.  I assume your
  /usr/X11R6/lib/modules/libpcidata.a
   and
  /usr/X11R6/lib/modules/fonts/libbitmap.a
have gone missing?   I don't think I've ever seen an explanation
for why that happens.  You obviously had them the last time
the server was running.  The only fix at I know of at this point
is to reinstall the X-server to get the modules reinstalled,
unless you can find where on the system they have gone to, or
you can copy them over from another system.


Mark.


On Tue, 16 Aug 2005 [EMAIL PROTECTED] wrote:

 Hi,



 My X server was running fine. I connected a new keyboard and rebooted,
 when I run startx I get the following error log:



 Contents of /var/log/XFree86.0.log:



 XFree86 Version 4.3.0 (Red Hat Linux release: 4.3.0-2)

 Release Date: 27 February 2003

 X Protocol Version 11, Revision 0, Release 6.6

 Build Operating System: Linux 2.4.20-3bigmem i686 [ELF]

 Build Date: 27 February 2003

 Build Host: porky.devel.redhat.com



   Before reporting problems, check http://www.XFree86.Org/

   to make sure that you have the latest version.

 Module Loader present

 OS Kernel: Linux version 2.4.20-8 ([EMAIL PROTECTED]) (gcc
 version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)) #1 Thu Mar 13 17:54:28 EST
 2003

 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 Dec  6 16:19:34 2004

 (==) 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



 (II) Open APM successful

 (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

 (WW) Warning, couldn't open module bitmap

 (II) UnloadModule: bitmap

 (EE) Failed to load module bitmap (module does not exist, 0)

 (II) LoadModule: pcidata

 (WW) Warning, couldn't open module pcidata

 (II) UnloadModule: pcidata

 (EE) Failed to load module pcidata (module does not exist, 0)



 Fatal server error:

 Unable to load required base modules, Exiting...





 When reporting a problem related to a server crash, please send

 the full server output, not just the last messages.

 This can be found in the log file /var/log/XFree86.0.log.

 Please report problems to [EMAIL PROTECTED]



 Kindly help.



 Regards

 Rajneesh


 When asked how he became the world?s richest man, Bill Gates replied,
 ?First, I was in the right place at the right time. Second, I saw the
 vision. Third, and most important, I took action.?


 ___
 XFree86 mailing list
 XFree86@XFree86.Org
 http://XFree86.Org/mailman/listinfo/xfree86


___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] X on Sparc blade 150, ATI card

2005-07-12 Thread manish arya
hi,
I have installed debian on Sparc blade 150. when i
start xdm, it starts normally, but when i logon X
manager (any tried blackbox/windowmaker) load veri
veri slowly, it takes abt 4-5 min and thereafter
lauching applications is also too slow can some one
suggest solution ?

Thanks
-Manish



__ 
Yahoo! Mail for Mobile 
Take Yahoo! Mail with you! Check email on your mobile phone. 
http://mobile.yahoo.com/learn/mail 
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] X freaks and cant' be killed

2005-06-27 Thread K sPecial
Hello, today when I booted linux, I was greeted by an unwelcome mouse freeze, 
looking under my optical mouse, I noticed the laser was no longer lit. Having 
can't do much else, afaik, than to restart X, I tried a ctrl+alt+backspace to 
no avail, after which I connected via ssh and attempted to 'pkill -9 X', also 
to no avail. So looking a little further I notice ps shows X as having the 'DL' 
stat:

D uninterruptible sleep (usually IO)
L has pages locked into memory (for real-time and custom IO)

after googling this a bit, I tried a couple things like killing X's parent 
(xdm), also to no avail (X gained a new parent, init). I am using the fglrx LKM 
for my Radeon 9600, I read that if you are able to remove the module of the 
device that is hanging on IO that it will free the process, knowing this I took 
a chance and 'rmmod -f fglrx' also to no avail. What does this leave us with, 
keyboard and mouse? I have had this box open recently and did install an old 
3C905 boomerang NIC recently also. I am going to open er' up later in the day 
and jiggle things around a bit, of course unless someone here tells me it is 
unnecessary. Other than this, i'm completely lost on where to start. Any input 
appreciated.

-- 
___
Check out the latest SMS services @ http://www.linuxmail.org
This allows you to send and receive SMS through your mailbox.

Powered by Outblaze

___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] X freaks and cant' be killed (new updated version)

2005-06-27 Thread K sPecial
Well I have seemed to pinpointed the problem down to my USB mouse, one thing I 
forgot to mention is that when the mouse would freeze, X windows was still 
active and I could use keyboard shortcuts to move around. Also, I failed to 
mention that I have two mice plugged in, one is ps/2 the other is USB. When the 
USB mouse fails, the ps/2 mouse still works. I don't think it's a problem with 
the USB mouse as it's only a few months old. I'm going to try only plugging in 
one mouse and see if that fixes the problem.

- Original Message -
From: K sPecial [EMAIL PROTECTED]
To: xfree86@xfree86.org
Subject: [XFree86] Re: X freaks and cant' be killed (addition)
Date: Mon, 27 Jun 2005 17:45:07 +0800

 
 I also wanted to note that I have rebooted numerous times, each of 
 which this happens again. The only thing I can think of that has 
 changed is that I am using that other NIC I was reffering to, as of 
 today. This weekend I wired cat5 underneath the house in an effort 
 to not require the desktops to be linked via wifi. I can't think of 
 any reason why X would interact with a NIC though.
 
 - Original Message -
 From: K sPecial [EMAIL PROTECTED]
 To: xfree86@xfree86.org
 Subject: [XFree86] X freaks and cant' be killed
 Date: Mon, 27 Jun 2005 17:36:52 +0800
 
 
  Hello, today when I booted linux, I was greeted by an unwelcome 
  mouse freeze, looking under my optical mouse, I noticed the laser 
  was no longer lit. Having can't do much else, afaik, than to 
  restart X, I tried a ctrl+alt+backspace to no avail, after which 
  I connected via ssh and attempted to 'pkill -9 X', also to no 
  avail. So looking a little further I notice ps shows X as having 
  the 'DL' stat:
 
  D uninterruptible sleep (usually IO)
  L has pages locked into memory (for real-time and custom IO)
 
  after googling this a bit, I tried a couple things like killing 
  X's parent (xdm), also to no avail (X gained a new parent, init). 
  I am using the fglrx LKM for my Radeon 9600, I read that if you 
  are able to remove the module of the device that is hanging on IO 
  that it will free the process, knowing this I took a chance and 
  'rmmod -f fglrx' also to no avail. What does this leave us with, 
  keyboard and mouse? I have had this box open recently and did 
  install an old 3C905 boomerang NIC recently also. I am going to 
  open er' up later in the day and jiggle things around a bit, of 
  course unless someone here tells me it is unnecessary. Other than 
  this, i'm completely lost on where to start. Any input 
  appreciated.
 
  --
  ___
  Check out the latest SMS services @ http://www.linuxmail.org
  This allows you to send and receive SMS through your mailbox.
 
  Powered by Outblaze
 
  ___
  XFree86 mailing list
  XFree86@XFree86.Org
  http://XFree86.Org/mailman/listinfo/xfree86
 
 
 --
 ___
 Check out the latest SMS services @ http://www.linuxmail.org
 This allows you to send and receive SMS through your mailbox.
 
 Powered by Outblaze
 
 ___
 XFree86 mailing list
 XFree86@XFree86.Org
 http://XFree86.Org/mailman/listinfo/xfree86


-- 
___
Check out the latest SMS services @ http://www.linuxmail.org
This allows you to send and receive SMS through your mailbox.

Powered by Outblaze

___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] X freaks and cant' be killed (new updated version)

2005-06-27 Thread K sPecial
I'm getting these usb mouse freezes everytime I boot, after anywhere from 5-30 
minutes the mouse goes out and I have to unplug the mouse and kill X, this 
mouse is a necessity for me as the ps/2 mouse is from the mid 90's and is not 
of much use to me. Also, I think last time it happened, my other USB device 
also died on me, i'll have to check that out more. Any help is invited as I 
havn't seemed to get any yet :(

- Original Message -
From: K sPecial [EMAIL PROTECTED]
To: xfree86@xfree86.org
Subject: [XFree86] X freaks and cant' be killed (new updated version)
Date: Tue, 28 Jun 2005 01:41:01 +0800

 
 Well I have seemed to pinpointed the problem down to my USB mouse, 
 one thing I forgot to mention is that when the mouse would freeze, 
 X windows was still active and I could use keyboard shortcuts to 
 move around. Also, I failed to mention that I have two mice plugged 
 in, one is ps/2 the other is USB. When the USB mouse fails, the 
 ps/2 mouse still works. I don't think it's a problem with the USB 
 mouse as it's only a few months old. I'm going to try only plugging 
 in one mouse and see if that fixes the problem.
 
 - Original Message -
 From: K sPecial [EMAIL PROTECTED]
 To: xfree86@xfree86.org
 Subject: [XFree86] Re: X freaks and cant' be killed (addition)
 Date: Mon, 27 Jun 2005 17:45:07 +0800
 
 
  I also wanted to note that I have rebooted numerous times, each 
  of which this happens again. The only thing I can think of that 
  has changed is that I am using that other NIC I was reffering to, 
  as of today. This weekend I wired cat5 underneath the house in an 
  effort to not require the desktops to be linked via wifi. I can't 
  think of any reason why X would interact with a NIC though.
 
  - Original Message -
  From: K sPecial [EMAIL PROTECTED]
  To: xfree86@xfree86.org
  Subject: [XFree86] X freaks and cant' be killed
  Date: Mon, 27 Jun 2005 17:36:52 +0800
 
  
   Hello, today when I booted linux, I was greeted by an unwelcome 
   mouse freeze, looking under my optical mouse, I noticed the 
  laser  was no longer lit. Having can't do much else, afaik, than 
  to  restart X, I tried a ctrl+alt+backspace to no avail, after 
  which  I connected via ssh and attempted to 'pkill -9 X', also 
  to no  avail. So looking a little further I notice ps shows X as 
  having  the 'DL' stat:
  
   D uninterruptible sleep (usually IO)
   L has pages locked into memory (for real-time and custom IO)
  
   after googling this a bit, I tried a couple things like killing 
   X's parent (xdm), also to no avail (X gained a new parent, 
  init).  I am using the fglrx LKM for my Radeon 9600, I read that 
  if you  are able to remove the module of the device that is 
  hanging on IO  that it will free the process, knowing this I 
  took a chance and  'rmmod -f fglrx' also to no avail. What does 
  this leave us with,  keyboard and mouse? I have had this box 
  open recently and did  install an old 3C905 boomerang NIC 
  recently also. I am going to  open er' up later in the day and 
  jiggle things around a bit, of  course unless someone here tells 
  me it is unnecessary. Other than  this, i'm completely lost on 
  where to start. Any input  appreciated.
  
   --
   ___
   Check out the latest SMS services @ http://www.linuxmail.org
   This allows you to send and receive SMS through your mailbox.
  
   Powered by Outblaze
  
   ___
   XFree86 mailing list
   XFree86@XFree86.Org
   http://XFree86.Org/mailman/listinfo/xfree86
 
 
  --
  ___
  Check out the latest SMS services @ http://www.linuxmail.org
  This allows you to send and receive SMS through your mailbox.
 
  Powered by Outblaze
 
  ___
  XFree86 mailing list
  XFree86@XFree86.Org
  http://XFree86.Org/mailman/listinfo/xfree86
 
 
 --
 ___
 Check out the latest SMS services @ http://www.linuxmail.org
 This allows you to send and receive SMS through your mailbox.
 
 Powered by Outblaze
 
 ___
 XFree86 mailing list
 XFree86@XFree86.Org
 http://XFree86.Org/mailman/listinfo/xfree86


-- 
___
Check out the latest SMS services @ http://www.linuxmail.org
This allows you to send and receive SMS through your mailbox.

Powered by Outblaze

___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] X freaks and cant' be killed (found the problem)

2005-06-27 Thread K sPecial
Well, I found the problem, seems this isn't an X11 problem per-say, I finaly 
got smart enough to check dmesg and it seems my USB controller is failing: 

uhci_hcd :00:07.2: host system error, PCI problems?
uhci_hcd :00:07.2: host controller halted, very bad!
usb 1-2: USB disconnect, address 3
usb 1-1: USB disconnect, address 2

The last two lines are me disconnecting the USB devices, I hope I don't need a 
new mobo because i'm
dead broke :/

--K-sPecial

- Original Message -
From: K sPecial [EMAIL PROTECTED]
To: xfree86@xfree86.org
Subject: [XFree86] X freaks and cant' be killed (new updated version)
Date: Tue, 28 Jun 2005 03:36:15 +0800

 
 I'm getting these usb mouse freezes everytime I boot, after 
 anywhere from 5-30 minutes the mouse goes out and I have to unplug 
 the mouse and kill X, this mouse is a necessity for me as the ps/2 
 mouse is from the mid 90's and is not of much use to me. Also, I 
 think last time it happened, my other USB device also died on me, 
 i'll have to check that out more. Any help is invited as I havn't 
 seemed to get any yet :(
 
 - Original Message -
 From: K sPecial [EMAIL PROTECTED]
 To: xfree86@xfree86.org
 Subject: [XFree86] X freaks and cant' be killed (new updated version)
 Date: Tue, 28 Jun 2005 01:41:01 +0800
 
 
  Well I have seemed to pinpointed the problem down to my USB 
  mouse, one thing I forgot to mention is that when the mouse would 
  freeze, X windows was still active and I could use keyboard 
  shortcuts to move around. Also, I failed to mention that I have 
  two mice plugged in, one is ps/2 the other is USB. When the USB 
  mouse fails, the ps/2 mouse still works. I don't think it's a 
  problem with the USB mouse as it's only a few months old. I'm 
  going to try only plugging in one mouse and see if that fixes the 
  problem.
 
  - Original Message -
  From: K sPecial [EMAIL PROTECTED]
  To: xfree86@xfree86.org
  Subject: [XFree86] Re: X freaks and cant' be killed (addition)
  Date: Mon, 27 Jun 2005 17:45:07 +0800
 
  
   I also wanted to note that I have rebooted numerous times, each 
   of which this happens again. The only thing I can think of that 
   has changed is that I am using that other NIC I was reffering 
  to,  as of today. This weekend I wired cat5 underneath the house 
  in an  effort to not require the desktops to be linked via wifi. 
  I can't  think of any reason why X would interact with a NIC 
  though.
  
   - Original Message -
   From: K sPecial [EMAIL PROTECTED]
   To: xfree86@xfree86.org
   Subject: [XFree86] X freaks and cant' be killed
   Date: Mon, 27 Jun 2005 17:36:52 +0800
  
   
Hello, today when I booted linux, I was greeted by an 
  unwelcome   mouse freeze, looking under my optical mouse, I 
  noticed the  laser  was no longer lit. Having can't do much 
  else, afaik, than  to  restart X, I tried a ctrl+alt+backspace 
  to no avail, after  which  I connected via ssh and attempted to 
  'pkill -9 X', also  to no  avail. So looking a little further I 
  notice ps shows X as  having  the 'DL' stat:
   
D uninterruptible sleep (usually IO)
L has pages locked into memory (for real-time and custom IO)
   
after googling this a bit, I tried a couple things like 
  killing   X's parent (xdm), also to no avail (X gained a new 
  parent,  init).  I am using the fglrx LKM for my Radeon 9600, I 
  read that  if you  are able to remove the module of the device 
  that is  hanging on IO  that it will free the process, knowing 
  this I  took a chance and  'rmmod -f fglrx' also to no avail. 
  What does  this leave us with,  keyboard and mouse? I have had 
  this box  open recently and did  install an old 3C905 boomerang 
  NIC  recently also. I am going to  open er' up later in the day 
  and  jiggle things around a bit, of  course unless someone here 
  tells  me it is unnecessary. Other than  this, i'm completely 
  lost on  where to start. Any input  appreciated.
   
--
___
Check out the latest SMS services @ http://www.linuxmail.org
This allows you to send and receive SMS through your mailbox.
   
Powered by Outblaze
   
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86
  
  
   --
   ___
   Check out the latest SMS services @ http://www.linuxmail.org
   This allows you to send and receive SMS through your mailbox.
  
   Powered by Outblaze
  
   ___
   XFree86 mailing list
   XFree86@XFree86.Org
   http://XFree86.Org/mailman/listinfo/xfree86
 
 
  --
  ___
  Check out the latest SMS services @ http://www.linuxmail.org
  This allows you to send and receive SMS through your mailbox.
 
  Powered by Outblaze
 
  ___
  XFree86 mailing list

[XFree86] x server crashes

2005-06-20 Thread AnnTung


XFree86 Version 4.2.0 (Red Hat Linux release: 4.2.0-72) / X Window System, Build Operating System: Linux 2.4.18-11smp i686 [ELF]

# XFree86 4 configuration created by pyxf86config

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

Section Files
# RgbPath is the location of the RGB database.  Note, this is the name of the 
# file minus the extension (like .txt or .db).  There is normally
# no need to change the default.

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.

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

Section Module
Load  dbe
Load  extmod
Load  fbdevhw
Load  glx
Load  record
Load  freetype
Load  type1
EndSection

Section InputDevice
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#   Option  Xleds 1 2 3

# To disable the XKEYBOARD extension, uncomment XkbDisable.
#   Option  XkbDisable

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#   Option  XkbModel  pc102
# If you have a US Microsoft Natural keyboard, you can use:
#   Option  XkbModel  microsoft
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#   Option  XkbLayout de
# or:
#   Option  XkbLayout de
#   Option  XkbVariantnodeadkeys
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#   Option  XkbOptionsctrl:swapcaps
# Or if you just want both to be control, use:
#   Option  XkbOptionsctrl:nocaps
#
Identifier  Keyboard0
Driver  keyboard
Option  XkbRules xfree86
Option  XkbModel pc105
Option  XkbLayout us
EndSection

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

Section InputDevice
# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
Identifier  DevInputMice
Driver  mouse
Option  Protocol IMPS/2
Option  Device /dev/input/mice
Option  ZAxisMapping 4 5
Option  Emulate3Buttons no
EndSection

Section Monitor
Identifier   Monitor0
VendorName   Monitor Vendor
ModelNameUnknown monitor
HorizSync31.5 - 37.9
VertRefresh  50.0 - 70.0
ModeLine 1400x1050 129.0 1400 1464 1656 1960 1050 1051 1054 1100 
+hsync +vsync
ModeLine 1400x1050 151.0 1400 1464 1656 1960 1050 1051 1054 1100 
+hsync +vsync
ModeLine 1400x1050 162.0 1400 1464 1656 1960 1050 1051 1054 1100 
+hsync +vsync
ModeLine 1400x1050 184.0 1400 1464 1656 1960 1050 1051 1054 1100 
+hsync +vsync
Option  dpms
EndSection

Section Device
Identifier  Videocard0
Driver  i810
VendorName  Videocard vendor
BoardName   Intel 845
EndSection

Section Screen
Identifier Screen0
Device Videocard0
MonitorMonitor0
DefaultDepth 16
SubSection Display
Modes800x600
EndSubSection
SubSection Display
Depth 16
Modes800x600 640x480
EndSubSection
EndSection

Section DRI
Group0
Mode 0666
EndSection


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 2002
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/)
Build Operating System: Linux 2.4.18-11smp i686 [ELF] 
Build Host: daffy.perf.redhat.com
 
Module Loader present
OS Kernel: Linux version 2.4.18-14 ([EMAIL PROTECTED]) (gcc version 3.2 
20020903 (Red Hat Linux 8.0 3.2-7)) #1 Wed Sep 4 13:35:50 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 Jun 20 07:28:58 2005
(==) Using config file: /etc/X11/XF86Config
(==) ServerLayout Default Layout
(**) |--Screen Screen0 (0)
(**) |   

[XFree86] X server fails

2005-05-20 Thread Jai Kaushik
HI,
I installed RH Inux 9 on my Laptop Toshiba Satellite 5005 with 26 MB
Nvidia GeForce go 2 graphics board for which I installed NVidia
version 1.0-7174 drivers. It worked OK, later on due to space
limitation I removed the Samba using (rmp -e samba command) and
original Nvidia package file with *.run suffix (just by simple
deleting the file), but not the /usr/share/NVIDIA_Installer file and
the dir containing all the installed files. It kept on working in that
session, but in the next boot, X server did not load due to font
problem as mentioned at the end of the log file attached. May I hope
for your help to start X server on my laptop.
Many Thanks
Jai

-- 

***

Jai K Kaushik, Ph.D.
Molecular Biology Unit
National Dairy Research Institute
Karnal 132001, INDIA

Tel:  91-184-2259189 (work)
   :  91-184-2201215 (Home)

Other E-MAIL: [EMAIL PROTECTED]
  

***


XFree86.0.log
Description: Binary data


[XFree86] X problem

2005-05-12 Thread Sohel Ahmed



The problem is as following:

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/)Build Operating 
System: Linux 2.4.18-11smp i686 [ELF]Build Host: 
daffy.perf.redhat.com

Module Loader presentOS Kernel: Linux version 
2.4.18-14 ([EMAIL PROTECTED]) 
(gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)) #1 Wed Sep 4 11:57:57 EDT 
2002Markers: (--) 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 May 12 10:59:51 2005(==) Using config 
file: 
"/etc/X11/XF86Config"/lib/modules/2.4.18-14/kernel/drivers/video/sis/sisfb.o: 
init_module: No such 
device/lib/modules/2.4.18-14/kernel/drivers/video/sis/sisfb.o: insmod 
/lib/modules/2.4.18-14/kernel/drivers/video/sis/sisfb.o 
failed/lib/modules/2.4.18-14/kernel/drivers/video/sis/sisfb.o: insmod sis 
failed[drm] failed to load kernel module "sis"(EE) SIS(0): [dri] 
DRIScreenInit failed. Disabling DRI.

waiting for X server to shut down


What is the possible 
solution?


[XFree86] X problem

2005-05-12 Thread Sohel Ahmed



The problem is as following:

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/)Build Operating 
System: Linux 2.4.18-11smp i686 [ELF]Build Host: 
daffy.perf.redhat.com

Module Loader presentOS Kernel: Linux version 
2.4.18-14 ([EMAIL PROTECTED]) 
(gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)) #1 Wed Sep 4 11:57:57 EDT 
2002Markers: (--) 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 May 12 10:59:51 2005(==) Using config 
file: 
"/etc/X11/XF86Config"/lib/modules/2.4.18-14/kernel/drivers/video/sis/sisfb.o: 
init_module: No such 
device/lib/modules/2.4.18-14/kernel/drivers/video/sis/sisfb.o: insmod 
/lib/modules/2.4.18-14/kernel/drivers/video/sis/sisfb.o 
failed/lib/modules/2.4.18-14/kernel/drivers/video/sis/sisfb.o: insmod sis 
failed[drm] failed to load kernel module "sis"(EE) SIS(0): [dri] 
DRIScreenInit failed. Disabling DRI.

waiting for X server to shut down


What is the possible 
solution?


Re: [XFree86] X problem

2005-05-12 Thread Mark Vojkovich
   I have no personal experience with the SiS driver, but the error
implies that your kernel doesn't include the DRI drivers for that
card.  Try commenting out the loading of the dri module in the
/etc/X11/XF86Config file.

Mark.

On Thu, 12 May 2005, Sohel Ahmed wrote:

 The problem is as following:

 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/)
 Build Operating System: Linux 2.4.18-11smp i686 [ELF]
 Build Host: daffy.perf.redhat.com

 Module Loader present
 OS Kernel: Linux version 2.4.18-14 ([EMAIL PROTECTED]) (gcc version 3.2 
 20020903 (Red Hat Linux 8.0 3.2-7)) #1 Wed Sep 4 11:57:57 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: Thu May 12 10:59:51 2005
 (==) Using config file: /etc/X11/XF86Config
 /lib/modules/2.4.18-14/kernel/drivers/video/sis/sisfb.o: init_module: No such 
 device
 /lib/modules/2.4.18-14/kernel/drivers/video/sis/sisfb.o: insmod 
 /lib/modules/2.4.18-14/kernel/drivers/video/sis/sisfb.o failed
 /lib/modules/2.4.18-14/kernel/drivers/video/sis/sisfb.o: insmod sis failed
 [drm] failed to load kernel module sis
 (EE) SIS(0): [dri] DRIScreenInit failed.  Disabling DRI.

 waiting for X server to shut down


 What is the possible solution?

___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] X Window doesn't work

2005-04-22 Thread Amedeo Gargiulo



This is my log file. I've an old Pentium II, 4GB 
HD, 92 MB Ram and I've charged it witn Mandrake 9.1, but X Window doesn't 
work.
Is there someone can halp me?
Thanks.

This is the log:


[
 
XFree86 Version 4.3.0
Releas 
Date: 27 February 2003
X Protocol 
Version 11, Revision 0, Release 6.6
Build 
Operating System: Linux 2.4.21-0.13mdksmp i686 [ELF]
Build Date: 
12 March 2003
 
Before reporting problems, check 
http:77www.Xfree86.Org/
 
To make sure that you have the latest version.
Module 
Loader present
Markers: 
(--) probed, (**) from config file, (= =) default setting,
(WW) 
warning, (EE) error, (NI) not implemented, (??) unknown.
(= =) Log 
file: /var/log/XFree86.0.log, Time: Thu Apr 21 00:31:20 
2005v
(= =) Using 
config file: /etc/X11/XF86Config-4
(= =) 
ServerLayout layout1
(**) |- -Screen screen1 (0)
(**) | 
|- -Monitor monitor1
(**) | 
|- -Device device1
(**) |- -Screen screen2 (1)
(**) | 
|- -Monitor monitor2
(**) | 
|- -Device device2
(**) |- 
-Input Device 
Keyboard1
(WW) Option 
XkbCompat requires an string value
(**) Option 
XkbModel pc105
(**) XKB: 
model: pc105
(**) Option 
XkbLayout it
(**) XKB: 
layout: it
(WW) Option 
XkbOptions requires an string value
(= =) 
Keyboard: CustomKeycode disabled
(**) |- 
-Input Device Mosue1
(**) Font 
path set to unix/:-1!
(= =) 
RgbPath set to /usr/X11R6/lib/X11/rgb
(= =) 
ModulePath set to /usr/X11R6/lib/modules
(**) Option 
AllowMouseOpenFail
(**) Option 
Xinerama
(**) 
Xinerama: enled
Using 
vt7
(- -) using 
VT number 7

(II) Open 
APM successful
(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 Rederer: 0.4
(II) Loader 
running on linux
(II) 
LoadModule: bitmap
(II) 
Loading /usrX11R6/lib/modules/fonts/libbitmap.a
(II) Module 
bitmap: vendor=The XFree 86 Ptoject
 
compiled for 4.3.0, module version = 1.0.0
 
Module class: XFree86 Font Renderer
 
ABI class: XFree86 Font Rendere, 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, module version = 1.0.0
 
ABI class:XFree86 Video Driver, version 0.6
(II) PCI: 
Probin config type using method 1
(II) PCI: 
Config type is 1
(II) PCI: 
stages = 0x03, oldVall = 0x800090d0, modelRes1 = 
0x8000
(II) PCI: 
PCI scan (all values are in hex)
(II) PCI: 
00:00:0 chip 1078,0001 card , rev 00 class 06,00,00 hdr 00 
(II) PCI: 
00:07:0 chip 1095,0673 card 1095,0670 rev 05 class 0c,03,10 hdr 
00
(II) PCI: 
00:08:0 chip 1516,0803 card 10bd,1320 rev 00 class 02,00,00 hdr 
00
(II) PCI: 
00:12:0 chip 1078,0002 card , rev 00 class 06,01,00 hdr 
00
(II) PCI: 
00:13:0 chip 0ell,a0f8 card 0ell,a0f8 rev 04 class 0c,03,10 hdr 
00
(II) PCI: 
End of PCI scan
(II) 
Host-to-PCI bridge:
(II) Bus 0: 
bridge is at (0:0:0), (0,0,0), 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-ISA bridge:
(II) Bus 
-1: bridge is at (0:18:0=:0), (0, -1, -1), BCTRL: 0x0008 (VGA_EN is 
set)
(II) 
Addressable bus resource range are
 
[0] 
-1 
0 
0x  0x  (0x0) MX[B]
 
[1] 
-1 
0 
0x  0x  (0x1) IX[B]
(II) 
OS-reported resource ranges:
 
[0] 
-1 
0 
0xffe0  0x  (0x20) MX[B] (B) 
 
[1] 
-1 
0 
0x0010  0x 3fff (0x3ff0) MX[B] E (B)
 
[2] 
-1 
0 
0x000f  0x 000f (0x1) MX[B]
 
[3] 
-1 
0 
0x000c  0x 000e (0x3) MX[B] 
 
[4] 
-1 
0 
0x  0x 0009 (0xa) MX[B] 
 
[5] 
-1 
0 
0x  0x 000 (0x1) IX[B]
 
[6] 
-1 
0 
0x000  0x 0ff (0x100) IX[B]
(II) Active 
PCI resource ranges:
 
...
(II) Active 
PCI resource ranges after removing overlaps
 
...
(II) 
OS-reported resource ranges after removing overlaps with 
PCI
 
...
(II) All 
system resource ranges:
 
...
(II)LoadModule: dbe
(II) 
Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module 
dbe: vendorThe XFree86 project
 
compiled for 4.3.0, module version 1.0.0
 
Module cass: XFree86 Server Extension
 
ABI class: XFree86 Server Extension, version 0.2
(II) 
Loading extension DOUBVLE-BUFFER
(II) 
LoadingModule: v41
(II) 
Loading /usr/X11R6/lib/modules/drivers/linux/v41_drv.0
(II) Module 
v41: vendorThe XFree86 project
 
compiled for 4.3.0, module version 1.0.0
 
ABI class: XFree86 Video Driver, version 0.6
(II) 
LoadModule: extmod
(II) 
Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module 
extmod: vendorThe XFree86 project
 
compiled for 4.3.0, module version 1.0.0
 
Module cass: XFree86 Server Extension
 
ABI class: XFree86 Server Extension, version 0.2
(II) 
Loading extension 
SHAPE
(II) 
Loading extension MIT-SUNDRY-NONSTANDARD
(II) 
Loading extension 

[XFree86] X system

2005-04-18 Thread [EMAIL PROTECTED]
I have this problem with my UHU-linux system. What can I do now?
Thanks.
This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to XFree86@XFree86.Org 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: 9 May 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.20-11smp i686 [ELF]
Build Date: 16 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: Fri Apr 15 16:49:25 2005
(==) Using config file: /etc/X11/XF86Config
(==) ServerLayout UHU-Layout
(**) |--Screen UHU-Screen (0)
(**) |   |--Monitor UHU-Monitor
(**) |   |--Device UHU-Card
(**) |--Input Device UHU-Keyboard
(**) Option AutoRepeat 250 30
(**) Option XkbRules xfree86
(**) XKB: rules: xfree86
(**) Option XkbModel pc105
(**) XKB: model: pc105
(**) Option XkbLayout hu
(**) XKB: layout: hu
(==) Keyboard: CustomKeycode disabled
(**) |--Input Device UHU-Mouse
(WW) The directory /usr/share/fonts/unifont does not exist.
   Entry deleted from font path.
(WW) The directory /usr/share/fonts/jmk does not exist.
   Entry deleted from font path.
(**) FontPath set to 
/usr/share/fonts/local,/usr/share/fonts/misc:unscaled,/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/misc,/usr/share/fonts/75dpi,/usr/share/fonts/100dpi,/usr/share/fonts/TTF,/usr/share/fonts/Type1,/usr/share/fonts/Speedo,/usr/share/fonts/ghostscript,/usr/share/fonts/freefont
(**) RgbPath set to /usr/lib/X11/rgb
(**) ModulePath set to /usr/lib/X11/modules
(**) Option AllowMouseOpenFail
(--) 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/lib/X11/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/lib/X11/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 1106,3189 card 147b,1401 rev 00 class 06,00,00 
hdr 00
(II) PCI: 00:01:0: chip 1106,b168 card , rev 00 class 06,04,00 
hdr 01
(II) PCI: 00:09:0: chip 1102,0004 card 1102,0053 rev 03 class 04,01,00 
hdr 80
(II) PCI: 00:09:1: chip 1102,7003 card 1102,0040 rev 03 class 09,80,00 
hdr 80
(II) PCI: 00:09:2: chip 1102,4001 card 1102,0010 rev 00 class 0c,00,10 
hdr 80
(II) PCI: 00:10:0: chip 1106,3038 card 147b,1401 rev 80 class 0c,03,00 
hdr 80
(II) PCI: 00:10:1: chip 1106,3038 card 147b,1401 rev 80 class 0c,03,00 
hdr 80
(II) PCI: 00:10:2: chip 1106,3038 card 147b,1401 rev 80 class 0c,03,00 
hdr 80
(II) PCI: 00:10:3: chip 1106,3104 card 147b,1401 rev 82 class 0c,03,20 
hdr 00
(II) PCI: 00:11:0: chip 1106,3177 card 1106,3177 rev 00 class 06,01,00 
hdr 80
(II) PCI: 00:11:1: chip 1106,0571 card 147b,1401 rev 06 class 01,01,8a 
hdr 00
(II) PCI: 00:11:5: chip 1106,3059 card 147b,1401 rev 50 class 04,01,00 
hdr 00
(II) PCI: 00:12:0: chip 1106,3065 card 147b,1401 rev 74 class 02,00,00 
hdr 00
(II) PCI: 00:13:0: chip 1103,0004 card 1103,0001 rev 05 class 01,04,00 
hdr 00
(II) PCI: 01:00:0: chip 10de,0281 card 147b,8f10 rev a1 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,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
   [0] -100x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memory range:
   [0] -100x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
   [0] -100x - 0x (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
   [0] -100xec00 - 0xedff (0x200) MX[B]
(II) Bus 1 prefetchable memory range:
   [0] -100xe000 - 0xe7ff (0x800) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) 

Re: [XFree86] X system

2005-04-18 Thread Mark Vojkovich
Your server is configured to use the ati driver yet you have
an NVIDIA card.  In the /etc/X11/XF86Config file, replace
Driver ati with Driver nv.  Or, since you are running Linux,
you could get NVIDIA-supported drivers from NVIDIA's web site.


Mark.


On Mon, 18 Apr 2005, [EMAIL PROTECTED] wrote:

 I have this problem with my UHU-linux system. What can I do now?
 Thanks.

 This is a pre-release version of XFree86, and is not supported in any
 way.  Bugs may be reported to XFree86@XFree86.Org 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: 9 May 2003
 X Protocol Version 11, Revision 0, Release 6.6
 Build Operating System: Linux 2.4.20-11smp i686 [ELF]
 Build Date: 16 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: Fri Apr 15 16:49:25 2005
 (==) Using config file: /etc/X11/XF86Config
 (==) ServerLayout UHU-Layout
 (**) |--Screen UHU-Screen (0)
 (**) |   |--Monitor UHU-Monitor
 (**) |   |--Device UHU-Card
 (**) |--Input Device UHU-Keyboard
 (**) Option AutoRepeat 250 30
 (**) Option XkbRules xfree86
 (**) XKB: rules: xfree86
 (**) Option XkbModel pc105
 (**) XKB: model: pc105
 (**) Option XkbLayout hu
 (**) XKB: layout: hu
 (==) Keyboard: CustomKeycode disabled
 (**) |--Input Device UHU-Mouse
 (WW) The directory /usr/share/fonts/unifont does not exist.
 Entry deleted from font path.
 (WW) The directory /usr/share/fonts/jmk does not exist.
 Entry deleted from font path.
 (**) FontPath set to
 /usr/share/fonts/local,/usr/share/fonts/misc:unscaled,/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/misc,/usr/share/fonts/75dpi,/usr/share/fonts/100dpi,/usr/share/fonts/TTF,/usr/share/fonts/Type1,/usr/share/fonts/Speedo,/usr/share/fonts/ghostscript,/usr/share/fonts/freefont
 (**) RgbPath set to /usr/lib/X11/rgb
 (**) ModulePath set to /usr/lib/X11/modules
 (**) Option AllowMouseOpenFail
 (--) 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/lib/X11/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/lib/X11/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 1106,3189 card 147b,1401 rev 00 class 06,00,00
 hdr 00
 (II) PCI: 00:01:0: chip 1106,b168 card , rev 00 class 06,04,00
 hdr 01
 (II) PCI: 00:09:0: chip 1102,0004 card 1102,0053 rev 03 class 04,01,00
 hdr 80
 (II) PCI: 00:09:1: chip 1102,7003 card 1102,0040 rev 03 class 09,80,00
 hdr 80
 (II) PCI: 00:09:2: chip 1102,4001 card 1102,0010 rev 00 class 0c,00,10
 hdr 80
 (II) PCI: 00:10:0: chip 1106,3038 card 147b,1401 rev 80 class 0c,03,00
 hdr 80
 (II) PCI: 00:10:1: chip 1106,3038 card 147b,1401 rev 80 class 0c,03,00
 hdr 80
 (II) PCI: 00:10:2: chip 1106,3038 card 147b,1401 rev 80 class 0c,03,00
 hdr 80
 (II) PCI: 00:10:3: chip 1106,3104 card 147b,1401 rev 82 class 0c,03,20
 hdr 00
 (II) PCI: 00:11:0: chip 1106,3177 card 1106,3177 rev 00 class 06,01,00
 hdr 80
 (II) PCI: 00:11:1: chip 1106,0571 card 147b,1401 rev 06 class 01,01,8a
 hdr 00
 (II) PCI: 00:11:5: chip 1106,3059 card 147b,1401 rev 50 class 04,01,00
 hdr 00
 (II) PCI: 00:12:0: chip 1106,3065 card 147b,1401 rev 74 class 02,00,00
 hdr 00
 (II) PCI: 00:13:0: chip 1103,0004 card 1103,0001 rev 05 class 01,04,00
 hdr 00
 (II) PCI: 01:00:0: chip 10de,0281 card 147b,8f10 rev a1 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,1), BCTRL: 0x0008 (VGA_EN is set)
 (II) Bus 0 I/O range:
 [0] -100x - 0x (0x1) IX[B]
 (II) Bus 0 non-prefetchable memory range:
 [0] -100x - 0x (0x0) MX[B]
 (II) Bus 0 prefetchable memory range:
 [0] -10   

Re: [XFree86] X Window with integrated intel 845GL card possible?

2005-04-13 Thread Csanyi Pal
On Tue, Apr 12, 2005 at 10:57:58PM +0200, Csanyi Pal wrote:

 Section Screen
 Identifier  Default Screen
 Device  Generic Video Card
 Monitor Generic Monitor
 DefaultDepth24
 SubSection Display
 Depth   24
 Modes   800x600
   EndSubSection
 EndSection
   
 For my monitor the [EMAIL PROTECTED] is the best, but the i810 driver want 
 to use the 85Hz refresh rate.

(II) I810(0): Generic Monitor: Using hsync range of 30.00-54.00 kHz
(II) I810(0): Generic Monitor: Using vrefresh range of 50.00-120.00 Hz
(II) I810(0): Not using built-in mode 1024x768 (width too large for
virtual size)
(II) I810(0): Increasing the scanline pitch to allow tiling mode (800
- 1024).
(--) I810(0): Virtual size is 800x600 (pitch 1024)
(**) I810(0): *Built-in mode 800x600
(**) I810(0):  Built-in mode 640x480
(II) I810(0): Attempting to use 85Hz refresh for mode 800x600 (52)
(II) I810(0): Attempting to use 85Hz refresh for mode 640x480 (50)


 startx
 start and after a while I see for a moment the grey color surface with 
 the mouse pointer X, but then get back to the virtual console, with no 
 error message in the XFree86.0.log.

This is because my monitor can't use the 85Hz refresh rate.
I would like to use the [EMAIL PROTECTED] or [EMAIL PROTECTED], because this is 
the 
best to my monitor, but I don't know how to get this settings?

I run dpkg-reconfigure xserver-xfree86 and configure them to use 
800x600, but as you can see abowe, xserver-xfree86 still want to use 
640x480.

Any suggestion will be appreciated!

-- 
Regards,
Paul 
--- Debian Junior Project :-) :-) :-) :-) :-) :-) :-) :-) :-)
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] X Window with integrated intel 845GL card possible?

2005-04-13 Thread Csanyi Pal
On Wed, Apr 13, 2005 at 07:12:08PM +0200, Csanyi Pal wrote:
 
  For my monitor the [EMAIL PROTECTED] is the best, but the i810 driver want 
  to use the 85Hz refresh rate.

I put now the modeline generated with videogen in the XF86Config-4:
Modeline 800x600 46.60 800 824 856 1024 600 602 604 632  # 47 MHz,
45.5 kHz, 72.0 Hz

but still stay the following problem, when I run startx:
  start and after a while I see for a moment the grey color surface with 
  the mouse pointer X, but then get back to the virtual console, with no 
  error message in the XFree86.0.log.

So, nobody can or want to help, nobody suggest me nothing?

-- 
Regards,
Paul 
--- Debian Junior Project :-) :-) :-) :-) :-) :-) :-) :-) :-)
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] X Window with integrated intel 845GL card possible?

2005-04-13 Thread Csanyi Pal
On Wed, Apr 13, 2005 at 08:43:38PM +0200, Csanyi Pal wrote:
 
 So, nobody can or want to help, nobody suggest me nothing?
 
However, I solve the problem:
in the .xsession was the following line:
exec /usr/bin/X11/wmaker
and that was good on the Woody, but bad on the Sarge, where I must change 
the line abowe like this:
exec /usr/bin/wmaker

-- 
Regards,
Paul 
--- Debian Junior Project :-) :-) :-) :-) :-) :-) :-) :-) :-)
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] X Window with integrated intel 845GL card possible?

2005-04-12 Thread Csanyi Pal
On Mon, Apr 11, 2005 at 04:50:12PM +0200, Csanyi Pal wrote:
 
 Is it possible on the Debian Sarge to get the X Window with i810 
 kernel driver? I try it but with no success.

I searched with google, I red the XFree86 manuals, but don't find the 
solution. 

Debian Sarge

kernel-2.6.8:
CONFIG_AGP=y
CONFIG_AGP_INTEL=y
CONFIG_AGP_INTEL_MCH=y
CONFIG_DRM=y
CONFIG_DRM_I830=y

XF86Config-4:
Section Device
Identifier  Generic Video Card
Driver  i810
EndSection

Section Monitor
Identifier  Generic Monitor
HorizSync   30-54
VertRefresh 50-120
Option  DPMS
EndSection

Section Screen
Identifier  Default Screen
Device  Generic Video Card
Monitor Generic Monitor
DefaultDepth24
SubSection Display
Depth   24
Modes   800x600
EndSubSection
EndSection

For my hardware the [EMAIL PROTECTED] is the best, but the i810 driver want 
to use the 85Hz refresh rate.

startx
start and after a while I see for a moment the grey color surface with 
the mouse pointer X, but then get back to the virtual console, with no 
error message in the XFree86.0.log.

video=i810:[EMAIL PROTECTED]  and later video=i810:[EMAIL PROTECTED]
These try to put in the grub/menu.lst, reboot, startx, but with no success.

I try just this:
wmaker -display host:0.0
Error message follow:
_X11TransSocketINETConnect: Can't get address for host
/usr/lib/WindowMaker/WindowMaker fatal error: can't open the host:0.0 
display

If somebody know how to get X Window with integrated intel 845GL video 
card, please help me! Thanks!

-- 
Regards,
Paul 
--- Debian Junior Project :-) :-) :-) :-) :-) :-) :-) :-) :-)
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] X Window with integrated intel 845GL card possible?

2005-04-11 Thread Csanyi Pal
Hello!

Since I bought the motherboard with integrated intel 845GL video card, 
I can use X Window only with xserver-xfree86 and with framebuffer.
On the Debian Woody I used intelfb, but now on the Sarge I can't configure 
X Window to use the intelfb.

Is it possible on the Debian Sarge to get the X Window with i810 
kernel driver? I try it but with no success.

Any sugestion would be appreciated!

-- 
Regards,
Paul 
--- Debian Junior Project :-) :-) :-) :-) :-) :-) :-) :-) :-)
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] x server not starting in linux 9.0 shrike

2005-04-04 Thread Wambua Mutua
Hi,
Ive installed Linux shrike 9.0 and I having problems starting x server.This
is the error I get when I type in # startx..


[EMAIL PROTECTED] X11]# redhat-config-xfree86
Couldn't start X server, trying with a fresh configuration
Trying with card: S3 Savage4
Error, cannot start X server.
[EMAIL PROTECTED] X11]# startx
Using authority file /root/.Xauthority
Writing authority file /root/.Xauthority
Using authority file /root/.Xauthority
Writing authority file /root/.Xauthority

XFree86 Version 4.3.0 (Red Hat Linux release: 4.3.0-2)
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.20-3bigmem i686 [ELF]
Build Date: 27 February 2003
Build Host: porky.devel.redhat.com

Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.4.20-8 ([EMAIL PROTECTED]) (gcc
version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)) #1 Thu Mar 13 17:54:28 EST
2003
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: Tue Mar 15 11:28:25 2005
(==) Using config file: /etc/X11/XF86Config

XIO: fatal IO error 104 (Connection reset by peer) on X server :0.0
after 0 requests (0 known processed) with 0 events remaining.


Please help!

Regards,
Wambua Mutua
Technical Consultant
Software Technologies Limited
Tel: + 254 20 7122971/2/3
Fax: + 254 20 7122991
Support Hotline: + 254 20 7122994
[EMAIL PROTECTED]



___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] x server not starting in linux 9.0 shrike

2005-04-04 Thread Mark Vojkovich
   You need to send your /var/log/XFree86.0.log file to the
xfree86@xfree86.org list.  The information provided below is
not enough to diagnose the problem.

Mark.

On Mon, 4 Apr 2005, Wambua Mutua wrote:

 Hi,
 Ive installed Linux shrike 9.0 and I having problems starting x server.This
 is the error I get when I type in # startx..


 [EMAIL PROTECTED] X11]# redhat-config-xfree86
 Couldn't start X server, trying with a fresh configuration
 Trying with card: S3 Savage4
 Error, cannot start X server.
 [EMAIL PROTECTED] X11]# startx
 Using authority file /root/.Xauthority
 Writing authority file /root/.Xauthority
 Using authority file /root/.Xauthority
 Writing authority file /root/.Xauthority

 XFree86 Version 4.3.0 (Red Hat Linux release: 4.3.0-2)
 Release Date: 27 February 2003
 X Protocol Version 11, Revision 0, Release 6.6
 Build Operating System: Linux 2.4.20-3bigmem i686 [ELF]
 Build Date: 27 February 2003
 Build Host: porky.devel.redhat.com

 Before reporting problems, check http://www.XFree86.Org/
 to make sure that you have the latest version.
 Module Loader present
 OS Kernel: Linux version 2.4.20-8 ([EMAIL PROTECTED]) (gcc
 version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)) #1 Thu Mar 13 17:54:28 EST
 2003
 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: Tue Mar 15 11:28:25 2005
 (==) Using config file: /etc/X11/XF86Config

 XIO: fatal IO error 104 (Connection reset by peer) on X server :0.0
 after 0 requests (0 known processed) with 0 events remaining.


 Please help!

 Regards,
 Wambua Mutua
 Technical Consultant
 Software Technologies Limited
 Tel: + 254 20 7122971/2/3
 Fax: + 254 20 7122991
 Support Hotline: + 254 20 7122994
 [EMAIL PROTECTED]



 ___
 XFree86 mailing list
 XFree86@XFree86.Org
 http://XFree86.Org/mailman/listinfo/xfree86

___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] X server fails after i810fb insertion

2005-03-23 Thread mukund jampala
hi dawas,

thanks for the response.

 After that I get a fb driver running.
 but i miss the GUI on the Desktop  when I say startx, I get some
 errors  I have attached the relevant Xserver_log file as well as the
 configuration file to this mail.
 
 I am specific to using i810fb driver as I want to rotate the screen
 using X server randr command.
 
 The i810fb driver and the XFree86 i810 driver appear to be incompatible,

No, i thnik we have just the i810fb driver in the device section right.
we are just using i810fb and NOT i810 driver under Xserver.
but my point is when we are modprobing, we get the console working
with framebuffer but the GUI stops  fails to start after then.

 because the former likely holds open the agpgart driver, which the latter
 needs:

what is the situaltion taht some X server needs to use an agpgart? can
u please briefly explain me that?

 (WW) xf86AcquireGART: AGPIOC_ACQUIRE failed (Device or resource busy)
 (EE) GARTInit: AGPIOC_INFO failed (Invalid argument)
 (EE) I810(0): AGP GART support is not available.  Make sure your kernel has
agpgart support or that the agpgart kernel module is loaded.
 
 I'm not sure how using the i810fb driver with the XFree86 i810 driver would 
 get you dynamic rotation anyway.

we are not using both. we are jsut using i810fb.

 How do I solve this problem?
 
 After that on trial basis when I modied the Device section as follows,
 the GUI is working with a light shift in the screen. I thing that can
 be rectified with modification is resolution but what is fbdev which
 made my GUI work?
 
 The XFree86 fbdev driver is designed to interface with the the fb module
 you load into the kernel, in this case i810fb, so that is expected to work.

what can we do to resolve this?

regards,
mukund jampala
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] X server fails after i810fb insertion

2005-03-23 Thread David Dawes
On Wed, Mar 23, 2005 at 04:45:06PM +0530, mukund jampala wrote:
hi dawas,

thanks for the response.

 After that I get a fb driver running.
 but i miss the GUI on the Desktop  when I say startx, I get some
 errors  I have attached the relevant Xserver_log file as well as the
 configuration file to this mail.
 
 I am specific to using i810fb driver as I want to rotate the screen
 using X server randr command.
 
 The i810fb driver and the XFree86 i810 driver appear to be incompatible,

No, i thnik we have just the i810fb driver in the device section right.
we are just using i810fb and NOT i810 driver under Xserver.
but my point is when we are modprobing, we get the console working
with framebuffer but the GUI stops  fails to start after then.

 because the former likely holds open the agpgart driver, which the latter
 needs:

what is the situaltion taht some X server needs to use an agpgart? can
u please briefly explain me that?

 (WW) xf86AcquireGART: AGPIOC_ACQUIRE failed (Device or resource busy)
 (EE) GARTInit: AGPIOC_INFO failed (Invalid argument)
 (EE) I810(0): AGP GART support is not available.  Make sure your kernel has
agpgart support or that the agpgart kernel module is loaded.
 
 I'm not sure how using the i810fb driver with the XFree86 i810 driver would 
 get you dynamic rotation anyway.

we are not using both. we are jsut using i810fb.

The log you posted shows that the XFree86 server is using its i810 driver,
and thus that you are attempting to using both, whether that is your
intention or not.

XFree86 drivers are separate from kernel drivers.  Broadly speaking you
can either have XFree86 control the hardware directly, or have a kernel
driver control the hardware directly.  If you want to use a kernel driver,
then you need to use XFree86's fbdev driver, which, instead of controlling
the hardware directly, accesses it via the kernel's fb interfaces.

XFree86/i810   XFree86/fbdev
  |   |
  vOR v
   hardware kernel/i810fb
  |
  v
   hardware

 How do I solve this problem?
 
 After that on trial basis when I modied the Device section as follows,
 the GUI is working with a light shift in the screen. I thing that can
 be rectified with modification is resolution but what is fbdev which
 made my GUI work?
 
 The XFree86 fbdev driver is designed to interface with the the fb module
 you load into the kernel, in this case i810fb, so that is expected to work.

what can we do to resolve this?

That depends on what you are trying to do.

David
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] X server fails after i810fb insertion

2005-03-22 Thread mukund jampala
hi all,

I am unable to activate the X server on my Desktop after inserting the
i810fb driver as follows.

modprobe i810fb vram=2 xres=1024 bpp=16 hsync1=30 hsync2=55 vsync1=50
vsync2=85 accel=1

After that I get a fb driver running.
but i miss the GUI on the Desktop  when I say startx, I get some
errors  I have attached the relevant Xserver_log file as well as the
configuration file to this mail.

I am specific to using i810fb driver as I want to rotate the screen
using X server randr command.

How do I solve this problem? 

After that on trial basis when I modied the Device section as follows,
the GUI is working with a light shift in the screen. I thing that can
be rectified with modification is resolution but what is fbdev which
made my GUI work?

Section  Device
Identifier videocard0
Driver fbdev
VendorName videocard vendor
BoardName Intel 810
VideoRam 16384
EndSection

Thanks in advance.

Regards,
Mukund jampala
# XFree86 4 configuration created by pyxf86config

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

Section Files
# RgbPath is the location of the RGB database.  Note, this is the name of the 
# file minus the extension (like .txt or .db).  There is normally
# no need to change the default.

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.

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

Section Module
Load  dbe
Load  extmod
Load  fbdevhw
Load  glx
Load  record
Load  freetype
Load  type1
Load  dri
EndSection

Section InputDevice
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#   Option  Xleds 1 2 3

# To disable the XKEYBOARD extension, uncomment XkbDisable.
#   Option  XkbDisable

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#   Option  XkbModel  pc102
# If you have a US Microsoft Natural keyboard, you can use:
#   Option  XkbModel  microsoft
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#   Option  XkbLayout de
# or:
#   Option  XkbLayout de
#   Option  XkbVariantnodeadkeys
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#   Option  XkbOptionsctrl:swapcaps
# Or if you just want both to be control, use:
#   Option  XkbOptionsctrl:nocaps
#
Identifier  Keyboard0
Driver  keyboard
Option  XkbRules xfree86
Option  XkbModel pc105
Option  XkbLayout us
EndSection

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

Section InputDevice
# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
Identifier  DevInputMice
Driver  mouse
Option  Protocol IMPS/2
Option  Device /dev/input/mice
Option  ZAxisMapping 4 5
Option  Emulate3Buttons no
EndSection

Section Monitor
Identifier   Monitor0
VendorName   Monitor Vendor
ModelNameSamsung Samtron 45B(n)
DisplaySize  270200
HorizSync30.0 - 55.0
VertRefresh  50.0 - 120.0
Option  dpms
EndSection

#mukund defined device
Section Device
Identifier  i810 Framebuffer
Driver  i810fb
VendorName  Videocard vendor
# BoardName   Intel 810
VideoRam16384
Option  UseFBDev
#   Option  ShadowFB ON
#   Option  Rotate CCW
EndSection

Section Device
Identifier  Videocard0
Driver  810fb
VendorName  Videocard vendor
BoardName   Intel 810
VideoRam16384
EndSection

Section Screen
Identifier Screen0
Device Videocard0
MonitorMonitor0
DefaultDepth 24
SubSection Display
Depth 24
Modes1024x768 800x600 640x480
EndSubSection
EndSection

Section DRI
Group0
Mode 0666
EndSection


XFree86 Version 4.3.0 (Red Hat Linux release: 4.3.0-2)
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: 

[XFree86] X server fails after i810fb insertion

2005-03-22 Thread mukund jampala
hi all,

I am unable to activate the X server on my Desktop after inserting the
i810fb driver as follows.

modprobe i810fb vram=2 xres=1024 bpp=16 hsync1=30 hsync2=55 vsync1=50
vsync2=85 accel=1

After that I get a fb driver running.
but i miss the GUI on the Desktop  when I say startx, I get some
errors  I have attached the relevant Xserver_log file as well as the
configuration file to this mail.

I am specific to using i810fb driver as I want to rotate the screen
using X server randr command.

How do I solve this problem?

After that on trial basis when I modied the Device section as follows,
the GUI is working with a light shift in the screen. I thing that can
be rectified with modification is resolution but what is fbdev which
made my GUI work?

   Section  Device
   Identifier videocard0
   Driver fbdev
   VendorName videocard vendor
   BoardName Intel 810
   VideoRam 16384
   EndSection

Thanks in advance.

Regards,
Mukund jampala
# XFree86 4 configuration created by pyxf86config

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

Section Files
# RgbPath is the location of the RGB database.  Note, this is the name of the 
# file minus the extension (like .txt or .db).  There is normally
# no need to change the default.

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.

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

Section Module
Load  dbe
Load  extmod
Load  fbdevhw
Load  glx
Load  record
Load  freetype
Load  type1
Load  dri
EndSection

Section InputDevice
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#   Option  Xleds 1 2 3

# To disable the XKEYBOARD extension, uncomment XkbDisable.
#   Option  XkbDisable

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#   Option  XkbModel  pc102
# If you have a US Microsoft Natural keyboard, you can use:
#   Option  XkbModel  microsoft
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#   Option  XkbLayout de
# or:
#   Option  XkbLayout de
#   Option  XkbVariantnodeadkeys
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#   Option  XkbOptionsctrl:swapcaps
# Or if you just want both to be control, use:
#   Option  XkbOptionsctrl:nocaps
#
Identifier  Keyboard0
Driver  keyboard
Option  XkbRules xfree86
Option  XkbModel pc105
Option  XkbLayout us
EndSection

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

Section InputDevice
# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
Identifier  DevInputMice
Driver  mouse
Option  Protocol IMPS/2
Option  Device /dev/input/mice
Option  ZAxisMapping 4 5
Option  Emulate3Buttons no
EndSection

Section Monitor
Identifier   Monitor0
VendorName   Monitor Vendor
ModelNameSamsung Samtron 45B(n)
DisplaySize  270200
HorizSync30.0 - 55.0
VertRefresh  50.0 - 120.0
Option  dpms
EndSection

#mukund defined device
Section Device
Identifier  i810 Framebuffer
Driver  i810fb
VendorName  Videocard vendor
# BoardName   Intel 810
VideoRam16384
Option  UseFBDev
#   Option  ShadowFB ON
#   Option  Rotate CCW
EndSection

Section Device
Identifier  Videocard0
Driver  810fb
VendorName  Videocard vendor
BoardName   Intel 810
VideoRam16384
EndSection

Section Screen
Identifier Screen0
Device Videocard0
MonitorMonitor0
DefaultDepth 24
SubSection Display
Depth 24
Modes1024x768 800x600 640x480
EndSubSection
EndSection

Section DRI
Group0
Mode 0666
EndSection


XFree86 Version 4.3.0 (Red Hat Linux release: 4.3.0-2)
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 

Re: [XFree86] X server fails after i810fb insertion

2005-03-22 Thread David Dawes
On Tue, Mar 22, 2005 at 05:10:03PM +0530, mukund jampala wrote:
hi all,

I am unable to activate the X server on my Desktop after inserting the
i810fb driver as follows.

modprobe i810fb vram=2 xres=1024 bpp=16 hsync1=30 hsync2=55 vsync1=50
vsync2=85 accel=1

After that I get a fb driver running.
but i miss the GUI on the Desktop  when I say startx, I get some
errors  I have attached the relevant Xserver_log file as well as the
configuration file to this mail.

I am specific to using i810fb driver as I want to rotate the screen
using X server randr command.

The i810fb driver and the XFree86 i810 driver appear to be incompatible,
because the former likely holds open the agpgart driver, which the latter
needs:

(WW) xf86AcquireGART: AGPIOC_ACQUIRE failed (Device or resource busy)
(EE) GARTInit: AGPIOC_INFO failed (Invalid argument)
(EE) I810(0): AGP GART support is not available.  Make sure your kernel has
agpgart support or that the agpgart kernel module is loaded.

I'm not sure how using the i810fb driver with the XFree86 i810 driver would
get you dynamic rotation anyway.

How do I solve this problem? 

After that on trial basis when I modied the Device section as follows,
the GUI is working with a light shift in the screen. I thing that can
be rectified with modification is resolution but what is fbdev which
made my GUI work?

The XFree86 fbdev driver is designed to interface with the the fb module
you load into the kernel, in this case i810fb, so that is expected to work.

David
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] X doesn't start

2005-02-28 Thread Yannick DUTHE



Here the 
log.

Thanks



XFree86.0.log
Description: Binary data


Re: [XFree86] x server problem

2005-02-26 Thread Mark Vojkovich
On Fri, 25 Feb 2005, zoilo wrote:

 hello,
 i'm an italian boy with a little problem with debian
 gnu linux distribution.
 i've installed this distro for the first time on my
 old pc desktop and all ok. but at the end, when i had
 to set up x server i've made a mistake:
 i set up to 24 the depth of my generic monitor, but i
 think this value is to hight.
 so every time i turn on my pc, it cannot start gnome
 display manager and x server because it's not set up
 correctly. i tried to correct this problem using x
 configuration program, but i've not found in this
 program the solution of my problem.
 how can i set to 16 the depth of the screen, using
 simply the console?
 i report on end error message and technical feature of
 my pc.
 thank you
 se potete rispondetemi in italiano

 ---technical
 feature-

 pc vectra vl - 5 series
 video card matrox
 cpu 200 Mhz
 ram 192 Mb
 hd 4 Gb
 monitor generic colours - 15 800x600 resolution

   You are using the wrong driver.  In the /etc/X11/XF86Config-4
file you want to change Driver vga to Driver mga.


Mark.

___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] x server problem

2005-02-25 Thread zoilo
hello,
i'm an italian boy with a little problem with debian
gnu linux distribution.
i've installed this distro for the first time on my
old pc desktop and all ok. but at the end, when i had
to set up x server i've made a mistake:
i set up to 24 the depth of my generic monitor, but i
think this value is to hight.
so every time i turn on my pc, it cannot start gnome
display manager and x server because it's not set up
correctly. i tried to correct this problem using x
configuration program, but i've not found in this
program the solution of my problem.
how can i set to 16 the depth of the screen, using
simply the console?
i report on end error message and technical feature of
my pc.
thank you
se potete rispondetemi in italiano

---technical
feature-

pc vectra vl - 5 series
video card matrox
cpu 200 Mhz
ram 192 Mb
hd 4 Gb
monitor generic colours - 15 800x600 resolution

---error
message-

warning: process set to nice value 0 instead of - 10
as requested.

this is a pre-release version of xfree86, and is no
supported in any way. bugs may be reported to
xfree86@xfree86.org 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.1.0.1 /x window system (protocol
version 11, revision 0, vendor release 6510)
release date: 21 december 2001
if the server is older than 6-12 months, or if your
card is never than the above date, look for a newer
version before reporting problems. (see
http://www.xfree86.org/faq)
buil operating system: linux 2.4.20.8um i686 [elf]
module loader present
(==) log file:/var/log/xfree86.0.log, time: sun jun
27 18:21:42 2004
(==) using config file: /etc/x11/xfree86config-4
markers: (--) probed, (**)from config file, (==)
default setting, (++) from command line, (!!) notice,
(EE) error, (NI) not implemented, (??) unknown.
(==) serverlayout default layout
(**) |-- screen default screen (0)
(**) |  |-- monitor generic monitor
(**) |  |-- device generic video card
(**) |-- input device generic keyboard
(**) xkb: rules: xfree86
(**) xkb: model: pc104
(**) xkb: layout: us
(**) |-- input device configured mouse
(**) |-- input device generic mouse
(WW) the directory /usr/lib/x11/fonts/cyrillic does
not exist.
(**) font path set to unix/:7100,
/usr/lib/x11/fonts/misc,
/usr/lib/x11/fonts/100dpi/:unscaled,
/usr/lib/x11/fonts/75 dpi/:unscaled,
/usr/lib/x11/fonts/type1, /usr/lib/x11/fonts/speedo,
/usr/lib/x11/fonts/100dpi, /usr/lib/x11/fonts/75 dpi
(==) rgbpath set to /usr/x11r6/lib/x11/rgb
(==) module path set to /usr/x11r6/lib/modules
(++) using vt number 7

(II) loading /usr/x11r6/lib/modules/fonts/libbitmap.a
(II) module bitmap: vendor= the xfree86 project
compiled for 4.1.0.1, module version = 1.0.0
(II) loading /usr/x11r6/lib/modules/libpcidata.a
(II) module pcidata: vendor = the xfree86 project
compiled for 4.1.0.1, module version = 0.1.0
(II) loading /usr/x11r6/lib/modules/libscanpci.a
(II) module scanpci: vendor= the xfree86 project
compiled for 4.1.0.1, module version= 0.1.0
(II) unloading /usr/x11r6/lib/modules/libscanpci.a
(--) pci: *(0:6:0) matrox mga 2064w rev 1, mem @
0xfedfc000/14, 0xfe0
(--) pci: (0:13:0) s3 trio64v2/dx or /gx rev 20
(II) loading
/usr/x11r6/lib/modules/extensions/libglcore.a
(II) module glcore: vendor= the xfree86 project
compiled for 4.1.0.1, module version= 0.1.0
(II) loading
/usr/x11r6/lib/modules/extensions/libdbe.a
(II) module dbe: vendor= the xfree86 project
compiled for 4.1.0.1, module version= 0.1.0
(II) loading /usr/x11r6/lib/modules/libddc.a
(II) module ddc: vendor= the xfree86 project
compiled for 4.1.0.1, module version= 0.1.0
(II) loading
/usr/x11r6/lib/modules/extensions/libdri.a
(II) module dri: vendor= the xfree86 project
compiled for 4.1.0.1, module version= 0.1.0
(II) loading /usr/x11r6/lib/modules/linux/libdrm.a
(II) module drm: vendor= the xfree86 project
compiled for 4.1.0.1, module version= 0.1.0
(II) loading
/usr/x11r6/lib/modules/extensions/libextmod.a
(II) module extmod: vendor= the xfree86 project
compiled for 4.1.0.1, module version= 0.1.0
(II) loading
/usr/x11r6/lib/modules/fonts/libfreetype.a
(II) module freetype: vendor= the xfree86 project
compiled for 4.1.0.1, module version= 1.1.9
(II) loading
/usr/x11r6/lib/modules/extensions/libglx.a
(II) module glx: vendor= the xfree86 project
compiled for 4.1.0.1, module version= 0.1.0
(II) loading /usr/x11r6/lib/modules/linux/libint10.a
(II) module int10: vendor= the xfree86 project
compiled for 4.1.0.1, module version= 0.1.0
(II) loading
/usr/x11r6/lib/modules/extensions/librecord.a
(II) module record: vendor= the xfree86 project
compiled for 4.1.0.1, module version= 1.13.0
(II) loading /usr/x11r6/lib/modules/fonts/libspeedo.a
(II) module speedo: vendor= the xfree86 

Re: [XFree86] X fails to update screen (PLEASE! Any help or suggestions appreciated)

2005-02-21 Thread Marc Aurele La France
On Sun, 20 Feb 2005, James Kimble wrote:
I have an application running on an older X Server (Version 4.2.0) on a
modified Red Hat distro with Kernel version 2.4.20.

The problem is that when the date or time is changed to some date or
time in the past our application stops updating (some animated meters).
Moving the mouse pointer within the application causes the updates to
continue as long as you're moving the mouse. If you stop moving the
mouse, updates stop as well. Setting the time to a future date (any
date or time later than the current one) usually causes things to start
updating normally again. The application is a java GUI however we've
substituted a simple X program that just does a little animated cursor
and the same behavior occurs.

Has anyone encountered this issue before and, if so, has it been
corrected in a later version of X?
I'd suggest trying a newer version, yes, not only because 4.2 is quite old 
(and thus unlikely to elicit a response here), but also because there have 
been related changes since then.

On the other hand, it's debatable whether this can be considered a bug in the 
software, particularly software that depends on a consistent view of time in 
the underlying system.  How far back in time are you talking about here? 
Still doing Y2K testing?  ;-)

Also you should be able to get better performance out of the ATI driver, 
rather than the VESA driver.

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 developer and VP.  ATI driver and X server internals.
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] X-windows will not start / Debian 3.1 sarge / tried various kernels

2005-02-19 Thread Thomas Milo Somers
For my first Linux install experience, I chose Debian 3.1 (sarge) because I
thought it would be easy for a novice to install and more likely to be
compatible with my hardware, a Dell Dimension 4600 P4 2.66GHz BIOS Ver. A07,
purchased about a year ago.

Installing from CDs, on the first attempt, I selected the linux26 install
method and allowed the install program to choose the default
kernel-image-2.6.8-2-k7-smp.  I think I did the config okay, but in the
end, the kernel failed to load.  Thinking the problem might be the kernel,
on the second attempt, I went with the default install method and allowed
the install program to install the default 2.4 kernel.  This also failed to
load.  The third time, I chose install method expert26 and when the time
came to manually choose the kernel to load, I selected the second line on
the kernel list kernel-image-2.6.8-2-k7.  Completing the basic install,
the kernel did load and everything seemed to be okay.

So, I proceeded to installation of X-windows, using command: apt-get
install gnome-desktop-environment x-window-system gdm.  During the config
process, I got some warning screens along the way that said something like
Unavailable modules and devices that need them:
- i810-tco (Intel Corp.  82801EB/ER (ICH5/ICH5R) LPC Bridge
- e100 (Intel Corp. 82562EZ 10/100 Ethernet controller),
- ide-mod (Linux IDE driver)
- ide-detect (Linux IDE detection)
- ide-floppy (Linux IDE floppy)
- ide-scsi (Linux IDE SCSI emulation layer)

Nevertheless, I completed the config process.  However, when it came time to
start X-Windows, it did not start and I got an error screen saying X-Windows
was probably not configured correctly.  (I don't doubt it!)  

Finding myself back at the command line, I reviewed the log file
/var/log/XFree86.0.log and noticed the following significant warnings and
errors:
WW  Open APM failed.
WW I810(0) Extended BIOS function 0x5f11 not supported.
EE I810(0): No video BIOS modes for chosen depth.
EE Screens found, but none have a usable configuration.
and finally:
Fatal Server Error: No screens found.

At this point, I followed someone's suggestion to try yet another kernel.  I
chose kernel-2.6.8-2-386.That kernel loaded okay and so I attempted the
install of gnome and x-window system.  When I completed the loading and
config and rebooted, I did not get the same error screen, but nevertheless x
did not start and when I checked log file /var/log/XFree86.0.log I found the
same warnings and errors:

WW Open APM failed (dev/apm_bios)
WW I810(0) Extended BIOS function 0x5f11 not supported.
EE I810(0): No video BIOS modes for chosen depth.
EE Screens found, but none have a usable configuration.
Fatal Server Error: No screens found.

It does look like I am missing the right driver for my video controller, but
I am at a loss as to where to look for a solution.

I expected a Dell Intel machine to be pretty standard, with a good chance of
Linux-compatibility, but I guess I was wrong.  

At this point, I don't know whether I made config errors, whether I am using
the wrong kernel, or whether my hardware is incompatible with Debian 3.1
(sarge) and I need to try the stable Debian 3.0 (woody).  But will even
woody be compatible with my computer?

At this point, I think I need the help of an expert, so I invite suggestions
to help me move forward getting the X-Window systems to run.
Thx in advance. Tom
Tom (my email: [EMAIL PROTECTED])


___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] X-windows will not start / Debian 3.1 sarge / tried variouskernels

2005-02-19 Thread Bukie Mabayoje
WW I810(0) Extended BIOS function 0x5f11 not supported.
The 0x5f11 should be 0x4f11. Something is messed up in your install. (unless 
ox5f is an OEM function that I don't know about)

Try woody

Thomas Milo Somers wrote:

 For my first Linux install experience, I chose Debian 3.1 (sarge) because I
 thought it would be easy for a novice to install and more likely to be
 compatible with my hardware, a Dell Dimension 4600 P4 2.66GHz BIOS Ver. A07,
 purchased about a year ago.

 Installing from CDs, on the first attempt, I selected the linux26 install
 method and allowed the install program to choose the default
 kernel-image-2.6.8-2-k7-smp.  I think I did the config okay, but in the
 end, the kernel failed to load.  Thinking the problem might be the kernel,
 on the second attempt, I went with the default install method and allowed
 the install program to install the default 2.4 kernel.  This also failed to
 load.  The third time, I chose install method expert26 and when the time
 came to manually choose the kernel to load, I selected the second line on
 the kernel list kernel-image-2.6.8-2-k7.  Completing the basic install,
 the kernel did load and everything seemed to be okay.

 So, I proceeded to installation of X-windows, using command: apt-get
 install gnome-desktop-environment x-window-system gdm.  During the config
 process, I got some warning screens along the way that said something like
 Unavailable modules and devices that need them:
 - i810-tco (Intel Corp.  82801EB/ER (ICH5/ICH5R) LPC Bridge
 - e100 (Intel Corp. 82562EZ 10/100 Ethernet controller),
 - ide-mod (Linux IDE driver)
 - ide-detect (Linux IDE detection)
 - ide-floppy (Linux IDE floppy)
 - ide-scsi (Linux IDE SCSI emulation layer)

 Nevertheless, I completed the config process.  However, when it came time to
 start X-Windows, it did not start and I got an error screen saying X-Windows
 was probably not configured correctly.  (I don't doubt it!)

 Finding myself back at the command line, I reviewed the log file
 /var/log/XFree86.0.log and noticed the following significant warnings and
 errors:
 WW  Open APM failed.
 WW I810(0) Extended BIOS function 0x5f11 not supported.
 EE I810(0): No video BIOS modes for chosen depth.
 EE Screens found, but none have a usable configuration.
 and finally:
 Fatal Server Error: No screens found.

 At this point, I followed someone's suggestion to try yet another kernel.  I
 chose kernel-2.6.8-2-386.That kernel loaded okay and so I attempted the
 install of gnome and x-window system.  When I completed the loading and
 config and rebooted, I did not get the same error screen, but nevertheless x
 did not start and when I checked log file /var/log/XFree86.0.log I found the
 same warnings and errors:

 WW Open APM failed (dev/apm_bios)
 WW I810(0) Extended BIOS function 0x5f11 not supported.
 EE I810(0): No video BIOS modes for chosen depth.
 EE Screens found, but none have a usable configuration.
 Fatal Server Error: No screens found.

 It does look like I am missing the right driver for my video controller, but
 I am at a loss as to where to look for a solution.

 I expected a Dell Intel machine to be pretty standard, with a good chance of
 Linux-compatibility, but I guess I was wrong.

 At this point, I don't know whether I made config errors, whether I am using
 the wrong kernel, or whether my hardware is incompatible with Debian 3.1
 (sarge) and I need to try the stable Debian 3.0 (woody).  But will even
 woody be compatible with my computer?

 At this point, I think I need the help of an expert, so I invite suggestions
 to help me move forward getting the X-Window systems to run.
 Thx in advance. Tom
 Tom (my email: [EMAIL PROTECTED])

 ___
 XFree86 mailing list
 XFree86@XFree86.Org
 http://XFree86.Org/mailman/listinfo/xfree86
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] X Application freezes with date or time changes to the past

2005-02-18 Thread jkimble
I have an application running on an older X Server (Version 4.2.0) on a
modified Red Hat distro with Kernel version 2.4.20.

The problem is that when the date or time is changed to some date or
time in the past our application stops updating (some animated meters).
Moving the mouse pointer within the application causes the updates to
continue as long as you're moving the mouse. If you stop moving the
mouse, updates stop as well. Setting the time to a future date (any
date or time later than the current one) usually causes things to start
updating normally again. The application is a java GUI however we've
substituted a simple X program that just does a little animated cursor
and the same behavior occurs.

Has anyone encountered this issue before and, if so, has it been
corrected in a later version of X?

I've copied my XF86Config and XFree86.0.log files below this message.
Any help would be GREATLY appreciated.

James Kimble



--
XF86Config
--

# File generated by XFdrake.

# **
# Refer to the XF86Config(4/5) man page for details about the format of
# this file.
# **

Section Files

RgbPath /usr/X11R6/lib/X11/rgb

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.

FontPath   unix/:-1

EndSection

# **
# Server flags section.
# **

Section ServerFlags

# Uncomment this to cause a core dump at the spot where a signal is
# received.  This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging
#NoTrapSignals

# Uncomment this to disable the CrtlAltBS server abort sequence
# This allows clients to receive this key event.
#DontZap

# Uncomment this to disable the CrtlAltKP_+/KP_- mode switching
# sequences.  This allows clients to receive these key events.
#DontZoom

# This  allows  the  server  to start up even if the
# mouse device can't be opened/initialised.
AllowMouseOpenFail

EndSection

# **
# Input devices
# **

Section InputDevice

Identifier DynaPro
Driver  dynapro
Option Device /dev/touchscreen
Option MinX   980
Option MaxX   40
Option MinY   45
Option MaxY   980
Option SwapXY 0


EndSection

# **
# Keyboard section
# **

Section InputDevice

Identifier Keyboard1
Driver  Keyboard
Option AutoRepeat  250 30

Option XkbRules xfree86
Option XkbModel pc105
Option XkbLayout us

EndSection

# **
# Pointer section
# **

Section InputDevice

Identifier Mouse1
Driver  mouse
Option ProtocolPS/2
Option Device  /dev/psaux
Option Emulate3Buttons
Option Emulate3Timeout50

# ChordMiddle is an option for some 3-button Logitech mice

#Option ChordMiddle

EndSection



Section Module

# This loads the DBE extension module.

Loaddbe
Loadglx

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.

SubSection  extmod
Option  omit xfree86-dga
EndSubSection

# This loads the Type1 and FreeType font modules

Loadtype1
Loadfreetype
EndSection

# **
# Monitor section
# **

# Any number of monitor sections may be present

Section Monitor
Identifier 
VendorName 
ModelName  


# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
HorizSync  30-70


# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
VertRefresh 30-90


EndSection



# 

[XFree86] X Free On FOSA 8500V Notebook

2005-02-14 Thread Bernie Lantz








I am trying to RedHat 9.0 on a FOSA 8500V
notebook and I cannot get XFREE configured correctly. At boot time the
video appears to be VIA Apollo Pro133AX with 16Meg of video ram. I can do
the install using graphics with no problem but cannot get X to start when the
installation completes. The boot shows video bios is shadowed. 

The XF386Config shows a Generic Laptop Display
Panel 1024x768. 

The Videocard shows as a ATI Rage 128 Mobility
with 16384 of video memory. 

When I check the error file it shows a monitor
of Hitachi TX38D95VC1CAA Color, Single, TFT

Screen(s) found but none have a usable
configuration. 






attachment: image001.jpg


Re: [XFree86] X Server Error

2005-01-07 Thread Grant Sewell
On Fri, 07 Jan 2005 10:49:46 +0300
Vincent Ngundi wrote:

 Hi,
 
 I've been running Redhat 9 for quite sometime.
 
 All of a sudden, I got the following error as I was booting I cannot the X 
 Server (your graphical user interface). it is likely that it's not set up 
 correctly.
 
 The log file is as shown below (Please get back to me ASAP):
 
 /* Start of SNIPPED log file */

 (EE) Screen(s) found, but none have a usable configuration.
 
 Fatal server error:
 no screens found
 
   /* End of SNIPPED log file */

Hi Vincent.

I have removed all the cruft from the error log leaving only the important 
part.  Basically it's saying that there's something wrong with your config 
file, possibly something really simple like a missing mouse.  Have you changed 
your mouse or GFX card?  Or even changed your mouse from a PS/2 to a USB, or 
something?

Could you post the contents of your XF86Config-4 file (it's likely to be 
/etc/X11/XF86Config-4)?  This would help.

Grant.
-- 
Artificial intelligence is no match for natural stupidity.
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] X Server Error

2005-01-06 Thread Vincent Ngundi
Hi,
I've been running Redhat 9 for quite sometime.
All of a sudden, I got the following error as I was booting I cannot the X 
Server (your graphical user interface). it is likely that it's not set up 
correctly.

The log file is as shown below (Please get back to me ASAP):
/* Start of log file */
XFree86 Version 4.3.0 (Red Hat Linux release: 4.3.0-2)
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.20-3bigmem i686 [ELF]
Build Date: 27 February 2003
Build Host: porky.devel.redhat.com
	Before reporting problems, check http://www.XFree86.Org/
	to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.4.20-8 ([EMAIL PROTECTED]) (gcc 
version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)) #1 Thu Mar 13 17:54:28 EST 
2003
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: Fri Jan  7 19:12:23 2005
(==) Using config file: /etc/X11/XF86Config
(==) ServerLayout XFree86 Configured
(**) |--Screen Screen0 (0)
(**) |   |--Monitor Monitor0
(**) |   |--Device Card0
(**) |--Input Device Mouse0
(**) |--Input Device Keyboard0
(==) Keyboard: CustomKeycode disabled
(WW) `fonts.dir' not found (or not valid) in /usr/X11R6/lib/X11/fonts/CID/.
	Entry deleted from font path.
	(Run 'mkfontdir' on /usr/X11R6/lib/X11/fonts/CID/).
(**) FontPath set to 
/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/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 number 7

(II) Open APM successful
(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, 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, 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 1106,0691 card 1043,80e7 rev c4 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,8598 card , rev 00 class 06,04,00 hdr 01
(II) PCI: 00:04:0: chip 1106,0686 card 1043,80e7 rev 40 class 06,01,00 hdr 80
(II) PCI: 00:04:1: chip 1106,0571 card , rev 06 class 01,01,8a hdr 00
(II) PCI: 00:04:2: chip 1106,3038 card 0925,1234 rev 1a class 0c,03,00 hdr 00
(II) PCI: 00:04:3: chip 1106,3038 card 0925,1234 rev 1a class 0c,03,00 hdr 00
(II) PCI: 00:04:4: chip 1106,3057 card , rev 40 class 06,00,00 hdr 00
(II) PCI: 00:09:0: chip 1317,0985 card 1113,1216 rev 11 class 02,00,00 hdr 00
(II) PCI: 00:0b:0: chip 4005,4000 card 4005,4000 rev 00 class 04,01,00 hdr 00
(II) PCI: 01:00:0: chip 1039,0300 card 1039,0300 rev 90 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,1), 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 I/O range:
	[0] -1	0	0xd000 - 0xdfff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xef00 - 0xefdf (0xe0) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xeff0 - 0xfbff (0xc10) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:4:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:4:4), (-1,-1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
	[0] -1	0	0x - 0x (0x1) IX[B]
(II) Bus -1 non-prefetchable memory range:
	[0] -1	0	0x - 0x (0x0) MX[B]
(II) Bus -1 prefetchable memory range:
	[0] -1	0	0x - 0x (0x0) MX[B]
(--) PCI:*(1:0:0) Silicon Integrated Systems [SiS] SiS300/305 PCI/AGP VGA 
Display Adapter rev 144, Mem @ 0xf000/27, 0xef00/17, I/O @ 
0xd800/7, BIOS @ 0xefff/16
(II) Addressable bus resource ranges are
	[0] -1	0	0x - 0x (0x0) MX[B]
	[1] -1	0	0x - 0x (0x1) IX[B]
(II) OS-reported resource 

[XFree86] X crash

2005-01-05 Thread Richard Lynch
As requested by the program's output, I'm sending in the backtrace of a
crash...

Not sure how much good it will do you...

RedHat 8

Doesn't look real useful to me, but what do I know?...

GStC-WARNING **: gstc_parent_add_child(): can't add known window 20973303
to 38

GStC-WARNING **: gstc_parent_add_child(): can't add known window 20973303
to 38
Caught signal 11.

Server aborting...

eip: 0819ac63   eflags: 00013206
eax:    ebx: b8f8   ecx: 0088   edx: 2228
esi: 0886d8f0   edi: 086f3658   ebp: b92c   esp: b8e4
Stack: 0001 086f3658  083a2630 b8f8 083b68a0 081b6851
083a22f0
   086f3658 081c0426 083b0010  083a2228 0001 
b938
   b93c 40096fc6 b950 0819af27 086f3658 083a22f0 ba10
0001
   083a2420 ba10 083a2428 b984 0819b757 083a22f0 ba10

Call Trace: 081b6851 081c0426 0819af27 0819b757 082be21b 08183d83 08192b85
   08181a5c 081801b5 08192127 08134910 0808541f 08292ecb 0819ea78
0829088c
   081a1532 08201010 0819a9a3 081920e8 081a1155 08082590 080825b1
081a0d10
   082f853c 08082590
Code: 8b 82 90 00 00 00 8b 5d 0c 8b 80 58 01 00 00 89 45 c4 89 55

Please forward information about this crash to XFree86@XFree86.org
including the _full_ output of the X server.



Core was generated by `/usr/local/bin/xanim /tmp/PlayArtistASX.ASP'.
Program terminated with signal 11, Segmentation fault.
#0  0x4008ae88 in ?? ()
(gdb) where
#0  0x4008ae88 in ?? ()
#1  0x4008a5ae in ?? ()
#2  0x4013f1c3 in ?? ()
#3  0x4013f2f2 in ?? ()
#4  0x4014629f in ?? ()
#5  0x40146f86 in ?? ()
#6  0x4014f60a in ?? ()
#7  0x401487de in ?? ()
#8  0x40148aa2 in ?? ()
#9  0x40148383 in ?? ()
#10 0x401484f2 in ?? ()
#11 0x8090808 in ?? ()
#12 0x80918f0 in ?? ()
#13 0x40155dd4 in ?? ()
#14 0x401560fe in ?? ()
#15 0x4014c107 in ?? ()
#16 0x8090af7 in ?? ()
#17 0x8091a1a in ?? ()
#18 0x8056827 in ?? ()



-- 
Like Music?
http://l-i-e.com/artists.htm

___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] X Gnome

2004-12-23 Thread Joel Moross

hey there
i just installed bsd with x and gnome  everything is ok until i run startx
so i run startx and the gnome splash comesup. then it stops and says gnome 
settings daemon has failed unexpectedly


what should i do to fix this problem??
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.296 / Virus Database: 265.6.4 - Release Date: 22/12/2004
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] X server does not work after reboot

2004-12-17 Thread juige
Hi
I have problems with X server . When i have installed nvidia driver for 
my FX5700Ultra and configured XFConfig-4 ,everything works fine . But 
after rebooting the system X does not start and i must use XFdrake and 
choose vesa videocard.
Regards Mr. J.Salakari , Oulu Finland


XFree86.0.log.old
Description: Binary data


[XFree86] X Error of failed request

2004-12-14 Thread Jens Zscheuschler
Hello,
XFree86 4.3.0.1, Debian 2.6.8-1-k7-smp, NVIDIA FX 1100DH, NVIDIA driver 
1.0-6629.

When I start Ansys 7.1 the GUI starts fine but by clicking  any Icon 
Ansys crashes with this Error:

X Error of failed request:  BadWindow (invalid Window parameter)
 Major opcode of failed request:  2 (X_ChangeWindowAttributes)
 Resource id in failed request:  0x0
 Serial number of failed request:  4675
 Current serial number in output stream:  4679
Other Apps like Gambit/Fluent, Pro/E, or Hypermesh work just fine. There 
are no eye-catching log entries in /var/log/

Any suggestion?
Thanks
Jens
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] X Error of failed request

2004-12-14 Thread Mark Vojkovich
   It's hard to imagine that being anything bug an application bug.
The server says the app requested changing the attributes of a
window that does not exist.

Mark.

On Tue, 14 Dec 2004, Jens Zscheuschler wrote:

 Hello,

 XFree86 4.3.0.1, Debian 2.6.8-1-k7-smp, NVIDIA FX 1100DH, NVIDIA driver
 1.0-6629.

 When I start Ansys 7.1 the GUI starts fine but by clicking  any Icon
 Ansys crashes with this Error:

 X Error of failed request:  BadWindow (invalid Window parameter)
   Major opcode of failed request:  2 (X_ChangeWindowAttributes)
   Resource id in failed request:  0x0
   Serial number of failed request:  4675
   Current serial number in output stream:  4679

 Other Apps like Gambit/Fluent, Pro/E, or Hypermesh work just fine. There
 are no eye-catching log entries in /var/log/


 Any suggestion?

 Thanks

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

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


Re:[XFree86] X works and xinit not

2004-12-14 Thread [EMAIL PROTECTED]
NEW NOTE:
I am running in runlevel 2 (single user)

I have a weird error using my Xfree86 server
when I launch xinit the server start for a very little time (I see
the X cursor for one second) and exit saying
waiting X server to shut down.

If I launch X the screen goes in graphic mode and the X cursor appear and the
mouse works fine.
What do I need to have xinit running?
Any suggestion ?
TIA




Libero ADSL: 3 mesi gratis e navighi a 1.2 Mega, senza costi di attivazione.
Abbonati subito su http://www.libero.it



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


[XFree86] X works and xinit not

2004-12-13 Thread [EMAIL PROTECTED]
I have a weird error using my Xfree86 server
If I launch xinit the server start for a very little time (I see
the X cursor for one second) and exit saying
waiting X server to shut down.

If I launch X the screen goes in graphic mode and the X cursor appear and the
mouse works fine.

What do I need to have xinit running?
Any suggestion ?
TIA




Libero ADSL: 3 mesi gratis e navighi a 1.2 Mega, senza costi di attivazione.
Abbonati subito su http://www.libero.it



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


RE: [XFree86] X Server Crash.

2004-12-09 Thread Mark Vojkovich
   I don't know what to tell you.  I've heard reports that make
it sound like RedHat 9 mysteriously deletes modules sometimes.
I don't know what to make of it.  If you can't find the i810_drv.o
somewhere on your system and move it to /usr/X11R6/lib/modules/drivers/
where it's supposed to be, then I suppose you need to find a replacement
i810_drv.o module.  You could always reinstall XFree86.  Perhaps you
can ask RedHat why your XFree86 modules are disappearing.

Mark.

On Wed, 8 Dec 2004, Vispute, Deepak K. wrote:

 Hello Mark,
   Thankx for reply.Can u suggest me some remedy on it?
   So that i can fix the problem.

 Regards
 Deepak


 -Original Message-
 From: Mark Vojkovich [mailto:[EMAIL PROTECTED]
 Sent: Thursday, December 09, 2004 10:07 AM
 To: [EMAIL PROTECTED]
 Subject: Re: [XFree86] X Server Crash.


You appear to be missing a module:

 (EE) Failed to load module i810 (module does not exist, 0)

The i810 module is the correct one for your hardware.  It
 would normally be at /usr/X11R6/lib/modules/drivers/i810_drv.o


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


[XFree86] X Server Crash.

2004-12-08 Thread Vispute, Deepak K.
 Hello All,
My RH 9.0 is not working under GUI mode.
 It was working properly earlier.
 Note that there is no Hardware Change involved.
 I have tried every thing I can please fine log file below.

 Thanks In Advance,
 Deepak
 --







 XFree86 Version 4.3.0 (Red Hat Linux release: 4.3.0-2)
 Release Date: 27 February 2003
 X Protocol Version 11, Revision 0, Release 6.6
 Build Operating System: Linux 2.4.20-3bigmem i686 [ELF]
 Build Date: 27 February 2003
 Build Host: porky.devel.redhat.com


 Before reporting problems, check http://www.XFree86.Org/
 to make sure that you have the latest version.
 Module Loader present
 OS Kernel: Linux version 2.4.20-8 ([EMAIL PROTECTED]) (gcc version
 3.2.2 20030222 (Red Hat Linux 3.2.2-5)) #1 Thu Mar 13 17:54:28 EST
 2003
 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: Tue Sep 30 20:52:20 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

 (II) Open APM successful
 (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, 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, 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 = 0x8050, mode1Res1 = 0x8000
 (II) PCI: PCI scan (all values are in hex)
 (II) PCI: 00:00:0: chip 8086,7120 card 8086,7120 rev 03 class 06,00,00 hdr
00
 (II) PCI: 00:01:0: chip 8086,7121 card 8086,7121 rev 03 class 03,00,00 hdr
00
 (II) PCI: 00:1e:0: chip 8086,2418 card , rev 02 class 06,04,00 hdr
01
 (II) PCI: 00:1f:0: chip 8086,2410 card , rev 02 class 06,01,00 hdr
80
 (II) PCI: 00:1f:1: chip 8086,2411 card 8086,2411 rev 02 class 01,01,80 hdr
00
 (II) PCI: 00:1f:2: chip 8086,2412 card 8086,2412 rev 02 class 0c,03,00 hdr
00
 (II) PCI: 00:1f:5: chip 8086,2415 card 11d4,0040 rev 02 class 04,01,00 hdr
00
 (II) PCI: 01:0a:0: chip 127a,1025 card 127a,1025 rev 01 class 07,80,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,1), 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:30:0), (0,1,1), BCTRL: 0x0006 (VGA_EN is
cleared)
 (II) Bus 1 I/O range:
 [0] -1 0 0xc000 - 0xc0ff (0x100) IX[B]
 [1] -1 0 0xc400 - 0xc4ff (0x100) IX[B]
 [2] -1 0 0xc800 - 0xc8ff (0x100) IX[B]
 [3] -1 0 0xcc00 - 0xccff (0x100) IX[B]
 (II) Bus 1 non-prefetchable memory range:
 [0] -1 0 0xdc00 - 0xdc0f (0x10) MX[B]
 (II) PCI-to-ISA bridge:
 (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is
set)
 (--) PCI:*(0:1:0) Intel Corp. 82810 CGC [Chipset Graphics Controller]
 rev 3, Mem @ 0xd800/26, 0xdc10/19
 (II) Addressable bus resource ranges are
 [0] -1 0 0x - 0x (0x0) MX[B]
 [1] -1 0 0x - 0x (0x1) IX[B]
 (II) OS-reported resource ranges:
 [0] -1 0 0xffe0 - 0x (0x20) MX[B](B)
 [1] -1 0 0x0010 - 0x3fff (0x3ff0) MX[B]E(B)
 [2] -1 0 0x000f - 0x000f (0x1) MX[B]
 [3] -1 0 0x000c - 0x000e (0x3) MX[B]
 [4] -1 0 0x - 0x0009 (0xa) MX[B]
 [5] -1 0 0x - 0x (0x1) IX[B]
 [6] -1 0 0x - 0x00ff (0x100) IX[B]
 (II) Active PCI resource ranges:
 [0] -1 0 0xdc00 - 0xdc00 (0x1) MX[B]
 [1] -1 0 0xdc10 - 0xdc17 (0x8) MX[B](B)
 [2] -1 0 0xd800 - 0xdbff (0x400) MX[B](B)
 [3] -1 0 

Re: [XFree86] X Server Crash.

2004-12-08 Thread Mark Vojkovich
   You appear to be missing a module:

(EE) Failed to load module i810 (module does not exist, 0)

   The i810 module is the correct one for your hardware.  It
would normally be at /usr/X11R6/lib/modules/drivers/i810_drv.o


Mark.

On Wed, 8 Dec 2004, Vispute, Deepak K. wrote:

  Hello All,
 My RH 9.0 is not working under GUI mode.
  It was working properly earlier.
  Note that there is no Hardware Change involved.
  I have tried every thing I can please fine log file below.
 
  Thanks In Advance,
  Deepak
  --
 
 
 
 
 
 
 
  XFree86 Version 4.3.0 (Red Hat Linux release: 4.3.0-2)
  Release Date: 27 February 2003
  X Protocol Version 11, Revision 0, Release 6.6
  Build Operating System: Linux 2.4.20-3bigmem i686 [ELF]
  Build Date: 27 February 2003
  Build Host: porky.devel.redhat.com
 
 
  Before reporting problems, check http://www.XFree86.Org/
  to make sure that you have the latest version.
  Module Loader present
  OS Kernel: Linux version 2.4.20-8 ([EMAIL PROTECTED]) (gcc version
  3.2.2 20030222 (Red Hat Linux 3.2.2-5)) #1 Thu Mar 13 17:54:28 EST
  2003
  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: Tue Sep 30 20:52:20 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
 
  (II) Open APM successful
  (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, 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, 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 = 0x8050, mode1Res1 = 0x8000
  (II) PCI: PCI scan (all values are in hex)
  (II) PCI: 00:00:0: chip 8086,7120 card 8086,7120 rev 03 class 06,00,00 hdr
 00
  (II) PCI: 00:01:0: chip 8086,7121 card 8086,7121 rev 03 class 03,00,00 hdr
 00
  (II) PCI: 00:1e:0: chip 8086,2418 card , rev 02 class 06,04,00 hdr
 01
  (II) PCI: 00:1f:0: chip 8086,2410 card , rev 02 class 06,01,00 hdr
 80
  (II) PCI: 00:1f:1: chip 8086,2411 card 8086,2411 rev 02 class 01,01,80 hdr
 00
  (II) PCI: 00:1f:2: chip 8086,2412 card 8086,2412 rev 02 class 0c,03,00 hdr
 00
  (II) PCI: 00:1f:5: chip 8086,2415 card 11d4,0040 rev 02 class 04,01,00 hdr
 00
  (II) PCI: 01:0a:0: chip 127a,1025 card 127a,1025 rev 01 class 07,80,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,1), 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:30:0), (0,1,1), BCTRL: 0x0006 (VGA_EN is
 cleared)
  (II) Bus 1 I/O range:
  [0] -1 0 0xc000 - 0xc0ff (0x100) IX[B]
  [1] -1 0 0xc400 - 0xc4ff (0x100) IX[B]
  [2] -1 0 0xc800 - 0xc8ff (0x100) IX[B]
  [3] -1 0 0xcc00 - 0xccff (0x100) IX[B]
  (II) Bus 1 non-prefetchable memory range:
  [0] -1 0 0xdc00 - 0xdc0f (0x10) MX[B]
  (II) PCI-to-ISA bridge:
  (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is
 set)
  (--) PCI:*(0:1:0) Intel Corp. 82810 CGC [Chipset Graphics Controller]
  rev 3, Mem @ 0xd800/26, 0xdc10/19
  (II) Addressable bus resource ranges are
  [0] -1 0 0x - 0x (0x0) MX[B]
  [1] -1 0 0x - 0x (0x1) IX[B]
  (II) OS-reported resource ranges:
  [0] -1 0 0xffe0 - 0x (0x20) MX[B](B)
  [1] -1 0 0x0010 - 0x3fff (0x3ff0) MX[B]E(B)
  [2] -1 0 

RE: [XFree86] X Server Crash.

2004-12-08 Thread Vispute, Deepak K.
Hello Mark,
Thankx for reply.Can u suggest me some remedy on it?
So that i can fix the problem.

Regards
Deepak


-Original Message-
From: Mark Vojkovich [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 09, 2004 10:07 AM
To: [EMAIL PROTECTED]
Subject: Re: [XFree86] X Server Crash.


   You appear to be missing a module:

(EE) Failed to load module i810 (module does not exist, 0)

   The i810 module is the correct one for your hardware.  It
would normally be at /usr/X11R6/lib/modules/drivers/i810_drv.o


Mark.

On Wed, 8 Dec 2004, Vispute, Deepak K. wrote:

  Hello All,
 My RH 9.0 is not working under GUI mode.
  It was working properly earlier.
  Note that there is no Hardware Change involved.
  I have tried every thing I can please fine log file below.
 
  Thanks In Advance,
  Deepak
 
--
 
 
 
 
 
 
 
  XFree86 Version 4.3.0 (Red Hat Linux release: 4.3.0-2)
  Release Date: 27 February 2003
  X Protocol Version 11, Revision 0, Release 6.6
  Build Operating System: Linux 2.4.20-3bigmem i686 [ELF]
  Build Date: 27 February 2003
  Build Host: porky.devel.redhat.com
 
 
  Before reporting problems, check http://www.XFree86.Org/
  to make sure that you have the latest version.
  Module Loader present
  OS Kernel: Linux version 2.4.20-8 ([EMAIL PROTECTED]) (gcc version
  3.2.2 20030222 (Red Hat Linux 3.2.2-5)) #1 Thu Mar 13 17:54:28 EST
  2003
  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: Tue Sep 30 20:52:20 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
 
  (II) Open APM successful
  (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, 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, 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 = 0x8050, mode1Res1 = 0x8000
  (II) PCI: PCI scan (all values are in hex)
  (II) PCI: 00:00:0: chip 8086,7120 card 8086,7120 rev 03 class 06,00,00
hdr
 00
  (II) PCI: 00:01:0: chip 8086,7121 card 8086,7121 rev 03 class 03,00,00
hdr
 00
  (II) PCI: 00:1e:0: chip 8086,2418 card , rev 02 class 06,04,00
hdr
 01
  (II) PCI: 00:1f:0: chip 8086,2410 card , rev 02 class 06,01,00
hdr
 80
  (II) PCI: 00:1f:1: chip 8086,2411 card 8086,2411 rev 02 class 01,01,80
hdr
 00
  (II) PCI: 00:1f:2: chip 8086,2412 card 8086,2412 rev 02 class 0c,03,00
hdr
 00
  (II) PCI: 00:1f:5: chip 8086,2415 card 11d4,0040 rev 02 class 04,01,00
hdr
 00
  (II) PCI: 01:0a:0: chip 127a,1025 card 127a,1025 rev 01 class 07,80,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,1), 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:30:0), (0,1,1), BCTRL: 0x0006 (VGA_EN is
 cleared)
  (II) Bus 1 I/O range:
  [0] -1 0 0xc000 - 0xc0ff (0x100) IX[B]
  [1] -1 0 0xc400 - 0xc4ff (0x100) IX[B]
  [2] -1 0 0xc800 - 0xc8ff (0x100) IX[B]
  [3] -1 0 0xcc00 - 0xccff (0x100) IX[B]
  (II) Bus 1 non-prefetchable memory range:
  [0] -1 0 0xdc00 - 0xdc0f (0x10) MX[B]
  (II) PCI-to-ISA bridge:
  (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is
 set)
  (--) PCI:*(0:1:0) Intel Corp. 82810 CGC [Chipset Graphics Controller]
  rev 3, Mem @ 0xd800/26, 0xdc10

  1   2   3   4   5   6   7   >