CVS Update: xc (branch: trunk)

2003-02-09 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 03/02/09 11:10:14

Log message:
  Resync with recent PCI id additions

Modified files:
  xc/programs/Xserver/hw/xfree86/scanpci/:
xf86PciStdIds.h 
  
  Revision  ChangesPath
  1.9   +49 -1 xc/programs/Xserver/hw/xfree86/scanpci/xf86PciStdIds.h

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



CVS Update: xc (branch: trunk)

2003-02-09 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 03/02/09 16:57:26

Log message:
  Minor Imakefile fixups

Modified files:
  xc/programs/xcursorgen/handhelds/:
Imakefile 
  xc/programs/xcursorgen/whiteglass/:
Imakefile 
  
  Revision  ChangesPath
  1.4   +2 -0  xc/programs/xcursorgen/handhelds/Imakefile
  1.3   +2 -0  xc/programs/xcursorgen/whiteglass/Imakefile

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



CVS Update: xc (branch: trunk)

2003-02-09 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 03/02/09 17:14:18

Log message:
  Ident lines

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/sis/:
300vtbl.h 310vtbl.h init.h oem300.h oem310.h osdef.h 
vgatypes.h vstruct.h 
  
  Revision  ChangesPath
  1.6   +1 -0  xc/programs/Xserver/hw/xfree86/drivers/sis/300vtbl.h
  1.5   +1 -0  xc/programs/Xserver/hw/xfree86/drivers/sis/310vtbl.h
  1.5   +2 -0  xc/programs/Xserver/hw/xfree86/drivers/sis/init.h
  1.3   +1 -0  xc/programs/Xserver/hw/xfree86/drivers/sis/oem300.h
  1.4   +1 -0  xc/programs/Xserver/hw/xfree86/drivers/sis/oem310.h
  1.2   +1 -0  xc/programs/Xserver/hw/xfree86/drivers/sis/osdef.h
  1.3   +2 -0  xc/programs/Xserver/hw/xfree86/drivers/sis/vgatypes.h
  1.3   +2 -0  xc/programs/Xserver/hw/xfree86/drivers/sis/vstruct.h

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



Re: Screen rotation bug (regression bug)

2003-02-09 Thread Thomas Zander
On Sat, Feb 08, 2003 at 06:35:27PM -0500, David Dawes wrote:
 On Sat, Feb 08, 2003 at 06:38:41PM +0100, Thomas Zander wrote:
 Hi,
 
..
 When I tell the siliconmotion driver to do rotation the screen is indeed rotated;
 just the resolution is not; I am still looking at a 1024x768 res, but its rotated;
 so it does not fit on the LCD :(

 The integration of the RandR extension broke this.
..
 either the ServerFlags section of the appropriate ServerLayout section
 of the XF86Config file:
 Option RandR off

Thanx, that did indeed fix my problem!

 ps. please cc any answers
 
 Please subscribe to the list.

OK ;)

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



Re: bitblt operation in frame buffer

2003-02-09 Thread Michel Dänzer
On Fre, 2003-02-07 at 07:55, [EMAIL PROTECTED] wrote: 
 
 I want to transfer a block of image data from source offset in
 off_screen to a specified rectangular area in on_screen area.
 If the source image is saved with rectangular trajectory,
 I can set some registers such as SRC_Y_X, DR_MIX, 
 DP_CNTL,DST_Y_X and DST_HEIGHT_WIDTH to transfer pixels from
 SRC_Y_X to DST_Y_X. However, in order to save memory space, I
 want to save the image data in frame buffer with lineal 
 trajectory instead of a rectangular area. Can I still transfer
 the image pixels by just setting some registers? 
 
 If I can, which register is for src offset?

(I assume this is about Radeons)

The GMC_SRC_PITCH_OFFSET_CNTL bit in the DP_GUI_MASTER_CNTL register
controls whether the default offset, pitch and tiling are used for the
source or whether the SRC_PITCH_OFFSET register is used.


Hope this helps,


-- 
Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer
XFree86 and DRI project member   /  CS student, Free Software enthusiast

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



[XFree86] [XFree86(TM) Bug Report] ffb driver seems to not get along with qt (pixels drawn in wrong places, crash) with sparc linux

2003-02-09 Thread Wayne Schroeder
Regarding: ffb driver seems to not get along with qt (pixels drawn in wrong places, 
crash) with sparc linux
Email: [EMAIL PROTECTED]

XFree86 Version: 4.2.1

OS: debian linux 3.0 kernel 2.4.18 SPARC 

Area: driver

Server: Other, specify below

Server: xserver-xfree86

Video Card:

sun creator3d

Description:

many qt styles have their 'tree lines' for their tree control drawn way off to the 
left of where they should be. For instance.. a tree may look like this:

+blah
 |
+item
 |  
+item

when it should look like:

+blah
|
+item
| 
+item


This problem does not happen on a machine with the exact same configuration using the 
glint driver for the raptor pgx32 card. (another sparc linux install)

Now with the latest kde 3.1 and qt release, kde's file browser will cause the X server 
to segfault when viewing certian directories with 'file previews' enabled.  I would 
hope that the server crashing would dispel any 'it's a kde bug' ideas.  I have talked 
with the qt people about the tree controls being messed up and we found that it only 
did it with the ffb driver.  Also, solaris 8 with sun's xserver ran kde/qt fine.. for 
whatever that's worth.

Repeat By:

kde 3.1
qt 3.1.1
xserver-xfree86 4.2.1 debian packaged xserver from unstable/testing distro

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



Re: [XFree86] Re: nVidia GeForce + Apple 23 High Definition CinemaDisplay

2003-02-09 Thread Brian A. Seklecki
On Sun, 9 Feb 2003 @ 12:07am (-0500), Brian A. Seklecki wrote:

I have discovered the problem.  1920x1200 is available in `d0ze but is not
drawn correctly simililar to the effect I'm having when I /can/ get the X
server running with the linux binary drive (display compressed into 8 wide
and twice overlapped).  Only 1600x1200 is available in `d0z3 until you select
the appropriate scaling option in the advanced menu.

I went looking for the equivilant in the linux binary driver and found:

[...]
panels as a comma-separated list of property=value pairs.
Currently, the only two available properties are 'Scaling'
and 'Dithering'.   The possible values for 'Scaling' are:
'default' (the driver will use whatever scaling state
is current), 'native' (the driver will use the flat
panel's scaler, if it has one), 'scaled' (the driver
will use the NVIDIA scaler, if possible), 'centered'
(the driver will center the image, if possible),
and 'aspect-scaled' (the driver will scale with the
NVIDIA scaler, but keep the aspect ratio correct).
The possible values for 'Dithering' are: 'default'
(the driver will decide when to dither), 'enabled' (the
driver will always dither when possible), and 'disabled'
(the driver will never dither).  If any property is not
specified, it's value shall be 'default'.  An example
properties string might look like:

Scaling = centered, Dithering = enabled

I will try this out, however I am unsure which option in `d0z3 correlates w/
which flag here.  Monitor Scaling is greyed out in `d0z3 so we can
eliminate 'native'

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



Re: [XFree86] X fails to boot.

2003-02-09 Thread Hans Öfverbeck
Gregory Berkolaiko wrote:


Hi,

Here is the problem we experience.  On bootup (RedHat 7.3 out of the box), when
it comes to starting X windows, the display starts flickering and does so for a
minute or so.  Then the following message is displayed:

Id X is respwning itself too often.  Disabled for 5 nimutes.

The log file is attached.
 

From your log file it seems that you have a nvidia GeForce2 videocard, 
but you are trying to use the sis driver. In the Device section of 
your /etc/X11/XF86Config-4 file try replacing the line:

Driver sis

with the line:

Driver nv

Hope this helps.

Best Regards
Hans Öfverbeck

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


Re: [XFree86] Re: nVidia GeForce + Apple 23 High Definition CinemaDisplay

2003-02-09 Thread Brian A. Seklecki
On Sun, 9 Feb 2003 @ 3:46am (-0500), Brian A. Seklecki wrote:

BAS On Sun, 9 Feb 2003 @ 12:07am (-0500), Brian A. Seklecki wrote:
BAS
BAS properties string might look like:
BAS
BAS Scaling = centered, Dithering = enabled
BAS
BAS I will try this out, however I am unsure which option in `d0z3 correlates w/


That was indeed the problem.  I now have a working XFree86 on one monitor
(pictures on page).  I have two PCI GeForce2 MX's and 1 AGP GeForce4 on
order.  As soon as they arive, I'll setup Xinerama and update.

Section ServerLayout
Identifier XFree86 Configured
Screen  0  Screen0 0 0
InputDeviceMouse0 CorePointer
InputDeviceKeyboard0 CoreKeyboard
EndSection

Section Files
RgbPath  /usr/X11R6/lib/X11/rgb
ModulePath   /usr/X11R6/lib/modules
FontPath /usr/X11R6/lib/X11/fonts/misc/
FontPath /usr/X11R6/lib/X11/fonts/Speedo/
FontPath /usr/X11R6/lib/X11/fonts/Type1/
FontPath /usr/X11R6/lib/X11/fonts/CID/
FontPath /usr/X11R6/lib/X11/fonts/75dpi/
FontPath /usr/X11R6/lib/X11/fonts/100dpi/
EndSection

Section Module
Load  dbe
#Load  dri
Load  extmod
Load  glx
Load  record
Load  xtrap
Load  speedo
Load  type1
EndSection

Section InputDevice
Identifier  Keyboard0
Driver  keyboard
EndSection

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

Section Monitor
Identifier   Monitor0
VendorName   Apple
ModelNameHDCD23
DisplaySize  495 310
VertRefresh  50-70
HorizSync30-90
Modeline 1920x1200 155.0 1920 1984 2016 2144 1200 1203 1206 1212
EndSection

Section Device
Option NvAGP 0
Option ConnectedMonitor DFP
Option UseEdidFreqs
Option FlatPanelProperties Scaling = scaled, Dithering = default
Identifier  Card0
Driver  nvidia
VendorName  NVidia
BoardName   GeForce DDR
BusID   PCI:1:0:0
EndSection

Section Screen
Identifier Screen0
Device Card0
MonitorMonitor0
DefaultDepth24
SubSection Display
Depth 24
Modes   1920x1200
EndSubSection
EndSection


(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor=The XFree86 Project
compiled for 4.2.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.5
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option NvAGP 0
(**) NVIDIA(0): Option ConnectedMonitor DFP
(**) NVIDIA(0): Option UseEdidFreqs
(**) NVIDIA(0): Option FlatPanelProperties Scaling = scaled, Dithering = default
(**) NVIDIA(0): Use of AGP disabled per request
(**) NVIDIA(0): ConnectedMonitor string: DFP
(**) NVIDIA(0): FlatPanelProperties string: Scaling = scaled, Dithering =
(**) NVIDIA(0):  default
(--) NVIDIA(0): Linear framebuffer at 0xF000
(--) NVIDIA(0): MMIO registers at 0xE900
(II) NVIDIA(0): NVIDIA GPU detected as: GeForce DDR
(--) NVIDIA(0): VideoRAM: 32768 kBytes
(II) NVIDIA(0): Using ConnectedMonitor string DFP
(--) NVIDIA(0): Detected TV Encoder: Brooktree 869
(--) NVIDIA(0): Display 0: maximum pixel clock at  8 bpp: 350 MHz
(--) NVIDIA(0): Display 0: maximum pixel clock at 16 bpp: 350 MHz
(--) NVIDIA(0): Display 0: maximum pixel clock at 32 bpp: 300 MHz
(II) Loading sub module ddc
(II) LoadModule: ddc
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor=The XFree86 Project
compiled for 4.2.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.5
(WW) NVIDIA(0): Unable to use EDID frequencies for Display Device 0 (EDID
(WW) NVIDIA(0):  found, but no frequencies given in EDID)
(II) NVIDIA(0): Monitor0: Using hsync range of 30.00-90.00 kHz
(II) NVIDIA(0): Monitor0: Using vrefresh range of 50.00-70.00 Hz
(II) NVIDIA(0): Clock range:  12.00 to 300.00 MHz
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor=The XFree86 Project
compiled for 4.2.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.5
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option NvAGP 0
(**) NVIDIA(0): Option ConnectedMonitor DFP
(**) NVIDIA(0): Option UseEdidFreqs
(**) NVIDIA(0): Option FlatPanelProperties Scaling = scaled, Dithering = 

[XFree86] startx error (screen not found)

2003-02-09 Thread ssrinivas



sir, 
  we have 
finished the installation on Redhat Linux 8.0. While rebooting it gives the 
error message

"Fatal server error:no screens 
found"

which in attached log file. Kindly reply for 
remedy.

regards
srinivas


XFree86.0.log
Description: Binary data


[XFree86] startx: fatal IO error 104

2003-02-09 Thread Enrico Marrai
I have installed Red Hat Linux  7.3 but there is a problem with the graphic
mode.
When I try to execute the command startx I get the message

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

In attached you will find :
1) XFree86.0.log
2) XFree_BugReport
3) scanpci_out (output of 'scanpci')
4) XF86Config-4


Please note that I can't use Xconfigurator that has not been installed with
Red Hat Linux 7.3

How can I resolve the problem ?

Thanks.

Regards,

Enrico Marrai
mailto:[EMAIL PROTECTED]
This is the result of the command scanpci -v :



pci bus 0x cardnum 0x00 function 0x00: vendor 0x8086 device 0x122d
 Intel 82437 Triton
  STATUS0x2200  COMMAND 0x0006
  CLASS 0x06 0x00 0x00  REVISION 0x02
  BIST  0x00  HEADER 0x00  LATENCY 0x40  CACHE 0x00

pci bus 0x cardnum 0x07 function 0x00: vendor 0x8086 device 0x122e
 Intel 82471 Triton
  STATUS0x0280  COMMAND 0x000f
  CLASS 0x06 0x01 0x00  REVISION 0x02
  BIST  0x00  HEADER 0x80  LATENCY 0x00  CACHE 0x00

pci bus 0x cardnum 0x07 function 0x01: vendor 0x8086 device 0x1230
 Intel 82371 bus-master IDE controller
  STATUS0x0280  COMMAND 0x0005
  CLASS 0x01 0x01 0x80  REVISION 0x02
  BIST  0x00  HEADER 0x00  LATENCY 0x40  CACHE 0x00
  BASE4 0xf001  addr 0xf000  I/O
  BYTE_00x8000a377  BYTE_1  0x00  BYTE_2  0x8072428  BYTE_3  0x

pci bus 0x cardnum 0x13 function 0x00: vendor 0x5333 device 0x88c1
 S3 864
  STATUS0x0200  COMMAND 0x0003
  CLASS 0x00 0x01 0x00  REVISION 0x00
  BASE0 0xe000  addr 0xe000  MEM

# XFree86 4.2.0 configuration generated by Xconfigurator 4.10.7

Section ServerLayout
Identifier XFree86 Configured
Screen  0  Screen0 0 0
InputDeviceMouse0 CorePointer
InputDeviceKeyboard0 CoreKeyboard
EndSection

# Red Hat Linux 6.0 and later use the xfs font server for improved
# interactive performance

Section Files
FontPath unix/:7100
EndSection

# Module loading section

Section Module
Load  dbe # Double-buffering
Load  GLcore  # OpenGL support
Load  dri # Direct rendering infrastructure
Load  glx # OpenGL X protocol interface
Load  extmod  # Misc. required extensions
Load  v4l # Video4Linux
# Load  record# X event recorder
# You only need the following two modules if you do not use xfs.
# Load  freetype   # TrueType font handler
# Load  type1 # Adobe Type 1 font handler
EndSection

Section InputDevice
Identifier  Keyboard0
Driver  keyboard
Option  XkbLayout it
EndSection

Section InputDevice
Identifier  Mouse0
# Modified by mouseconfig
Driver  mouse
Option  Device/dev/mouse
Option  Protocol  Microsoft
Option  Emulate3Buttons   yes
Option  ZAxisMapping  4 5
EndSection

Section Monitor
Identifier My Monitor
VendorName Unknown
ModelName  Unknown
HorizSync 31.5 - 48.5
VertRefresh 50-90
Option dpms
EndSection

Section Device
Identifier S3 864 (generic)
Driver vga
BoardName Unknown
# Use Option nolinear if the server doesn't start up correctly
# (this avoids the linear framebuffer probe). If that fails try
# option nomemaccess.
#
# Refer to /usr/X11R6/lib/doc/README.S3, and the XF86_S3 man page.
#   Option nomemaccess
EndSection

Section Device
Identifier Linux Frame Buffer
Driver fbdev
BoardName Unknown
EndSection

Section Screen
Identifier Screen0
Device S3 864 (generic)
Monitor My Monitor
DefaultDepth 16
Subsection Display
Depth 24
Modes 640x400
EndSubSection
Subsection Display
Depth 16
Modes 640x480
EndSubSection
Subsection Display
Depth 8
Modes 640x480
EndSubSection
EndSection

Section DRI
Mode 0666
EndSection



XFree86.0.log.log
Description: Binary data
XFree86 Bug/Test Report Form

Please fill in as many of the fields a possible, and return this form to
[EMAIL PROTECTED]  Replace the comments in [] with your own text.

VERSION:

4.2.0

VIDEO DRIVER:

[]

OPERATING SYSTEM:

[Red Hat Linux 7.3]

VIDEO CARD:

[]

MODEL:

[S3 Vision 864 PCI]

GRAPHICS CHIPSET:

[]

RAMDAC:

[]

CLOCKCHIP:

[]

VIDEO MEMORY:

[]

BUS TYPE:

[PCI]

REPORT:

[  When I try to execute the command startx Linux reply with the error:
   XIO: fatal IO error 104 (connection reset by peer) on X server :0.0
   after 0 requests ( 0 known processed ) with 0 events 

[XFree86] signal 11. Server aborting while loading module ddc !!

2003-02-09 Thread Rohit Panda
hi,
iam not able to find out whats this error for XFree86 Version 4.1.0 / X Window System
(protocol Version 11, revision 0, vendor release 6510)
Release Date: 2 June 2001
	If the server is older than 6-12 months, or if your card is
	newer than the above date, look for a newer version before
	reporting problems.  (See http://www.XFree86.Org/FAQ)
Build Operating System: Linux 2.4.2-2 i686 [ELF] 
Module Loader present
(==) Log file: "/var/log/XFree86.0.log", Time: Sun Feb  9 20:09:14 2003
(++) Using config file: "/etc/XF86Config-4"
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) ServerLayout "XFree86 Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(==) Keyboard: CustomKeycode disabled
(WW) The directory "/usr/X11R6-new//lib/X11/fonts/Speedo/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6-new//lib/X11/fonts/Type1/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6-new//lib/X11/fonts/CID/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6-new//lib/X11/fonts/100dpi/" does not exist.
	Entry deleted from font path.
(==) FontPath set to "/usr/X11R6-new//lib/X11/fonts/misc/,/usr/X11R6-new//lib/X11/fonts/75dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(--) using VT number 1

(WW) Cannot open APM
(II) Module ABI versions:
	XFree86 ANSI C Emulation: 0.1
	XFree86 Video Driver: 0.4
	XFree86 XInput driver : 0.2
	XFree86 Server Extension : 0.1
	XFree86 Font Renderer : 0.2
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
	compiled for 4.1.0, module version = 1.0.0
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
	compiled for 4.1.0, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.4
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x8000fd0c, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,1130 card 8086,1130 rev 04 class 06,00,00 hdr 00
(II) PCI: 00:02:0: chip 8086,1132 card 1462,3518 rev 04 class 03,00,00 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card , rev 05 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,2440 card , rev 05 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,244b card 1462,3510 rev 05 class 01,01,80 hdr 00
(II) PCI: 00:1f:2: chip 8086,2442 card 1462,3510 rev 05 class 0c,03,00 hdr 00
(II) PCI: 00:1f:3: chip 8086,2443 card 1462,3510 rev 05 class 0c,05,00 hdr 00
(II) PCI: 00:1f:4: chip 8086,2444 card 1462,3510 rev 05 class 0c,03,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,2445 card 1462,3510 rev 05 class 04,01,00 hdr 00
(II) PCI: 01:02:0: chip 104c,8020 card 104c,8020 rev 00 class 0c,00,10 hdr 00
(II) PCI: 01:08:0: chip 8086,2449 card 8086,3014 rev 03 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.1.0, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.4
(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	0xa000 - 0xa0ff (0x100) IX[B]
	[1] -1	0xa400 - 0xa4ff (0x100) IX[B]
	[2] -1	0xa800 - 0xa8ff (0x100) IX[B]
	[3] -1	0xac00 - 0xacff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0xef60 - 0xefcf (0x70) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0xe740 - 0xe74f (0x10) MX[B]
(II) Bus -1: bridge is at (0:31:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:
(II) Bus -1 prefetchable memory range:
(--) PCI:*(0:2:0) Intel i815 rev 4, Mem @ 0xe800/26, 0xeff0/19
(II) Addressable bus resource ranges are
	[0] -1	0x - 0x (0x0) MX[B]
	[1] -1	0x - 0x (0x1) IX[B]
(II) OS-reported resource ranges:
	[0] -1	0xffe0 - 0x (0x20) 

[XFree86] Failure of CVS compiled Xfree86 to run properly on linux DebianWoody Sparc (Ultra10)

2003-02-09 Thread satadru
Xterm  xdm are also failing to compile.

If there's any way I could provide useful input, I would be happy to 
provide it.

satadru


Output from end of XFree86.0.log:


XFree86 Version 4.2.99.901 (4.3.0 RC 1)
Release Date: 4 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.20 sparc64 [ELF]
Build Date: 09 February 2003
   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: Sun Feb  9 11:57:45 2003
(==) Using config file: /etc/X11/XF86Config-4
(==) ServerLayout XFree86 Configured
(**) |--Screen Nokia Screen (0)
(**) |   |--Monitor Nokia Monitor
(**) |   |--Device ati
(**) |--Screen Default Screen (1)
(**) |   |--Monitor Generic Monitor
(**) |   |--Device Generic Video Card
(**) |--Input Device Configured Mouse
(**) |--Input Device Generic Keyboard
(**) Option XkbRules sun
(**) XKB: rules: sun
(**) Option XkbModel type5
snip
(==) SUNFFB(1): Backing store disabled
(==) SUNFFB(1): Silken mouse enabled
(II) /dev/fb0: Using acceleration
(II) /dev/fb0: DGA support initialized.
(**) Option dpms
(**) SUNFFB(1): DPMS enabled
(WW) SUNFFB(1): Option UseFBDev is not used
Symbol DRIQueryVersion from module 
/usr/X11R6/lib/modules/drivers/sunffb_drv.o
is unresolved!
Symbol DRICreateInfoRec from module 
/usr/X11R6/lib/modules/drivers/sunffb_drv.
is unresolved!
Symbol DRIDestroyInfoRec from module 
/usr/X11R6/lib/modules/drivers/sunffb_drv
o is unresolved!
Symbol DRIScreenInit from module 
/usr/X11R6/lib/modules/drivers/sunffb_drv.o i
unresolved!
Symbol DRIDestroyInfoRec from module 
/usr/X11R6/lib/modules/drivers/sunffb_drv
o is unresolved!
Symbol DRIGetSAREAPrivate from module 
/usr/X11R6/lib/modules/drivers/sunffb_dr
.o is unresolved!
Symbol drmAddMap from module /usr/X11R6/lib/modules/drivers/sunffb_drv.o is 
un
esolved!
Symbol drmAddMap from module /usr/X11R6/lib/modules/drivers/sunffb_drv.o is 
un
esolved!
Symbol drmAddMap from module /usr/X11R6/lib/modules/drivers/sunffb_drv.o is 
un
esolved!
Symbol drmAddMap from module /usr/X11R6/lib/modules/drivers/sunffb_drv.o is 
un
esolved!
Symbol drmAddMap from module /usr/X11R6/lib/modules/drivers/sunffb_drv.o is 
un
esolved!
Symbol DRICloseScreen from module 
/usr/X11R6/lib/modules/drivers/sunffb_drv.o
s unresolved!
Symbol DRICloseScreen from module 
/usr/X11R6/lib/modules/drivers/sunffb_drv.o
s unresolved!
Symbol DRICloseScreen from module 
/usr/X11R6/lib/modules/drivers/sunffb_drv.o
s unresolved!
Symbol DRIDestroyInfoRec from module 
/usr/X11R6/lib/modules/drivers/sunffb_drv
o is unresolved!
Symbol DRIFinishScreenInit from module 
/usr/X11R6/lib/modules/drivers/sunffb_d
v.o is unresolved!
(II) Entity 0 shares no resources
(II) Entity 1 shares no resources
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) /dev/fb0: Setting up double-buffer acceleration.
(**) Option Protocol BusMouse
(**) Configured Mouse: Protocol: BusMouse
(**) Option CorePointer
(**) Configured Mouse: Core Pointer
(**) Option Device /dev/sunmouse
(**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(==) Configured Mouse: Buttons: 3
(II) Keyboard Generic Keyboard handled by legacy driver
(II) XINPUT: Adding extended input device Configured Mouse (type: MOUSE)
Warning: font renderer for .pcf already registered at priority 0
Warning: font renderer for .pcf.Z already registered at priority 0
Warning: font renderer for .pcf.gz already registered at priority 0
Warning: font renderer for .snf already registered at priority 0
Warning: font renderer for .snf.Z already registered at priority 0
Warning: font renderer for .snf.gz already registered at priority 0
Warning: font renderer for .bdf already registered at priority 0
Warning: font renderer for .bdf.Z already registered at priority 0
Warning: font renderer for .bdf.gz already registered at priority 0
Warning: font renderer for .pmf already registered at priority 0
FreeType: couldn't open face /usr/lib/X11/fonts/Type1/n019003l.pfb: 1

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


RE: [XFree86] XFConfig requirements for kbd and mouse

2003-02-09 Thread David Turetsky
I have tried /dev/input/mouseN where N = 0...4 to no apparent effect

-- 
David

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On
Behalf Of Egbert Eich
Sent: Sunday, February 09, 2003 4:40 AM
To: [EMAIL PROTECTED]
Subject: RE: [XFree86] XFConfig requirements for kbd and mouse

David Turetsky writes:
  Well, I believe I have pretty much exhausted every option based on
the
  referenced howto. As long as I leave my IntelliMouse section in
  XF86Config-4, gdm startup seems to politely ignore whatever I have
for
  the Logitech optical mouse (which is itself progress of a sort). As
soon
  as I comment out the IntelliMouse settings, gdm bombs
(XF86OpenSerial:
  Cannot open device /dev/input/mice No such device)
  

'mice' may not be the correct device to use with the ps/2 mouse
driver. Try /dev/input/mouseN, N={0,1,...}.
The kernel messages may give you the correct value of N. Use
'dmesg' to dump them.


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



Re: [XFree86] 4.2.99.4 and neomagic driver

2003-02-09 Thread Eric Olinger
On Sat, 8 Feb 2003 17:57:17 -0500
Kurt Wall [EMAIL PROTECTED] wrote:
 
 Not right off the top of my head. We'd have to see the old  configuration file and 
the error(s) in the log file to diagnose
 the disorder and prescribe remediation.

I found out whats causing the lockups.  If I set the mouse's
device to /dev/gpmdata and the protocol to auto or ps/2 it hard
locks the system. Haven't found away around that, i have to stop
gpm before running X right now.

I've attached the XFree86.0.log and the XF86Config that was generated
with the 'X -configure' command with a few modifications to get it to
run at 24bit and 1024x768. 

Any help would be great.

PS: Oops forgot to attach the files. 



XF86Config.new
Description: Binary data


XFree86.0.log.new
Description: Binary data


msg01864/pgp0.pgp
Description: PGP signature


Re: [XFree86] Geforce 3 and glitches with nv drivers

2003-02-09 Thread Anton Chu
The nv driver is poorly written.  You may want to upgrade to the new 'nvidia' 
driver provided by Nvidia themselves.  Check it out at the nvida website:

www.nvidia.com

I've upgraded to the new driver using an old TNT card is the machine is like 
new.  Good luck,
Anton

On Sunday 09 February 2003 01:47 pm, AnonimoVeneziano wrote:
 Hi all, I use FreeBSD on one of my BOXes, this box is composed by:



 MSI KT4 Ultra MoBo

 Creative Geforce 3 Ti200 (Made by MSI)

 Athlon XP 2400+

 C-Media Sound Chip.

 All the system is absolutely not Overclocked.


 The problem is not a great disaster , but is annoying:

 When I start X with nv accellerated (if I disable the accelleration
 the problem disappears) drivers and I enter Mozilla and all browsers
 that use Gecko (so Netscape and Galeon too) and I try to write something
 in a writing field if I move the cursor trough the words that I've wrote
 the cursor Image remains in between each letter make all very confused.
 Is very difficult find the real cursor in that chaos, but if I write a
 letter or I delete something (If I modify the field in anyway) all the
 cursor copies disappear.There is another problem. In wmaker and in gnome
 too when I select multiple objects on the desktop with the mouse using
 the rectangle done by hold pressed the left mouse button down pieces
 of this rectangle remain on the screen until I pass over them a window
 or any other Objects .

 As you can see this problems aren't very important, but very annoying
 (in particular when I have to write long E-Mails or something like this).

 If I disable the accelleration this disappears (but is very slow!).

 I use the lastest XFree86 release 4.2.1 on FreeBSD 4.7 , and I've tried
 Debian SID too on this Box with the same problems.

 I use AGP4x but with no AGP the problem remains.

 Thank you very much for your help

 Bye

 Marcello

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

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



Re: [XFree86] Geforce 3 and glitches with nv drivers

2003-02-09 Thread AnonimoVeneziano
Anton Chu wrote:


The nv driver is poorly written.  You may want to upgrade to the new 'nvidia' 
driver provided by Nvidia themselves.  Check it out at the nvida website:

www.nvidia.com

I've upgraded to the new driver using an old TNT card is the machine is like 
new.  Good luck,
Anton

On Sunday 09 February 2003 01:47 pm, AnonimoVeneziano wrote:
 

Hi all, I use FreeBSD on one of my BOXes, this box is composed by:



MSI KT4 Ultra MoBo

Creative Geforce 3 Ti200 (Made by MSI)

Athlon XP 2400+

C-Media Sound Chip.

All the system is absolutely not Overclocked.


The problem is not a great disaster , but is annoying:

When I start X with nv accellerated (if I disable the accelleration
the problem disappears) drivers and I enter Mozilla and all browsers
that use Gecko (so Netscape and Galeon too) and I try to write something
in a writing field if I move the cursor trough the words that I've wrote
the cursor Image remains in between each letter make all very confused.
Is very difficult find the real cursor in that chaos, but if I write a
letter or I delete something (If I modify the field in anyway) all the
cursor copies disappear.There is another problem. In wmaker and in gnome
too when I select multiple objects on the desktop with the mouse using
the rectangle done by hold pressed the left mouse button down pieces
of this rectangle remain on the screen until I pass over them a window
or any other Objects .

As you can see this problems aren't very important, but very annoying
(in particular when I have to write long E-Mails or something like this).

If I disable the accelleration this disappears (but is very slow!).

I use the lastest XFree86 release 4.2.1 on FreeBSD 4.7 , and I've tried
Debian SID too on this Box with the same problems.

I use AGP4x but with no AGP the problem remains.

Thank you very much for your help

Bye

Marcello

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


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

 

Thanks for your answer. The problem is that BSD have poor Nvidia Binarys 
now :-P I have many problems with those drivers (The system takes 3 
minutes to start) .

So I should have to attend until my problem is solved in some way?

Bye
Marcello

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


Re: [XFree86] XFConfig requirements for kbd and mouse

2003-02-09 Thread Brian C. Dilley
Here's my lsmod and XF86Config, i use musedev and a usb mouse works great 
for me.  The important modules are mousedev, usbmouse, hid, input, usb-uhci, 
and usbcore.

lsmod first:

.:[brian@ ~]:[ lsmod
Module  Size  Used byTainted: P  
emu10k162856   0
ac97_codec  9256   0 [emu10k1]
sound  52308   0 [emu10k1]
soundcore   3172   7 [emu10k1 sound]
af_packet   8776   1 (autoclean)
NVdriver  989728  10
ide-scsi7632   0
smbfs  33360   9
tulip  39232   1
mousedev3924   1
usbmouse1912   0 (unused)
hid17476   0 (unused)
input   3008   0 [mousedev usbmouse hid]
usb-uhci   20876   0 (unused)
usbcore54304   0 [usbmouse hid usb-uhci]
sr_mod 12792   0 (autoclean) (unused)
scsi_mod   50868   2 (autoclean) [ide-scsi sr_mod]
cdrom  25856   0 (autoclean) [sr_mod]
unix   13928  72 (autoclean)
.:[brian@ ~]:[ 


xf86config second:

# **
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **
Section Module

#SubSection extmod
#   Option omit xfree86-dga
#EndSubSection

# Load some other stuff
Load dbe
Load glx
Load dri
Load fbdevhw
Load drm
Load extmod
Load i2c
Load fb
Load GLcore
Load mesa
Load dga
Load type1
Load freetype
Load xtt
Load speedo
EndSection


# **
# Files section.  This allows default font and rgb paths to be set
# **
Section Files
# Font paths
#FontPath   /opt/fonts/TTF
#FontPath   /opt/fonts/100dpi
#FontPath   /opt/fonts/75dpi
#FontPath   /opt/fonts/CID
#FontPath   /opt/fonts/Speedo
#FontPath   /opt/fonts/Type1
#FontPath   /opt/fonts/cyrillic
#FontPath   /opt/fonts/encodings
#FontPath   /opt/fonts/local
#FontPath   /opt/fonts/misc
#FontPath   /opt/fonts/util

# Font servers
FontPathtcp/localhost:7100
FontPathunix/:7100
FontPathtcp/localhost:7101
FontPathunix/:7101

# WTF is an rgb file?
RgbPath /usr/X11R6/lib/X11/rgb
EndSection


# **
# Server flags section.
# **
Section ServerFlags
#Option NoTrapSignals
#Option Dont Zap
#Option Dont Zoom
#Option DisableVidModeExtension
#Option AllowNonLocalXvidtune
#Option DisableModInDev
#Option AllowNonLocalModInDev
EndSection


# **
# Core keyboard's InputDevice section
# **
Section InputDevice
Identifier  MSKeyboard
Driver  Keyboard
Option  AutoRepeat500 30
Option  XkbModel  microsoft
Option  XkbRules  xfree86
Option  XkbModel  microsoft
Option  XkbLayout us
Option  XkbVariantwindows-us
EndSection



# **
# Core Pointer's InputDevice section
# **
Section InputDevice
Identifier  USB Mouse
Driver  mouse
Option  Protocol  IMPS/2
Option  Device/dev/input/mice
Option  ZAxisMapping  4 5
Option  Buttons   5
EndSection

# **
# Monitor section
# **
Section Monitor
Identifier  NEC_MultiSync_FE1250
HorizSync   31 - 110.0
#HorizSync  30-64 # multisync
#HorizSync  31.5, 35.2# multiple fixed sync frequencies
#HorizSync  15-25, 30-50  # multiple ranges of sync frequencies
VertRefresh 50-160
EndSection

Section Monitor
Identifier  NEC_MultiSync_P750
HorizSync   30 - 80
VertRefresh 50 - 110
EndSection

# **
# Device section
# 

[XFree86] can not start my Xserver!

2003-02-09 Thread Rahim Rahmani




Dear all,
I can not start my Xserver on my FreeBSD V 5. My Graphic Card is Intel 
810.
When i try to start Xserver on my maskin i got the following messages:
==
ABI class: XFree86 Video Driver, version 0.5
Symbol XAAInit from module /usr/X11R6/lib/modules/drivers/i810_drv.o is 
unresolved!
Symbol XAAInit from module /usr/X11R6/lib/modules/drivers/i810_drv.o is 
unresolved!
Symbol XAAFillSolidRects from module 
/usr/X11R6/lib/modules/drivers/i810_drv.o is unresolved!
Symbol XAAFillSolidRects from module 
/usr/X11R6/lib/modules/drivers/i810_drv.o is unresolved!

Can some body help me with the problem
Kind Regadrs
Rahim 


RE: [XFree86] XFConfig requirements for kbd and mouse

2003-02-09 Thread David Turetsky
I have only three out of six (missing mousedev, usbmouse, and hid)

Apt-get couldn't find any of them

I have a fresh installation of debian woody 3.0r1 taken from a 7 CD set

I just did a search of debian packages and none of these missing modules
turned up

What distribution are you using?

-- 
David

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On
Behalf Of Brian C. Dilley
Sent: Sunday, February 09, 2003 5:31 PM
To: [EMAIL PROTECTED]; David Turetsky
Subject: Re: [XFree86] XFConfig requirements for kbd and mouse

Here's my lsmod and XF86Config, i use musedev and a usb mouse works
great 
for me.  The important modules are mousedev, usbmouse, hid, input,
usb-uhci, 
and usbcore.

lsmod first:

.:[brian@ ~]:[ lsmod
Module  Size  Used byTainted: P  
emu10k162856   0
ac97_codec  9256   0 [emu10k1]
sound  52308   0 [emu10k1]
soundcore   3172   7 [emu10k1 sound]
af_packet   8776   1 (autoclean)
NVdriver  989728  10
ide-scsi7632   0
smbfs  33360   9
tulip  39232   1
mousedev3924   1
usbmouse1912   0 (unused)
hid17476   0 (unused)
input   3008   0 [mousedev usbmouse hid]
usb-uhci   20876   0 (unused)
usbcore54304   0 [usbmouse hid usb-uhci]
sr_mod 12792   0 (autoclean) (unused)
scsi_mod   50868   2 (autoclean) [ide-scsi sr_mod]
cdrom  25856   0 (autoclean) [sr_mod]
unix   13928  72 (autoclean)
.:[brian@ ~]:[ 




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



[XFree86] ?

2003-02-09 Thread S
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86



[XFree86] [XFree86(TM) Bug Report] XFree86 Configuration for ATI Radeon 7500 QW 64MB DDR version

2003-02-09 Thread Mun-Heon Hong
Regarding: XFree86 Configuration for ATI Radeon 7500 QW 64MB DDR version
Email: [EMAIL PROTECTED]

XFree86 Version: 4.2.1

OS: Hancom Linux 3.0

Area: XF86Config-4

Server: XFree86 (The XFree86 4.x server)

Server: 'ati' or 'radeon'

Video Card:

ATI Radeon 7500 DDR 64MB
bios detected name is ATI RADEON 7500 QW (AGP)

Description:

In your current documentation for 'ati' driver in XFree86, I can see the option 
'crt_screen' as followes

5.7. Option ``crt_screen''
This specification is only effective when the driver detects that the adapter's BIOS 
has initialised both the digital flat panel and CRT interfaces. In such a situation, 
the driver will normally drive both the panel and the CRT. This specification causes 
the driver to disable the digital flat panel and display the screen image on the CRT 
instead.


but in real situation, I can't load the XFree86 server without this option. (My 
hardware spec. is 15 LCD flat panel display for DVI connection only and VGA board is 
ATI Radeon 7500 DDR 64M (RV200)).
After configuring 'vesa' or 'fbdev' mode in XF86Config-4 without 'crt_screen' option, 
I can load the X-server. But recompiling my kernel to 2.4.20, I can't load X-server in 
that mode.

I tried to load X-server in 'ati' or 'radeon' mode. But entering 'startx' command, the 
monitor goes black...no signal...T.T.

But after adding 'crt_screen' option in the Device section in XF86Config-4 file, I 
can see X-server start without any flaw.
So now I am asking you if the 'crt_screen' flag exsits to disable the output of 
digital flat panel dispay and direct the output to analog CRT monitor, what happens 
tome?
This applies only to the higher version VGA board such as 'ATI 8500 or 9x00' not to 
ATI Radeon 7x00 series?




Repeat By:



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



[XFree86] Xserver Not Starting!!!!

2003-02-09 Thread Sujith Kumar S
hi,
 I'm attaching the error log with this message.
Please help me.

thanks in advance,
sujith




XFree86 Version 4.1.0 (Red Hat Linux release: 4.1.0-3) / X Window System
(protocol Version 11, revision 0, vendor release 6510)
Release Date: 2 June 2001
If the server is older than 6-12 months, or if your card is
newer than the above date, look for a newer version before
reporting problems.  (See http://www.XFree86.Org/FAQ)
Build Operating System: Linux 2.4.7-0.13.1smp i686 [ELF] 
Build Host: stripples.devel.redhat.com
 
Module Loader present
(==) Log file: /var/log/XFree86.0.log, Time: Tue Dec 17 03:43:34 2002
(==) Using config file: /etc/X11/XF86Config-4
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) ServerLayout Anaconda Configured
(**) |--Screen Screen0 (0)
(**) |   |--Monitor Monitor0
(**) |   |--Device NVIDIA GeForce 2 (generic)
(**) |--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.1
XFree86 Video Driver: 0.4
XFree86 XInput driver : 0.2
XFree86 Server Extension : 0.1
XFree86 Font Renderer : 0.2
(II) Loader running on linux
(II) LoadModule: bitmap
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor=The XFree86 Project
compiled for 4.1.0, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font Bitmap
(II) LoadModule: pcidata
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor=The XFree86 Project
compiled for 4.1.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.4
(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 10de,01a4 card , rev b2 class 06,00,00 hdr 80
(II) PCI: 00:00:1: chip 10de,01ac card 10de,0c11 rev b2 class 05,00,00 hdr 80
(II) PCI: 00:00:2: chip 10de,01ad card 10de,0c11 rev b2 class 05,00,00 hdr 80
(II) PCI: 00:00:3: chip 10de,01aa card 10de,0c11 rev b2 class 05,00,00 hdr 80
(II) PCI: 00:01:0: chip 10de,01b2 card 10de,0c11 rev c3 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 10de,01b4 card 10de,0c11 rev c1 class 0c,05,00 hdr 80
(II) PCI: 00:02:0: chip 10de,01c2 card 10de,0c11 rev c3 class 0c,03,10 hdr 00
(II) PCI: 00:03:0: chip 10de,01c2 card 10de,0c11 rev c3 class 0c,03,10 hdr 00
(II) PCI: 00:06:0: chip 10de,01b1 card 1043,8384 rev c2 class 04,01,00 hdr 80
(II) PCI: 00:08:0: chip 10de,01b8 card , rev c2 class 06,04,00 hdr 01
(II) PCI: 00:09:0: chip 10de,01bc card 10de,0c11 rev c3 class 01,01,8a hdr 00
(II) PCI: 00:1e:0: chip 10de,01b7 card , rev b2 class 06,04,00 hdr 01
(II) PCI: 01:06:0: chip 134d,7891 card 134d,0001 rev 02 class 07,03,04 hdr 00
(II) PCI: 02:00:0: chip 10de,01a0 card 10de,0c11 rev b1 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.1.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.4
(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) 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:8:0), (0,1,1), BCTRL: 0x00 (VGA_EN is cleared)
(II) Bus 1 I/O range:
[0] -1  0xb000 - 0xbfff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
(II) Bus 1 prefetchable memory range:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 2 I/O range:
(II) Bus 2 non-prefetchable memory range:
[0] -1  0xec00 - 0xed7f (0x180) MX[B]
(II) Bus 2 prefetchable memory range:
[0] -1  0xeff0 - 0xf7ff (0x810) MX[B]
(--) PCI:*(2:0:0) NVidia unknown chipset (0x01a0) 

[XFree86] Xserver Not Starting!!!!

2003-02-09 Thread Sujith Kumar S
hi,
 I'm attaching the error log with this message.
Please help me.

thanks in advance,
sujith



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



[XFree86] Can not start X on Itantum2

2003-02-09 Thread xiaojing xu
Dear all:

I have a Itanium2 server, Graphic Card is ATI Mach64. I update the kernel from 2.4.9 
to 2.4.18, but then I can not start X server. I checked the logs and it seems some 
error occurs when scanpci. When I run XFree86 -scanpci, segmentation fault occured.

Can some body help me with the problem?
Kind Regadrs

Chark Xu  

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



[XFree86] LinEx X server problem

2003-02-09 Thread LOIS FERRER
the installation package ran into a problem and asked me to
forward the log file to you  --  please see attached

angel ferrer
alexandria, va


XFree86 Version 4.2.1 / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 3 September 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.7-10custom i686 [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 Feb  9 23:40:06 2003
(==) Using config file: /etc/X11/XF86Config-4
(==) ServerLayout Default Layout
(**) |--Screen Default Screen (0)
(**) |   |--Monitor Generic Monitor
(**) |   |--Device Generic Video Card
(**) |--Input Device Generic Keyboard
(**) Option XkbRules xfree86
(**) XKB: rules: xfree86
(**) Option XkbModel pc105
(**) XKB: model: pc105
(**) Option XkbLayout es
(**) XKB: layout: es
(==) Keyboard: CustomKeycode disabled
(**) |--Input Device Configured Mouse
(**) |--Input Device Generic Mouse
(WW) The directory /usr/lib/X11/fonts/cyrillic does not exist.
Entry deleted from font path.
(**) FontPath set to 
unix/:7100,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi/:unscaled,/usr/lib/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/Speedo,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi
(==) RgbPath set to /usr/X11R6/lib/X11/rgb
(==) ModulePath set to /usr/X11R6/lib/modules
(--) using VT number 5

(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(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.1, 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.1, 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 1106,3189 card 1106, 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:08:0: chip 1102,0004 card 1102,0053 rev 03 class 04,01,00 hdr 80
(II) PCI: 00:08:1: chip 1102,7003 card 1102,0040 rev 03 class 09,80,00 hdr 80
(II) PCI: 00:08:2: chip 1102,4001 card 1102,0010 rev 00 class 0c,00,10 hdr 80
(II) PCI: 00:10:0: chip 1106,3038 card 1106,3038 rev 80 class 0c,03,00 hdr 80
(II) PCI: 00:10:1: chip 1106,3038 card 1106,3038 rev 80 class 0c,03,00 hdr 80
(II) PCI: 00:10:2: chip 1106,3038 card 1106,3038 rev 80 class 0c,03,00 hdr 80
(II) PCI: 00:10:3: chip 1106,3104 card 1106,3104 rev 82 class 0c,03,20 hdr 00
(II) PCI: 00:11:0: chip 1106,3177 card 1106, rev 00 class 06,01,00 hdr 80
(II) PCI: 00:11:1: chip 1106,0571 card 1106,0571 rev 06 class 01,01,8a hdr 00
(II) PCI: 00:11:5: chip 1106,3059 card 1462,4720 rev 50 class 04,01,00 hdr 00
(II) PCI: 00:12:0: chip 1106,3065 card 1462,7120 rev 74 class 02,00,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0281 card 1462,8943 rev a1 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.1, 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,1), BCTRL: 0x0c (VGA_EN is set)
(II) Bus 1 I/O range:
(II) Bus 1 non-prefetchable memory range:
[0] -1  0xdde0 - 0xdfef (0x210) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1  0xcdd0 - 0xddcf (0x1000) MX[B]
(II) Bus -1: bridge is at (0:17:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus -1 I/O range:
(II) Bus -1 

[XFree86] (no subject)

2003-02-09 Thread Mark Miles
Having problems with an ATI Radeon 9700 card from a Dell computer,
attached is my scanpci -v and XFree86.0.log


freebsd# scanpci -v

pci bus 0x cardnum 0x00 function 0x00: vendor 0x8086 device 0x1a30
 Intel  Device unknown
 CardVendor 0x1695 card 0x4001 (Card unknown)
  STATUS0x2090  COMMAND 0x0006
  CLASS 0x06 0x00 0x00  REVISION 0x04
  BASE0 0xd008  addr 0xd000  MEM PREFETCHABLE

pci bus 0x cardnum 0x01 function 0x00: vendor 0x8086 device 0x1a31
 Intel  Device unknown
  STATUS0x00a0  COMMAND 0x0107
  CLASS 0x06 0x04 0x00  REVISION 0x04
  HEADER0x01  LATENCY 0x40
  PRIBUS0x00  SECBUS 0x01  SUBBUS 0x01  SECLT 0x20
  IOBASE0xc000  IOLIM 0xcfff  SECSTATUS 0x22a0
  NOPREFETCH_MEMBASE 0xe800  MEMLIM 0xe9ff
  PREFETCH_MEMBASE   0xd800  MEMLIM 0xe7ff
  NO_FAST_B2B NO_SEC_BUS_RST NO_M_ABRT VGA_EN ISA_EN SERR_EN NO_PERR_EN

pci bus 0x cardnum 0x1e function 0x00: vendor 0x8086 device 0x244e
 Intel  Device unknown
  STATUS0x0080  COMMAND 0x0107
  CLASS 0x06 0x04 0x00  REVISION 0x05
  HEADER0x01  LATENCY 0x00
  PRIBUS0x00  SECBUS 0x02  SUBBUS 0x02  SECLT 0x20
  IOBASE0xa000  IOLIM 0xbfff  SECSTATUS 0x2280
  NOPREFETCH_MEMBASE 0xea00  MEMLIM 0xea0f
  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 0x2440
 Intel  Device unknown
  STATUS0x0280  COMMAND 0x000f
  CLASS 0x06 0x01 0x00  REVISION 0x05
  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 0x244b
 Intel  Device unknown
 CardVendor 0x1695 card 0x4001 (Card unknown)
  STATUS0x0280  COMMAND 0x0005
  CLASS 0x01 0x01 0x80  REVISION 0x05
  BASE4 0xf001  addr 0xf000  I/O
  BYTE_00xe377a307  BYTE_1  0x00  BYTE_2  0x00  BYTE_3  0x00

pci bus 0x cardnum 0x1f function 0x02: vendor 0x8086 device 0x2442
 Intel  Device unknown
 CardVendor 0x1695 card 0x4001 (Card unknown)
  STATUS0x0280  COMMAND 0x0005
  CLASS 0x0c 0x03 0x00  REVISION 0x05
  BASE4 0xd001  addr 0xd000  I/O
  MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x04  INT_LINE 0x0b

pci bus 0x cardnum 0x1f function 0x03: vendor 0x8086 device 0x2443
 Intel  Device unknown
 CardVendor 0x1695 card 0x4001 (Card unknown)
  STATUS0x0280  COMMAND 0x0001
  CLASS 0x0c 0x05 0x00  REVISION 0x05
  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 0x04: vendor 0x8086 device 0x2444
 Intel  Device unknown
 CardVendor 0x1695 card 0x4001 (Card unknown)
  STATUS0x0280  COMMAND 0x0005
  CLASS 0x0c 0x03 0x00  REVISION 0x05
  BASE4 0xd801  addr 0xd800  I/O
  MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x03  INT_LINE 0x0b

pci bus 0x cardnum 0x1f function 0x05: vendor 0x8086 device 0x2445
 Intel  Device unknown
 CardVendor 0x1695 card 0x4001 (Card unknown)
  STATUS0x0280  COMMAND 0x0005
  CLASS 0x04 0x01 0x00  REVISION 0x05
  BASE0 0xdc01  addr 0xdc00  I/O
  BASE1 0xe001  addr 0xe000  I/O
  MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x02  INT_LINE 0x0b

pci bus 0x0001 cardnum 0x00 function 0x00: vendor 0x1002 device 0x4e45
 ATI  Device unknown
 CardVendor 0x1002 card 0x3002 (ATI, Card unknown)
  STATUS0x02b0  COMMAND 0x0087
  CLASS 0x03 0x00 0x00  REVISION 0x00
  BIST  0x00  HEADER 0x80  LATENCY 0x20  CACHE 0x08
  BASE0 0xd808  addr 0xd800  MEM PREFETCHABLE
  BASE1 0xc001  addr 0xc000  I/O
  BASE2 0xe900  addr 0xe900  MEM
  MAX_LAT   0x00  MIN_GNT 0x08  INT_PIN 0x01  INT_LINE 0x0a

pci bus 0x0001 cardnum 0x00 function 0x01: vendor 0x1002 device 0x4e65
 ATI  Device unknown
 CardVendor 0x1002 card 0x3003 (ATI, Card unknown)
  STATUS0x02b0  COMMAND 0x0084
  CLASS 0x03 0x80 0x00  REVISION 0x00
  BIST  0x00  HEADER 0x00  LATENCY 0x20  CACHE 0x08
  BASE0 0xe008  addr 0xe000  MEM PREFETCHABLE
  BASE1 0xe901  addr 0xe901  MEM
  MAX_LAT   0x00  MIN_GNT 0x08  INT_PIN 0x00  INT_LINE 0xff

pci bus 0x0002 cardnum 0x02 function 0x00: vendor 0x10ec device 0x8139
 Realtek RTL8139 10/100 Ethernet
 CardVendor 0x10ec card 0x8139 (Realtek Generic)
  STATUS0x0290  COMMAND 0x0007
  CLASS 0x02 0x00 0x00  REVISION 0x10
  BIST  0x00  HEADER 0x00  LATENCY 0x20  CACHE 0x00
  BASE0 0xa001  addr 0xa000  I/O
  BASE1 0xea00  addr 0xea00  MEM
  MAX_LAT   0x40  MIN_GNT 0x20  INT_PIN 0x01  INT_LINE 0x0b

pci bus 0x0002 cardnum 0x03 function 0x00: vendor 0x1102 device 0x0002
 Creative Labs  Device unknown
 CardVendor 0x1102 card 0x8064 (Creative Labs, Card unknown)
  STATUS0x0290  COMMAND 0x0005
  CLASS 0x04 0x01 0x00  REVISION 0x0a
  

Re: [XFree86] Can not start X on Itantum2

2003-02-09 Thread Brian A. Seklecki
On Mon, 10 Feb 2003 @ 1:27pm (+0800), xiaojing xu wrote:

xx Dear all:
xx
xx I have a Itanium2 server, Graphic Card is ATI Mach64. I update the kernel
from 2.4.9 to 2.4.18, but then I can not start X server. I checked the logs
and it seems some error occurs when scanpci. When I run XFree86 -scanpci,
segmentation fault occured.
xx
xx Can some body help me with the problem?

...how about just running scanpci(1) by itself?  how about XFree86
-configure ?

-lava

xx Kind Regadrs
xx
xx Chark Xu
xx
xx ___
xx XFree86 mailing list
xx [EMAIL PROTECTED]
xx http://XFree86.Org/mailman/listinfo/xfree86
xx

later -   | _BonaFide[] = { coder, author, | /~\ The ASCII Ribbon
Brian A. Seklecki | problem solver, scholar, BOFH, | \ / Campaign Against
  | vegetarian, runner, NetBSD |  X  Exchange, Outlook
  | advocate, spiritual machine }; | / \  HTML Email

PGP: CFB6 D4BA 5473 8330 F05C  2A95 8D20 D118 0E1C 8BD9
Any sufficiently advanced magic is indistinguishable from technology.
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86



Re: [XFree86] signal 11. Server aborting while loading module ddc!!

2003-02-09 Thread Brian A. Seklecki
On Sun, 9 Feb 2003 @ 7:25am (-0800), Rohit Panda wrote:

RP
RP hi,
RP
RP iam not able to find out whats this error for
RP
RP Why do programmers always get Christmas and Halloween mixed up?
RP  Because DEC 25 = OCT 31

...you might want to repost this without justifying the text.  Also, you're
running an old version of XFree86 on an old version of Linux.

Try Option NoDDC in your Device section
-lava

RP
RP Prevention is better than cure, in particular if the illness is
unmastered complexity of a Linux kernel, for which no cure exists.
RP
RP
RP
RP -
RP Do you Yahoo!?
RP Yahoo! Mail Plus - Powerful. Affordable. Sign up now

later -   | _BonaFide[] = { coder, author, | /~\ The ASCII Ribbon
Brian A. Seklecki | problem solver, scholar, BOFH, | \ / Campaign Against
  | vegetarian, runner, NetBSD |  X  Exchange, Outlook
  | advocate, spiritual machine }; | / \  HTML Email

PGP: CFB6 D4BA 5473 8330 F05C  2A95 8D20 D118 0E1C 8BD9

Any sufficiently high technology is indistinguishable from doubletalk.
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86



Re: [XFree86] startx: fatal IO error 104

2003-02-09 Thread Brian A. Seklecki
On Sun, 8 Feb 2003 @ 3:20pm (+0100), Enrico Marrai wrote:

EM I have installed Red Hat Linux  7.3 but there is a problem with the graphic
EM mode.
EM When I try to execute the command startx I get the message
EM
EM XIO:  fatal IO error 104 (connection reset by peer) on X server  :0.0
EM after 0 requests
EM (0 known processed) with 0 events remaining.


...it's having trouble finding a mode, mostly (insufficient memory for
mode), try lowering the DefaultDepth to 8.  What type of S3 card is it?

-lava


EM
EM In attached you will find :
EM 1) XFree86.0.log
EM 2) XFree_BugReport
EM 3) scanpci_out (output of 'scanpci')
EM 4) XF86Config-4
EM
EM
EM Please note that I can't use Xconfigurator that has not been installed with
EM Red Hat Linux 7.3
EM
EM How can I resolve the problem ?
EM
EM Thanks.
EM
EM Regards,
EM
EM Enrico Marrai
EM mailto:[EMAIL PROTECTED]

later -   | _BonaFide[] = { coder, author, | /~\ The ASCII Ribbon
Brian A. Seklecki | problem solver, scholar, BOFH, | \ / Campaign Against
  | vegetarian, runner, NetBSD |  X  Exchange, Outlook
  | advocate, spiritual machine }; | / \  HTML Email

PGP: CFB6 D4BA 5473 8330 F05C  2A95 8D20 D118 0E1C 8BD9

Any sufficiently complicated technology is indistinguishable from bad karma.
This is the result of the command scanpci -v :



pci bus 0x cardnum 0x00 function 0x00: vendor 0x8086 device 0x122d
 Intel 82437 Triton
  STATUS0x2200  COMMAND 0x0006
  CLASS 0x06 0x00 0x00  REVISION 0x02
  BIST  0x00  HEADER 0x00  LATENCY 0x40  CACHE 0x00

pci bus 0x cardnum 0x07 function 0x00: vendor 0x8086 device 0x122e
 Intel 82471 Triton
  STATUS0x0280  COMMAND 0x000f
  CLASS 0x06 0x01 0x00  REVISION 0x02
  BIST  0x00  HEADER 0x80  LATENCY 0x00  CACHE 0x00

pci bus 0x cardnum 0x07 function 0x01: vendor 0x8086 device 0x1230
 Intel 82371 bus-master IDE controller
  STATUS0x0280  COMMAND 0x0005
  CLASS 0x01 0x01 0x80  REVISION 0x02
  BIST  0x00  HEADER 0x00  LATENCY 0x40  CACHE 0x00
  BASE4 0xf001  addr 0xf000  I/O
  BYTE_00x8000a377  BYTE_1  0x00  BYTE_2  0x8072428  BYTE_3  0x

pci bus 0x cardnum 0x13 function 0x00: vendor 0x5333 device 0x88c1
 S3 864
  STATUS0x0200  COMMAND 0x0003
  CLASS 0x00 0x01 0x00  REVISION 0x00
  BASE0 0xe000  addr 0xe000  MEM

# XFree86 4.2.0 configuration generated by Xconfigurator 4.10.7

Section ServerLayout
Identifier XFree86 Configured
Screen  0  Screen0 0 0
InputDeviceMouse0 CorePointer
InputDeviceKeyboard0 CoreKeyboard
EndSection

# Red Hat Linux 6.0 and later use the xfs font server for improved
# interactive performance

Section Files
FontPath unix/:7100
EndSection

# Module loading section

Section Module
Load  dbe # Double-buffering
Load  GLcore  # OpenGL support
Load  dri # Direct rendering infrastructure
Load  glx # OpenGL X protocol interface
Load  extmod  # Misc. required extensions
Load  v4l # Video4Linux
# Load  record# X event recorder
# You only need the following two modules if you do not use xfs.
# Load  freetype   # TrueType font handler
# Load  type1 # Adobe Type 1 font handler
EndSection

Section InputDevice
Identifier  Keyboard0
Driver  keyboard
Option  XkbLayout it
EndSection

Section InputDevice
Identifier  Mouse0
# Modified by mouseconfig
Driver  mouse
Option  Device/dev/mouse
Option  Protocol  Microsoft
Option  Emulate3Buttons   yes
Option  ZAxisMapping  4 5
EndSection

Section Monitor
Identifier My Monitor
VendorName Unknown
ModelName  Unknown
HorizSync 31.5 - 48.5
VertRefresh 50-90
Option dpms
EndSection

Section Device
Identifier S3 864 (generic)
Driver vga
BoardName Unknown
# Use Option nolinear if the server doesn't start up correctly
# (this avoids the linear framebuffer probe). If that fails try
# option nomemaccess.
#
# Refer to /usr/X11R6/lib/doc/README.S3, and the XF86_S3 man page.
#   Option nomemaccess
EndSection

Section Device
Identifier Linux Frame Buffer
Driver fbdev
BoardName Unknown
EndSection

Section Screen
Identifier Screen0
Device S3 864 (generic)
Monitor My Monitor
DefaultDepth 16
Subsection Display
Depth 24
Modes 640x400
EndSubSection
Subsection Display
Depth 16
Modes 640x480
EndSubSection
Subsection Display
Depth 8
Modes 640x480
EndSubSection
EndSection

Section DRI
Mode 0666
EndSection