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

XFree 4.2 (Backport) - warum kein Standard-VGA



Hallo,

ich möchte auf einem System gern X einsetzen; dafür genügt mir ein
Standard VGA oder ein einfacher Vesa-Modus.

Leider schaltet X aber ein eine 320x200 Auflösung, die dann doch nicht
wirklich hilft ;-)

Section "Files"
	FontPath	"tcp/server.schwerte.hierweck.de:7100"
EndSection

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

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"de"
EndSection

Section "InputDevice"
	Identifier	"Generic Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"PS/2"
	Option		"Emulate3Buttons"	"true"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "Device"
	Identifier	"Generic Video Card"
	Driver		"vga"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	HorizSync	  30-60
	VertRefresh 40-120
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Generic Video Card"
	Monitor		"Generic Monitor"
	DefaultDepth 8
	SubSection "Display"
		Depth	8 
		Modes		"640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Generic Mouse"
	Option 		"NoTrapSignals"		"true"
	Option		"DontZap"		"true"
	Option		"DontZoom"		"true"	
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-3.bunk.6 20030917190427 bunk@) / 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-1-686 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: Thu Oct  2 18:53:18 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" "de"
(**) XKB: layout: "de"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Generic Mouse"
(**) FontPath set to "tcp/server.schwerte.hierweck.de:7100"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "NoTrapSignals" "true"
(**) Option "DontZap" "true"
(**) Option "DontZoom" "true"
(++) using VT number 9

(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.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 8086,2560 card 8086,2560 rev 01 class 06,00,00 hdr 00
(II) PCI: 00:02:0: chip 8086,2562 card 8086,4c59 rev 01 class 03,00,00 hdr 00
(II) PCI: 00:1d:0: chip 8086,24c2 card 8086,4c59 rev 01 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24c4 card 8086,4c59 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24c7 card 8086,4c59 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24cd card 8086,4c59 rev 01 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev 81 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24c0 card 0000,0000 rev 01 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24cb card 8086,4c59 rev 01 class 01,01,8a hdr 00
(II) PCI: 00:1f:3: chip 8086,24c3 card 8086,4c59 rev 01 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,24c5 card 8086,0303 rev 01 class 04,01,00 hdr 00
(II) PCI: 01:00:0: chip 1000,000f card 1de1,3904 rev 03 class 01,00,00 hdr 00
(II) PCI: 01:01:0: chip 9710,9805 card 1000,0010 rev 01 class 07,80,00 hdr 00
(II) PCI: 01:02:0: chip 1102,0002 card 1102,8040 rev 05 class 04,01,00 hdr 80
(II) PCI: 01:02:1: chip 1102,7002 card 1102,0020 rev 05 class 09,80,00 hdr 80
(II) PCI: 01:03:0: chip e159,0002 card 0054,0001 rev 00 class 07,80,00 hdr 00
(II) PCI: 01:08:0: chip 8086,1039 card 8086,3009 rev 81 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) LoadModule: "scanpci"
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
	compiled for 4.2.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:30:0), (0,1,1), BCTRL: 0x06 (VGA_EN is cleared)
(II) Bus 1 I/O range:
	[0] -1 0	0x0000d000 - 0x0000d0ff (0x100) IX[B]
	[1] -1 0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[2] -1 0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[3] -1 0	0x0000dc00 - 0x0000dcff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1 0	0xff800000 - 0xff8fffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1 0	0xe6a00000 - 0xe6afffff (0x100000) 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 unknown chipset (0x2562) rev 1, Mem @ 0xf0000000/27, 0xffa80000/19
(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	0xff8fc000 - 0xff8fcfff (0x1000) MX[B]
	[1] -1 0	0xff8fd000 - 0xff8fdfff (0x1000) MX[B]
	[2] -1 0	0xff8fe000 - 0xff8fefff (0x1000) MX[B]
	[3] -1 0	0xff8ffc00 - 0xff8ffcff (0x100) MX[B]
	[4] -1 0	0xffa7f400 - 0xffa7f4ff (0x100) MX[B]
	[5] -1 0	0xffa7f800 - 0xffa7f9ff (0x200) MX[B]
	[6] -1 0	0x3f800000 - 0x3f8003ff (0x400) MX[B]
	[7] -1 0	0xffa7fc00 - 0xffa7ffff (0x400) MX[B]
	[8] -1 0	0xf8000000 - 0xfbffffff (0x4000000) MX[B]
	[9] -1 0	0xffa80000 - 0xffafffff (0x80000) MX[B](B)
	[10] -1 0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[11] -1 0	0x0000dc80 - 0x0000dcbf (0x40) IX[B]
	[12] -1 0	0x0000dd00 - 0x0000ddff (0x100) IX[B]
	[13] -1 0	0x0000dc00 - 0x0000dc07 (0x8) IX[B]
	[14] -1 0	0x0000de00 - 0x0000de1f (0x20) IX[B]
	[15] -1 0	0x0000de80 - 0x0000de8f (0x10) IX[B]
	[16] -1 0	0x0000df00 - 0x0000df07 (0x8) IX[B]
	[17] -1 0	0x0000d000 - 0x0000d007 (0x8) IX[B]
	[18] -1 0	0x0000d080 - 0x0000d087 (0x8) IX[B]
	[19] -1 0	0x0000d400 - 0x0000d407 (0x8) IX[B]
	[20] -1 0	0x0000d480 - 0x0000d487 (0x8) IX[B]
	[21] -1 0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[22] -1 0	0x0000e080 - 0x0000e0bf (0x40) IX[B]
	[23] -1 0	0x0000e400 - 0x0000e4ff (0x100) IX[B]
	[24] -1 0	0x0000e000 - 0x0000e01f (0x20) IX[B]
	[25] -1 0	0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
	[26] -1 0	0x0000ec00 - 0x0000ec1f (0x20) IX[B]
	[27] -1 0	0x0000e880 - 0x0000e89f (0x20) IX[B]
	[28] -1 0	0x0000e800 - 0x0000e81f (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1 0	0xff8fc000 - 0xff8fcfff (0x1000) MX[B]
	[1] -1 0	0xff8fd000 - 0xff8fdfff (0x1000) MX[B]
	[2] -1 0	0xff8fe000 - 0xff8fefff (0x1000) MX[B]
	[3] -1 0	0xff8ffc00 - 0xff8ffcff (0x100) MX[B]
	[4] -1 0	0xffa7f400 - 0xffa7f4ff (0x100) MX[B]
	[5] -1 0	0xffa7f800 - 0xffa7f9ff (0x200) MX[B]
	[6] -1 0	0x3f800000 - 0x3f8003ff (0x400) MX[B]
	[7] -1 0	0xffa7fc00 - 0xffa7ffff (0x400) MX[B]
	[8] -1 0	0xf8000000 - 0xfbffffff (0x4000000) MX[B]
	[9] -1 0	0xffa80000 - 0xffafffff (0x80000) MX[B](B)
	[10] -1 0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[11] -1 0	0x0000dc80 - 0x0000dcbf (0x40) IX[B]
	[12] -1 0	0x0000dd00 - 0x0000ddff (0x100) IX[B]
	[13] -1 0	0x0000dc00 - 0x0000dc07 (0x8) IX[B]
	[14] -1 0	0x0000de00 - 0x0000de1f (0x20) IX[B]
	[15] -1 0	0x0000de80 - 0x0000de8f (0x10) IX[B]
	[16] -1 0	0x0000df00 - 0x0000df07 (0x8) IX[B]
	[17] -1 0	0x0000d000 - 0x0000d007 (0x8) IX[B]
	[18] -1 0	0x0000d080 - 0x0000d087 (0x8) IX[B]
	[19] -1 0	0x0000d400 - 0x0000d407 (0x8) IX[B]
	[20] -1 0	0x0000d480 - 0x0000d487 (0x8) IX[B]
	[21] -1 0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[22] -1 0	0x0000e080 - 0x0000e0bf (0x40) IX[B]
	[23] -1 0	0x0000e400 - 0x0000e4ff (0x100) IX[B]
	[24] -1 0	0x0000e000 - 0x0000e01f (0x20) IX[B]
	[25] -1 0	0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
	[26] -1 0	0x0000ec00 - 0x0000ec1f (0x20) IX[B]
	[27] -1 0	0x0000e880 - 0x0000e89f (0x20) IX[B]
	[28] -1 0	0x0000e800 - 0x0000e81f (0x20) 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 - 0x3f7fffff (0x3f700000) 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 - 0x3f7fffff (0x3f700000) 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	0xff8fc000 - 0xff8fcfff (0x1000) MX[B]
	[6] -1 0	0xff8fd000 - 0xff8fdfff (0x1000) MX[B]
	[7] -1 0	0xff8fe000 - 0xff8fefff (0x1000) MX[B]
	[8] -1 0	0xff8ffc00 - 0xff8ffcff (0x100) MX[B]
	[9] -1 0	0xffa7f400 - 0xffa7f4ff (0x100) MX[B]
	[10] -1 0	0xffa7f800 - 0xffa7f9ff (0x200) MX[B]
	[11] -1 0	0x3f800000 - 0x3f8003ff (0x400) MX[B]
	[12] -1 0	0xffa7fc00 - 0xffa7ffff (0x400) MX[B]
	[13] -1 0	0xf8000000 - 0xfbffffff (0x4000000) MX[B]
	[14] -1 0	0xffa80000 - 0xffafffff (0x80000) MX[B](B)
	[15] -1 0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[16] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[17] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[18] -1 0	0x0000dc80 - 0x0000dcbf (0x40) IX[B]
	[19] -1 0	0x0000dd00 - 0x0000ddff (0x100) IX[B]
	[20] -1 0	0x0000dc00 - 0x0000dc07 (0x8) IX[B]
	[21] -1 0	0x0000de00 - 0x0000de1f (0x20) IX[B]
	[22] -1 0	0x0000de80 - 0x0000de8f (0x10) IX[B]
	[23] -1 0	0x0000df00 - 0x0000df07 (0x8) IX[B]
	[24] -1 0	0x0000d000 - 0x0000d007 (0x8) IX[B]
	[25] -1 0	0x0000d080 - 0x0000d087 (0x8) IX[B]
	[26] -1 0	0x0000d400 - 0x0000d407 (0x8) IX[B]
	[27] -1 0	0x0000d480 - 0x0000d487 (0x8) IX[B]
	[28] -1 0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[29] -1 0	0x0000e080 - 0x0000e0bf (0x40) IX[B]
	[30] -1 0	0x0000e400 - 0x0000e4ff (0x100) IX[B]
	[31] -1 0	0x0000e000 - 0x0000e01f (0x20) IX[B]
	[32] -1 0	0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
	[33] -1 0	0x0000ec00 - 0x0000ec1f (0x20) IX[B]
	[34] -1 0	0x0000e880 - 0x0000e89f (0x20) IX[B]
	[35] -1 0	0x0000e800 - 0x0000e81f (0x20) IX[B]
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(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: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
(II) Module drm: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension XFree86-DRI
(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.a
(II) Module glx: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Reloading /usr/X11R6/lib/modules/extensions/libGLcore.a
(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
(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: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: 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 Type1
(II) Loading font CID
(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: "vga"
(II) Loading /usr/X11R6/lib/modules/drivers/vga_drv.o
(II) Module vga: vendor="The XFree86 Project"
	compiled for 4.2.1.1, module version = 4.0.0
	Module class: XFree86 Video Driver
	ABI class: XFree86 Video Driver, version 0.5
(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) VGA: Generic VGA driver (version 4.0) for chipsets: generic
(II) Primary Device is: PCI 00:02:0
(--) Assigning device section with no busID to primary device
(--) Chipset generic found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x3f7fffff (0x3f700000) 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	0xff8fc000 - 0xff8fcfff (0x1000) MX[B]
	[6] -1 0	0xff8fd000 - 0xff8fdfff (0x1000) MX[B]
	[7] -1 0	0xff8fe000 - 0xff8fefff (0x1000) MX[B]
	[8] -1 0	0xff8ffc00 - 0xff8ffcff (0x100) MX[B]
	[9] -1 0	0xffa7f400 - 0xffa7f4ff (0x100) MX[B]
	[10] -1 0	0xffa7f800 - 0xffa7f9ff (0x200) MX[B]
	[11] -1 0	0x3f800000 - 0x3f8003ff (0x400) MX[B]
	[12] -1 0	0xffa7fc00 - 0xffa7ffff (0x400) MX[B]
	[13] -1 0	0xf8000000 - 0xfbffffff (0x4000000) MX[B]
	[14] -1 0	0xffa80000 - 0xffafffff (0x80000) MX[B](B)
	[15] -1 0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[16] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[17] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[18] -1 0	0x0000dc80 - 0x0000dcbf (0x40) IX[B]
	[19] -1 0	0x0000dd00 - 0x0000ddff (0x100) IX[B]
	[20] -1 0	0x0000dc00 - 0x0000dc07 (0x8) IX[B]
	[21] -1 0	0x0000de00 - 0x0000de1f (0x20) IX[B]
	[22] -1 0	0x0000de80 - 0x0000de8f (0x10) IX[B]
	[23] -1 0	0x0000df00 - 0x0000df07 (0x8) IX[B]
	[24] -1 0	0x0000d000 - 0x0000d007 (0x8) IX[B]
	[25] -1 0	0x0000d080 - 0x0000d087 (0x8) IX[B]
	[26] -1 0	0x0000d400 - 0x0000d407 (0x8) IX[B]
	[27] -1 0	0x0000d480 - 0x0000d487 (0x8) IX[B]
	[28] -1 0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[29] -1 0	0x0000e080 - 0x0000e0bf (0x40) IX[B]
	[30] -1 0	0x0000e400 - 0x0000e4ff (0x100) IX[B]
	[31] -1 0	0x0000e000 - 0x0000e01f (0x20) IX[B]
	[32] -1 0	0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
	[33] -1 0	0x0000ec00 - 0x0000ec1f (0x20) IX[B]
	[34] -1 0	0x0000e880 - 0x0000e89f (0x20) IX[B]
	[35] -1 0	0x0000e800 - 0x0000e81f (0x20) IX[B]
(II) resource ranges after probing:
	[0] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1 0	0x00100000 - 0x3f7fffff (0x3f700000) 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	0xff8fc000 - 0xff8fcfff (0x1000) MX[B]
	[6] -1 0	0xff8fd000 - 0xff8fdfff (0x1000) MX[B]
	[7] -1 0	0xff8fe000 - 0xff8fefff (0x1000) MX[B]
	[8] -1 0	0xff8ffc00 - 0xff8ffcff (0x100) MX[B]
	[9] -1 0	0xffa7f400 - 0xffa7f4ff (0x100) MX[B]
	[10] -1 0	0xffa7f800 - 0xffa7f9ff (0x200) MX[B]
	[11] -1 0	0x3f800000 - 0x3f8003ff (0x400) MX[B]
	[12] -1 0	0xffa7fc00 - 0xffa7ffff (0x400) MX[B]
	[13] -1 0	0xf8000000 - 0xfbffffff (0x4000000) MX[B]
	[14] -1 0	0xffa80000 - 0xffafffff (0x80000) MX[B](B)
	[15] -1 0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[16] 0 0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[17] 0 0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[18] 0 0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[19] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[20] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[21] -1 0	0x0000dc80 - 0x0000dcbf (0x40) IX[B]
	[22] -1 0	0x0000dd00 - 0x0000ddff (0x100) IX[B]
	[23] -1 0	0x0000dc00 - 0x0000dc07 (0x8) IX[B]
	[24] -1 0	0x0000de00 - 0x0000de1f (0x20) IX[B]
	[25] -1 0	0x0000de80 - 0x0000de8f (0x10) IX[B]
	[26] -1 0	0x0000df00 - 0x0000df07 (0x8) IX[B]
	[27] -1 0	0x0000d000 - 0x0000d007 (0x8) IX[B]
	[28] -1 0	0x0000d080 - 0x0000d087 (0x8) IX[B]
	[29] -1 0	0x0000d400 - 0x0000d407 (0x8) IX[B]
	[30] -1 0	0x0000d480 - 0x0000d487 (0x8) IX[B]
	[31] -1 0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[32] -1 0	0x0000e080 - 0x0000e0bf (0x40) IX[B]
	[33] -1 0	0x0000e400 - 0x0000e4ff (0x100) IX[B]
	[34] -1 0	0x0000e000 - 0x0000e01f (0x20) IX[B]
	[35] -1 0	0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
	[36] -1 0	0x0000ec00 - 0x0000ec1f (0x20) IX[B]
	[37] -1 0	0x0000e880 - 0x0000e89f (0x20) IX[B]
	[38] -1 0	0x0000e800 - 0x0000e81f (0x20) IX[B]
	[39] 0 0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[40] 0 0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) VGA(0): initializing int10
(WW) VGA(0): Bad V_BIOS checksum
(II) VGA(0): Primary V_BIOS segment is: 0xc000
(**) VGA(0): Depth 8, (--) framebuffer bpp 8
(==) VGA(0): RGB weight 666
(==) VGA(0): Default visual is PseudoColor
(==) VGA(0): Using gamma correction (1.0, 1.0, 1.0)
(==) VGA(0): videoRam: 64 kBytes.
(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
(II) VGA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(==) VGA(0): Virtual size is 320x200 (pitch 320)
(**) VGA(0): Built-in mode "Generic 320x200 default mode": 12.6 MHz (scaled from 25.2 MHz), 31.5 kHz, 70.2 Hz (VScan)
(II) VGA(0): Modeline "Generic 320x200 default mode"   12.59  320 336 384 400  200 206 207 224 vscan 2 -hsync +vsync
(==) VGA(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.2.1.1, module version = 1.0.0
	ABI class: XFree86 ANSI C Emulation, version 0.1
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0 0	0xffa80000 - 0xffafffff (0x80000) MS[B]
	[1] 0 0	0xf0000000 - 0xf7ffffff (0x8000000) MS[B]
	[2] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[3] -1 0	0x00100000 - 0x3f7fffff (0x3f700000) 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	0xff8fc000 - 0xff8fcfff (0x1000) MX[B]
	[8] -1 0	0xff8fd000 - 0xff8fdfff (0x1000) MX[B]
	[9] -1 0	0xff8fe000 - 0xff8fefff (0x1000) MX[B]
	[10] -1 0	0xff8ffc00 - 0xff8ffcff (0x100) MX[B]
	[11] -1 0	0xffa7f400 - 0xffa7f4ff (0x100) MX[B]
	[12] -1 0	0xffa7f800 - 0xffa7f9ff (0x200) MX[B]
	[13] -1 0	0x3f800000 - 0x3f8003ff (0x400) MX[B]
	[14] -1 0	0xffa7fc00 - 0xffa7ffff (0x400) MX[B]
	[15] -1 0	0xf8000000 - 0xfbffffff (0x4000000) MX[B]
	[16] -1 0	0xffa80000 - 0xffafffff (0x80000) MX[B](B)
	[17] -1 0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[18] 0 0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[19] 0 0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
	[20] 0 0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
	[21] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[22] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[23] -1 0	0x0000dc80 - 0x0000dcbf (0x40) IX[B]
	[24] -1 0	0x0000dd00 - 0x0000ddff (0x100) IX[B]
	[25] -1 0	0x0000dc00 - 0x0000dc07 (0x8) IX[B]
	[26] -1 0	0x0000de00 - 0x0000de1f (0x20) IX[B]
	[27] -1 0	0x0000de80 - 0x0000de8f (0x10) IX[B]
	[28] -1 0	0x0000df00 - 0x0000df07 (0x8) IX[B]
	[29] -1 0	0x0000d000 - 0x0000d007 (0x8) IX[B]
	[30] -1 0	0x0000d080 - 0x0000d087 (0x8) IX[B]
	[31] -1 0	0x0000d400 - 0x0000d407 (0x8) IX[B]
	[32] -1 0	0x0000d480 - 0x0000d487 (0x8) IX[B]
	[33] -1 0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[34] -1 0	0x0000e080 - 0x0000e0bf (0x40) IX[B]
	[35] -1 0	0x0000e400 - 0x0000e4ff (0x100) IX[B]
	[36] -1 0	0x0000e000 - 0x0000e01f (0x20) IX[B]
	[37] -1 0	0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
	[38] -1 0	0x0000ec00 - 0x0000ec1f (0x20) IX[B]
	[39] -1 0	0x0000e880 - 0x0000e89f (0x20) IX[B]
	[40] -1 0	0x0000e800 - 0x0000e81f (0x20) IX[B]
	[41] 0 0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[42] 0 0	0x000003c0 - 0x000003df (0x20) IS[B]
(**) Option "dpms"
(**) VGA(0): DPMS enabled
(II) Setting vga for screen 0.
(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) Keyboard "Generic Keyboard" handled by legacy driver
(**) Option "Protocol" "PS/2"
(**) Generic Mouse: Protocol: "PS/2"
(**) Option "SendCoreEvents" "true"
(**) Generic Mouse: always reports core events
(**) Option "CorePointer"
(**) Generic Mouse: Core Pointer
(**) Option "Device" "/dev/psaux"
(**) Option "Emulate3Buttons" "true"
(**) Generic Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Generic Mouse: ZAxisMapping: buttons 4 and 5
(**) Generic Mouse: Buttons: 5
(II) XINPUT: Adding extended input device "Generic Mouse" (type: MOUSE)
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(**) VGA(0): DPMS enabled
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)

Danke und viele Grüße

Michael


-- 
Michael Hierweck
EDV-Serviceteam
http://www.edv-serviceteam.net



Reply to: