[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Xfonts pblm



hi

i'm running a SID without x fonts server.
i can't get the 100dpi fonts to work ; font is kinda small (it seems to
be 75dpi)
i check my X config file ; FontPath points to the 100 dpi dir ;
i have xfonts-base and xfonts-100dpi installed.

cat /etc/X11/xinit/xserverrc
#!/bin/sh
exec /usr/bin/X11/X -dpi 100 -nolisten tcp


i test something which is :

Section "Files"
        FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
EndSection

then to start gdm : i have in XFree86.0.log : could not open default
font 'fixed' (this was reported to debian-x list ; (pblm was xfonts-base
not installed))
i can't start gdm unless i put this line in Section "Files" : FontPath
"/usr/lib/X11/fonts/misc" ; is that normal ?

i attached the X config file and the X log file .

any help would be great !


thks




Section "Files"
	FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
	FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath "/usr/share/fonts/truetype"
	FontPath "/usr/lib/X11/fonts/Speedo"
	FontPath "/usr/lib/X11/fonts/misc"
	FontPath "/usr/lib/X11/fonts/cyrillic"
EndSection

Section "Module"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"speedo"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"pc102"
	Option		"AutoRepeat"	"660 25" 
	Option		"XkbLayout"	"fr"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"ImPS/2"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "InputDevice"
       Identifier      "USB Mouse"
       Driver          "mouse"
       Option          "Protocol"              "IMPS/2"
       Option	       "Device"		       "/dev/input/mice"
       Option	       "ZAxisMapping"	       "4 5"
       Option	       "Buttons"	       "5"
EndSection

Section "Device"
	Identifier	"Nvidia GeForce256"
	Driver		"nvidia"
	VideoRam        32768
	Option		"NvAGP"			"3"
	Option		"UseFBDev"		"true"
	Option 		"NoRenderAccel"		"0" #Allow RENDER extension acceleration
        Option 		"PageFlip"		"1" #Use page fliping optimization
	Option 		"SWCursor"		"0" #Turn off Software Cursor
	Option 		"HWCursor"		"1" #Turn on Hardward accelerated Cursor
	Option 		"CursorShadow"		"1"  #Use windows-like cursor shadow;3D effect
        Option 		"CursorShadowAlpha"	"64" #0-255 opacity(alpha blend) level; 0==clear
EndSection

Section "Monitor"
	Identifier	"Dell Trinitron"
	HorizSync	30-96
	VertRefresh	48-120
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Nvidia GeForce256"
	Monitor		"Dell Trinitron"
	DefaultDepth	24
	SubSection "Display"
		Depth		24
		Modes		"1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse" "CorePointer"
	InputDevice	"USB mouse" "SendCoreEvents"
	Option "BlankTime"	"3"
	Option "StandbyTime"	"5"
	Option "SuspendTime"	"10"
	Option "OffTime"	"15"
EndSection

Section "DRI"
	Mode	0666
EndSection
This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to XFree86@XFree86.Org and patches submitted
to fixes@XFree86.Org.  Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs)

XFree86 Version 4.2.1.1 (Debian 4.2.1-6 20030225230350 branden@progeny.com) / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 18 October 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.20-586tsc 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: Fri May 30 15:53:57 2003
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Dell Trinitron"
(**) |   |-->Device "Nvidia GeForce256"
(**) |-->Input Device "Generic Keyboard"
(**) Option "AutoRepeat" "660 25"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc102"
(**) XKB: model: "pc102"
(**) Option "XkbLayout" "fr"
(**) XKB: layout: "fr"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "USB Mouse"
(**) FontPath set to "/usr/lib/X11/fonts/100dpi/:unscaled,/usr/lib/X11/fonts/75dpi/:unscaled,/usr/share/fonts/truetype,/usr/lib/X11/fonts/Speedo,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/cyrillic"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "BlankTime" "3"
(**) Option "StandbyTime" "5"
(**) Option "SuspendTime" "10"
(**) Option "OffTime" "15"
(++) using VT number 7

(II) Open APM successful
(II) Module ABI versions:
	XFree86 ANSI C Emulation: 0.1
	XFree86 Video Driver: 0.5
	XFree86 XInput driver : 0.3
	XFree86 Server Extension : 0.1
	XFree86 Font Renderer : 0.3
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
	compiled for 4.2.1.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.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 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1022,700e card 0000,0000 rev 13 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1022,700f card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 1106,0686 card 147b,a702 rev 40 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 1106,0571 card 1106,0571 rev 06 class 01,01,8a hdr 00
(II) PCI: 00:07:2: chip 1106,3038 card 0925,1234 rev 1a class 0c,03,00 hdr 00
(II) PCI: 00:07:3: chip 1106,3038 card 0925,1234 rev 1a class 0c,03,00 hdr 00
(II) PCI: 00:07:4: chip 1106,3057 card 1106,3057 rev 40 class 0c,05,00 hdr 00
(II) PCI: 00:0b:0: chip 105a,4d68 card 105a,4d68 rev 02 class 01,80,85 hdr 00
(II) PCI: 00:0d:0: chip 1102,0002 card 1102,8061 rev 07 class 04,01,00 hdr 80
(II) PCI: 00:0d:1: chip 1102,7002 card 1102,0020 rev 07 class 09,80,00 hdr 80
(II) PCI: 00:0f:0: chip 10b7,9200 card 10b7,1000 rev 74 class 02,00,00 hdr 00
(II) PCI: 01:05:0: chip 10de,0110 card 1462,8826 rev b2 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.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 0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1 0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1 0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0e (VGA_EN is set)
(II) Bus 1 I/O range:
(II) Bus 1 non-prefetchable memory range:
	[0] -1 0	0xdc000000 - 0xddffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1 0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
(II) Bus -1: bridge is at (0:7: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:*(1:5:0) NVidia GeForce2 MX/MX 400 rev 178, Mem @ 0xdc000000/24, 0xd0000000/27
(II) Addressable bus resource ranges are
	[0] -1 0	0x00000000 - 0xffffffff (0x0) MX[B]
	[1] -1 0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
	[0] -1 0	0xdf005000 - 0xdf00507f (0x80) MX[B]
	[1] -1 0	0xdf000000 - 0xdf003fff (0x4000) MX[B]
	[2] -1 0	0xdf004000 - 0xdf004fff (0x1000) MX[B]
	[3] -1 0	0xd8000000 - 0xdbffffff (0x4000000) MX[B]
	[4] -1 0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[5] -1 0	0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
	[6] -1 0	0x0000ec00 - 0x0000ec7f (0x80) IX[B]
	[7] -1 0	0x0000e800 - 0x0000e807 (0x8) IX[B]
	[8] -1 0	0x0000e400 - 0x0000e41f (0x20) IX[B]
	[9] -1 0	0x0000e000 - 0x0000e00f (0x10) IX[B]
	[10] -1 0	0x0000dc00 - 0x0000dc03 (0x4) IX[B]
	[11] -1 0	0x0000d800 - 0x0000d807 (0x8) IX[B]
	[12] -1 0	0x0000d400 - 0x0000d403 (0x4) IX[B]
	[13] -1 0	0x0000d000 - 0x0000d007 (0x8) IX[B]
	[14] -1 0	0x0000cc00 - 0x0000cc1f (0x20) IX[B]
	[15] -1 0	0x0000c800 - 0x0000c81f (0x20) IX[B]
	[16] -1 0	0x0000c400 - 0x0000c40f (0x10) IX[B]
	[17] -1 0	0x0000c000 - 0x0000c003 (0x4) IX[B]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1 0	0xdf005000 - 0xdf00507f (0x80) MX[B]
	[1] -1 0	0xdf000000 - 0xdf003fff (0x4000) MX[B]
	[2] -1 0	0xdf004000 - 0xdf004fff (0x1000) MX[B]
	[3] -1 0	0xd8000000 - 0xdbffffff (0x4000000) MX[B]
	[4] -1 0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[5] -1 0	0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
	[6] -1 0	0x0000ec00 - 0x0000ec7f (0x80) IX[B]
	[7] -1 0	0x0000e800 - 0x0000e807 (0x8) IX[B]
	[8] -1 0	0x0000e400 - 0x0000e41f (0x20) IX[B]
	[9] -1 0	0x0000e000 - 0x0000e00f (0x10) IX[B]
	[10] -1 0	0x0000dc00 - 0x0000dc03 (0x4) IX[B]
	[11] -1 0	0x0000d800 - 0x0000d807 (0x8) IX[B]
	[12] -1 0	0x0000d400 - 0x0000d403 (0x4) IX[B]
	[13] -1 0	0x0000d000 - 0x0000d007 (0x8) IX[B]
	[14] -1 0	0x0000cc00 - 0x0000cc1f (0x20) IX[B]
	[15] -1 0	0x0000c800 - 0x0000c81f (0x20) IX[B]
	[16] -1 0	0x0000c400 - 0x0000c40f (0x10) IX[B]
	[17] -1 0	0x0000c000 - 0x0000c003 (0x4) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1 0	0xdf005000 - 0xdf00507f (0x80) MX[B]
	[6] -1 0	0xdf000000 - 0xdf003fff (0x4000) MX[B]
	[7] -1 0	0xdf004000 - 0xdf004fff (0x1000) MX[B]
	[8] -1 0	0xd8000000 - 0xdbffffff (0x4000000) MX[B]
	[9] -1 0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[10] -1 0	0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
	[11] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[12] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[13] -1 0	0x0000ec00 - 0x0000ec7f (0x80) IX[B]
	[14] -1 0	0x0000e800 - 0x0000e807 (0x8) IX[B]
	[15] -1 0	0x0000e400 - 0x0000e41f (0x20) IX[B]
	[16] -1 0	0x0000e000 - 0x0000e00f (0x10) IX[B]
	[17] -1 0	0x0000dc00 - 0x0000dc03 (0x4) IX[B]
	[18] -1 0	0x0000d800 - 0x0000d807 (0x8) IX[B]
	[19] -1 0	0x0000d400 - 0x0000d403 (0x4) IX[B]
	[20] -1 0	0x0000d000 - 0x0000d007 (0x8) IX[B]
	[21] -1 0	0x0000cc00 - 0x0000cc1f (0x20) IX[B]
	[22] -1 0	0x0000c800 - 0x0000c81f (0x20) IX[B]
	[23] -1 0	0x0000c400 - 0x0000c40f (0x10) IX[B]
	[24] -1 0	0x0000c000 - 0x0000c003 (0x4) IX[B]
(II) LoadModule: "bitmap"
(II) Reloading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Loading font Bitmap
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
	compiled for 4.2.1.1, 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: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
	compiled for 4.2.1.1, 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 XFree86-DGA
(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: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.1.10
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.4363
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.13.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension RECORD
(II) LoadModule: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
Skipping "/usr/X11R6/lib/modules/fonts/libspeedo.a:spencode.o":  No symbols found
(II) Module speedo: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.1
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Speedo
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "nvidia"
(II) Loading /usr/X11R6/lib/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.4363
	Module class: XFree86 Video Driver
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	Module class: XFree86 XInput Driver
	ABI class: XFree86 XInput driver, version 0.3
(II) NVIDIA XFree86 Driver  1.0-4363  Sat Apr 19 17:49:42 PDT 2003
(II) NVIDIA Unified Driver for all NVIDIA GPUs
(II) Primary Device is: PCI 01:05:0
(--) Assigning device section with no busID to primary device
(--) Chipset NVIDIA GPU found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1 0	0xdf005000 - 0xdf00507f (0x80) MX[B]
	[6] -1 0	0xdf000000 - 0xdf003fff (0x4000) MX[B]
	[7] -1 0	0xdf004000 - 0xdf004fff (0x1000) MX[B]
	[8] -1 0	0xd8000000 - 0xdbffffff (0x4000000) MX[B]
	[9] -1 0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[10] -1 0	0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
	[11] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[12] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[13] -1 0	0x0000ec00 - 0x0000ec7f (0x80) IX[B]
	[14] -1 0	0x0000e800 - 0x0000e807 (0x8) IX[B]
	[15] -1 0	0x0000e400 - 0x0000e41f (0x20) IX[B]
	[16] -1 0	0x0000e000 - 0x0000e00f (0x10) IX[B]
	[17] -1 0	0x0000dc00 - 0x0000dc03 (0x4) IX[B]
	[18] -1 0	0x0000d800 - 0x0000d807 (0x8) IX[B]
	[19] -1 0	0x0000d400 - 0x0000d403 (0x4) IX[B]
	[20] -1 0	0x0000d000 - 0x0000d007 (0x8) IX[B]
	[21] -1 0	0x0000cc00 - 0x0000cc1f (0x20) IX[B]
	[22] -1 0	0x0000c800 - 0x0000c81f (0x20) IX[B]
	[23] -1 0	0x0000c400 - 0x0000c40f (0x10) IX[B]
	[24] -1 0	0x0000c000 - 0x0000c003 (0x4) IX[B]
(II) resource ranges after probing:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1 0	0xdf005000 - 0xdf00507f (0x80) MX[B]
	[6] -1 0	0xdf000000 - 0xdf003fff (0x4000) MX[B]
	[7] -1 0	0xdf004000 - 0xdf004fff (0x1000) MX[B]
	[8] -1 0	0xd8000000 - 0xdbffffff (0x4000000) MX[B]
	[9] -1 0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[10] -1 0	0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
	[11] 0 0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[12] 0 0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[13] 0 0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[14] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[15] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[16] -1 0	0x0000ec00 - 0x0000ec7f (0x80) IX[B]
	[17] -1 0	0x0000e800 - 0x0000e807 (0x8) IX[B]
	[18] -1 0	0x0000e400 - 0x0000e41f (0x20) IX[B]
	[19] -1 0	0x0000e000 - 0x0000e00f (0x10) IX[B]
	[20] -1 0	0x0000dc00 - 0x0000dc03 (0x4) IX[B]
	[21] -1 0	0x0000d800 - 0x0000d807 (0x8) IX[B]
	[22] -1 0	0x0000d400 - 0x0000d403 (0x4) IX[B]
	[23] -1 0	0x0000d000 - 0x0000d007 (0x8) IX[B]
	[24] -1 0	0x0000cc00 - 0x0000cc1f (0x20) IX[B]
	[25] -1 0	0x0000c800 - 0x0000c81f (0x20) IX[B]
	[26] -1 0	0x0000c400 - 0x0000c40f (0x10) IX[B]
	[27] -1 0	0x0000c000 - 0x0000c003 (0x4) IX[B]
	[28] 0 0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[29] 0 0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(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.2.1.1, 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 "PageFlip" "1"
(**) NVIDIA(0): Option "SWcursor" "0"
(**) NVIDIA(0): Option "HWcursor" "1"
(**) NVIDIA(0): Option "NvAGP" "3"
(**) NVIDIA(0): Option "NoRenderAccel" "0"
(**) NVIDIA(0): Option "CursorShadow" "1"
(**) NVIDIA(0): Option "CursorShadowAlpha" "64"
(**) NVIDIA(0): Enabling experimental RENDER acceleration
(**) NVIDIA(0): enabling cursor shadow
(**) NVIDIA(0): cursor shadow alpha = 64
(**) NVIDIA(0): Use of any AGP requested (try AGPGART, then try NVIDIA's AGP)
(--) NVIDIA(0): Linear framebuffer at 0xD0000000
(--) NVIDIA(0): MMIO registers at 0xDC000000
(II) NVIDIA(0): NVIDIA GPU detected as: GeForce2 MX/MX 400
(--) NVIDIA(0): VideoBIOS: 03.11.01.30.00
(--) NVIDIA(0): VideoRAM: 65536 kBytes
(II) NVIDIA(0): Connected display device(s): CRT-0
(--) NVIDIA(0): Detected TV Encoder: Brooktree 869
(--) NVIDIA(0): Display device CRT-0: maximum pixel clock at  8 bpp: 350 MHz
(--) NVIDIA(0): Display device CRT-0: maximum pixel clock at 16 bpp: 350 MHz
(--) NVIDIA(0): Display device CRT-0: maximum pixel clock at 32 bpp: 300 MHz
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) NVIDIA(0): Dell Trinitron: Using hsync range of 30.00-96.00 kHz
(II) NVIDIA(0): Dell Trinitron: Using vrefresh range of 48.00-120.00 Hz
(II) NVIDIA(0): Clock range:  12.00 to 300.00 MHz
(II) NVIDIA(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1792x1344" (hsync out of range)
(II) NVIDIA(0): Not using default mode "896x672" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range)
(II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
(WW) (1920x1440,Dell Trinitron) mode clock 234MHz exceeds DDC maximum 230MHz
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(WW) (2048x1536,Dell Trinitron) mode clock 266.95MHz exceeds DDC maximum 230MHz
(II) NVIDIA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(**) NVIDIA(0): Validated modes for display device CRT-0:
(**) NVIDIA(0):      Default mode "1600x1200": 202.5 MHz, 93.8 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "1280x1024": 157.5 MHz, 91.1 kHz, 85.0 Hz
(**) NVIDIA(0):      Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(**) NVIDIA(0):      Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(**) NVIDIA(0):      Default mode "640x480": 74.2 MHz, 85.9 kHz, 85.1 Hz (D)
(II) NVIDIA(0): Virtual screen size determined to be 1600 x 1200
(--) NVIDIA(0): Display dimensions: (370, 270) mm
(--) NVIDIA(0): DPI set to (109, 112)
(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.2.1.1, module version = 1.0.0
	ABI class: XFree86 ANSI C Emulation, version 0.1
(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.2.1.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0 0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
	[1] 0 0	0xdc000000 - 0xdcffffff (0x1000000) MX[B]
	[2] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[3] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[4] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[5] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[6] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[7] -1 0	0xdf005000 - 0xdf00507f (0x80) MX[B]
	[8] -1 0	0xdf000000 - 0xdf003fff (0x4000) MX[B]
	[9] -1 0	0xdf004000 - 0xdf004fff (0x1000) MX[B]
	[10] -1 0	0xd8000000 - 0xdbffffff (0x4000000) MX[B]
	[11] -1 0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[12] -1 0	0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
	[13] 0 0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[14] 0 0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[15] 0 0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[16] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[17] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[18] -1 0	0x0000ec00 - 0x0000ec7f (0x80) IX[B]
	[19] -1 0	0x0000e800 - 0x0000e807 (0x8) IX[B]
	[20] -1 0	0x0000e400 - 0x0000e41f (0x20) IX[B]
	[21] -1 0	0x0000e000 - 0x0000e00f (0x10) IX[B]
	[22] -1 0	0x0000dc00 - 0x0000dc03 (0x4) IX[B]
	[23] -1 0	0x0000d800 - 0x0000d807 (0x8) IX[B]
	[24] -1 0	0x0000d400 - 0x0000d403 (0x4) IX[B]
	[25] -1 0	0x0000d000 - 0x0000d007 (0x8) IX[B]
	[26] -1 0	0x0000cc00 - 0x0000cc1f (0x20) IX[B]
	[27] -1 0	0x0000c800 - 0x0000c81f (0x20) IX[B]
	[28] -1 0	0x0000c400 - 0x0000c40f (0x10) IX[B]
	[29] -1 0	0x0000c000 - 0x0000c003 (0x4) IX[B]
	[30] 0 0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[31] 0 0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): AGP 4X successfully initialized
(II) NVIDIA(0): Setting mode "1600x1200"
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(**) Option "dpms"
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-GLX
(II) Loading extension NV-CONTROL
(WW) NVIDIA(0): Option "UseFBDev" is not used
(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) [GLX]: Initializing GLX extension
(II) Keyboard "Generic Keyboard" handled by legacy driver
(**) Option "Protocol" "ImPS/2"
(**) Configured Mouse: Protocol: "ImPS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/psaux"
(**) Option "ZAxisMapping" "4 5"
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 5
(**) Option "Protocol" "IMPS/2"
(**) USB Mouse: Protocol: "IMPS/2"
(**) Option "SendCoreEvents"
(**) USB Mouse: always reports core events
(**) Option "Device" "/dev/input/mice"
(**) Option "Buttons" "5"
(**) Option "ZAxisMapping" "4 5"
(**) USB Mouse: ZAxisMapping: buttons 4 and 5
(**) USB Mouse: Buttons: 5
(II) XINPUT: Adding extended input device "USB Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)

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


Reply to: