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

Bug#231291: marked as done (xserver-xfree86: avoid that grey/black loading screen)



Your message dated Sun, 8 Feb 2004 14:23:39 -0500
with message-id <20040208192339.GC10817@deadbeast.net>
and subject line Bug#231291: xserver-xfree86: avoid that grey/black loading screen
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 5 Feb 2004 16:28:24 +0000
>From nico@woje.it Thu Feb 05 08:28:24 2004
Return-path: <nico@woje.it>
Received: from star-mail-b.fastweb.it (ms007msg.fastweb.it) [213.140.2.37] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1AomMa-00008K-00; Thu, 05 Feb 2004 08:28:24 -0800
Received: from [127.0.0.1] (23.251.227.226) by ms007msg.fastweb.it (6.7.019)
        id 40065ABA0024D44F; Thu, 5 Feb 2004 17:27:51 +0100
Message-ID: <[🔎] 40065ABA0024D44F@ms007msg.mail.fw> (added by postmaster@fastwebnet.it)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: =?iso-8859-15?q?Nicol=F2_Wojewoda?= <nico@woje.it>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: xserver-xfree86: avoid that grey/black loading screen
Bcc: =?iso-8859-15?q?Nicol=F2_Wojewoda?= <nico@woje.it>
X-Mailer: reportbug 2.42
Date: Thu, 05 Feb 2004 17:26:47 +0100
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_02_01 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-5.0 required=4.0 tests=HAS_PACKAGE autolearn=no 
	version=2.60-bugs.debian.org_2004_02_01
X-Spam-Level: 

Package: xserver-xfree86
Version: 4.3.0-0ds4
Severity: wishlist
Tags: sid

You know, when you start X you have a couple of seconds when there's a
cross (or a wristwatch) upon a grey/black screen, and then after that
the display manager is loaded (with its background). I'd like to choose
the background to substitute that grey/black screen, so that passing
from console to X would mean passing from console to the background I
choose, without grey screens in the middle.

-- Package-specific info:
01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] SiS630 GUI Accelerator+3D (rev 31)
01:00.0 Class 0300: 1039:6300 (rev 31)

Section "ServerLayout"
	Identifier     "XFree86 Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
	InputDevice    "PS/2 Mouse" "CorePointer"
# Serial Mouse not detected
        InputDevice    "USB Mouse" "CorePointer"
EndSection

Section "ServerFlags"
	Option "AllowMouseOpenFail"  "true"
	
EndSection

Section "Files"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	ModulePath   "/usr/X11R6/lib/modules"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc:unscaled"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi"
	FontPath     "/usr/X11R6/lib/X11/fonts/Speedo"
	FontPath     "/usr/X11R6/lib/X11/fonts/PEX"
# Additional fonts: Locale, Gimp, TTF...
	FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic"
#	FontPath     "/usr/X11R6/lib/X11/fonts/latin2/75dpi"
#	FontPath     "/usr/X11R6/lib/X11/fonts/latin2/100dpi"
# True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
	FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
	FontPath     "/usr/share/fonts/ttf/western"
	FontPath     "/usr/share/fonts/ttf/decoratives"
	FontPath     "/usr/share/fonts/truetype/openoffice"
	FontPath     "/usr/X11R6/lib/X11/fonts/defoma/CID"
	FontPath     "/usr/X11R6/lib/X11/fonts/defoma/TrueType"
EndSection

Section "Module"
        Load  "ddc"  # ddc probing of monitor
	Load  "GLcore"
	Load  "dbe"
	Load  "dri"
	Load  "extmod"
	Load  "glx"
        Load  "bitmap" # bitmap-fonts
	Load  "speedo"
	Load  "type1"
	Load  "freetype"
	Load  "record"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
        Option      "CoreKeyboard"
	Option "XkbRules" "xfree86"
	Option "XkbModel" "pc104"
	Option "XkbLayout" "it"

EndSection

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

Section "InputDevice"
	Identifier  "USB Mouse"
	Driver      "mouse"
	Option      "SendCoreEvents" "true"
	Option      "Device" "/dev/input/mice"
	Option      "Protocol" "ImPS/2"
	Option      "Emulate3Buttons" "true"
	Option	    "ZAxisMapping" "4 5"
EndSection

# Auto-generated by KNOPPIX mkxf86config

Section "Monitor"
	Identifier	"Monitor0"
	Option	"DPMS"	"true"
#	HorizSync    28.0 - 78.0 # Warning: This may fry very old Monitors
	HorizSync    28.0 - 96.0 # Warning: This may fry old Monitors
	VertRefresh  50.0 - 76.0 # Very conservative. May flicker.
# These are some Modelines that happen to work on many systems
# Especially the "1024x768" has been thoroughly tested, even on Laptops
	Modeline "640x480"     25.175 640  664  760  800   480  491  493  525 #60Hz
	Modeline "800x600"     40.12  800  848  968 1056   600  601  605  628 #60Hz
	Modeline "1024x768"    85    1024 1056 1152 1360   768  784  787  823
	Modeline "1152x864"    92    1152 1208 1368 1474   864  865  875  895
	Modeline "1152x864"   110    1152 1240 1324 1552   864  864  876  908
	Modeline "1152x864"   135    1152 1464 1592 1776   864  864  876  908
	Modeline "1152x864"   137.65 1152 1184 1312 1536   864  866  885  902 -HSync -VSync
	Modeline "1280x1024"   80    1280 1296 1512 1568  1024 1025 1037 1165 Interlace
	Modeline "1280x1024"  110    1280 1328 1512 1712  1024 1025 1028 1054
	Modeline "1280x1024"  126.5  1280 1312 1472 1696  1024 1032 1040 1068 -HSync -VSync
	Modeline "1280x1024"  135    1280 1312 1456 1712  1024 1027 1030 1064
	Modeline "1280x1024"  135    1280 1312 1416 1664  1024 1027 1030 1064
	Modeline "1280x1024"  157.5  1280 1344 1504 1728  1024 1025 1028 1072 +HSync +VSync
	Modeline "1280x1024"  181.75 1280 1312 1440 1696  1024 1031 1046 1072 -HSync -VSync
	Modeline "1600x1200"  162    1600 1664 1856 2160  1200 1201 1204 1250 +HSync +VSync
	Modeline "1600x1200"  189    1600 1664 1856 2160  1200 1201 1204 1250 -HSync -VSync
	Modeline "1600x1200"  202.5  1600 1664 1856 2160  1200 1201 1204 1250 +HSync +VSync
	Modeline "1600x1200"  220    1600 1616 1808 2080  1200 1204 1207 1244 +HSync +VSync
	ModeLine "1800x1440"  230    1800 1896 2088 2392  1440 1441 1444 1490 +HSync +VSync
	ModeLine "1800x1440"  250    1800 1896 2088 2392  1440 1441 1444 1490 +HSync +VSync
EndSection

Section "Device"
	### Available Driver options are:-
# sw_cursor is needed for some ati and radeon cards
        #Option     "sw_cursor"
        #Option     "hw_cursor"
        #Option     "NoAccel"
        #Option     "ShowCache"
        #Option     "ShadowFB"
        #Option     "UseFBDev"
        #Option     "Rotate"
	Identifier  "Card0"
# The following line is auto-generated by KNOPPIX mkxf86config
	Driver      "sis"
	VendorName  "All"
	BoardName   "All"
#	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultColorDepth 16
	SubSection "Display"
		Depth     1
		Modes "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     4
		Modes "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     8
		Modes "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     15
		Modes "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     32
		Modes "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

	Section "DRI"
	Mode 0666
EndSection


XFree86 Version 4.3.0 (Debian 4.3.0-0ds4 20030416150820 dstone@aedificator)
Release Date: 18 March 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.21-pre5 i686 [ELF] 
Build Date: 16 April 2003
	Before reporting problems, check http://www.XFree86.Org/
	to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.6.2-200402052 (root@laptop) (gcc version 3.3.3 20040125 (prerelease) (Debian)) #1 SMP Thu Feb 5 14:12:45 CET 2004 
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 Feb  5 17:03:03 2004
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "XFree86 Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Keyboard0"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc104"
(**) XKB: model: "pc104"
(**) Option "XkbLayout" "it"
(**) XKB: layout: "it"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "PS/2 Mouse"
(**) |-->Input Device "USB Mouse"
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/cyrillic".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/cyrillic").
(WW) The directory "/usr/X11R6/lib/X11/fonts/defoma/CID" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/defoma/TrueType" does not exist.
	Entry deleted from font path.
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc:unscaled,/usr/X11R6/lib/X11/fonts/misc,/usr/X11R6/lib/X11/fonts/75dpi:unscaled,/usr/X11R6/lib/X11/fonts/75dpi,/usr/X11R6/lib/X11/fonts/100dpi:unscaled,/usr/X11R6/lib/X11/fonts/100dpi,/usr/X11R6/lib/X11/fonts/Speedo,/usr/X11R6/lib/X11/fonts/PEX,/usr/X11R6/lib/X11/fonts/Type1,/usr/share/fonts/ttf/western,/usr/share/fonts/ttf/decoratives,/usr/share/fonts/truetype/openoffice"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "AllowMouseOpenFail" "true"
(++) using VT number 7

(WW) Open APM failed (/dev/apm_bios) (No such device)
(II) Module ABI versions:
	XFree86 ANSI C Emulation: 0.2
	XFree86 Video Driver: 0.6
	XFree86 XInput driver : 0.4
	XFree86 Server Extension : 0.2
	XFree86 Font Renderer : 0.4
(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.3.0, module version = 1.0.0
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.4
(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.3.0, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.6
(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 1039,0730 card 0000,0000 rev 02 class 06,00,00 hdr 80
(II) PCI: 00:00:1: chip 1039,5513 card 1043,1598 rev d0 class 01,01,80 hdr 80
(II) PCI: 00:01:0: chip 1039,0008 card 0000,0000 rev 00 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 1039,0900 card 1043,1455 rev 82 class 02,00,00 hdr 00
(II) PCI: 00:01:2: chip 1039,7001 card 1039,7001 rev 07 class 0c,03,10 hdr 00
(II) PCI: 00:01:3: chip 1039,7001 card 1039,7000 rev 07 class 0c,03,10 hdr 00
(II) PCI: 00:01:4: chip 1039,7018 card 1043,1453 rev 02 class 04,01,00 hdr 00
(II) PCI: 00:01:6: chip 1039,7013 card 1043,1457 rev a0 class 07,03,00 hdr 00
(II) PCI: 00:02:0: chip 1039,0001 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:0a:0: chip 1180,0476 card 0000,0000 rev 80 class 06,07,00 hdr 82
(II) PCI: 00:0a:1: chip 1180,0476 card 0000,0000 rev 80 class 06,07,00 hdr 82
(II) PCI: 00:0e:0: chip 104c,8023 card 1043,1597 rev 00 class 0c,00,10 hdr 00
(II) PCI: 01:00:0: chip 1039,6300 card 1043,1452 rev 31 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,6), BCTRL: 0x0008 (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) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:2:0), (0,1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 1 I/O range:
	[0] -1	0	0x0000a000 - 0x0000afff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xe9800000 - 0xe9ffffff (0x800000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xf0000000 - 0xfeafffff (0xeb00000) MX[B]
(II) PCI-to-CardBus bridge:
(II) Bus 2: bridge is at (0:10:0), (0,2,5), BCTRL: 0x0780 (VGA_EN is cleared)
(II) PCI-to-CardBus bridge:
(II) Bus 6: bridge is at (0:10:1), (0,6,9), BCTRL: 0x0780 (VGA_EN is cleared)
(--) PCI:*(1:0:0) Silicon Integrated Systems [SiS] SiS630 GUI Accelerator+3D rev 49, Mem @ 0xf0000000/27, 0xe9800000/17, I/O @ 0xa800/7
(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) PCI Memory resource overlap reduced 0xec000000 from 0xefffffff to 0xebffffff
(II) Active PCI resource ranges:
	[0] -1	0	0xe8800000 - 0xe8803fff (0x4000) MX[B]
	[1] -1	0	0xe9000000 - 0xe90007ff (0x800) MX[B]
	[2] -1	0	0xea000000 - 0xea000fff (0x1000) MX[B]
	[3] -1	0	0xea800000 - 0xea800fff (0x1000) MX[B]
	[4] -1	0	0xeb000000 - 0xeb000fff (0x1000) MX[B]
	[5] -1	0	0xeb800000 - 0xeb800fff (0x1000) MX[B]
	[6] -1	0	0xec000000 - 0xebffffff (0x0) MX[B]O
	[7] -1	0	0xe9800000 - 0xe981ffff (0x20000) MX[B](B)
	[8] -1	0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[9] -1	0	0x0000b400 - 0x0000b47f (0x80) IX[B]
	[10] -1	0	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[11] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B]
	[12] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[13] -1	0	0x0000d800 - 0x0000d80f (0x10) IX[B]
	[14] -1	0	0x0000a800 - 0x0000a87f (0x80) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xe8800000 - 0xe8803fff (0x4000) MX[B]
	[1] -1	0	0xe9000000 - 0xe90007ff (0x800) MX[B]
	[2] -1	0	0xea000000 - 0xea000fff (0x1000) MX[B]
	[3] -1	0	0xea800000 - 0xea800fff (0x1000) MX[B]
	[4] -1	0	0xeb000000 - 0xeb000fff (0x1000) MX[B]
	[5] -1	0	0xeb800000 - 0xeb800fff (0x1000) MX[B]
	[6] -1	0	0xec000000 - 0xebffffff (0x0) MX[B]O
	[7] -1	0	0xe9800000 - 0xe981ffff (0x20000) MX[B](B)
	[8] -1	0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[9] -1	0	0x0000b400 - 0x0000b47f (0x80) IX[B]
	[10] -1	0	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[11] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B]
	[12] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[13] -1	0	0x0000d800 - 0x0000d80f (0x10) IX[B]
	[14] -1	0	0x0000a800 - 0x0000a87f (0x80) IX[B](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	0xe8800000 - 0xe8803fff (0x4000) MX[B]
	[6] -1	0	0xe9000000 - 0xe90007ff (0x800) MX[B]
	[7] -1	0	0xea000000 - 0xea000fff (0x1000) MX[B]
	[8] -1	0	0xea800000 - 0xea800fff (0x1000) MX[B]
	[9] -1	0	0xeb000000 - 0xeb000fff (0x1000) MX[B]
	[10] -1	0	0xeb800000 - 0xeb800fff (0x1000) MX[B]
	[11] -1	0	0xec000000 - 0xebffffff (0x0) MX[B]O
	[12] -1	0	0xe9800000 - 0xe981ffff (0x20000) MX[B](B)
	[13] -1	0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[14] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[15] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[16] -1	0	0x0000b400 - 0x0000b47f (0x80) IX[B]
	[17] -1	0	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[18] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B]
	[19] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[20] -1	0	0x0000d800 - 0x0000d80f (0x10) IX[B]
	[21] -1	0	0x0000a800 - 0x0000a87f (0x80) IX[B](B)
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
	compiled for 4.3.0, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_clip.o":  No symbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_norm.o":  No symbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_xform.o":  No symbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_vertex.o":  No symbols found
(II) Module GLcore: vendor="The XFree86 Project"
	compiled for 4.3.0, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.2
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
	compiled for 4.3.0, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.2
(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.3.0, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.2
(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.3.0, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.2
(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.3.0, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.2
(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) Loading extension X-Resource
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
	compiled for 4.3.0, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Reloading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Loading extension GLX
(II) LoadModule: "bitmap"
(II) Reloading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Loading font Bitmap
(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.3.0, module version = 1.0.1
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.4
(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.3.0, module version = 1.0.2
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.4
(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.3.0, module version = 2.0.2
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="The XFree86 Project"
	compiled for 4.3.0, module version = 1.13.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "sis"
(II) Loading /usr/X11R6/lib/modules/drivers/sis_drv.o
(II) Module sis: vendor="The XFree86 Project"
	compiled for 4.3.0, module version = 0.6.0
	Module class: XFree86 Video Driver
	ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
	compiled for 4.3.0, module version = 1.0.0
	Module class: XFree86 XInput Driver
	ABI class: XFree86 XInput driver, version 0.4
(II) SIS: driver for SiS chipsets: SIS5597/5598, SIS530/620,
	SIS6326/AGP/DVD, SIS300/305, SIS630/730, SIS540, SIS315, SIS315H,
	SIS315PRO, SIS550, SIS650/M650/651/740, SIS330(Xabre)
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset SIS630/730 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	0xe8800000 - 0xe8803fff (0x4000) MX[B]
	[6] -1	0	0xe9000000 - 0xe90007ff (0x800) MX[B]
	[7] -1	0	0xea000000 - 0xea000fff (0x1000) MX[B]
	[8] -1	0	0xea800000 - 0xea800fff (0x1000) MX[B]
	[9] -1	0	0xeb000000 - 0xeb000fff (0x1000) MX[B]
	[10] -1	0	0xeb800000 - 0xeb800fff (0x1000) MX[B]
	[11] -1	0	0xec000000 - 0xebffffff (0x0) MX[B]O
	[12] -1	0	0xe9800000 - 0xe981ffff (0x20000) MX[B](B)
	[13] -1	0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[14] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[15] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[16] -1	0	0x0000b400 - 0x0000b47f (0x80) IX[B]
	[17] -1	0	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[18] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B]
	[19] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[20] -1	0	0x0000d800 - 0x0000d80f (0x10) IX[B]
	[21] -1	0	0x0000a800 - 0x0000a87f (0x80) IX[B](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	0xe8800000 - 0xe8803fff (0x4000) MX[B]
	[6] -1	0	0xe9000000 - 0xe90007ff (0x800) MX[B]
	[7] -1	0	0xea000000 - 0xea000fff (0x1000) MX[B]
	[8] -1	0	0xea800000 - 0xea800fff (0x1000) MX[B]
	[9] -1	0	0xeb000000 - 0xeb000fff (0x1000) MX[B]
	[10] -1	0	0xeb800000 - 0xeb800fff (0x1000) MX[B]
	[11] -1	0	0xec000000 - 0xebffffff (0x0) MX[B]O
	[12] -1	0	0xe9800000 - 0xe981ffff (0x20000) MX[B](B)
	[13] -1	0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[14] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[15] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[16] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[17] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[18] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[19] -1	0	0x0000b400 - 0x0000b47f (0x80) IX[B]
	[20] -1	0	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[21] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B]
	[22] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[23] -1	0	0x0000d800 - 0x0000d80f (0x10) IX[B]
	[24] -1	0	0x0000a800 - 0x0000a87f (0x80) IX[B](B)
	[25] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[26] 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.3.0, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.6
(II) SIS(0): SiS driver (31/01/03-1) by Thomas Winischhofer <thomas@winischhofer.net>
(II) SIS(0): See http://www.winischhofer.net/linuxsisvga.shtml for documentation and updates
(--) SIS(0): This adapter is primary display adapter
(II) SIS(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(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.3.0, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.6
(--) SIS(0): Relocated IO registers at 0xA800
(**) SIS(0): Depth 16, (--) framebuffer bpp 16
(==) SIS(0): RGB weight 565
(==) SIS(0): Default visual is TrueColor
(==) SIS(0): Using gamma correction (1.0, 1.0, 1.0)
(--) SIS(0): Video BIOS version "2.04.5c" found at 0xc0000
(==) SIS(0): Using HW cursor
(==) SIS(0): Color HW cursor is disabled
(==) SIS(0): TurboQueue enabled
(==) SIS(0): Usage of built-in modes is enabled
(--) SIS(0): Video ROM data usage is enabled
(--) SIS(0): Detected DRAM type: SDRAM
(--) SIS(0): Detected memory clock: 133.634 MHz
(--) SIS(0): (Adapter assumes MCLK being 133 Mhz)
(II) SIS(0): Assuming DRAM bus width: 64 bit
(--) SIS(0): Linear framebuffer at 0xF0000000
(--) SIS(0): MMIO registers at 0xE9800000
(--) SIS(0): VideoRAM: 65536 KB
(II) SIS(0): Using 65020K of framebuffer memory
(--) SIS(0): Hardware supports two video overlays
(--) SIS(0): Detected LVDS transmitter (Bridge type 4)
(--) SIS(0): Detected Chrontel 7005 TV encoder (ID 0x3a; bridge type 4)
(--) SIS(0): Chrontel: No TV detected.
(--) SIS(0): No CRT1 connection detected
(--) SIS(0): Detected LCD panel resolution 1024x768 (type 12, expanding, RGB18)
(--) SIS(0): Detected default TV standard NTSC
(--) SIS(0): Memory bandwidth at 16 bpp is 534.536 MHz
(--) SIS(0): Bandwidth reserved for CRT2 is 67 Mhz
(--) SIS(0): Bandwidth available for CRT1 is 467.536 MHz
(--) SIS(0): Detected LCD PanelDelayCompensation 24
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(==) SIS(0): Min pixel clock is 12 MHz
(--) SIS(0): Max pixel clock is 270 MHz
(II) SIS(0): Replaced entire mode list with built-in modes
(II) SIS(0): "Unknown reason" in the following list means that the mode
(II) SIS(0): is not supported on the chipset/bridge/current output device.
(II) SIS(0): Monitor0: Using hsync range of 28.00-96.00 kHz
(II) SIS(0): Monitor0: Using vrefresh range of 50.00-76.00 Hz
(II) SIS(0): Clock range:  12.00 to 270.00 MHz
(II) SIS(0): Not using default mode "800x600" (vrefresh out of range)
(II) SIS(0): Not using default mode "800x600" (vrefresh out of range)
(II) SIS(0): Not using default mode "800x600" (vrefresh out of range)
(II) SIS(0): Not using default mode "800x600" (hsync out of range)
(II) SIS(0): Not using default mode "640x480" (vrefresh out of range)
(II) SIS(0): Not using default mode "640x480" (vrefresh out of range)
(II) SIS(0): Not using default mode "640x480" (vrefresh out of range)
(II) SIS(0): Not using default mode "640x480" (vrefresh out of range)
(II) SIS(0): Not using default mode "640x480" (hsync out of range)
(II) SIS(0): Not using default mode "720x480" (unknown reason)
(II) SIS(0): Not using default mode "720x576" (unknown reason)
(II) SIS(0): Not using default mode "1024x768" (vrefresh out of range)
(II) SIS(0): Not using default mode "1024x768" (vrefresh out of range)
(II) SIS(0): Not using default mode "1024x768" (vrefresh out of range)
(II) SIS(0): Not using default mode "1024x768" (hsync out of range)
(II) SIS(0): Not using default mode "1280x1024" (unknown reason)
(II) SIS(0): Not using default mode "1280x1024" (unknown reason)
(II) SIS(0): Not using default mode "1280x1024" (unknown reason)
(II) SIS(0): Not using default mode "1280x1024" (unknown reason)
(II) SIS(0): Not using default mode "1600x1200" (unknown reason)
(II) SIS(0): Not using default mode "1600x1200" (unknown reason)
(II) SIS(0): Not using default mode "1600x1200" (unknown reason)
(II) SIS(0): Not using default mode "1600x1200" (unknown reason)
(II) SIS(0): Not using default mode "1600x1200" (unknown reason)
(II) SIS(0): Not using default mode "1920x1440" (unknown reason)
(II) SIS(0): Not using default mode "2048x1536" (unknown reason)
(II) SIS(0): Not using default mode "1280x960" (unknown reason)
(II) SIS(0): Not using default mode "1280x960" (unknown reason)
(II) SIS(0): Not using default mode "1024x600" (unknown reason)
(II) SIS(0): Not using default mode "1152x768" (unknown reason)
(II) SIS(0): Not using default mode "800x480" (unknown reason)
(II) SIS(0): Not using default mode "800x480" (unknown reason)
(II) SIS(0): Not using default mode "800x480" (unknown reason)
(II) SIS(0): Not using default mode "1024x576" (unknown reason)
(II) SIS(0): Not using default mode "1024x576" (unknown reason)
(II) SIS(0): Not using default mode "1024x576" (unknown reason)
(II) SIS(0): Not using default mode "1280x720" (unknown reason)
(II) SIS(0): Not using default mode "1280x720" (unknown reason)
(II) SIS(0): Not using default mode "1280x720" (unknown reason)
(II) SIS(0): Not using default mode "1152x864" (unknown reason)
(II) SIS(0): Not using default mode "1152x864" (unknown reason)
(II) SIS(0): Not using default mode "848x480" (unknown reason)
(II) SIS(0): Not using default mode "848x480" (unknown reason)
(II) SIS(0): Not using default mode "856x480" (unknown reason)
(II) SIS(0): Not using default mode "856x480" (unknown reason)
(II) SIS(0): Not using default mode "1360x768" (unknown reason)
(--) SIS(0): Virtual size is 1024x768 (pitch 1024)
(**) SIS(0): *Default mode "1024x768": 78.7 MHz, 60.0 kHz, 75.0 Hz
(II) SIS(0): Modeline "1024x768"   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync
(**) SIS(0): *Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(II) SIS(0): Modeline "800x600"   49.52  800 816 896 1056  600 601 604 625 +hsync +vsync
(**) SIS(0): *Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(II) SIS(0): Modeline "640x480"   31.50  640 656 720 840  480 481 484 500 -hsync -vsync
(**) SIS(0):  Default mode "1024x768": 75.2 MHz, 56.6 kHz, 70.2 Hz
(II) SIS(0): Modeline "1024x768"   75.17  1024 1048 1184 1328  768 771 777 806 -hsync -vsync
(**) SIS(0):  Default mode "1024x768": 65.1 MHz, 48.5 kHz, 60.1 Hz
(II) SIS(0): Modeline "1024x768"   65.15  1024 1048 1184 1344  768 771 777 806 -hsync -vsync
(**) SIS(0):  Default mode "800x600": 50.1 MHz, 48.2 kHz, 72.4 Hz
(II) SIS(0): Modeline "800x600"   50.11  800 856 976 1040  600 637 643 666 +hsync +vsync
(**) SIS(0):  Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) SIS(0): Modeline "800x600"   39.97  800 840 968 1056  600 601 605 628 +hsync +vsync
(**) SIS(0):  Default mode "800x600": 36.1 MHz, 35.2 kHz, 56.3 Hz
(II) SIS(0): Modeline "800x600"   36.06  800 824 896 1024  600 601 603 625 +hsync +vsync
(**) SIS(0):  Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
(II) SIS(0): Modeline "640x480"   31.50  640 664 704 832  480 489 491 520 -hsync -vsync
(**) SIS(0):  Default mode "640x480": 25.1 MHz, 31.3 kHz, 59.7 Hz
(II) SIS(0): Modeline "640x480"   25.06  640 656 752 800  480 490 492 525 -hsync -vsync
(**) SIS(0):  Default mode "640x400": 25.1 MHz, 31.6 kHz, 71.6 Hz
(II) SIS(0): Modeline "640x400"   25.06  640 656 752 792  400 413 415 442 -hsync +vsync
(**) SIS(0):  Default mode "512x384": 32.6 MHz, 48.5 kHz, 60.1 Hz (D)
(II) SIS(0): Modeline "512x384"   32.57  512 528 592 672  384 385 388 403 doublescan -hsync -vsync
(++) SIS(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.3.0, module version = 1.0.0
	ABI class: XFree86 ANSI C Emulation, version 0.2
(II) SIS(0): Accel enabled
(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.3.0, module version = 1.1.0
	ABI class: XFree86 Video Driver, version 0.6
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0	0xe9800000 - 0xe981ffff (0x20000) MX[B]
	[1] 0	0	0xf0000000 - 0xf7ffffff (0x8000000) 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	0xe8800000 - 0xe8803fff (0x4000) MX[B]
	[8] -1	0	0xe9000000 - 0xe90007ff (0x800) MX[B]
	[9] -1	0	0xea000000 - 0xea000fff (0x1000) MX[B]
	[10] -1	0	0xea800000 - 0xea800fff (0x1000) MX[B]
	[11] -1	0	0xeb000000 - 0xeb000fff (0x1000) MX[B]
	[12] -1	0	0xeb800000 - 0xeb800fff (0x1000) MX[B]
	[13] -1	0	0xec000000 - 0xebffffff (0x0) MX[B]O
	[14] -1	0	0xe9800000 - 0xe981ffff (0x20000) MX[B](B)
	[15] -1	0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[16] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
	[17] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
	[18] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
	[19] 0	0	0x0000a800 - 0x0000a87f (0x80) IX[B]
	[20] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[21] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[22] -1	0	0x0000b400 - 0x0000b47f (0x80) IX[B]
	[23] -1	0	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[24] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B]
	[25] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[26] -1	0	0x0000d800 - 0x0000d80f (0x10) IX[B]
	[27] -1	0	0x0000a800 - 0x0000a87f (0x80) IX[B](B)
	[28] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[29] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) SIS(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0xa480
(WW) SIS(0): Failed to set up write-combining range (0xf0000000,0x4000000)
(II) SIS(0): VBFlags=0x23000212
(--) SIS(0): Before: CR30=0x21, CR31=0x06, CR32=0x08, CR33=0x00, CR35=0x00
(II) SIS(0): After:  CR30=0x21, CR31=0x46, CR33=0x00
(II) SIS(0): Setting mode 0x4a
(--) SIS(0): (init301: LCDInfo=0x00e9 LCDResInfo=0x02 LCDTypeInfo=0x0c)
(--) SIS(0): (init: VBType=0x0000, VBInfo=0x4421)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
[drm] failed to load kernel module "sis"
(II) SIS(0): [drm] drmOpen failed
(EE) SIS(0): [dri] DRIScreenInit failed.  Disabling DRI.
(II) SIS(0): Frame Buffer From (0,0) To (1024,32508)
(II) SIS(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
	Dashed Lines
	Offscreen Pixmaps
	Setting up tile and stipple cache:
		32 128x128 slots
		32 256x256 slots
		16 512x512 slots
(==) SIS(0): Backing store disabled
(==) SIS(0): Silken mouse enabled
(**) Option "dpms" "true"
(**) SIS(0): DPMS enabled
(II) SIS(0): Using SiS300/310/325 series HW Xv
(II) SIS(0): Direct rendering disabled
(==) RandR 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) Initializing built-in extension RANDR
(II) Keyboard "Keyboard0" handled by legacy driver
(**) Option "Protocol" "PS/2"
(**) PS/2 Mouse: Protocol: "PS/2"
(**) Option "CorePointer"
(**) PS/2 Mouse: Core Pointer
(**) Option "Device" "/dev/psaux"
(**) Option "Emulate3Buttons" "false"
(**) Option "ZAxisMapping" "4 5"
(**) PS/2 Mouse: ZAxisMapping: buttons 4 and 5
(**) PS/2 Mouse: Buttons: 5
(**) Option "Protocol" "ImPS/2"
(**) USB Mouse: Protocol: "ImPS/2"
(**) Option "SendCoreEvents" "true"
(**) USB Mouse: always reports core events
(**) Option "CorePointer"
(**) USB Mouse: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "true"
(**) USB Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) USB Mouse: ZAxisMapping: buttons 4 and 5
(**) USB Mouse: Buttons: 5
(EE) Attempt to register more than one core pointer (USB Mouse)
(II) XINPUT: Adding extended input device "USB Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "PS/2 Mouse" (type: MOUSE)
(II) PS/2 Mouse: ps2EnableDataReporting: succeeded
(II) USB Mouse: ps2EnableDataReporting: succeeded
Warning: font renderer for ".pcf" already registered at priority 0
Warning: font renderer for ".pcf.Z" already registered at priority 0
Warning: font renderer for ".pcf.gz" already registered at priority 0
Warning: font renderer for ".snf" already registered at priority 0
Warning: font renderer for ".snf.Z" already registered at priority 0
Warning: font renderer for ".snf.gz" already registered at priority 0
Warning: font renderer for ".bdf" already registered at priority 0
Warning: font renderer for ".bdf.Z" already registered at priority 0
Warning: font renderer for ".bdf.gz" already registered at priority 0
Warning: font renderer for ".pmf" already registered at priority 0
(II) SIS(0): SISDisplayPowerManagementSet(0)

-rw-r--r--    1 root     root        30444 2004-02-05 17:03 /var/log/XFree86.0.log

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.2-200402052
Locale: LANG=it_IT@euro, LC_CTYPE=it_IT@euro

Versions of packages xserver-xfree86 depends on:
ii  debconf                     1.4.8        Debian configuration management sy
ii  libc6                       2.3.2.ds1-11 GNU C Library: Shared libraries an
ii  xserver-common              4.3.0-0ds4   files and utilities common to all 
ii  zlib1g                      1:1.2.1-3    compression library - runtime

-- debconf information:
* xserver-xfree86/config/monitor/screen-size: 17 inches (430 mm)
* xserver-xfree86/config/device/use_fbdev: true
* xserver-xfree86/config/monitor/selection-method: Simple
  xserver-xfree86/config/doublequote_in_string_error: 
  xserver-xfree86/config/device/bus_id: 
* xserver-xfree86/config/device/video_ram: 
* xserver-xfree86/config/monitor/lcd: false
  xserver-xfree86/config/inputdevice/keyboard/internal: 
* xserver-xfree86/config/device/driver: vesa
  xserver-xfree86/config/monitor/vert-refresh: 50-160
* xserver-xfree86/config/display/default_depth: 16
* xserver-xfree86/config/display/modes: 1024x768, 800x600, 640x480
  xserver-xfree86/config/modules: GLcore, bitmap, dbe, ddc, dri, extmod, freetype, glx, int10, record, speedo, type1, vbe
  xserver-xfree86/move_existing_nondebconf_config: false
  xserver-xfree86/config/monitor/range_input_error: 
  xserver-xfree86/autodetect_video_card: true
  xserver-xfree86/config/inputdevice/keyboard/variant: 
* xserver-xfree86/config/inputdevice/mouse/port: /dev/psaux
  xserver-xfree86/config/write_files_section: true
  xserver-xfree86/autodetect_monitor: true
* xserver-xfree86/config/device/identifier: 
* shared/default-x-server: xserver-xfree86
* xserver-xfree86/config/inputdevice/mouse/emulate3buttons: true
  xserver-xfree86/config/inputdevice/keyboard/layout: 
  xserver-xfree86/config/monitor/horiz-sync: 30-70
* xserver-xfree86/config/monitor/identifier: 
  shared/no_known_x-server: 
  xserver-xfree86/autodetect_mouse: true
  xserver-xfree86/config/monitor/mode-list: 1280x960 @ 60Hz
* xserver-xfree86/clobber_XF86Config-4: false
  xserver-xfree86/config/inputdevice/keyboard/rules: 
* xserver-xfree86/aware_XF86Config-4: 
  xserver-xfree86/multiple_possible_x-drivers: 
* xserver-xfree86/config/inputdevice/keyboard/model: pc101
  xserver-xfree86/config/write_dri_section: true
* xserver-xfree86/config/inputdevice/mouse/zaxismapping: true
  shared/clobber_x-server_symlink: false
  xserver-xfree86/config/inputdevice/mouse/retry_detection: 
  xserver-xfree86/config/device/bus_id_error: 
  xserver-xfree86/config/inputdevice/keyboard/options: 
  xserver-xfree86/config/nonnumeric_string_error: 
* xserver-xfree86/config/inputdevice/mouse/protocol: PS/2
  shared/multiple_possible_x-servers: 
  xserver-xfree86/config/null_string_error: 
* xserver-xfree86/manage_config_with_debconf: false


---------------------------------------
Received: (at 231291-done) by bugs.debian.org; 8 Feb 2004 19:23:40 +0000
>From branden@deadbeast.net Sun Feb 08 11:23:40 2004
Return-path: <branden@deadbeast.net>
Received: from dhcp065-026-182-085.indy.rr.com (redwald.deadbeast.net) [65.26.182.85] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1ApuWq-0001YA-00; Sun, 08 Feb 2004 11:23:40 -0800
Received: by redwald.deadbeast.net (Postfix, from userid 1000)
	id 3A9CC64129; Sun,  8 Feb 2004 14:23:39 -0500 (EST)
Date: Sun, 8 Feb 2004 14:23:39 -0500
From: Branden Robinson <branden@debian.org>
To: 231291-done@bugs.debian.org
Subject: Re: Bug#231291: xserver-xfree86: avoid that grey/black loading screen
Message-ID: <20040208192339.GC10817@deadbeast.net>
References: <[🔎] 40065ABA0024D44F@ms007msg.mail.fw> <[🔎] 1076023680.8678.27.camel@thor.asgaard.local>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="XMCwj5IQnwKtuyBG"
Content-Disposition: inline
In-Reply-To: <[🔎] 1076023680.8678.27.camel@thor.asgaard.local>
User-Agent: Mutt/1.5.5.1+cvs20040105i
Delivered-To: 231291-done@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_02_01 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-3.0 required=4.0 tests=HAS_BUG_NUMBER autolearn=no 
	version=2.60-bugs.debian.org_2004_02_01
X-Spam-Level: 


--XMCwj5IQnwKtuyBG
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Fri, Feb 06, 2004 at 12:28:01AM +0100, Michel D=E4nzer wrote:
> On Thu, 2004-02-05 at 17:26, Nicol=F2 Wojewoda wrote:
> >=20
> > You know, when you start X you have a couple of seconds when there's a
> > cross (or a wristwatch) upon a grey/black screen, and then after that
> > the display manager is loaded (with its background). I'd like to choose
> > the background to substitute that grey/black screen, so that passing
> > from console to X would mean passing from console to the background I
> > choose, without grey screens in the middle.
>=20
> You can start the X server with a black background with the -br command
> line option. Choosing a background is a client side issue then.

Closing this report per Michel D=E4nzer's explanation.

--=20
G. Branden Robinson                |    I must confess to being surprised
Debian GNU/Linux                   |    by the magnitude of incompatibility
branden@debian.org                 |    with such a minor version bump.
http://people.debian.org/~branden/ |    -- Manoj Srivastava

--XMCwj5IQnwKtuyBG
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iEYEARECAAYFAkAmjLoACgkQ6kxmHytGony2wwCfcfHKavPF0iijRbMk1tZyQNQu
FW8AoIpARG9vjyu0sYcDbJlRL6W59Wik
=PDDF
-----END PGP SIGNATURE-----

--XMCwj5IQnwKtuyBG--



Reply to: