linux-l: X-server macht nur 8 bit Farbe, moechte aber gerne 24 bit haben

Mike Fehla mike.fehla at gmx.de
Di Sep 18 01:32:40 CEST 2001


Hallo!

GrafikChip: CT65554 4MB (Chips&Technologies) 
TFT-Display 1024x786 (13,3 Zoll)

Ich möchte gerne meinen X-Server veranlassen, eine Farbtiefe von 24 bit 
darzustellen. Leider macht er nur 8 bit. Wenn ich in der Section 
"Screen" die SubSectionen nacheinander auskommentiere, dann startet X 
genau dann nicht, wenn die 8 bit section auskommentiert wurde. (Warum 
braucht er gerade diese 8 bit Farbtiefe????) Also werden andere 
Farbtiefen ignoriert (16,24 usw). 

Ich habe als Anhang einmal die XF86Config-4 und die Server-Log 
gepostet. Was ich weiterhin nicht verstehe:

In der Server-Log, steht da was von VGA(?), aber trotzdem stellt er 
eine Auflösung von 1024x786 dar (XVGA). Der Treiber (ct65554) sollte 
eigentlich in den "architectural class" HiQV fallen (steht so in der 
chips.man), welcher eigentlich gängige Tiefen unterstützt:

"Color depths 1, 4, 8, 15, 16, 24 and 8+16 are supported"

In der man-Page stand außerdem was von depth und fbbpp, was ist denn 
der Unterschied, oder was bedeutet eigentlich Framebuffer?  



Gruß+Danke, Mike


XF86Config:

Section "ServerLayout"
	Identifier     "XFree86 Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "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  "pex5"
	Load  "record"
	Load  "extmod"
	Load  "dbe"
	Load  "dri"
	Load  "glx"
	Load  "xie"
	Load  "GLcore"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
	Option		"XkbModel"	"pc104"
	OPtion		"XkbLayout"	"de"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option      "Protocol" "PS/2"
	Option      "Device" "/dev/mouse"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
	HorizSync    31.5 - 48.5
	VertRefresh  50.0 - 70.0
EndSection

Section "Device"
	Identifier  "Card0"
	Driver      "chips"
	ChipSet		"ct65554"
	VideoRam	4096
	VendorName  "C&T"
	BoardName   "65554"
	BusID       "PCI:0:6:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Depth     1
	EndSubSection
	SubSection "Display"
		Depth     4
	EndSubSection
	SubSection "Display"
		Depth     8
	EndSubSection
	SubSection "Display"
		Depth     15
	EndSubSection
	SubSection "Display"
		Depth     16
	EndSubSection
	SubSection "Display"
		Depth     24
	EndSubSection
EndSection

Section "DRI"
EndSection


Server-Log:

XFree86 Version 4.0.2 / X Window System
(protocol Version 11, revision 0, vendor release 6400)
Release Date: 18 December 2000
	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)
Operating System: Linux 2.2.17-21mdk i586 [ELF] 
Module Loader present
(==) Log file: "/var/log/XFree86.0.log", Time: Tue Sep 18 00:33:17 2001
(==) Using config file: "/etc/X11/XF86Config-4"
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (??) unknown.
(==) ServerLayout "XFree86 Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) Option "XkbModel" "pc104"
(**) XKB: model: "pc104"
(**) Option "XkbLayout" "de"
(**) XKB: layout: "de"
(**) FontPath set to 
"/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(--) using VT number 7

(II) Open APM successful
(II) Module ABI versions:
	XFree86 ANSI C Emulation: 0.1
	XFree86 Video Driver: 0.3
	XFree86 XInput driver : 0.1
	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.0.2, 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.0.2, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.3
(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 1045,c701 card 0000,0000 rev 20 class 06,00,00 
hdr 00
(II) PCI: 00:01:0: chip 1045,c700 card 0000,0000 rev 20 class 06,01,00 
hdr 00
(II) PCI: 00:05:0: chip 1095,0670 card 1095,0670 rev 04 class 0c,03,10 
hdr 00
(II) PCI: 00:06:0: chip 102c,00e4 card 0000,0000 rev c2 class 03,00,00 
hdr 00
(II) PCI: 00:07:0: chip 104c,ac15 card 0000,0000 rev 01 class 06,07,00 
hdr 82
(II) PCI: 00:07:1: chip 104c,ac15 card 0000,0000 rev 01 class 06,07,00 
hdr 82
(II) PCI: 00:14:0: chip 1045,d568 card 0000,0000 rev 12 class 01,01,80 
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.0.2, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.3
(II) UnloadModule: "scanpci"
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) PCI-to-ISA bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x00 (VGA_EN is 
cleared)
(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,0), BCTRL: 0x00 (VGA_EN is 
cleared)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:
(II) Bus -1 prefetchable memory range:
(--) PCI:*(0:6:0) C&T 65554 rev 194, Mem @ 0x0e000000/24
(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	0x00000000 - 0x000001ff (0x200) IX[B]E
(II) Active PCI resource ranges:
	[0] -1	0xffeff000 - 0xffefffff (0x1000) MX[B]E
	[1] -1	0x21800000 - 0x2183ffff (0x40000) MX[B](B)
	[2] -1	0x0e000000 - 0x0effffff (0x1000000) MX[B](B)
	[3] -1	0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0xffeff000 - 0xffefffff (0x1000) MX[B]E
	[1] -1	0x21800000 - 0x2183ffff (0x40000) MX[B](B)
	[2] -1	0x0e000000 - 0x0effffff (0x1000000) MX[B](B)
	[3] -1	0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0xffe00000 - 0xffdfffff (0x0) MX[B](B)
	[1] -1	0x00100000 - 0x0dffffff (0xdf00000) 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	0x00000000 - 0x000001ff (0x200) IX[B]E
(II) All system resource ranges:
	[0] -1	0xffe00000 - 0xffdfffff (0x0) MX[B](B)
	[1] -1	0x00100000 - 0x0dffffff (0xdf00000) 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	0xffeff000 - 0xffefffff (0x1000) MX[B]E
	[6] -1	0x21800000 - 0x2183ffff (0x40000) MX[B](B)
	[7] -1	0x0e000000 - 0x0effffff (0x1000000) MX[B](B)
	[8] -1	0x00000000 - 0x000001ff (0x200) IX[B]E
	[9] -1	0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E
(II) LoadModule: "pex5"
(II) Loading /usr/X11R6/lib/modules/extensions/libpex5.a
(II) Module pex5: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension X3D-PEX
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.13.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension RECORD
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
	compiled for 4.0.2, 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) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
	compiled for 4.0.2, 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: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension XFree86-DRI
(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.0.2, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(II) LoadModule: "xie"
(II) Loading /usr/X11R6/lib/modules/extensions/libxie.a
(II) Module xie: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension XIE
(II) LoadModule: "GLcore"
(II) Reloading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) LoadModule: "chips"
(II) Loading /usr/X11R6/lib/modules/drivers/chips_drv.o
(II) Module chips: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
	Module class: XFree86 Video Driver
	ABI class: XFree86 Video Driver, version 0.3
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
	Module class: XFree86 XInput Driver
	ABI class: XFree86 XInput driver, version 0.1
(II) CHIPS: Driver for Chips and Technologies chipsets: ct65520, 
ct65525,
	ct65530, ct65535, ct65540, ct65545, ct65546, ct65548, ct65550,
	ct65554, ct65555, ct68554, ct69000, ct69030, ct64200, ct64300
(II) Primary Device is: PCI 00:06:0
(**) Chipset override: ct65554
(**) Chipset ct65554 found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0xffe00000 - 0xffdfffff (0x0) MX[B](B)
	[1] -1	0x00100000 - 0x0dffffff (0xdf00000) 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	0xffeff000 - 0xffefffff (0x1000) MX[B]E
	[6] -1	0x21800000 - 0x2183ffff (0x40000) MX[B](B)
	[7] -1	0x0e000000 - 0x0effffff (0x1000000) MX[B](B)
	[8] -1	0x00000000 - 0x000001ff (0x200) IX[B]E
	[9] -1	0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E
(II) resource ranges after probing:
	[0] -1	0xffe00000 - 0xffdfffff (0x0) MX[B](B)
	[1] -1	0x00100000 - 0x0dffffff (0xdf00000) 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	0xffeff000 - 0xffefffff (0x1000) MX[B]E
	[6] -1	0x21800000 - 0x2183ffff (0x40000) MX[B](B)
	[7] -1	0x0e000000 - 0x0effffff (0x1000000) MX[B](B)
	[8] 0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[9] 0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[10] 0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[11] -1	0x00000000 - 0x000001ff (0x200) IX[B]E
	[12] -1	0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E
	[13] 0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[14] 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.0.2, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.3
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.3
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
	compiled for 4.0.2, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.3
(II) CHIPS(0): initializing int10
(II) CHIPS(0): Primary V_BIOS segment is: 0xc000
(II) CHIPS(0): VESA BIOS detected
(II) CHIPS(0): VESA VBE Version 2.0
(II) CHIPS(0): VESA VBE Total Mem: 4096 kB
(II) CHIPS(0): VESA VBE OEM: CHIPS 6x554 Super VGA
(II) CHIPS(0): VESA VBE OEM Software Rev: 1.0
(II) CHIPS(0): VESA VBE OEM Vendor: Chips & Technologies, Inc.
(II) CHIPS(0): VESA VBE OEM Product: 6x554 Display Controller
(II) CHIPS(0): VESA VBE OEM Product Rev: 2
(==) CHIPS(0): Depth 8, (==) framebuffer bpp 8
(==) CHIPS(0): Default visual is PseudoColor
(==) CHIPS(0): Using gamma correction (1.0, 1.0, 1.0)
(==) CHIPS(0): Using HW cursor
(**) CHIPS(0): Enabling linear addressing
(--) CHIPS(0): base address is set at 0xE000000.
(**) CHIPS(0): Using MMIO
(**) CHIPS(0): VideoRAM: 4096 kByte
(--) CHIPS(0): TFT probed
(--) CHIPS(0): LCD/CRT
(--) CHIPS(0): Display Size: x=1024; y=768
(--) CHIPS(0): PCI Bus
(--) CHIPS(0): Using programmable clocks
(--) CHIPS(0): Dot clock 0:  25.172 MHz
(--) CHIPS(0): Dot clock 1:  28.325 MHz CRTclk
(--) CHIPS(0): Dot clock 2:  65.082 MHz FPclk
(--) CHIPS(0): Probed memory clock of  40.090 MHz
(==) CHIPS(0): Min pixel clock is  11.000 MHz
(--) CHIPS(0): Max pixel clock is  95.000 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.0.2, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.3
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) CHIPS(0): VESA VBE DDC supported
(II) CHIPS(0): VESA VBE DDC Level 2
(II) CHIPS(0): VESA VBE DDC transfer in appr. 1 sec.
(II) CHIPS(0): VESA VBE DDC read failed
(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.0.2, module version = 1.2.0
	ABI class: XFree86 Video Driver, version 0.3
(II) CHIPS(0): I2C bus "DDC" initialized.
(II) CHIPS(0): I2C device "DDC:ddc2" registered.
(II) CHIPS(0): I2C device "DDC:ddc2" removed.
(II) CHIPS(0): Probing for DDC1
(--) CHIPS(0): DDC1 found
(II) CHIPS(0): Monitor0: Using hsync range of 31.50-48.50 kHz
(II) CHIPS(0): Monitor0: Using vrefresh range of 50.00-70.00 Hz
(II) CHIPS(0): Clock range:  11.00 to  95.00 MHz
(WW) CHIPS(0): Default mode "640x350" deleted (vrefresh out of range)
(WW) CHIPS(0): Default mode "640x400" deleted (vrefresh out of range)
(WW) CHIPS(0): Default mode "720x400" deleted (vrefresh out of range)
(WW) CHIPS(0): Default mode "640x480" deleted (vrefresh out of range)
(WW) CHIPS(0): Default mode "640x480" deleted (vrefresh out of range)
(WW) CHIPS(0): Default mode "640x480" deleted (vrefresh out of range)
(WW) CHIPS(0): Default mode "800x600" deleted (vrefresh out of range)
(WW) CHIPS(0): Default mode "800x600" deleted (vrefresh out of range)
(WW) CHIPS(0): Default mode "800x600" deleted (hsync out of range)
(WW) CHIPS(0): Default mode "1024x768" deleted (bad mode 
clock/interlace/doublescan)
(WW) CHIPS(0): Default mode "1024x768" deleted (hsync out of range)
(WW) CHIPS(0): Default mode "1024x768" deleted (hsync out of range)
(WW) CHIPS(0): Default mode "1024x768" deleted (hsync out of range)
(WW) CHIPS(0): Default mode "1152x864" deleted (bad mode 
clock/interlace/doublescan)
(WW) CHIPS(0): Default mode "1280x960" deleted (bad mode 
clock/interlace/doublescan)
(WW) CHIPS(0): Default mode "1280x960" deleted (bad mode 
clock/interlace/doublescan)
(WW) CHIPS(0): Default mode "1280x1024" deleted (bad mode 
clock/interlace/doublescan)
(WW) CHIPS(0): Default mode "1280x1024" deleted (bad mode 
clock/interlace/doublescan)
(WW) CHIPS(0): Default mode "1280x1024" deleted (bad mode 
clock/interlace/doublescan)
(WW) CHIPS(0): Default mode "1600x1200" deleted (bad mode 
clock/interlace/doublescan)
(WW) CHIPS(0): Default mode "1600x1200" deleted (bad mode 
clock/interlace/doublescan)
(WW) CHIPS(0): Default mode "1600x1200" deleted (bad mode 
clock/interlace/doublescan)
(WW) CHIPS(0): Default mode "1600x1200" deleted (bad mode 
clock/interlace/doublescan)
(WW) CHIPS(0): Default mode "1600x1200" deleted (bad mode 
clock/interlace/doublescan)
(WW) CHIPS(0): Default mode "1792x1344" deleted (bad mode 
clock/interlace/doublescan)
(WW) CHIPS(0): Default mode "1792x1344" deleted (bad mode 
clock/interlace/doublescan)
(WW) CHIPS(0): Default mode "1856x1392" deleted (bad mode 
clock/interlace/doublescan)
(WW) CHIPS(0): Default mode "1856x1392" deleted (bad mode 
clock/interlace/doublescan)
(WW) CHIPS(0): Default mode "1920x1440" deleted (bad mode 
clock/interlace/doublescan)
(WW) CHIPS(0): Default mode "1920x1440" deleted (bad mode 
clock/interlace/doublescan)
(--) CHIPS(0): Virtual size is 1024x768 (pitch 1024)
(**) CHIPS(0): Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(==) CHIPS(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.0.2, 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.0.2, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.3
(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.0.2, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.3
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0x0e000000 - 0x0effffff (0x1000000) MS[B]
	[1] -1	0xffe00000 - 0xffdfffff (0x0) MX[B](B)
	[2] -1	0x00100000 - 0x0dffffff (0xdf00000) MX[B]E(B)
	[3] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[4] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[5] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[6] -1	0xffeff000 - 0xffefffff (0x1000) MX[B]E
	[7] -1	0x21800000 - 0x2183ffff (0x40000) MX[B](B)
	[8] -1	0x0e000000 - 0x0effffff (0x1000000) MX[B](B)
	[9] 0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[10] 0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[11] 0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[12] -1	0x00000000 - 0x000001ff (0x200) IX[B]E
	[13] -1	0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E
	[14] 0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[15] 0	0x000003c0 - 0x000003df (0x20) IS[B]
(WW) System lacks support for changing MTRRs
(--) CHIPS(0): 3407872 bytes off-screen memory available
(II) CHIPS(0): Using XFree86 Acceleration Architecture (XAA)
	Screen to screen bit blits
	Solid filled rectangles
	8x8 mono pattern filled rectangles
	8x8 color pattern filled rectangles
	CPU to Screen color expansion
	Screen to Screen color expansion
	Solid Horizontal and Vertical Lines
	Offscreen Pixmaps
	Driver provided WritePixmap replacement
	Setting up tile and stipple cache:
		32 128x128 slots
		18 256x256 slots
		6 512x512 slots
		32 8x8 color pattern slots
		32 8x8 color expansion slots
(==) CHIPS(0): Backing store disabled
(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
(**) Option "Protocol" "PS/2"
(**) Mouse0: Protocol: "PS/2"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/mouse"
(==) Mouse0: Buttons: 3
(II) Keyboard "Keyboard0" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
Could not init font path element /usr/X11R6/lib/X11/fonts/Speedo/, 
removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/Type1/, 
removing from list!



Mehr Informationen über die Mailingliste linux-l