On Sun, Oct 14, 2001 at 12:25:41PM -0700, Lionel Lecoq wrote:
> Post your XF86Config (or XF86Config-4 depending on
> your distro) also redirecting the log gives more
> information (it seems a couple of log files are
> concatenated) I myself do startx 2>logfile (or
> whichever you want to name the file)
> Lionel
Ok, here comes most of the XC86Config and the Logfile:
--------------------- XF86Config -----------------------------
# **********************************************************************
#
Section "Module"
# This loads the DBE extension module.
Load "dbe" # Double buffer extension
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
# This loads the Type1 and FreeType font modules
Load "type1"
Load "freetype"
# This loads the GLX module
# Load "glx"
EndSection
# **********************************************************************
# Files section. This allows default font and rgb paths to be set
# **********************************************************************
Section "Files"
# 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.
RgbPath "/usr/X11R6/lib/X11/rgb"
# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
#
# If you don't have a floating point coprocessor and emacs, Mosaic or other
# programs take long to start up, try moving the Type1 and Speedo directory
# to the end of this list (or comment them out).
#
FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
# The module search path. The default path is shown here.
# ModulePath "/usr/X11R6/lib/modules"
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
# Option "NoTrapSignals"
# Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
# This allows clients to receive this key event.
# Option "DontZap"
# Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
# sequences. This allows clients to receive these key events.
# Option "Dont Zoom"
# Uncomment this to disable tuning with the xvidtune client. With
# it the client can still run and fetch card and monitor attributes,
# but it will not be allowed to change them. If it tries it will
# receive a protocol error.
# Option "DisableVidModeExtension"
# Uncomment this to enable the use of a non-local xvidtune client.
# Option "AllowNonLocalXvidtune"
# Uncomment this to disable dynamically modifying the input device
# (mouse and keyboard) settings.
# Option "DisableModInDev"
# Uncomment this to enable the use of a non-local client to
# change the keyboard or mouse settings (currently only xset).
# Option "AllowNonLocalModInDev"
EndSection
# **********************************************************************
# Input devices
# **********************************************************************
# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************
Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.
# Option "Protocol" "Xqueue"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc101"
Option "XkbLayout" "de"
EndSection
# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************
Section "InputDevice"
# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "MouseSystems"
Option "Device" "/dev/sysmouse"
EndSection
# **********************************************************************
# Monitor section
# **********************************************************************
# Any number of monitor sections may be present
Section "Monitor"
Identifier "My Monitor"
HorizSync 31.5-280.0
VertRefresh 50-70
EndSection
# **********************************************************************
# Graphics device section
# **********************************************************************
# Any number of graphics device sections may be present
# Standard VGA Device:
Section "Device"
Identifier "Standard VGA"
VendorName "Unknown"
BoardName "Unknown"
Driver "vga"
VideoRam 4096
EndSection
# Device configured by xf86config:
Section "Device"
Identifier "NVIDIA GeForce"
Driver "nv"
#VideoRam 4096
# Insert Clocks lines here if appropriate
EndSection
Section "Device"
Identifier "vesa"
Driver "vesa"
#Option "ShadowFB" "false"
#VideoRam 4096
# Insert Clocks lines here if appropriate
EndSection
# **********************************************************************
# Screen sections
# **********************************************************************
# Any number of screen sections may be present. Each describes
# the configuration of a single screen. A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
Identifier "Screen 1"
# Device "vesa"
Device "NVIDIA GeForce"
Monitor "My Monitor"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768"
ViewPort 0 0
EndSubsection
EndSection
# **********************************************************************
# ServerLayout sections.
# **********************************************************************
# Any number of ServerLayout sections may be present. Each describes
# the way multiple screens are organised. A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option. In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.
Section "ServerLayout"
# The Identifier line must be present
Identifier "Simple Layout"
# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens. The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen. In this example, screen 2 is located to the
# right of screen 1.
Screen "Screen 1"
# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used. Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
------------------------------- XF86Config -------------------------------
------------------------------- XF86Log -------------------------------
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: FreeBSD 4.4-STABLE i386 [ELF]
Module Loader present
(==) Log file: "/var/log/XFree86.0.log", Time: Mon Oct 15 08:23:42 2001
(==) Using config file: "/etc/X11/XF86Config"
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) ServerLayout "Simple Layout"
(**) |-->Screen "Screen 1" (0)
(**) | |-->Monitor "My Monitor"
(**) | |-->Device "NVIDIA GeForce"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc101"
(**) XKB: model: "pc101"
(**) Option "XkbLayout" "de"
(**) XKB: layout: "de"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to
"/usr/X11R6/lib/X11/fonts/local/,/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"
(II) xf86ReadBIOS(f8000, e80, Buf, 2)-> 00 00 54 fb...
(--) 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.4
XFree86 XInput driver : 0.2
XFree86 Server Extension : 0.1
XFree86 Font Renderer : 0.2
(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.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 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,1130 card 0000,0000 rev 04 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,1131 card 0000,0000 rev 04 class 06,04,00 hdr 01
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev 03 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,244c card 0000,0000 rev 03 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,244a card 8086,4541 rev 03 class 01,01,80 hdr 00
(II) PCI: 00:1f:2: chip 8086,2442 card 8086,4541 rev 03 class 0c,03,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0112 card 1028,00e6 rev b2 class 03,00,00 hdr 00
(II) PCI: 02:03:0: chip 125d,1998 card 1028,00e6 rev 10 class 04,01,00 hdr 00
(II) PCI: 02:06:0: chip 1668,0100 card 0000,0000 rev 11 class 06,04,00 hdr 01
(II) PCI: 02:0f:0: chip 104c,ac42 card 0000,0000 rev 00 class 06,07,00 hdr 82
(II) PCI: 02:0f:1: chip 104c,ac42 card 0000,0000 rev 00 class 06,07,00 hdr 82
(II) PCI: 02:0f:2: chip 104c,8027 card 1028,00e6 rev 00 class 0c,00,10 hdr 80
(II) PCI: 08:04:0: chip 8086,1229 card 1668,1100 rev 08 class 02,00,00 hdr 00
(II) PCI: 08:08:0: chip 11c1,0448 card 1668,2400 rev 01 class 07,80,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) Host-to-PCI bridge:
(II) Host-to-PCI bridge:
(II) Host-to-PCI bridge:
(II) Host-to-PCI bridge:
(II) Host-to-PCI bridge:
(II) PCI-to-PCI 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 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 0x00000000 - 0xffffffff (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:
[0] -1 0x0000c000 - 0x0000c0ff (0x100) IX[B]
[1] -1 0x0000c400 - 0x0000c4ff (0x100) IX[B]
[2] -1 0x0000c800 - 0x0000c8ff (0x100) IX[B]
[3] -1 0x0000cc00 - 0x0000ccff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1 0xfc000000 - 0xfdffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0xe0000000 - 0xe7ffffff (0x8000000) MX[B]
(II) Bus 2: bridge is at (0:30:0), (0,2,16), BCTRL: 0x06 (VGA_EN is cleared)
(II) Bus 2 I/O range:
[0] -1 0x0000d000 - 0x0000d0ff (0x100) IX[B]
[1] -1 0x0000d400 - 0x0000d4ff (0x100) IX[B]
[2] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B]
[3] -1 0x0000dc00 - 0x0000dcff (0x100) IX[B]
[4] -1 0x0000e000 - 0x0000e0ff (0x100) IX[B]
[5] -1 0x0000e400 - 0x0000e4ff (0x100) IX[B]
[6] -1 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[7] -1 0x0000ec00 - 0x0000ecff (0x100) IX[B]
[8] -1 0x0000f000 - 0x0000f0ff (0x100) IX[B]
[9] -1 0x0000f400 - 0x0000f4ff (0x100) IX[B]
[10] -1 0x0000f800 - 0x0000f8ff (0x100) IX[B]
[11] -1 0x0000fc00 - 0x0000fcff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
[0] -1 0xf2000000 - 0xfbffffff (0xa000000) MX[B]
(II) Bus 2 prefetchable memory range:
(II) Bus -1: bridge is at (0:31:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:
(II) Bus -1 prefetchable memory range:
(II) Bus 8: bridge is at (2:6:0), (2,8,8), BCTRL: 0x06 (VGA_EN is cleared)
(II) Bus 8 I/O range:
[0] -1 0x0000e000 - 0x0000e0ff (0x100) IX[B]
[1] -1 0x0000e400 - 0x0000e4ff (0x100) IX[B]
[2] -1 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[3] -1 0x0000ec00 - 0x0000ecff (0x100) IX[B]
(II) Bus 8 non-prefetchable memory range:
[0] -1 0xf8000000 - 0xf9ffffff (0x2000000) MX[B]
(II) Bus 8 prefetchable memory range:
(II) Bus 3: bridge is at (0:0:0), (-1,3,0), BCTRL: 0x00 (VGA_EN is cleared)
(II) Bus 3 I/O range:
[0] -1 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 3 non-prefetchable memory range:
[0] -1 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 3 prefetchable memory range:
[0] -1 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 4: bridge is at (0:0:0), (-1,4,0), BCTRL: 0x00 (VGA_EN is cleared)
(II) Bus 4 I/O range:
[0] -1 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 4 non-prefetchable memory range:
[0] -1 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 4 prefetchable memory range:
[0] -1 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 5: bridge is at (0:0:0), (-1,5,0), BCTRL: 0x00 (VGA_EN is cleared)
(II) Bus 5 I/O range:
[0] -1 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 5 non-prefetchable memory range:
[0] -1 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 5 prefetchable memory range:
[0] -1 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 6: bridge is at (0:0:0), (-1,6,0), BCTRL: 0x00 (VGA_EN is cleared)
(II) Bus 6 I/O range:
[0] -1 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 6 non-prefetchable memory range:
[0] -1 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 6 prefetchable memory range:
[0] -1 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 7: bridge is at (0:0:0), (-1,7,0), BCTRL: 0x00 (VGA_EN is cleared)
(II) Bus 7 I/O range:
[0] -1 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 7 non-prefetchable memory range:
[0] -1 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 7 prefetchable memory range:
[0] -1 0x00000000 - 0xffffffff (0x0) MX[B]
(--) PCI:*(1:0:0) NVidia unknown chipset (0x0112) rev 178, Mem @ 0xfc000000/24,
0xe0000000/27
(II) Addressable bus resource ranges are
[0] -1 0x00000000 - 0xffffffff (0x0) MX[B]
[1] -1 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
[0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[6] -1 0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
[0] -1 0xf8ffec00 - 0xf8ffefff (0x400) MX[B]E
[1] -1 0xf8e00000 - 0xf8ffffff (0x200000) MX[B]E
[2] -1 0xf8fff000 - 0xf8ffffff (0x1000) MX[B]E
[3] -1 0xf6ff8000 - 0xf6ffffff (0x8000) MX[B]E
[4] -1 0xf6ffd800 - 0xf6ffdfff (0x800) MX[B]E
[5] -1 0xf6ffe000 - 0xf6ffffff (0x2000) MX[B]E
[6] -1 0xe8000000 - 0xefffffff (0x8000000) MX[B]E
[7] -1 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
[8] -1 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[9] -1 0x0000e800 - 0x0000e8ff (0x100) IX[B]E
[10] -1 0x0000ecb8 - 0x0000ecbf (0x8) IX[B]E
[11] -1 0x0000ecc0 - 0x0000ecff (0x40) IX[B]E
[12] -1 0x0000dc00 - 0x0000dcff (0x100) IX[B]E
[13] -1 0x0000bce0 - 0x0000bcff (0x20) IX[B]E
[14] -1 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E
(II) PCI Memory resource overlap reduced 0xf8e00000 from 0xf8ffffff to 0xf8efffff
(II) PCI Memory resource overlap reduced 0xf6ff8000 from 0xf6ffffff to 0xf6ffbfff
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0xf8ffec00 - 0xf8ffefff (0x400) MX[B]E
[1] -1 0xf8e00000 - 0xf8efffff (0x100000) MX[B]E
[2] -1 0xf8fff000 - 0xf8ffffff (0x1000) MX[B]E
[3] -1 0xf6ff8000 - 0xf6ffbfff (0x4000) MX[B]E
[4] -1 0xf6ffd800 - 0xf6ffdfff (0x800) MX[B]E
[5] -1 0xf6ffe000 - 0xf6ffffff (0x2000) MX[B]E
[6] -1 0xe8000000 - 0xefffffff (0x8000000) MX[B]E
[7] -1 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
[8] -1 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[9] -1 0x0000e800 - 0x0000e8ff (0x100) IX[B]E
[10] -1 0x0000ecb8 - 0x0000ecbf (0x8) IX[B]E
[11] -1 0x0000ecc0 - 0x0000ecff (0x40) IX[B]E
[12] -1 0x0000dc00 - 0x0000dcff (0x100) IX[B]E
[13] -1 0x0000bce0 - 0x0000bcff (0x20) IX[B]E
[14] -1 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[6] -1 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
[0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0xf8ffec00 - 0xf8ffefff (0x400) MX[B]E
[6] -1 0xf8e00000 - 0xf8efffff (0x100000) MX[B]E
[7] -1 0xf8fff000 - 0xf8ffffff (0x1000) MX[B]E
[8] -1 0xf6ff8000 - 0xf6ffbfff (0x4000) MX[B]E
[9] -1 0xf6ffd800 - 0xf6ffdfff (0x800) MX[B]E
[10] -1 0xf6ffe000 - 0xf6ffffff (0x2000) MX[B]E
[11] -1 0xe8000000 - 0xefffffff (0x8000000) MX[B]E
[12] -1 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
[13] -1 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[14] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[15] -1 0x00000000 - 0x000000ff (0x100) IX[B]
[16] -1 0x0000e800 - 0x0000e8ff (0x100) IX[B]E
[17] -1 0x0000ecb8 - 0x0000ecbf (0x8) IX[B]E
[18] -1 0x0000ecc0 - 0x0000ecff (0x40) IX[B]E
[19] -1 0x0000dc00 - 0x0000dcff (0x100) IX[B]E
[20] -1 0x0000bce0 - 0x0000bcff (0x20) IX[B]E
[21] -1 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension DPMS
(II) Loading extension FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: 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 Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.1.9
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font FreeType
(II) LoadModule: "nv"
(II) Loading /usr/X11R6/lib/modules/drivers/nv_drv.o
(II) Module nv: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
Module class: XFree86 Video Driver
ABI class: XFree86 Video Driver, version 0.4
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
Module class: XFree86 XInput Driver
ABI class: XFree86 XInput driver, version 0.2
(II) NV: driver for NVIDIA chipsets: RIVA128, RIVATNT, RIVATNT2,
RIVATNT2 (A), RIVATNT2 (B), RIVATNT2 (Ultra), RIVATNT2 (Vanta),
RIVATNT2 M64, RIVATNT2 (Integrated), GeForce 256, GeForce DDR,
Quadro, GeForce2 GTS, GeForce2 GTS (rev 1), GeForce2 ultra,
Quadro 2 Pro, GeForce2 MX, GeForce2 MX DDR, Quadro 2 MXR,
GeForce 2 Go, GeForce3, GeForce3 (rev 1), GeForce3 (rev 2),
GeForce3 (rev 3)
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset GeForce 2 Go found
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0xf8ffec00 - 0xf8ffefff (0x400) MX[B]E
[6] -1 0xf8e00000 - 0xf8efffff (0x100000) MX[B]E
[7] -1 0xf8fff000 - 0xf8ffffff (0x1000) MX[B]E
[8] -1 0xf6ff8000 - 0xf6ffbfff (0x4000) MX[B]E
[9] -1 0xf6ffd800 - 0xf6ffdfff (0x800) MX[B]E
[10] -1 0xf6ffe000 - 0xf6ffffff (0x2000) MX[B]E
[11] -1 0xe8000000 - 0xefffffff (0x8000000) MX[B]E
[12] -1 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
[13] -1 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[14] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[15] -1 0x00000000 - 0x000000ff (0x100) IX[B]
[16] -1 0x0000e800 - 0x0000e8ff (0x100) IX[B]E
[17] -1 0x0000ecb8 - 0x0000ecbf (0x8) IX[B]E
[18] -1 0x0000ecc0 - 0x0000ecff (0x40) IX[B]E
[19] -1 0x0000dc00 - 0x0000dcff (0x100) IX[B]E
[20] -1 0x0000bce0 - 0x0000bcff (0x20) IX[B]E
[21] -1 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E
(II) resource ranges after probing:
[0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0xf8ffec00 - 0xf8ffefff (0x400) MX[B]E
[6] -1 0xf8e00000 - 0xf8efffff (0x100000) MX[B]E
[7] -1 0xf8fff000 - 0xf8ffffff (0x1000) MX[B]E
[8] -1 0xf6ff8000 - 0xf6ffbfff (0x4000) MX[B]E
[9] -1 0xf6ffd800 - 0xf6ffdfff (0x800) MX[B]E
[10] -1 0xf6ffe000 - 0xf6ffffff (0x2000) MX[B]E
[11] -1 0xe8000000 - 0xefffffff (0x8000000) MX[B]E
[12] -1 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
[13] -1 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[14] 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[15] 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[16] 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[17] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[18] -1 0x00000000 - 0x000000ff (0x100) IX[B]
[19] -1 0x0000e800 - 0x0000e8ff (0x100) IX[B]E
[20] -1 0x0000ecb8 - 0x0000ecbf (0x8) IX[B]E
[21] -1 0x0000ecc0 - 0x0000ecff (0x40) IX[B]E
[22] -1 0x0000dc00 - 0x0000dcff (0x100) IX[B]E
[23] -1 0x0000bce0 - 0x0000bcff (0x20) IX[B]E
[24] -1 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E
[25] 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[26] 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/libint10.a
(II) Module int10: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.4
(II) NV(0): Initializing int10
(==) NV(0): Write-combining range (0xa0000,0x20000) was already clear
(==) NV(0): Write-combining range (0xf0000,0x10000)
(II) xf86ReadBIOS(0, 0, Buf, 600)-> 4e ac 00 f0...
(II) xf86ReadBIOS(c0000, 0, Buf, 10000)-> 55 aa 68 eb...
(II) xf86ReadBIOS(d0000, 0, Buf, 10000)-> 55 aa 0c e8...
(II) xf86ReadBIOS(e0000, 0, Buf, 10000)-> ff ff ff ff...
(II) NV(0): Primary V_BIOS segment is: 0xc000
(--) NV(0): Chipset: "GeForce 2 Go"
(**) NV(0): Depth 24, (--) framebuffer bpp 32
(==) NV(0): RGB weight 888
(==) NV(0): Default visual is TrueColor
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.4
(==) NV(0): Using HW cursor
(--) NV(0): Linear framebuffer at 0xE0000000
(--) NV(0): MMIO registers at 0xFC000000
(==) NV(0): Write-combining range (0xfc710000,0x10000) was already clear
(==) NV(0): Write-combining range (0xfc600000,0x1000) was already clear
(==) NV(0): Write-combining range (0xfc680000,0x1000) was already clear
(==) NV(0): Write-combining range (0xfc100000,0x1000) was already clear
(==) NV(0): Write-combining range (0xfc002000,0x2000) was already clear
(==) NV(0): Write-combining range (0xfc400000,0x2000) was already clear
(==) NV(0): Write-combining range (0xfc101000,0x1000) was already clear
(==) NV(0): Write-combining range (0xfc009000,0x1000) was already clear
(==) NV(0): Write-combining range (0xfc000000,0x9000) was already clear
(==) NV(0): Write-combining range (0xfc800000,0x10000) was already clear
(==) NV(0): Write-combining range (0xfc601000,0x1000) was already clear
(==) NV(0): Write-combining range (0xfc681000,0x1000) was already clear
(==) NV(0): Write-combining range (0xfc0c0000,0x1000) was already clear
(--) NV(0): VideoRAM: 32768 kBytes
(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.1.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.4
(==) NV(0): Write-combining range (0xa0000,0x10000) was already clear
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.2.0
ABI class: XFree86 Video Driver, version 0.4
(II) NV(0): I2C bus "DDC" initialized.
(II) NV(0): I2C device "DDC:ddc2" registered.
(II) NV(0): I2C device "DDC:ddc2" removed.
(==) NV(0): Write-combining range (0xa0000,0x10000) was already clear
(==) NV(0): Using gamma correction (1.0, 1.0, 1.0)
(II) NV(0): My Monitor: Using hsync range of 31.50-280.00 kHz
(II) NV(0): My Monitor: Using vrefresh range of 50.00-70.00 Hz
(II) NV(0): Clock range: 12.00 to 350.00 MHz
(II) NV(0): Not using default mode "640x350" (vrefresh out of range)
(II) NV(0): Not using default mode "640x400" (vrefresh out of range)
(II) NV(0): Not using default mode "720x400" (vrefresh out of range)
(II) NV(0): Not using default mode "640x480" (vrefresh out of range)
(II) NV(0): Not using default mode "640x480" (vrefresh out of range)
(II) NV(0): Not using default mode "640x480" (vrefresh out of range)
(II) NV(0): Not using default mode "800x600" (vrefresh out of range)
(II) NV(0): Not using default mode "800x600" (vrefresh out of range)
(II) NV(0): Not using default mode "800x600" (vrefresh out of range)
(II) NV(0): Not using default mode "1024x768" (vrefresh out of range)
(II) NV(0): Not using default mode "1024x768" (vrefresh out of range)
(II) NV(0): Not using default mode "1024x768" (vrefresh out of range)
(II) NV(0): Not using default mode "1152x864" (vrefresh out of range)
(II) NV(0): Not using default mode "1280x960" (vrefresh out of range)
(II) NV(0): Not using default mode "1280x1024" (vrefresh out of range)
(II) NV(0): Not using default mode "1280x1024" (vrefresh out of range)
(II) NV(0): Not using default mode "1600x1200" (vrefresh out of range)
(II) NV(0): Not using default mode "1600x1200" (vrefresh out of range)
(II) NV(0): Not using default mode "1792x1344" (vrefresh out of range)
(II) NV(0): Not using default mode "1856x1392" (vrefresh out of range)
(II) NV(0): Not using default mode "1920x1440" (vrefresh out of range)
(II) NV(0): Not using default mode "1400x1050" (vrefresh out of range)
(--) NV(0): Virtual size is 1600x1200 (pitch 1600)
(**) NV(0): Default mode "1600x1200": 189.0 MHz, 87.5 kHz, 70.0 Hz
(II) NV(0): Modeline "1600x1200" 189.00 1600 1664 1856 2160 1200 1201 1204 1250
+hsync +vsync
(**) NV(0): Default mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz
(II) NV(0): Modeline "1280x1024" 108.00 1280 1328 1440 1688 1024 1025 1028 1066
+hsync +vsync
(**) NV(0): Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
(II) NV(0): Modeline "1024x768" 75.00 1024 1048 1184 1328 768 771 777 806 -hsync
-vsync
(==) NV(0): DPI set to (75, 75)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
ABI class: XFree86 ANSI C Emulation, version 0.1
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.4
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.4
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B]
[1] 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B]
[2] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[3] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[4] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[5] -1 0x000c0000 - 0x000effff (0x30000) MX[B]
[6] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[7] -1 0xf8ffec00 - 0xf8ffefff (0x400) MX[B]E
[8] -1 0xf8e00000 - 0xf8efffff (0x100000) MX[B]E
[9] -1 0xf8fff000 - 0xf8ffffff (0x1000) MX[B]E
[10] -1 0xf6ff8000 - 0xf6ffbfff (0x4000) MX[B]E
[11] -1 0xf6ffd800 - 0xf6ffdfff (0x800) MX[B]E
[12] -1 0xf6ffe000 - 0xf6ffffff (0x2000) MX[B]E
[13] -1 0xe8000000 - 0xefffffff (0x8000000) MX[B]E
[14] -1 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
[15] -1 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[16] 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
[17] 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
[18] 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
[19] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[20] -1 0x00000000 - 0x000000ff (0x100) IX[B]
[21] -1 0x0000e800 - 0x0000e8ff (0x100) IX[B]E
[22] -1 0x0000ecb8 - 0x0000ecbf (0x8) IX[B]E
[23] -1 0x0000ecc0 - 0x0000ecff (0x40) IX[B]E
[24] -1 0x0000dc00 - 0x0000dcff (0x100) IX[B]E
[25] -1 0x0000bce0 - 0x0000bcff (0x20) IX[B]E
[26] -1 0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E
[27] 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
[28] 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) NV(0): Write-combining range (0xfc000000,0x1000000) was already clear
(==) NV(0): Write-combining range (0xe0000000,0x2000000)
(==) NV(0): Write-combining range (0xa0000,0x10000) was already clear
(II) NV(0): Using XFree86 Acceleration Architecture (XAA)
Screen to screen bit blits
Solid filled rectangles
8x8 mono pattern filled rectangles
Indirect CPU to Screen color expansion
Solid Lines
Offscreen Pixmaps
Setting up tile and stipple cache:
32 128x128 slots
29 256x256 slots
14 512x512 slots
(==) NV(0): Backing store disabled
(==) NV(0): Silken mouse enabled
(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
(**) Option "Protocol" "MouseSystems"
(**) Mouse1: Protocol: "MouseSystems"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/sysmouse"
(**) Option "BaudRate" "1200"
(**) Option "StopBits" "2"
(**) Option "DataBits" "8"
(**) Option "Parity" "None"
(**) Option "Vmin" "1"
(**) Option "Vtime" "0"
(**) Option "FlowControl" "None"
(==) Mouse1: Buttons: 3
(**) Mouse1: BaudRate: 1200
(II) Keyboard "Keyboard1" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(**) Option "BaudRate" "1200"
----------------------------- XFreeLog --------------------------------------
--
arno schneider [EMAIL PROTECTED]
Rechenzentrum Fachhochschule Augsburg
PGP fingerprint: C6 AD 36 FF B1 6A 8E 66 30 27 2B FA 02 46 B4 8E
PGP public key: http://www.fh-augsburg.de/~arno/pgpkey.txt
_______________________________________________
Newbie mailing list
[EMAIL PROTECTED]
*** To unsubscribe , or change message options, see:
http://XFree86.Org/mailman/listinfo/newbie