You are not logged in.

#1 2011-09-05 09:04:33

keen90
Member
From: Europe
Registered: 2010-04-07
Posts: 106

[SOLVED] Problems setting up Xserver

Hi,

I posted this issue in another thread
https://bbs.archlinux.org/viewtopic.php?id=125848
but it does not belong there so I'm moving it here

My xserver wont run. Here is what I've done so far:

I used the

Xorg -configure

command to generate a xorg.conf file. This file looks as follows:

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "/usr/share/fonts/misc/"
	FontPath     "/usr/share/fonts/TTF/"
	FontPath     "/usr/share/fonts/OTF/"
	FontPath     "/usr/share/fonts/Type1/"
	FontPath     "/usr/share/fonts/100dpi/"
	FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
	Load  "record"
	Load  "dbe"
	Load  "glx"
	Load  "dri"
	Load  "dri2"
	Load  "extmod"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "DefaultRefresh"     	# [<bool>]
        #Option     "ModeSetClearScreen" 	# [<bool>]
	Identifier  "Card0"
	Driver      "vesa"
	BusID       "PCI:3:0:0"
EndSection

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

Unfortunately this file does not work. The Xserver starts, but my machine crashes and gets me a black screen with some coloured bars.

I looked at the log file, and there are Error messages, but I don't understand where they are coming from.
It says, that the graphic modules nvidia, nv or nouveau could not be loaded, but my conf file does not even mention these modules.
Here the log file:

[   155.633] 
This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.
[   155.636] 
X.Org X Server 1.10.3.901 (1.10.4 RC 1)
Release Date: 2011-07-29
[   155.637] X Protocol Version 11, Revision 0
[   155.637] Build Operating System: Linux 3.0.0-ARCH i686 
[   155.638] Current Operating System: Linux crimson 3.0-ARCH #1 SMP PREEMPT Tue Aug 30 07:32:23 UTC 2011 i686
[   155.638] Kernel command line: root=/dev/disk/by-uuid/58aa6a64-4ef0-4804-89f5-273b858d3579 ro initrd=../kernel26.img BOOT_IMAGE=../vmlinuz26 
[   155.638] Build Date: 08 August 2011  08:28:07AM
[   155.639]  
[   155.639] Current version of pixman: 0.22.2
[   155.639] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   155.640] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   155.641] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Sep  4 18:25:07 2011
[   155.644] (II) Loader magic: 0x822e4e0
[   155.644] (II) Module ABI versions:
[   155.644] 	X.Org ANSI C Emulation: 0.4
[   155.644] 	X.Org Video Driver: 10.0
[   155.644] 	X.Org XInput driver : 12.2
[   155.644] 	X.Org Server Extension : 5.0
[   155.645] (--) PCI:*(0:3:0:0) 10de:0640:19da:6046 rev 161, Mem @ 0xfa000000/16777216, 0xd0000000/268435456, 0xf8000000/33554432, I/O @ 0x0000bc00/128, BIOS @ 0x????????/524288
[   155.645] (==) Using default built-in configuration (48 lines)
[   155.645] (==) --- Start of built-in configuration ---
[   155.645] 	Section "Device"
[   155.645] 		Identifier	"Builtin Default nouveau Device 0"
[   155.645] 		Driver	"nouveau"
[   155.645] 	EndSection
[   155.645] 	Section "Screen"
[   155.645] 		Identifier	"Builtin Default nouveau Screen 0"
[   155.645] 		Device	"Builtin Default nouveau Device 0"
[   155.645] 	EndSection
[   155.645] 	Section "Device"
[   155.645] 		Identifier	"Builtin Default nv Device 0"
[   155.646] 		Driver	"nv"
[   155.646] 	EndSection
[   155.646] 	Section "Screen"
[   155.646] 		Identifier	"Builtin Default nv Screen 0"
[   155.646] 		Device	"Builtin Default nv Device 0"
[   155.646] 	EndSection
[   155.646] 	Section "Device"
[   155.646] 		Identifier	"Builtin Default nvidia Device 0"
[   155.646] 		Driver	"nvidia"
[   155.646] 	EndSection
[   155.646] 	Section "Screen"
[   155.646] 		Identifier	"Builtin Default nvidia Screen 0"
[   155.646] 		Device	"Builtin Default nvidia Device 0"
[   155.646] 	EndSection
[   155.646] 	Section "Device"
[   155.646] 		Identifier	"Builtin Default vesa Device 0"
[   155.646] 		Driver	"vesa"
[   155.646] 	EndSection
[   155.646] 	Section "Screen"
[   155.646] 		Identifier	"Builtin Default vesa Screen 0"
[   155.646] 		Device	"Builtin Default vesa Device 0"
[   155.646] 	EndSection
[   155.646] 	Section "Device"
[   155.646] 		Identifier	"Builtin Default fbdev Device 0"
[   155.646] 		Driver	"fbdev"
[   155.646] 	EndSection
[   155.646] 	Section "Screen"
[   155.646] 		Identifier	"Builtin Default fbdev Screen 0"
[   155.646] 		Device	"Builtin Default fbdev Device 0"
[   155.646] 	EndSection
[   155.646] 	Section "ServerLayout"
[   155.646] 		Identifier	"Builtin Default Layout"
[   155.646] 		Screen	"Builtin Default nouveau Screen 0"
[   155.646] 		Screen	"Builtin Default nv Screen 0"
[   155.646] 		Screen	"Builtin Default nvidia Screen 0"
[   155.646] 		Screen	"Builtin Default vesa Screen 0"
[   155.646] 		Screen	"Builtin Default fbdev Screen 0"
[   155.646] 	EndSection
[   155.646] (==) --- End of built-in configuration ---
[   155.647] (==) ServerLayout "Builtin Default Layout"
[   155.647] (**) |-->Screen "Builtin Default nouveau Screen 0" (0)
[   155.647] (**) |   |-->Monitor "<default monitor>"
[   155.647] (**) |   |-->Device "Builtin Default nouveau Device 0"
[   155.647] (==) No monitor specified for screen "Builtin Default nouveau Screen 0".
	Using a default monitor configuration.
[   155.647] (**) |-->Screen "Builtin Default nv Screen 0" (1)
[   155.647] (**) |   |-->Monitor "<default monitor>"
[   155.647] (**) |   |-->Device "Builtin Default nv Device 0"
[   155.647] (==) No monitor specified for screen "Builtin Default nv Screen 0".
	Using a default monitor configuration.
[   155.647] (**) |-->Screen "Builtin Default nvidia Screen 0" (2)
[   155.647] (**) |   |-->Monitor "<default monitor>"
[   155.647] (**) |   |-->Device "Builtin Default nvidia Device 0"
[   155.647] (==) No monitor specified for screen "Builtin Default nvidia Screen 0".
	Using a default monitor configuration.
[   155.647] (**) |-->Screen "Builtin Default vesa Screen 0" (3)
[   155.647] (**) |   |-->Monitor "<default monitor>"
[   155.647] (**) |   |-->Device "Builtin Default vesa Device 0"
[   155.647] (==) No monitor specified for screen "Builtin Default vesa Screen 0".
	Using a default monitor configuration.
[   155.647] (**) |-->Screen "Builtin Default fbdev Screen 0" (4)
[   155.647] (**) |   |-->Monitor "<default monitor>"
[   155.647] (**) |   |-->Device "Builtin Default fbdev Device 0"
[   155.647] (==) No monitor specified for screen "Builtin Default fbdev Screen 0".
	Using a default monitor configuration.
[   155.647] (==) Automatically adding devices
[   155.647] (==) Automatically enabling devices
[   155.651] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[   155.651] 	Entry deleted from font path.
[   155.654] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/Type1/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[   155.654] (==) ModulePath set to "/usr/lib/xorg/modules"
[   155.654] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   155.654] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   155.654] (II) LoadModule: "extmod"
[   155.656] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[   155.658] (II) Module extmod: vendor="X.Org Foundation"
[   155.658] 	compiled for 1.10.3.901, module version = 1.0.0
[   155.658] 	Module class: X.Org Server Extension
[   155.658] 	ABI class: X.Org Server Extension, version 5.0
[   155.658] (II) Loading extension MIT-SCREEN-SAVER
[   155.658] (II) Loading extension XFree86-VidModeExtension
[   155.658] (II) Loading extension XFree86-DGA
[   155.658] (II) Loading extension DPMS
[   155.658] (II) Loading extension XVideo
[   155.658] (II) Loading extension XVideo-MotionCompensation
[   155.658] (II) Loading extension X-Resource
[   155.658] (II) LoadModule: "dbe"
[   155.658] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[   155.659] (II) Module dbe: vendor="X.Org Foundation"
[   155.659] 	compiled for 1.10.3.901, module version = 1.0.0
[   155.659] 	Module class: X.Org Server Extension
[   155.659] 	ABI class: X.Org Server Extension, version 5.0
[   155.659] (II) Loading extension DOUBLE-BUFFER
[   155.659] (II) LoadModule: "glx"
[   155.659] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   155.664] (II) Module glx: vendor="X.Org Foundation"
[   155.664] 	compiled for 1.10.3.901, module version = 1.0.0
[   155.664] 	ABI class: X.Org Server Extension, version 5.0
[   155.664] (==) AIGLX enabled
[   155.664] (II) Loading extension GLX
[   155.664] (II) LoadModule: "record"
[   155.664] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[   155.664] (II) Module record: vendor="X.Org Foundation"
[   155.664] 	compiled for 1.10.3.901, module version = 1.13.0
[   155.664] 	Module class: X.Org Server Extension
[   155.664] 	ABI class: X.Org Server Extension, version 5.0
[   155.664] (II) Loading extension RECORD
[   155.664] (II) LoadModule: "dri"
[   155.665] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[   155.667] (II) Module dri: vendor="X.Org Foundation"
[   155.667] 	compiled for 1.10.3.901, module version = 1.0.0
[   155.667] 	ABI class: X.Org Server Extension, version 5.0
[   155.667] (II) Loading extension XFree86-DRI
[   155.667] (II) LoadModule: "dri2"
[   155.667] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[   155.668] (II) Module dri2: vendor="X.Org Foundation"
[   155.668] 	compiled for 1.10.3.901, module version = 1.2.0
[   155.668] 	ABI class: X.Org Server Extension, version 5.0
[   155.668] (II) Loading extension DRI2
[   155.668] (II) LoadModule: "nouveau"
[   155.668] (WW) Warning, couldn't open module nouveau
[   155.668] (II) UnloadModule: "nouveau"
[   155.668] (II) Unloading nouveau
[   155.668] (EE) Failed to load module "nouveau" (module does not exist, 0)
[   155.669] (II) LoadModule: "nv"
[   155.669] (WW) Warning, couldn't open module nv
[   155.669] (II) UnloadModule: "nv"
[   155.669] (II) Unloading nv
[   155.669] (EE) Failed to load module "nv" (module does not exist, 0)
[   155.669] (II) LoadModule: "nvidia"
[   155.669] (WW) Warning, couldn't open module nvidia
[   155.669] (II) UnloadModule: "nvidia"
[   155.669] (II) Unloading nvidia
[   155.669] (EE) Failed to load module "nvidia" (module does not exist, 0)
[   155.670] (II) LoadModule: "vesa"
[   155.670] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[   155.671] (II) Module vesa: vendor="X.Org Foundation"
[   155.671] 	compiled for 1.10.0, module version = 2.3.0
[   155.671] 	Module class: X.Org Video Driver
[   155.671] 	ABI class: X.Org Video Driver, version 10.0
[   155.671] (II) LoadModule: "fbdev"
[   155.671] (WW) Warning, couldn't open module fbdev
[   155.671] (II) UnloadModule: "fbdev"
[   155.671] (II) Unloading fbdev
[   155.671] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   155.671] (II) VESA: driver for VESA chipsets: vesa
[   155.671] (--) using VT number 7

[   155.674] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[   155.674] (II) Loading sub module "vbe"
[   155.674] (II) LoadModule: "vbe"
[   155.674] (II) Loading /usr/lib/xorg/modules/libvbe.so
[   155.675] (II) Module vbe: vendor="X.Org Foundation"
[   155.675] 	compiled for 1.10.3.901, module version = 1.1.0
[   155.675] 	ABI class: X.Org Video Driver, version 10.0
[   155.675] (II) Loading sub module "int10"
[   155.675] (II) LoadModule: "int10"
[   155.675] (II) Loading /usr/lib/xorg/modules/libint10.so
[   155.677] (II) Module int10: vendor="X.Org Foundation"
[   155.677] 	compiled for 1.10.3.901, module version = 1.0.0
[   155.677] 	ABI class: X.Org Video Driver, version 10.0
[   155.677] (II) VESA(0): initializing int10
[   155.678] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[   155.712] (II) VESA(0): VESA BIOS detected
[   155.712] (II) VESA(0): VESA VBE Version 3.0
[   155.712] (II) VESA(0): VESA VBE Total Mem: 14336 kB
[   155.712] (II) VESA(0): VESA VBE OEM: NVIDIA
[   155.712] (II) VESA(0): VESA VBE OEM Software Rev: 98.148
[   155.712] (II) VESA(0): VESA VBE OEM Vendor: NVIDIA Corporation
[   155.712] (II) VESA(0): VESA VBE OEM Product: G96 Board - 07290010
[   155.712] (II) VESA(0): VESA VBE OEM Product Rev: Chip Rev   
[   155.772] (II) VESA(0): Creating default Display subsection in Screen section
	"Builtin Default vesa Screen 0" for depth/fbbpp 24/32
[   155.772] (==) VESA(0): Depth 24, (--) framebuffer bpp 32
[   155.772] (==) VESA(0): RGB weight 888
[   155.772] (==) VESA(0): Default visual is TrueColor
[   155.772] (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
[   155.772] (II) Loading sub module "ddc"
[   155.772] (II) LoadModule: "ddc"
[   155.772] (II) Module "ddc" already built-in
[   155.838] (II) VESA(0): VESA VBE DDC supported
[   155.838] (II) VESA(0): VESA VBE DDC Level 2
[   155.838] (II) VESA(0): VESA VBE DDC transfer in appr. 1 sec.
[   155.939] (II) VESA(0): VESA VBE DDC read successfully
[   155.939] (II) VESA(0): Manufacturer: SAM  Model: 43e  Serial#: 1297691188
[   155.939] (II) VESA(0): Year: 2009  Week: 16
[   155.939] (II) VESA(0): EDID Version: 1.3
[   155.939] (II) VESA(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
[   155.939] (II) VESA(0): Sync:  Separate  Composite  SyncOnGreen
[   155.939] (II) VESA(0): Max Image Size [cm]: horiz.: 52  vert.: 32
[   155.939] (II) VESA(0): Gamma: 2.20
[   155.939] (II) VESA(0): DPMS capabilities: Off; RGB/Color Display
[   155.939] (II) VESA(0): First detailed timing is preferred mode
[   155.939] (II) VESA(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
[   155.939] (II) VESA(0): blueX: 0.150 blueY: 0.060   whiteX: 0.312 whiteY: 0.329
[   155.939] (II) VESA(0): Supported established timings:
[   155.939] (II) VESA(0): 640x480@60Hz
[   155.939] (II) VESA(0): 800x600@56Hz
[   155.939] (II) VESA(0): 800x600@60Hz
[   155.939] (II) VESA(0): 1024x768@60Hz
[   155.939] (II) VESA(0): Manufacturer's mask: 0
[   155.939] (II) VESA(0): Supported standard timings:
[   155.939] (II) VESA(0): #0: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[   155.939] (II) VESA(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[   155.939] (II) VESA(0): #2: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[   155.939] (II) VESA(0): Supported detailed timing:
[   155.939] (II) VESA(0): clock: 154.0 MHz   Image Size:  518 x 324 mm
[   155.939] (II) VESA(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[   155.939] (II) VESA(0): v_active: 1200  v_sync: 1203  v_sync_end 1209 v_blanking: 1235 v_border: 0
[   155.939] (II) VESA(0): Ranges: V min: 56 V max: 60 Hz, H min: 30 H max: 81 kHz, PixClock max 175 MHz
[   155.939] (II) VESA(0): Monitor name: SyncMaster
[   155.939] (II) VESA(0): Serial No: H9XS403757
[   155.939] (II) VESA(0): EDID (in hex):
[   155.939] (II) VESA(0): 	00ffffffffffff004c2d3e043432594d
[   155.939] (II) VESA(0): 	101301030e3420782aee91a3544c9926
[   155.939] (II) VESA(0): 	0f5054230800a9408180814001010101
[   155.939] (II) VESA(0): 	010101010101283c80a070b023403020
[   155.939] (II) VESA(0): 	360006442100001a000000fd00383c1e
[   155.939] (II) VESA(0): 	5111000a202020202020000000fc0053
[   155.939] (II) VESA(0): 	796e634d61737465720a2020000000ff
[   155.939] (II) VESA(0): 	00483958533430333735370a20200035
[   155.940] (II) VESA(0): EDID vendor "SAM", prod id 1086
[   155.940] (II) VESA(0): Using EDID range info for horizontal sync
[   155.940] (II) VESA(0): Using EDID range info for vertical refresh
[   155.940] (II) VESA(0): Printing DDC gathered Modelines:
[   155.940] (II) VESA(0): Modeline "1920x1200"x0.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz)
[   155.940] (II) VESA(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[   155.940] (II) VESA(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[   155.940] (II) VESA(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[   155.940] (II) VESA(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[   155.940] (II) VESA(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[   155.940] (II) VESA(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[   155.940] (II) VESA(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
[   155.940] (II) VESA(0): Searching for matching VESA mode(s):
[   155.940] Mode: 100 (640x400)
[   155.941] 	ModeAttributes: 0x3bf
[   155.941] 	WinAAttributes: 0x7
[   155.941] 	WinBAttributes: 0x0
[   155.941] 	WinGranularity: 64
[   155.941] 	WinSize: 64
[   155.941] 	WinASegment: 0xa000
[   155.941] 	WinBSegment: 0x0
[   155.941] 	WinFuncPtr: 0xc0009226
[   155.941] 	BytesPerScanline: 640
[   155.941] 	XResolution: 640
[   155.941] 	YResolution: 400
[   155.941] 	XCharSize: 8
[   155.941] 	YCharSize: 16
[   155.941] 	NumberOfPlanes: 1
[   155.941] 	BitsPerPixel: 8
[   155.941] 	NumberOfBanks: 1
[   155.941] 	MemoryModel: 4
[   155.941] 	BankSize: 0
[   155.941] 	NumberOfImages: 14
[   155.941] 	RedMaskSize: 0
[   155.941] 	RedFieldPosition: 0
[   155.941] 	GreenMaskSize: 0
[   155.941] 	GreenFieldPosition: 0
[   155.941] 	BlueMaskSize: 0
[   155.941] 	BlueFieldPosition: 0
[   155.941] 	RsvdMaskSize: 0
[   155.941] 	RsvdFieldPosition: 0
[   155.941] 	DirectColorModeInfo: 0
[   155.941] 	PhysBasePtr: 0xf9000000
[   155.941] 	LinBytesPerScanLine: 640
[   155.941] 	BnkNumberOfImagePages: 14
[   155.941] 	LinNumberOfImagePages: 14
[   155.941] 	LinRedMaskSize: 0
[   155.941] 	LinRedFieldPosition: 0
[   155.941] 	LinGreenMaskSize: 0
[   155.941] 	LinGreenFieldPosition: 0
[   155.941] 	LinBlueMaskSize: 0
[   155.941] 	LinBlueFieldPosition: 0
[   155.941] 	LinRsvdMaskSize: 0
[   155.941] 	LinRsvdFieldPosition: 0
[   155.941] 	MaxPixelClock: 229500000
[   155.942] Mode: 101 (640x480)
[   155.942] 	ModeAttributes: 0x3bf
[   155.942] 	WinAAttributes: 0x7
[   155.942] 	WinBAttributes: 0x0
[   155.942] 	WinGranularity: 64
[   155.942] 	WinSize: 64
[   155.942] 	WinASegment: 0xa000
[   155.942] 	WinBSegment: 0x0
[   155.942] 	WinFuncPtr: 0xc0009226
[   155.942] 	BytesPerScanline: 640
[   155.942] 	XResolution: 640
[   155.942] 	YResolution: 480
[   155.942] 	XCharSize: 8
[   155.942] 	YCharSize: 16
[   155.942] 	NumberOfPlanes: 1
[   155.942] 	BitsPerPixel: 8
[   155.942] 	NumberOfBanks: 1
[   155.942] 	MemoryModel: 4
[   155.942] 	BankSize: 0
[   155.942] 	NumberOfImages: 10
[   155.942] 	RedMaskSize: 0
[   155.942] 	RedFieldPosition: 0
[   155.942] 	GreenMaskSize: 0
[   155.942] 	GreenFieldPosition: 0
[   155.942] 	BlueMaskSize: 0
[   155.942] 	BlueFieldPosition: 0
[   155.942] 	RsvdMaskSize: 0
[   155.942] 	RsvdFieldPosition: 0
[   155.942] 	DirectColorModeInfo: 0
[   155.942] 	PhysBasePtr: 0xf9000000
[   155.942] 	LinBytesPerScanLine: 640
[   155.942] 	BnkNumberOfImagePages: 10
[   155.942] 	LinNumberOfImagePages: 10
[   155.942] 	LinRedMaskSize: 0
[   155.942] 	LinRedFieldPosition: 0
[   155.942] 	LinGreenMaskSize: 0
[   155.942] 	LinGreenFieldPosition: 0
[   155.942] 	LinBlueMaskSize: 0
[   155.942] 	LinBlueFieldPosition: 0
[   155.942] 	LinRsvdMaskSize: 0
[   155.942] 	LinRsvdFieldPosition: 0
[   155.942] 	MaxPixelClock: 229500000
[   155.943] Mode: 102 (800x600)
[   155.943] 	ModeAttributes: 0x33f
[   155.943] 	WinAAttributes: 0x7
[   155.943] 	WinBAttributes: 0x0
[   155.943] 	WinGranularity: 64
[   155.943] 	WinSize: 64
[   155.943] 	WinASegment: 0xa000
[   155.943] 	WinBSegment: 0x0
[   155.943] 	WinFuncPtr: 0xc0009226
[   155.943] 	BytesPerScanline: 100
[   155.943] 	XResolution: 800
[   155.943] 	YResolution: 600
[   155.943] 	XCharSize: 8
[   155.943] 	YCharSize: 16
[   155.943] 	NumberOfPlanes: 4
[   155.943] 	BitsPerPixel: 4
[   155.943] 	NumberOfBanks: 1
[   155.943] 	MemoryModel: 3
[   155.943] 	BankSize: 0
[   155.943] 	NumberOfImages: 2
[   155.943] 	RedMaskSize: 0
[   155.943] 	RedFieldPosition: 0
[   155.943] 	GreenMaskSize: 0
[   155.943] 	GreenFieldPosition: 0
[   155.943] 	BlueMaskSize: 0
[   155.943] 	BlueFieldPosition: 0
[   155.943] 	RsvdMaskSize: 0
[   155.943] 	RsvdFieldPosition: 0
[   155.943] 	DirectColorModeInfo: 0
[   155.943] 	PhysBasePtr: 0x0
[   155.943] 	LinBytesPerScanLine: 100
[   155.943] 	BnkNumberOfImagePages: 2
[   155.943] 	LinNumberOfImagePages: 2
[   155.943] 	LinRedMaskSize: 0
[   155.943] 	LinRedFieldPosition: 0
[   155.943] 	LinGreenMaskSize: 0
[   155.943] 	LinGreenFieldPosition: 0
[   155.943] 	LinBlueMaskSize: 0
[   155.943] 	LinBlueFieldPosition: 0
[   155.943] 	LinRsvdMaskSize: 0
[   155.943] 	LinRsvdFieldPosition: 0
[   155.943] 	MaxPixelClock: 108500000
[   155.944] Mode: 103 (800x600)
[   155.944] 	ModeAttributes: 0x3bf
[   155.944] 	WinAAttributes: 0x7
[   155.944] 	WinBAttributes: 0x0
[   155.944] 	WinGranularity: 64
[   155.944] 	WinSize: 64
[   155.944] 	WinASegment: 0xa000
[   155.944] 	WinBSegment: 0x0
[   155.944] 	WinFuncPtr: 0xc0009226
[   155.944] 	BytesPerScanline: 800
[   155.944] 	XResolution: 800
[   155.944] 	YResolution: 600
[   155.944] 	XCharSize: 8
[   155.944] 	YCharSize: 16
[   155.944] 	NumberOfPlanes: 1
[   155.944] 	BitsPerPixel: 8
[   155.944] 	NumberOfBanks: 1
[   155.944] 	MemoryModel: 4
[   155.944] 	BankSize: 0
[   155.944] 	NumberOfImages: 6
[   155.944] 	RedMaskSize: 0
[   155.944] 	RedFieldPosition: 0
[   155.944] 	GreenMaskSize: 0
[   155.944] 	GreenFieldPosition: 0
[   155.944] 	BlueMaskSize: 0
[   155.944] 	BlueFieldPosition: 0
[   155.944] 	RsvdMaskSize: 0
[   155.944] 	RsvdFieldPosition: 0
[   155.944] 	DirectColorModeInfo: 0
[   155.944] 	PhysBasePtr: 0xf9000000
[   155.944] 	LinBytesPerScanLine: 800
[   155.944] 	BnkNumberOfImagePages: 6
[   155.944] 	LinNumberOfImagePages: 6
[   155.944] 	LinRedMaskSize: 0
[   155.944] 	LinRedFieldPosition: 0
[   155.944] 	LinGreenMaskSize: 0
[   155.944] 	LinGreenFieldPosition: 0
[   155.944] 	LinBlueMaskSize: 0
[   155.944] 	LinBlueFieldPosition: 0
[   155.944] 	LinRsvdMaskSize: 0
[   155.944] 	LinRsvdFieldPosition: 0
[   155.944] 	MaxPixelClock: 229500000
[   155.945] Mode: 104 (1024x768)
[   155.945] 	ModeAttributes: 0x33f
[   155.945] 	WinAAttributes: 0x7
[   155.945] 	WinBAttributes: 0x0
[   155.945] 	WinGranularity: 64
[   155.945] 	WinSize: 64
[   155.945] 	WinASegment: 0xa000
[   155.945] 	WinBSegment: 0x0
[   155.945] 	WinFuncPtr: 0xc0009226
[   155.945] 	BytesPerScanline: 128
[   155.945] 	XResolution: 1024
[   155.945] 	YResolution: 768
[   155.945] 	XCharSize: 8
[   155.945] 	YCharSize: 16
[   155.945] 	NumberOfPlanes: 4
[   155.945] 	BitsPerPixel: 4
[   155.945] 	NumberOfBanks: 1
[   155.945] 	MemoryModel: 3
[   155.945] 	BankSize: 0
[   155.945] 	NumberOfImages: 1
[   155.945] 	RedMaskSize: 0
[   155.945] 	RedFieldPosition: 0
[   155.945] 	GreenMaskSize: 0
[   155.945] 	GreenFieldPosition: 0
[   155.945] 	BlueMaskSize: 0
[   155.945] 	BlueFieldPosition: 0
[   155.945] 	RsvdMaskSize: 0
[   155.945] 	RsvdFieldPosition: 0
[   155.945] 	DirectColorModeInfo: 0
[   155.945] 	PhysBasePtr: 0x0
[   155.945] 	LinBytesPerScanLine: 128
[   155.945] 	BnkNumberOfImagePages: 1
[   155.945] 	LinNumberOfImagePages: 1
[   155.945] 	LinRedMaskSize: 0
[   155.945] 	LinRedFieldPosition: 0
[   155.945] 	LinGreenMaskSize: 0
[   155.945] 	LinGreenFieldPosition: 0
[   155.945] 	LinBlueMaskSize: 0
[   155.945] 	LinBlueFieldPosition: 0
[   155.945] 	LinRsvdMaskSize: 0
[   155.945] 	LinRsvdFieldPosition: 0
[   155.945] 	MaxPixelClock: 108500000
[   155.946] Mode: 105 (1024x768)
[   155.946] 	ModeAttributes: 0x3bf
[   155.946] 	WinAAttributes: 0x7
[   155.946] 	WinBAttributes: 0x0
[   155.946] 	WinGranularity: 64
[   155.946] 	WinSize: 64
[   155.946] 	WinASegment: 0xa000
[   155.946] 	WinBSegment: 0x0
[   155.946] 	WinFuncPtr: 0xc0009226
[   155.946] 	BytesPerScanline: 1024
[   155.946] 	XResolution: 1024
[   155.946] 	YResolution: 768
[   155.946] 	XCharSize: 8
[   155.946] 	YCharSize: 16
[   155.946] 	NumberOfPlanes: 1
[   155.946] 	BitsPerPixel: 8
[   155.946] 	NumberOfBanks: 1
[   155.946] 	MemoryModel: 4
[   155.946] 	BankSize: 0
[   155.946] 	NumberOfImages: 3
[   155.946] 	RedMaskSize: 0
[   155.946] 	RedFieldPosition: 0
[   155.946] 	GreenMaskSize: 0
[   155.946] 	GreenFieldPosition: 0
[   155.946] 	BlueMaskSize: 0
[   155.946] 	BlueFieldPosition: 0
[   155.946] 	RsvdMaskSize: 0
[   155.946] 	RsvdFieldPosition: 0
[   155.946] 	DirectColorModeInfo: 0
[   155.946] 	PhysBasePtr: 0xf9000000
[   155.946] 	LinBytesPerScanLine: 1024
[   155.946] 	BnkNumberOfImagePages: 3
[   155.946] 	LinNumberOfImagePages: 3
[   155.946] 	LinRedMaskSize: 0
[   155.946] 	LinRedFieldPosition: 0
[   155.946] 	LinGreenMaskSize: 0
[   155.946] 	LinGreenFieldPosition: 0
[   155.946] 	LinBlueMaskSize: 0
[   155.946] 	LinBlueFieldPosition: 0
[   155.946] 	LinRsvdMaskSize: 0
[   155.946] 	LinRsvdFieldPosition: 0
[   155.946] 	MaxPixelClock: 229500000
[   155.947] Mode: 106 (1280x1024)
[   155.947] 	ModeAttributes: 0x33f
[   155.947] 	WinAAttributes: 0x7
[   155.947] 	WinBAttributes: 0x0
[   155.947] 	WinGranularity: 64
[   155.947] 	WinSize: 64
[   155.947] 	WinASegment: 0xa000
[   155.947] 	WinBSegment: 0x0
[   155.947] 	WinFuncPtr: 0xc0009226
[   155.947] 	BytesPerScanline: 160
[   155.947] 	XResolution: 1280
[   155.947] 	YResolution: 1024
[   155.947] 	XCharSize: 8
[   155.947] 	YCharSize: 16
[   155.947] 	NumberOfPlanes: 4
[   155.947] 	BitsPerPixel: 4
[   155.947] 	NumberOfBanks: 1
[   155.947] 	MemoryModel: 3
[   155.947] 	BankSize: 0
[   155.947] 	NumberOfImages: 1
[   155.947] 	RedMaskSize: 0
[   155.947] 	RedFieldPosition: 0
[   155.947] 	GreenMaskSize: 0
[   155.947] 	GreenFieldPosition: 0
[   155.947] 	BlueMaskSize: 0
[   155.947] 	BlueFieldPosition: 0
[   155.947] 	RsvdMaskSize: 0
[   155.947] 	RsvdFieldPosition: 0
[   155.947] 	DirectColorModeInfo: 0
[   155.947] 	PhysBasePtr: 0x0
[   155.947] 	LinBytesPerScanLine: 160
[   155.947] 	BnkNumberOfImagePages: 1
[   155.947] 	LinNumberOfImagePages: 1
[   155.947] 	LinRedMaskSize: 0
[   155.947] 	LinRedFieldPosition: 0
[   155.947] 	LinGreenMaskSize: 0
[   155.947] 	LinGreenFieldPosition: 0
[   155.947] 	LinBlueMaskSize: 0
[   155.947] 	LinBlueFieldPosition: 0
[   155.947] 	LinRsvdMaskSize: 0
[   155.947] 	LinRsvdFieldPosition: 0
[   155.947] 	MaxPixelClock: 108500000
[   155.948] Mode: 107 (1280x1024)
[   155.948] 	ModeAttributes: 0x3bf
[   155.948] 	WinAAttributes: 0x7
[   155.948] 	WinBAttributes: 0x0
[   155.948] 	WinGranularity: 64
[   155.948] 	WinSize: 64
[   155.948] 	WinASegment: 0xa000
[   155.948] 	WinBSegment: 0x0
[   155.948] 	WinFuncPtr: 0xc0009226
[   155.948] 	BytesPerScanline: 1280
[   155.948] 	XResolution: 1280
[   155.948] 	YResolution: 1024
[   155.948] 	XCharSize: 8
[   155.948] 	YCharSize: 16
[   155.948] 	NumberOfPlanes: 1
[   155.948] 	BitsPerPixel: 8
[   155.948] 	NumberOfBanks: 1
[   155.948] 	MemoryModel: 4
[   155.948] 	BankSize: 0
[   155.948] 	NumberOfImages: 1
[   155.948] 	RedMaskSize: 0
[   155.948] 	RedFieldPosition: 0
[   155.948] 	GreenMaskSize: 0
[   155.948] 	GreenFieldPosition: 0
[   155.948] 	BlueMaskSize: 0
[   155.948] 	BlueFieldPosition: 0
[   155.948] 	RsvdMaskSize: 0
[   155.948] 	RsvdFieldPosition: 0
[   155.948] 	DirectColorModeInfo: 0
[   155.948] 	PhysBasePtr: 0xf9000000
[   155.948] 	LinBytesPerScanLine: 1280
[   155.948] 	BnkNumberOfImagePages: 1
[   155.948] 	LinNumberOfImagePages: 1
[   155.948] 	LinRedMaskSize: 0
[   155.948] 	LinRedFieldPosition: 0
[   155.948] 	LinGreenMaskSize: 0
[   155.948] 	LinGreenFieldPosition: 0
[   155.948] 	LinBlueMaskSize: 0
[   155.948] 	LinBlueFieldPosition: 0
[   155.948] 	LinRsvdMaskSize: 0
[   155.948] 	LinRsvdFieldPosition: 0
[   155.948] 	MaxPixelClock: 229500000
[   155.949] Mode: 10e (320x200)
[   155.949] 	ModeAttributes: 0x3bf
[   155.949] 	WinAAttributes: 0x7
[   155.949] 	WinBAttributes: 0x0
[   155.949] 	WinGranularity: 64
[   155.949] 	WinSize: 64
[   155.949] 	WinASegment: 0xa000
[   155.949] 	WinBSegment: 0x0
[   155.949] 	WinFuncPtr: 0xc0009226
[   155.949] 	BytesPerScanline: 640
[   155.949] 	XResolution: 320
[   155.949] 	YResolution: 200
[   155.949] 	XCharSize: 8
[   155.949] 	YCharSize: 8
[   155.949] 	NumberOfPlanes: 1
[   155.949] 	BitsPerPixel: 16
[   155.949] 	NumberOfBanks: 1
[   155.949] 	MemoryModel: 6
[   155.949] 	BankSize: 0
[   155.949] 	NumberOfImages: 30
[   155.949] 	RedMaskSize: 5
[   155.949] 	RedFieldPosition: 11
[   155.949] 	GreenMaskSize: 6
[   155.949] 	GreenFieldPosition: 5
[   155.949] 	BlueMaskSize: 5
[   155.949] 	BlueFieldPosition: 0
[   155.949] 	RsvdMaskSize: 0
[   155.949] 	RsvdFieldPosition: 0
[   155.949] 	DirectColorModeInfo: 0
[   155.949] 	PhysBasePtr: 0xf9000000
[   155.949] 	LinBytesPerScanLine: 640
[   155.949] 	BnkNumberOfImagePages: 30
[   155.949] 	LinNumberOfImagePages: 30
[   155.949] 	LinRedMaskSize: 5
[   155.949] 	LinRedFieldPosition: 11
[   155.949] 	LinGreenMaskSize: 6
[   155.949] 	LinGreenFieldPosition: 5
[   155.949] 	LinBlueMaskSize: 5
[   155.949] 	LinBlueFieldPosition: 0
[   155.949] 	LinRsvdMaskSize: 0
[   155.949] 	LinRsvdFieldPosition: 0
[   155.949] 	MaxPixelClock: 229500000
[   155.950] *Mode: 10f (320x200)
[   155.950] 	ModeAttributes: 0x3bf
[   155.950] 	WinAAttributes: 0x7
[   155.950] 	WinBAttributes: 0x0
[   155.950] 	WinGranularity: 64
[   155.950] 	WinSize: 64
[   155.950] 	WinASegment: 0xa000
[   155.950] 	WinBSegment: 0x0
[   155.950] 	WinFuncPtr: 0xc0009226
[   155.950] 	BytesPerScanline: 1280
[   155.950] 	XResolution: 320
[   155.950] 	YResolution: 200
[   155.950] 	XCharSize: 8
[   155.950] 	YCharSize: 8
[   155.950] 	NumberOfPlanes: 1
[   155.950] 	BitsPerPixel: 32
[   155.950] 	NumberOfBanks: 1
[   155.950] 	MemoryModel: 6
[   155.950] 	BankSize: 0
[   155.950] 	NumberOfImages: 14
[   155.950] 	RedMaskSize: 8
[   155.950] 	RedFieldPosition: 16
[   155.950] 	GreenMaskSize: 8
[   155.950] 	GreenFieldPosition: 8
[   155.950] 	BlueMaskSize: 8
[   155.950] 	BlueFieldPosition: 0
[   155.950] 	RsvdMaskSize: 8
[   155.950] 	RsvdFieldPosition: 24
[   155.950] 	DirectColorModeInfo: 0
[   155.950] 	PhysBasePtr: 0xf9000000
[   155.950] 	LinBytesPerScanLine: 1280
[   155.950] 	BnkNumberOfImagePages: 14
[   155.950] 	LinNumberOfImagePages: 14
[   155.950] 	LinRedMaskSize: 8
[   155.950] 	LinRedFieldPosition: 16
[   155.950] 	LinGreenMaskSize: 8
[   155.950] 	LinGreenFieldPosition: 8
[   155.950] 	LinBlueMaskSize: 8
[   155.950] 	LinBlueFieldPosition: 0
[   155.950] 	LinRsvdMaskSize: 8
[   155.950] 	LinRsvdFieldPosition: 24
[   155.950] 	MaxPixelClock: 229500000
[   155.951] Mode: 111 (640x480)
[   155.951] 	ModeAttributes: 0x3bf
[   155.951] 	WinAAttributes: 0x7
[   155.951] 	WinBAttributes: 0x0
[   155.951] 	WinGranularity: 64
[   155.951] 	WinSize: 64
[   155.951] 	WinASegment: 0xa000
[   155.951] 	WinBSegment: 0x0
[   155.951] 	WinFuncPtr: 0xc0009226
[   155.951] 	BytesPerScanline: 1280
[   155.951] 	XResolution: 640
[   155.951] 	YResolution: 480
[   155.951] 	XCharSize: 8
[   155.951] 	YCharSize: 16
[   155.951] 	NumberOfPlanes: 1
[   155.951] 	BitsPerPixel: 16
[   155.951] 	NumberOfBanks: 1
[   155.951] 	MemoryModel: 6
[   155.951] 	BankSize: 0
[   155.951] 	NumberOfImages: 4
[   155.951] 	RedMaskSize: 5
[   155.951] 	RedFieldPosition: 11
[   155.951] 	GreenMaskSize: 6
[   155.951] 	GreenFieldPosition: 5
[   155.951] 	BlueMaskSize: 5
[   155.951] 	BlueFieldPosition: 0
[   155.951] 	RsvdMaskSize: 0
[   155.951] 	RsvdFieldPosition: 0
[   155.951] 	DirectColorModeInfo: 0
[   155.951] 	PhysBasePtr: 0xf9000000
[   155.951] 	LinBytesPerScanLine: 1280
[   155.951] 	BnkNumberOfImagePages: 4
[   155.951] 	LinNumberOfImagePages: 4
[   155.951] 	LinRedMaskSize: 5
[   155.951] 	LinRedFieldPosition: 11
[   155.951] 	LinGreenMaskSize: 6
[   155.951] 	LinGreenFieldPosition: 5
[   155.951] 	LinBlueMaskSize: 5
[   155.952] 	LinBlueFieldPosition: 0
[   155.952] 	LinRsvdMaskSize: 0
[   155.952] 	LinRsvdFieldPosition: 0
[   155.952] 	MaxPixelClock: 229500000
[   155.952] *Mode: 112 (640x480)
[   155.952] 	ModeAttributes: 0x3bf
[   155.952] 	WinAAttributes: 0x7
[   155.952] 	WinBAttributes: 0x0
[   155.952] 	WinGranularity: 64
[   155.952] 	WinSize: 64
[   155.952] 	WinASegment: 0xa000
[   155.952] 	WinBSegment: 0x0
[   155.952] 	WinFuncPtr: 0xc0009226
[   155.952] 	BytesPerScanline: 2560
[   155.952] 	XResolution: 640
[   155.952] 	YResolution: 480
[   155.952] 	XCharSize: 8
[   155.952] 	YCharSize: 16
[   155.952] 	NumberOfPlanes: 1
[   155.952] 	BitsPerPixel: 32
[   155.952] 	NumberOfBanks: 1
[   155.952] 	MemoryModel: 6
[   155.952] 	BankSize: 0
[   155.952] 	NumberOfImages: 1
[   155.952] 	RedMaskSize: 8
[   155.952] 	RedFieldPosition: 16
[   155.952] 	GreenMaskSize: 8
[   155.952] 	GreenFieldPosition: 8
[   155.952] 	BlueMaskSize: 8
[   155.952] 	BlueFieldPosition: 0
[   155.952] 	RsvdMaskSize: 8
[   155.952] 	RsvdFieldPosition: 24
[   155.952] 	DirectColorModeInfo: 0
[   155.952] 	PhysBasePtr: 0xf9000000
[   155.952] 	LinBytesPerScanLine: 2560
[   155.952] 	BnkNumberOfImagePages: 1
[   155.952] 	LinNumberOfImagePages: 1
[   155.952] 	LinRedMaskSize: 8
[   155.952] 	LinRedFieldPosition: 16
[   155.952] 	LinGreenMaskSize: 8
[   155.953] 	LinGreenFieldPosition: 8
[   155.953] 	LinBlueMaskSize: 8
[   155.953] 	LinBlueFieldPosition: 0
[   155.953] 	LinRsvdMaskSize: 8
[   155.953] 	LinRsvdFieldPosition: 24
[   155.953] 	MaxPixelClock: 229500000
[   155.953] Mode: 114 (800x600)
[   155.953] 	ModeAttributes: 0x3bf
[   155.953] 	WinAAttributes: 0x7
[   155.953] 	WinBAttributes: 0x0
[   155.953] 	WinGranularity: 64
[   155.953] 	WinSize: 64
[   155.953] 	WinASegment: 0xa000
[   155.953] 	WinBSegment: 0x0
[   155.953] 	WinFuncPtr: 0xc0009226
[   155.953] 	BytesPerScanline: 1600
[   155.953] 	XResolution: 800
[   155.953] 	YResolution: 600
[   155.953] 	XCharSize: 8
[   155.954] 	YCharSize: 16
[   155.954] 	NumberOfPlanes: 1
[   155.954] 	BitsPerPixel: 16
[   155.954] 	NumberOfBanks: 1
[   155.954] 	MemoryModel: 6
[   155.954] 	BankSize: 0
[   155.954] 	NumberOfImages: 2
[   155.954] 	RedMaskSize: 5
[   155.954] 	RedFieldPosition: 11
[   155.954] 	GreenMaskSize: 6
[   155.954] 	GreenFieldPosition: 5
[   155.954] 	BlueMaskSize: 5
[   155.954] 	BlueFieldPosition: 0
[   155.954] 	RsvdMaskSize: 0
[   155.954] 	RsvdFieldPosition: 0
[   155.954] 	DirectColorModeInfo: 0
[   155.954] 	PhysBasePtr: 0xf9000000
[   155.954] 	LinBytesPerScanLine: 1600
[   155.954] 	BnkNumberOfImagePages: 2
[   155.954] 	LinNumberOfImagePages: 2
[   155.954] 	LinRedMaskSize: 5
[   155.954] 	LinRedFieldPosition: 11
[   155.954] 	LinGreenMaskSize: 6
[   155.954] 	LinGreenFieldPosition: 5
[   155.954] 	LinBlueMaskSize: 5
[   155.954] 	LinBlueFieldPosition: 0
[   155.954] 	LinRsvdMaskSize: 0
[   155.954] 	LinRsvdFieldPosition: 0
[   155.954] 	MaxPixelClock: 229500000
[   155.954] *Mode: 115 (800x600)
[   155.954] 	ModeAttributes: 0x3bf
[   155.954] 	WinAAttributes: 0x7
[   155.954] 	WinBAttributes: 0x0
[   155.954] 	WinGranularity: 64
[   155.954] 	WinSize: 64
[   155.954] 	WinASegment: 0xa000
[   155.954] 	WinBSegment: 0x0
[   155.954] 	WinFuncPtr: 0xc0009226
[   155.954] 	BytesPerScanline: 3200
[   155.955] 	XResolution: 800
[   155.955] 	YResolution: 600
[   155.955] 	XCharSize: 8
[   155.955] 	YCharSize: 16
[   155.955] 	NumberOfPlanes: 1
[   155.955] 	BitsPerPixel: 32
[   155.955] 	NumberOfBanks: 1
[   155.955] 	MemoryModel: 6
[   155.955] 	BankSize: 0
[   155.955] 	NumberOfImages: 1
[   155.955] 	RedMaskSize: 8
[   155.955] 	RedFieldPosition: 16
[   155.955] 	GreenMaskSize: 8
[   155.955] 	GreenFieldPosition: 8
[   155.955] 	BlueMaskSize: 8
[   155.955] 	BlueFieldPosition: 0
[   155.955] 	RsvdMaskSize: 8
[   155.955] 	RsvdFieldPosition: 24
[   155.955] 	DirectColorModeInfo: 0
[   155.955] 	PhysBasePtr: 0xf9000000
[   155.955] 	LinBytesPerScanLine: 3200
[   155.955] 	BnkNumberOfImagePages: 1
[   155.955] 	LinNumberOfImagePages: 1
[   155.955] 	LinRedMaskSize: 8
[   155.955] 	LinRedFieldPosition: 16
[   155.955] 	LinGreenMaskSize: 8
[   155.955] 	LinGreenFieldPosition: 8
[   155.955] 	LinBlueMaskSize: 8
[   155.955] 	LinBlueFieldPosition: 0
[   155.955] 	LinRsvdMaskSize: 8
[   155.955] 	LinRsvdFieldPosition: 24
[   155.955] 	MaxPixelClock: 229500000
[   155.956] Mode: 117 (1024x768)
[   155.956] 	ModeAttributes: 0x3bf
[   155.956] 	WinAAttributes: 0x7
[   155.956] 	WinBAttributes: 0x0
[   155.956] 	WinGranularity: 64
[   155.956] 	WinSize: 64
[   155.956] 	WinASegment: 0xa000
[   155.956] 	WinBSegment: 0x0
[   155.956] 	WinFuncPtr: 0xc0009226
[   155.956] 	BytesPerScanline: 2048
[   155.956] 	XResolution: 1024
[   155.956] 	YResolution: 768
[   155.956] 	XCharSize: 8
[   155.956] 	YCharSize: 16
[   155.956] 	NumberOfPlanes: 1
[   155.956] 	BitsPerPixel: 16
[   155.956] 	NumberOfBanks: 1
[   155.956] 	MemoryModel: 6
[   155.956] 	BankSize: 0
[   155.956] 	NumberOfImages: 1
[   155.956] 	RedMaskSize: 5
[   155.956] 	RedFieldPosition: 11
[   155.956] 	GreenMaskSize: 6
[   155.956] 	GreenFieldPosition: 5
[   155.956] 	BlueMaskSize: 5
[   155.956] 	BlueFieldPosition: 0
[   155.956] 	RsvdMaskSize: 0
[   155.956] 	RsvdFieldPosition: 0
[   155.956] 	DirectColorModeInfo: 0
[   155.956] 	PhysBasePtr: 0xf9000000
[   155.956] 	LinBytesPerScanLine: 2048
[   155.956] 	BnkNumberOfImagePages: 1
[   155.956] 	LinNumberOfImagePages: 1
[   155.956] 	LinRedMaskSize: 5
[   155.956] 	LinRedFieldPosition: 11
[   155.956] 	LinGreenMaskSize: 6
[   155.956] 	LinGreenFieldPosition: 5
[   155.956] 	LinBlueMaskSize: 5
[   155.956] 	LinBlueFieldPosition: 0
[   155.956] 	LinRsvdMaskSize: 0
[   155.956] 	LinRsvdFieldPosition: 0
[   155.956] 	MaxPixelClock: 229500000
[   155.957] *Mode: 118 (1024x768)
[   155.957] 	ModeAttributes: 0x3bf
[   155.957] 	WinAAttributes: 0x7
[   155.957] 	WinBAttributes: 0x0
[   155.957] 	WinGranularity: 64
[   155.957] 	WinSize: 64
[   155.957] 	WinASegment: 0xa000
[   155.957] 	WinBSegment: 0x0
[   155.957] 	WinFuncPtr: 0xc0009226
[   155.957] 	BytesPerScanline: 4096
[   155.957] 	XResolution: 1024
[   155.957] 	YResolution: 768
[   155.957] 	XCharSize: 8
[   155.957] 	YCharSize: 16
[   155.957] 	NumberOfPlanes: 1
[   155.957] 	BitsPerPixel: 32
[   155.957] 	NumberOfBanks: 1
[   155.957] 	MemoryModel: 6
[   155.957] 	BankSize: 0
[   155.957] 	NumberOfImages: 1
[   155.957] 	RedMaskSize: 8
[   155.957] 	RedFieldPosition: 16
[   155.957] 	GreenMaskSize: 8
[   155.957] 	GreenFieldPosition: 8
[   155.957] 	BlueMaskSize: 8
[   155.957] 	BlueFieldPosition: 0
[   155.957] 	RsvdMaskSize: 8
[   155.957] 	RsvdFieldPosition: 24
[   155.957] 	DirectColorModeInfo: 0
[   155.957] 	PhysBasePtr: 0xf9000000
[   155.957] 	LinBytesPerScanLine: 4096
[   155.957] 	BnkNumberOfImagePages: 1
[   155.957] 	LinNumberOfImagePages: 1
[   155.957] 	LinRedMaskSize: 8
[   155.957] 	LinRedFieldPosition: 16
[   155.957] 	LinGreenMaskSize: 8
[   155.957] 	LinGreenFieldPosition: 8
[   155.957] 	LinBlueMaskSize: 8
[   155.957] 	LinBlueFieldPosition: 0
[   155.957] 	LinRsvdMaskSize: 8
[   155.957] 	LinRsvdFieldPosition: 24
[   155.957] 	MaxPixelClock: 229500000
[   155.958] Mode: 11a (1280x1024)
[   155.958] 	ModeAttributes: 0x3bf
[   155.958] 	WinAAttributes: 0x7
[   155.958] 	WinBAttributes: 0x0
[   155.958] 	WinGranularity: 64
[   155.958] 	WinSize: 64
[   155.958] 	WinASegment: 0xa000
[   155.958] 	WinBSegment: 0x0
[   155.958] 	WinFuncPtr: 0xc0009226
[   155.958] 	BytesPerScanline: 2560
[   155.958] 	XResolution: 1280
[   155.958] 	YResolution: 1024
[   155.958] 	XCharSize: 8
[   155.958] 	YCharSize: 16
[   155.958] 	NumberOfPlanes: 1
[   155.958] 	BitsPerPixel: 16
[   155.958] 	NumberOfBanks: 1
[   155.958] 	MemoryModel: 6
[   155.958] 	BankSize: 0
[   155.958] 	NumberOfImages: 1
[   155.958] 	RedMaskSize: 5
[   155.958] 	RedFieldPosition: 11
[   155.958] 	GreenMaskSize: 6
[   155.958] 	GreenFieldPosition: 5
[   155.958] 	BlueMaskSize: 5
[   155.958] 	BlueFieldPosition: 0
[   155.958] 	RsvdMaskSize: 0
[   155.958] 	RsvdFieldPosition: 0
[   155.958] 	DirectColorModeInfo: 0
[   155.958] 	PhysBasePtr: 0xf9000000
[   155.958] 	LinBytesPerScanLine: 2560
[   155.958] 	BnkNumberOfImagePages: 1
[   155.958] 	LinNumberOfImagePages: 1
[   155.958] 	LinRedMaskSize: 5
[   155.958] 	LinRedFieldPosition: 11
[   155.958] 	LinGreenMaskSize: 6
[   155.958] 	LinGreenFieldPosition: 5
[   155.958] 	LinBlueMaskSize: 5
[   155.958] 	LinBlueFieldPosition: 0
[   155.958] 	LinRsvdMaskSize: 0
[   155.958] 	LinRsvdFieldPosition: 0
[   155.958] 	MaxPixelClock: 229500000
[   155.959] *Mode: 11b (1280x1024)
[   155.959] 	ModeAttributes: 0x3bf
[   155.959] 	WinAAttributes: 0x7
[   155.959] 	WinBAttributes: 0x0
[   155.959] 	WinGranularity: 64
[   155.959] 	WinSize: 64
[   155.959] 	WinASegment: 0xa000
[   155.959] 	WinBSegment: 0x0
[   155.959] 	WinFuncPtr: 0xc0009226
[   155.959] 	BytesPerScanline: 5120
[   155.959] 	XResolution: 1280
[   155.959] 	YResolution: 1024
[   155.959] 	XCharSize: 8
[   155.959] 	YCharSize: 16
[   155.959] 	NumberOfPlanes: 1
[   155.959] 	BitsPerPixel: 32
[   155.959] 	NumberOfBanks: 1
[   155.959] 	MemoryModel: 6
[   155.959] 	BankSize: 0
[   155.959] 	NumberOfImages: 1
[   155.959] 	RedMaskSize: 8
[   155.959] 	RedFieldPosition: 16
[   155.959] 	GreenMaskSize: 8
[   155.959] 	GreenFieldPosition: 8
[   155.959] 	BlueMaskSize: 8
[   155.959] 	BlueFieldPosition: 0
[   155.959] 	RsvdMaskSize: 8
[   155.959] 	RsvdFieldPosition: 24
[   155.959] 	DirectColorModeInfo: 0
[   155.959] 	PhysBasePtr: 0xf9000000
[   155.959] 	LinBytesPerScanLine: 5120
[   155.959] 	BnkNumberOfImagePages: 1
[   155.959] 	LinNumberOfImagePages: 1
[   155.959] 	LinRedMaskSize: 8
[   155.959] 	LinRedFieldPosition: 16
[   155.959] 	LinGreenMaskSize: 8
[   155.959] 	LinGreenFieldPosition: 8
[   155.959] 	LinBlueMaskSize: 8
[   155.959] 	LinBlueFieldPosition: 0
[   155.959] 	LinRsvdMaskSize: 8
[   155.959] 	LinRsvdFieldPosition: 24
[   155.959] 	MaxPixelClock: 229500000
[   155.960] Mode: 130 (320x200)
[   155.960] 	ModeAttributes: 0x3bf
[   155.960] 	WinAAttributes: 0x7
[   155.960] 	WinBAttributes: 0x0
[   155.960] 	WinGranularity: 64
[   155.960] 	WinSize: 64
[   155.960] 	WinASegment: 0xa000
[   155.960] 	WinBSegment: 0x0
[   155.960] 	WinFuncPtr: 0xc0009226
[   155.960] 	BytesPerScanline: 320
[   155.960] 	XResolution: 320
[   155.960] 	YResolution: 200
[   155.960] 	XCharSize: 8
[   155.960] 	YCharSize: 8
[   155.960] 	NumberOfPlanes: 1
[   155.960] 	BitsPerPixel: 8
[   155.960] 	NumberOfBanks: 1
[   155.960] 	MemoryModel: 4
[   155.960] 	BankSize: 0
[   155.960] 	NumberOfImages: 62
[   155.960] 	RedMaskSize: 0
[   155.960] 	RedFieldPosition: 0
[   155.960] 	GreenMaskSize: 0
[   155.960] 	GreenFieldPosition: 0
[   155.960] 	BlueMaskSize: 0
[   155.960] 	BlueFieldPosition: 0
[   155.960] 	RsvdMaskSize: 0
[   155.960] 	RsvdFieldPosition: 0
[   155.960] 	DirectColorModeInfo: 0
[   155.960] 	PhysBasePtr: 0xf9000000
[   155.960] 	LinBytesPerScanLine: 320
[   155.960] 	BnkNumberOfImagePages: 62
[   155.960] 	LinNumberOfImagePages: 62
[   155.960] 	LinRedMaskSize: 0
[   155.960] 	LinRedFieldPosition: 0
[   155.960] 	LinGreenMaskSize: 0
[   155.960] 	LinGreenFieldPosition: 0
[   155.960] 	LinBlueMaskSize: 0
[   155.960] 	LinBlueFieldPosition: 0
[   155.960] 	LinRsvdMaskSize: 0
[   155.960] 	LinRsvdFieldPosition: 0
[   155.960] 	MaxPixelClock: 229500000
[   155.961] Mode: 131 (320x400)
[   155.961] 	ModeAttributes: 0x3bf
[   155.961] 	WinAAttributes: 0x7
[   155.961] 	WinBAttributes: 0x0
[   155.961] 	WinGranularity: 64
[   155.961] 	WinSize: 64
[   155.961] 	WinASegment: 0xa000
[   155.961] 	WinBSegment: 0x0
[   155.961] 	WinFuncPtr: 0xc0009226
[   155.961] 	BytesPerScanline: 320
[   155.961] 	XResolution: 320
[   155.961] 	YResolution: 400
[   155.961] 	XCharSize: 8
[   155.961] 	YCharSize: 16
[   155.961] 	NumberOfPlanes: 1
[   155.961] 	BitsPerPixel: 8
[   155.961] 	NumberOfBanks: 1
[   155.961] 	MemoryModel: 4
[   155.961] 	BankSize: 0
[   155.961] 	NumberOfImages: 30
[   155.961] 	RedMaskSize: 0
[   155.961] 	RedFieldPosition: 0
[   155.961] 	GreenMaskSize: 0
[   155.961] 	GreenFieldPosition: 0
[   155.961] 	BlueMaskSize: 0
[   155.961] 	BlueFieldPosition: 0
[   155.961] 	RsvdMaskSize: 0
[   155.961] 	RsvdFieldPosition: 0
[   155.961] 	DirectColorModeInfo: 0
[   155.961] 	PhysBasePtr: 0xf9000000
[   155.961] 	LinBytesPerScanLine: 320
[   155.961] 	BnkNumberOfImagePages: 30
[   155.961] 	LinNumberOfImagePages: 30
[   155.961] 	LinRedMaskSize: 0
[   155.961] 	LinRedFieldPosition: 0
[   155.961] 	LinGreenMaskSize: 0
[   155.961] 	LinGreenFieldPosition: 0
[   155.961] 	LinBlueMaskSize: 0
[   155.961] 	LinBlueFieldPosition: 0
[   155.961] 	LinRsvdMaskSize: 0
[   155.961] 	LinRsvdFieldPosition: 0
[   155.961] 	MaxPixelClock: 229500000
[   155.962] Mode: 132 (320x400)
[   155.962] 	ModeAttributes: 0x3bf
[   155.962] 	WinAAttributes: 0x7
[   155.962] 	WinBAttributes: 0x0
[   155.962] 	WinGranularity: 64
[   155.962] 	WinSize: 64
[   155.962] 	WinASegment: 0xa000
[   155.962] 	WinBSegment: 0x0
[   155.962] 	WinFuncPtr: 0xc0009226
[   155.962] 	BytesPerScanline: 640
[   155.962] 	XResolution: 320
[   155.962] 	YResolution: 400
[   155.962] 	XCharSize: 8
[   155.962] 	YCharSize: 16
[   155.962] 	NumberOfPlanes: 1
[   155.962] 	BitsPerPixel: 16
[   155.962] 	NumberOfBanks: 1
[   155.962] 	MemoryModel: 6
[   155.962] 	BankSize: 0
[   155.962] 	NumberOfImages: 14
[   155.962] 	RedMaskSize: 5
[   155.962] 	RedFieldPosition: 11
[   155.962] 	GreenMaskSize: 6
[   155.962] 	GreenFieldPosition: 5
[   155.962] 	BlueMaskSize: 5
[   155.962] 	BlueFieldPosition: 0
[   155.962] 	RsvdMaskSize: 0
[   155.962] 	RsvdFieldPosition: 0
[   155.962] 	DirectColorModeInfo: 0
[   155.962] 	PhysBasePtr: 0xf9000000
[   155.962] 	LinBytesPerScanLine: 640
[   155.962] 	BnkNumberOfImagePages: 14
[   155.962] 	LinNumberOfImagePages: 14
[   155.962] 	LinRedMaskSize: 5
[   155.962] 	LinRedFieldPosition: 11
[   155.962] 	LinGreenMaskSize: 6
[   155.962] 	LinGreenFieldPosition: 5
[   155.962] 	LinBlueMaskSize: 5
[   155.962] 	LinBlueFieldPosition: 0
[   155.962] 	LinRsvdMaskSize: 0
[   155.962] 	LinRsvdFieldPosition: 0
[   155.962] 	MaxPixelClock: 229500000
[   155.963] *Mode: 133 (320x400)
[   155.963] 	ModeAttributes: 0x3bf
[   155.963] 	WinAAttributes: 0x7
[   155.963] 	WinBAttributes: 0x0
[   155.963] 	WinGranularity: 64
[   155.963] 	WinSize: 64
[   155.963] 	WinASegment: 0xa000
[   155.963] 	WinBSegment: 0x0
[   155.963] 	WinFuncPtr: 0xc0009226
[   155.963] 	BytesPerScanline: 1280
[   155.963] 	XResolution: 320
[   155.963] 	YResolution: 400
[   155.963] 	XCharSize: 8
[   155.963] 	YCharSize: 16
[   155.963] 	NumberOfPlanes: 1
[   155.963] 	BitsPerPixel: 32
[   155.963] 	NumberOfBanks: 1
[   155.963] 	MemoryModel: 6
[   155.963] 	BankSize: 0
[   155.963] 	NumberOfImages: 6
[   155.963] 	RedMaskSize: 8
[   155.963] 	RedFieldPosition: 16
[   155.963] 	GreenMaskSize: 8
[   155.963] 	GreenFieldPosition: 8
[   155.963] 	BlueMaskSize: 8
[   155.963] 	BlueFieldPosition: 0
[   155.963] 	RsvdMaskSize: 8
[   155.963] 	RsvdFieldPosition: 24
[   155.963] 	DirectColorModeInfo: 0
[   155.963] 	PhysBasePtr: 0xf9000000
[   155.963] 	LinBytesPerScanLine: 1280
[   155.963] 	BnkNumberOfImagePages: 6
[   155.963] 	LinNumberOfImagePages: 6
[   155.963] 	LinRedMaskSize: 8
[   155.963] 	LinRedFieldPosition: 16
[   155.963] 	LinGreenMaskSize: 8
[   155.963] 	LinGreenFieldPosition: 8
[   155.963] 	LinBlueMaskSize: 8
[   155.963] 	LinBlueFieldPosition: 0
[   155.963] 	LinRsvdMaskSize: 8
[   155.963] 	LinRsvdFieldPosition: 24
[   155.963] 	MaxPixelClock: 229500000
[   155.964] Mode: 134 (320x240)
[   155.964] 	ModeAttributes: 0x3bf
[   155.964] 	WinAAttributes: 0x7
[   155.964] 	WinBAttributes: 0x0
[   155.964] 	WinGranularity: 64
[   155.964] 	WinSize: 64
[   155.964] 	WinASegment: 0xa000
[   155.964] 	WinBSegment: 0x0
[   155.964] 	WinFuncPtr: 0xc0009226
[   155.964] 	BytesPerScanline: 320
[   155.964] 	XResolution: 320
[   155.964] 	YResolution: 240
[   155.964] 	XCharSize: 8
[   155.964] 	YCharSize: 8
[   155.964] 	NumberOfPlanes: 1
[   155.964] 	BitsPerPixel: 8
[   155.964] 	NumberOfBanks: 1
[   155.964] 	MemoryModel: 4
[   155.964] 	BankSize: 0
[   155.964] 	NumberOfImages: 30
[   155.964] 	RedMaskSize: 0
[   155.964] 	RedFieldPosition: 0
[   155.964] 	GreenMaskSize: 0
[   155.964] 	GreenFieldPosition: 0
[   155.964] 	BlueMaskSize: 0
[   155.964] 	BlueFieldPosition: 0
[   155.964] 	RsvdMaskSize: 0
[   155.964] 	RsvdFieldPosition: 0
[   155.964] 	DirectColorModeInfo: 0
[   155.964] 	PhysBasePtr: 0xf9000000
[   155.964] 	LinBytesPerScanLine: 320
[   155.964] 	BnkNumberOfImagePages: 30
[   155.964] 	LinNumberOfImagePages: 30
[   155.964] 	LinRedMaskSize: 0
[   155.964] 	LinRedFieldPosition: 0
[   155.964] 	LinGreenMaskSize: 0
[   155.964] 	LinGreenFieldPosition: 0
[   155.964] 	LinBlueMaskSize: 0
[   155.964] 	LinBlueFieldPosition: 0
[   155.964] 	LinRsvdMaskSize: 0
[   155.964] 	LinRsvdFieldPosition: 0
[   155.964] 	MaxPixelClock: 229500000
[   155.965] Mode: 135 (320x240)
[   155.965] 	ModeAttributes: 0x3bf
[   155.965] 	WinAAttributes: 0x7
[   155.965] 	WinBAttributes: 0x0
[   155.965] 	WinGranularity: 64
[   155.965] 	WinSize: 64
[   155.965] 	WinASegment: 0xa000
[   155.965] 	WinBSegment: 0x0
[   155.965] 	WinFuncPtr: 0xc0009226
[   155.965] 	BytesPerScanline: 640
[   155.965] 	XResolution: 320
[   155.965] 	YResolution: 240
[   155.965] 	XCharSize: 8
[   155.965] 	YCharSize: 8
[   155.965] 	NumberOfPlanes: 1
[   155.965] 	BitsPerPixel: 16
[   155.965] 	NumberOfBanks: 1
[   155.965] 	MemoryModel: 6
[   155.965] 	BankSize: 0
[   155.965] 	NumberOfImages: 19
[   155.965] 	RedMaskSize: 5
[   155.965] 	RedFieldPosition: 11
[   155.965] 	GreenMaskSize: 6
[   155.965] 	GreenFieldPosition: 5
[   155.965] 	BlueMaskSize: 5
[   155.965] 	BlueFieldPosition: 0
[   155.965] 	RsvdMaskSize: 0
[   155.965] 	RsvdFieldPosition: 0
[   155.965] 	DirectColorModeInfo: 0
[   155.965] 	PhysBasePtr: 0xf9000000
[   155.965] 	LinBytesPerScanLine: 640
[   155.965] 	BnkNumberOfImagePages: 19
[   155.965] 	LinNumberOfImagePages: 19
[   155.965] 	LinRedMaskSize: 5
[   155.965] 	LinRedFieldPosition: 11
[   155.965] 	LinGreenMaskSize: 6
[   155.965] 	LinGreenFieldPosition: 5
[   155.965] 	LinBlueMaskSize: 5
[   155.965] 	LinBlueFieldPosition: 0
[   155.965] 	LinRsvdMaskSize: 0
[   155.965] 	LinRsvdFieldPosition: 0
[   155.965] 	MaxPixelClock: 229500000
[   155.966] *Mode: 136 (320x240)
[   155.966] 	ModeAttributes: 0x3bf
[   155.966] 	WinAAttributes: 0x7
[   155.966] 	WinBAttributes: 0x0
[   155.966] 	WinGranularity: 64
[   155.966] 	WinSize: 64
[   155.966] 	WinASegment: 0xa000
[   155.966] 	WinBSegment: 0x0
[   155.966] 	WinFuncPtr: 0xc0009226
[   155.966] 	BytesPerScanline: 1280
[   155.966] 	XResolution: 320
[   155.966] 	YResolution: 240
[   155.966] 	XCharSize: 8
[   155.966] 	YCharSize: 8
[   155.966] 	NumberOfPlanes: 1
[   155.966] 	BitsPerPixel: 32
[   155.966] 	NumberOfBanks: 1
[   155.966] 	MemoryModel: 6
[   155.966] 	BankSize: 0
[   155.966] 	NumberOfImages: 10
[   155.966] 	RedMaskSize: 8
[   155.966] 	RedFieldPosition: 16
[   155.966] 	GreenMaskSize: 8
[   155.966] 	GreenFieldPosition: 8
[   155.966] 	BlueMaskSize: 8
[   155.966] 	BlueFieldPosition: 0
[   155.966] 	RsvdMaskSize: 8
[   155.966] 	RsvdFieldPosition: 24
[   155.966] 	DirectColorModeInfo: 0
[   155.966] 	PhysBasePtr: 0xf9000000
[   155.966] 	LinBytesPerScanLine: 1280
[   155.966] 	BnkNumberOfImagePages: 10
[   155.966] 	LinNumberOfImagePages: 10
[   155.966] 	LinRedMaskSize: 8
[   155.966] 	LinRedFieldPosition: 16
[   155.966] 	LinGreenMaskSize: 8
[   155.966] 	LinGreenFieldPosition: 8
[   155.966] 	LinBlueMaskSize: 8
[   155.966] 	LinBlueFieldPosition: 0
[   155.966] 	LinRsvdMaskSize: 8
[   155.966] 	LinRsvdFieldPosition: 24
[   155.966] 	MaxPixelClock: 229500000
[   155.967] Mode: 13d (640x400)
[   155.967] 	ModeAttributes: 0x3bf
[   155.967] 	WinAAttributes: 0x7
[   155.967] 	WinBAttributes: 0x0
[   155.967] 	WinGranularity: 64
[   155.967] 	WinSize: 64
[   155.967] 	WinASegment: 0xa000
[   155.967] 	WinBSegment: 0x0
[   155.967] 	WinFuncPtr: 0xc0009226
[   155.967] 	BytesPerScanline: 1280
[   155.967] 	XResolution: 640
[   155.967] 	YResolution: 400
[   155.967] 	XCharSize: 8
[   155.967] 	YCharSize: 16
[   155.967] 	NumberOfPlanes: 1
[   155.967] 	BitsPerPixel: 16
[   155.967] 	NumberOfBanks: 1
[   155.967] 	MemoryModel: 6
[   155.967] 	BankSize: 0
[   155.967] 	NumberOfImages: 6
[   155.967] 	RedMaskSize: 5
[   155.967] 	RedFieldPosition: 11
[   155.967] 	GreenMaskSize: 6
[   155.967] 	GreenFieldPosition: 5
[   155.967] 	BlueMaskSize: 5
[   155.967] 	BlueFieldPosition: 0
[   155.967] 	RsvdMaskSize: 0
[   155.967] 	RsvdFieldPosition: 0
[   155.967] 	DirectColorModeInfo: 0
[   155.967] 	PhysBasePtr: 0xf9000000
[   155.967] 	LinBytesPerScanLine: 1280
[   155.967] 	BnkNumberOfImagePages: 6
[   155.967] 	LinNumberOfImagePages: 6
[   155.967] 	LinRedMaskSize: 5
[   155.967] 	LinRedFieldPosition: 11
[   155.967] 	LinGreenMaskSize: 6
[   155.967] 	LinGreenFieldPosition: 5
[   155.967] 	LinBlueMaskSize: 5
[   155.967] 	LinBlueFieldPosition: 0
[   155.967] 	LinRsvdMaskSize: 0
[   155.967] 	LinRsvdFieldPosition: 0
[   155.967] 	MaxPixelClock: 229500000
[   155.968] *Mode: 13e (640x400)
[   155.968] 	ModeAttributes: 0x3bf
[   155.968] 	WinAAttributes: 0x7
[   155.968] 	WinBAttributes: 0x0
[   155.968] 	WinGranularity: 64
[   155.968] 	WinSize: 64
[   155.968] 	WinASegment: 0xa000
[   155.968] 	WinBSegment: 0x0
[   155.968] 	WinFuncPtr: 0xc0009226
[   155.968] 	BytesPerScanline: 2560
[   155.968] 	XResolution: 640
[   155.968] 	YResolution: 400
[   155.968] 	XCharSize: 8
[   155.968] 	YCharSize: 16
[   155.968] 	NumberOfPlanes: 1
[   155.968] 	BitsPerPixel: 32
[   155.968] 	NumberOfBanks: 1
[   155.968] 	MemoryModel: 6
[   155.968] 	BankSize: 0
[   155.968] 	NumberOfImages: 2
[   155.968] 	RedMaskSize: 8
[   155.968] 	RedFieldPosition: 16
[   155.968] 	GreenMaskSize: 8
[   155.968] 	GreenFieldPosition: 8
[   155.968] 	BlueMaskSize: 8
[   155.968] 	BlueFieldPosition: 0
[   155.968] 	RsvdMaskSize: 8
[   155.968] 	RsvdFieldPosition: 24
[   155.968] 	DirectColorModeInfo: 0
[   155.968] 	PhysBasePtr: 0xf9000000
[   155.968] 	LinBytesPerScanLine: 2560
[   155.968] 	BnkNumberOfImagePages: 2
[   155.968] 	LinNumberOfImagePages: 2
[   155.968] 	LinRedMaskSize: 8
[   155.968] 	LinRedFieldPosition: 16
[   155.968] 	LinGreenMaskSize: 8
[   155.968] 	LinGreenFieldPosition: 8
[   155.968] 	LinBlueMaskSize: 8
[   155.968] 	LinBlueFieldPosition: 0
[   155.968] 	LinRsvdMaskSize: 8
[   155.968] 	LinRsvdFieldPosition: 24
[   155.968] 	MaxPixelClock: 229500000
[   155.969] Mode: 145 (1600x1200)
[   155.969] 	ModeAttributes: 0x3bf
[   155.969] 	WinAAttributes: 0x7
[   155.969] 	WinBAttributes: 0x0
[   155.969] 	WinGranularity: 64
[   155.969] 	WinSize: 64
[   155.969] 	WinASegment: 0xa000
[   155.969] 	WinBSegment: 0x0
[   155.969] 	WinFuncPtr: 0xc0009226
[   155.969] 	BytesPerScanline: 1600
[   155.969] 	XResolution: 1600
[   155.969] 	YResolution: 1200
[   155.969] 	XCharSize: 8
[   155.969] 	YCharSize: 16
[   155.969] 	NumberOfPlanes: 1
[   155.969] 	BitsPerPixel: 8
[   155.969] 	NumberOfBanks: 1
[   155.969] 	MemoryModel: 4
[   155.969] 	BankSize: 0
[   155.969] 	NumberOfImages: 1
[   155.969] 	RedMaskSize: 0
[   155.969] 	RedFieldPosition: 0
[   155.969] 	GreenMaskSize: 0
[   155.969] 	GreenFieldPosition: 0
[   155.969] 	BlueMaskSize: 0
[   155.969] 	BlueFieldPosition: 0
[   155.969] 	RsvdMaskSize: 0
[   155.969] 	RsvdFieldPosition: 0
[   155.969] 	DirectColorModeInfo: 0
[   155.969] 	PhysBasePtr: 0xf9000000
[   155.969] 	LinBytesPerScanLine: 1600
[   155.969] 	BnkNumberOfImagePages: 1
[   155.969] 	LinNumberOfImagePages: 1
[   155.969] 	LinRedMaskSize: 0
[   155.969] 	LinRedFieldPosition: 0
[   155.969] 	LinGreenMaskSize: 0
[   155.969] 	LinGreenFieldPosition: 0
[   155.969] 	LinBlueMaskSize: 0
[   155.969] 	LinBlueFieldPosition: 0
[   155.969] 	LinRsvdMaskSize: 0
[   155.969] 	LinRsvdFieldPosition: 0
[   155.969] 	MaxPixelClock: 229500000
[   155.970] Mode: 146 (1600x1200)
[   155.970] 	ModeAttributes: 0x3bf
[   155.970] 	WinAAttributes: 0x7
[   155.970] 	WinBAttributes: 0x0
[   155.970] 	WinGranularity: 64
[   155.970] 	WinSize: 64
[   155.970] 	WinASegment: 0xa000
[   155.970] 	WinBSegment: 0x0
[   155.970] 	WinFuncPtr: 0xc0009226
[   155.970] 	BytesPerScanline: 3200
[   155.970] 	XResolution: 1600
[   155.970] 	YResolution: 1200
[   155.970] 	XCharSize: 8
[   155.970] 	YCharSize: 16
[   155.970] 	NumberOfPlanes: 1
[   155.970] 	BitsPerPixel: 16
[   155.970] 	NumberOfBanks: 1
[   155.970] 	MemoryModel: 6
[   155.970] 	BankSize: 0
[   155.970] 	NumberOfImages: 1
[   155.970] 	RedMaskSize: 5
[   155.970] 	RedFieldPosition: 11
[   155.970] 	GreenMaskSize: 6
[   155.970] 	GreenFieldPosition: 5
[   155.970] 	BlueMaskSize: 5
[   155.970] 	BlueFieldPosition: 0
[   155.970] 	RsvdMaskSize: 0
[   155.970] 	RsvdFieldPosition: 0
[   155.970] 	DirectColorModeInfo: 0
[   155.970] 	PhysBasePtr: 0xf9000000
[   155.970] 	LinBytesPerScanLine: 3200
[   155.970] 	BnkNumberOfImagePages: 1
[   155.970] 	LinNumberOfImagePages: 1
[   155.970] 	LinRedMaskSize: 5
[   155.970] 	LinRedFieldPosition: 11
[   155.970] 	LinGreenMaskSize: 6
[   155.970] 	LinGreenFieldPosition: 5
[   155.970] 	LinBlueMaskSize: 5
[   155.970] 	LinBlueFieldPosition: 0
[   155.970] 	LinRsvdMaskSize: 0
[   155.970] 	LinRsvdFieldPosition: 0
[   155.970] 	MaxPixelClock: 229500000
[   155.971] *Mode: 14a (1600x1200)
[   155.971] 	ModeAttributes: 0x3bf
[   155.971] 	WinAAttributes: 0x7
[   155.971] 	WinBAttributes: 0x0
[   155.971] 	WinGranularity: 64
[   155.971] 	WinSize: 64
[   155.971] 	WinASegment: 0xa000
[   155.971] 	WinBSegment: 0x0
[   155.971] 	WinFuncPtr: 0xc0009226
[   155.971] 	BytesPerScanline: 6400
[   155.971] 	XResolution: 1600
[   155.971] 	YResolution: 1200
[   155.971] 	XCharSize: 8
[   155.971] 	YCharSize: 16
[   155.971] 	NumberOfPlanes: 1
[   155.971] 	BitsPerPixel: 32
[   155.971] 	NumberOfBanks: 1
[   155.971] 	MemoryModel: 6
[   155.971] 	BankSize: 0
[   155.971] 	NumberOfImages: 1
[   155.971] 	RedMaskSize: 8
[   155.971] 	RedFieldPosition: 16
[   155.971] 	GreenMaskSize: 8
[   155.971] 	GreenFieldPosition: 8
[   155.971] 	BlueMaskSize: 8
[   155.971] 	BlueFieldPosition: 0
[   155.971] 	RsvdMaskSize: 8
[   155.971] 	RsvdFieldPosition: 24
[   155.971] 	DirectColorModeInfo: 0
[   155.971] 	PhysBasePtr: 0xf9000000
[   155.971] 	LinBytesPerScanLine: 6400
[   155.971] 	BnkNumberOfImagePages: 1
[   155.972] 	LinNumberOfImagePages: 1
[   155.972] 	LinRedMaskSize: 8
[   155.972] 	LinRedFieldPosition: 16
[   155.972] 	LinGreenMaskSize: 8
[   155.972] 	LinGreenFieldPosition: 8
[   155.972] 	LinBlueMaskSize: 8
[   155.972] 	LinBlueFieldPosition: 0
[   155.972] 	LinRsvdMaskSize: 8
[   155.972] 	LinRsvdFieldPosition: 24
[   155.972] 	MaxPixelClock: 229500000
[   155.972] 
[   155.972] (II) VESA(0): Total Memory: 224 64KB banks (14336kB)
[   155.972] (II) VESA(0): <default monitor>: Using hsync range of 30.00-81.00 kHz
[   155.972] (II) VESA(0): <default monitor>: Using vrefresh range of 56.00-60.00 Hz
[   155.972] (II) VESA(0): <default monitor>: Using maximum pixel clock of 175.00 MHz
[   155.972] (WW) VESA(0): Unable to estimate virtual size
[   155.975] (II) VESA(0): Not using built-in mode "640x400" (no mode of this name)
[   155.975] (II) VESA(0): Not using built-in mode "320x400" (no mode of this name)
[   155.975] (II) VESA(0): Not using built-in mode "320x240" (no mode of this name)
[   155.975] (II) VESA(0): Not using built-in mode "320x200" (no mode of this name)
[   155.975] (--) VESA(0): Virtual size is 1600x1200 (pitch 1600)
[   155.975] (**) VESA(0): *Built-in mode "1600x1200"
[   155.975] (**) VESA(0): *Built-in mode "1280x1024"
[   155.975] (**) VESA(0): *Built-in mode "1024x768"
[   155.975] (**) VESA(0): *Built-in mode "800x600"
[   155.975] (**) VESA(0): *Built-in mode "640x480"
[   155.975] (**) VESA(0): Display dimensions: (520, 320) mm
[   155.975] (**) VESA(0): DPI set to (78, 95)
[   155.975] (**) VESA(0): Using "Shadow Framebuffer"
[   155.975] (II) Loading sub module "shadow"
[   155.975] (II) LoadModule: "shadow"
[   155.975] (II) Loading /usr/lib/xorg/modules/libshadow.so
[   155.976] (II) Module shadow: vendor="X.Org Foundation"
[   155.976] 	compiled for 1.10.3.901, module version = 1.1.0
[   155.976] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   155.976] (II) Loading sub module "fb"
[   155.976] (II) LoadModule: "fb"
[   155.976] (II) Loading /usr/lib/xorg/modules/libfb.so
[   155.977] (II) Module fb: vendor="X.Org Foundation"
[   155.977] 	compiled for 1.10.3.901, module version = 1.0.0
[   155.977] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   155.977] (==) Depth 24 pixmap format is 32 bpp
[   155.977] (II) Loading sub module "int10"
[   155.977] (II) LoadModule: "int10"
[   155.977] (II) Loading /usr/lib/xorg/modules/libint10.so
[   155.977] (II) Module int10: vendor="X.Org Foundation"
[   155.977] 	compiled for 1.10.3.901, module version = 1.0.0
[   155.978] 	ABI class: X.Org Video Driver, version 10.0
[   155.978] (II) VESA(0): initializing int10
[   155.978] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[   156.012] (II) VESA(0): VESA BIOS detected
[   156.012] (II) VESA(0): VESA VBE Version 3.0
[   156.012] (II) VESA(0): VESA VBE Total Mem: 14336 kB
[   156.012] (II) VESA(0): VESA VBE OEM: NVIDIA
[   156.012] (II) VESA(0): VESA VBE OEM Software Rev: 98.148
[   156.012] (II) VESA(0): VESA VBE OEM Vendor: NVIDIA Corporation
[   156.012] (II) VESA(0): VESA VBE OEM Product: G96 Board - 07290010
[   156.012] (II) VESA(0): VESA VBE OEM Product Rev: Chip Rev   
[   156.013] (II) VESA(0): virtual address = 0xb62e5000,
	physical address = 0xf9000000, size = 14680064
[   156.033] (II) VESA(0): Setting up VESA Mode 0x14A (1600x1200)
[   156.204] (==) VESA(0): Default visual is TrueColor
[   156.206] (==) VESA(0): Backing store disabled
[   156.206] (==) VESA(0): DPMS enabled
[   156.206] (==) RandR enabled
[   156.206] (II) Initializing built-in extension Generic Event Extension
[   156.206] (II) Initializing built-in extension SHAPE
[   156.206] (II) Initializing built-in extension MIT-SHM
[   156.206] (II) Initializing built-in extension XInputExtension
[   156.206] (II) Initializing built-in extension XTEST
[   156.206] (II) Initializing built-in extension BIG-REQUESTS
[   156.206] (II) Initializing built-in extension SYNC
[   156.206] (II) Initializing built-in extension XKEYBOARD
[   156.206] (II) Initializing built-in extension XC-MISC
[   156.206] (II) Initializing built-in extension SECURITY
[   156.206] (II) Initializing built-in extension XINERAMA
[   156.206] (II) Initializing built-in extension XFIXES
[   156.207] (II) Initializing built-in extension RENDER
[   156.207] (II) Initializing built-in extension RANDR
[   156.207] (II) Initializing built-in extension COMPOSITE
[   156.207] (II) Initializing built-in extension DAMAGE
[   156.214] (II) AIGLX: Screen 0 is not DRI2 capable
[   156.214] (II) AIGLX: Screen 0 is not DRI capable
[   156.279] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/swrast_dri.so
[   156.280] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[   156.405] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[   156.405] (II) No input driver/identifier specified (ignoring)
[   156.407] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[   156.407] (II) No input driver/identifier specified (ignoring)
[   156.409] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event3)
[   156.409] (II) No input driver/identifier specified (ignoring)
[   156.409] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event4)
[   156.409] (II) No input driver/identifier specified (ignoring)
[   156.412] (II) config/udev: Adding input device Microsoft Microsoft 3-Button Mouse with IntelliEye(TM) (/dev/input/event5)
[   156.412] (II) No input driver/identifier specified (ignoring)
[   156.412] (II) config/udev: Adding input device Microsoft Microsoft 3-Button Mouse with IntelliEye(TM) (/dev/input/mouse0)
[   156.412] (II) No input driver/identifier specified (ignoring)
[   156.413] (II) config/udev: Adding input device HID 046a:0023 (/dev/input/event6)
[   156.413] (II) No input driver/identifier specified (ignoring)
[   156.413] (II) config/udev: Adding input device HID 046a:0023 (/dev/input/event7)
[   156.413] (II) No input driver/identifier specified (ignoring)
[   156.416] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[   156.416] (II) No input driver/identifier specified (ignoring)

Is there another conf file? I could not find one. Where does the Xserver search for files.
I allready used the variable that you can use to specify the file to use. Same result.

Any suggestions would be great!
Keen

Last edited by keen90 (2011-09-09 18:49:31)

Offline

#2 2011-09-05 09:12:29

olive
Member
From: Belgium
Registered: 2008-06-22
Posts: 1,490

Re: [SOLVED] Problems setting up Xserver

Normally xorg should work without configuration at all (xorg parse also /etc/X11/xorg.conf.d if you use hotplug, which is the default). The config file you show me want to use the VESA driver, which is a generic driver without 3D, etc...). I suggest you to remove the /etc/X11/xorg.conf file. Then install all xorg and its drvers:

pacman -S --needed xorg xorg-drivers

Try to restart X reposting the config file if there are still problems. (If all works well you might just remove the drivers you don't need)

Last edited by olive (2011-09-05 09:12:42)

Offline

#3 2011-09-05 09:22:25

keen90
Member
From: Europe
Registered: 2010-04-07
Posts: 106

Re: [SOLVED] Problems setting up Xserver

Thanks for the suggest. I can't Install packages right now, since pacman throws some errors :-( (see link above)
I' am also a bit confused, since the system I have right now is a copy of a working system (which uses the VESA driver). I'll give it a try anyway as soon as pacman is happy again.

Offline

#4 2011-09-05 18:27:52

keen90
Member
From: Europe
Registered: 2010-04-07
Posts: 106

Re: [SOLVED] Problems setting up Xserver

I set up a comletely new install and tried what you suggested, but the effect was the same (weird screen, frozen system). There were no errors in the log file... The I removed everything again and installed the proprietary nvidia driver, only (its an nvidia card). That gave me an entirely black screen and frozen system again. What can I do/try now? I'm running out of ideas.

If anyone has an idea, please tell and I'll try.

Offline

#5 2011-09-05 18:40:16

olive
Member
From: Belgium
Registered: 2008-06-22
Posts: 1,490

Re: [SOLVED] Problems setting up Xserver

keen90 wrote:

I set up a comletely new install and tried what you suggested, but the effect was the same (weird screen, frozen system). There were no errors in the log file... The I removed everything again and installed the proprietary nvidia driver, only (its an nvidia card). That gave me an entirely black screen and frozen system again. What can I do/try now? I'm running out of ideas.

If anyone has an idea, please tell and I'll try.

Could you post the result of /var/log/Xorg.0.log

after that (even if it contains no errors). Also try Xorg -configure and post the generated configuration.

Olive

Offline

#6 2011-09-07 11:16:21

keen90
Member
From: Europe
Registered: 2010-04-07
Posts: 106

Re: [SOLVED] Problems setting up Xserver

I now tried the nouveau driver. Xserver does not start either but at least the machine did not crash. Here the logs:

During autoconfiguration I get this message:

(==) Log file: "/var/log/Xorg.0.log", Time: Wed Sep  7 13:01:49 2011
List of video drivers:
	nvidia
	nouveau
(++) Using config file: "/root/xorg.conf.new"
Number of created screens does not match number of detected devices.
  Configuration failed.

The file then exists anyway. It looks like this

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	Screen      1  "Screen1" RightOf "Screen0"
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "/usr/share/fonts/misc/"
	FontPath     "/usr/share/fonts/TTF/"
	FontPath     "/usr/share/fonts/OTF/"
	FontPath     "/usr/share/fonts/Type1/"
	FontPath     "/usr/share/fonts/100dpi/"
	FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
	Load  "dri"
	Load  "glx"
	Load  "dri2"
	Load  "extmod"
	Load  "dbe"
	Load  "record"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Monitor"
	Identifier   "Monitor1"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Device"
	Identifier  "Card0"
	Driver      "nouveau"
	BusID       "PCI:3:0:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "SWcursor"           	# [<bool>]
        #Option     "HWcursor"           	# [<bool>]
        #Option     "NoAccel"            	# [<bool>]
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "VideoKey"           	# <i>
        #Option     "WrappedFB"          	# [<bool>]
        #Option     "GLXVBlank"          	# [<bool>]
        #Option     "ZaphodHeads"        	# <str>
        #Option     "PageFlip"           	# [<bool>]
	Identifier  "Card1"
	Driver      "nouveau"
	BusID       "PCI:3:0:0"
EndSection

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

Section "Screen"
	Identifier "Screen1"
	Device     "Card1"
	Monitor    "Monitor1"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

The launch of the Xserver looks like this:

(==) Log file: "/var/log/Xorg.0.log", Time: Wed Sep  7 13:02:09 2011
(==) Using default built-in configuration (48 lines)
(EE) Failed to load module "nv" (module does not exist, 0)
(EE) Failed to load module "vesa" (module does not exist, 0)
(EE) Failed to load module "fbdev" (module does not exist, 0)
(EE) [drm] failed to open device
/etc/X11/xinit/xinitrc: line 52: twm: command not found
/etc/X11/xinit/xinitrc: line 53: xclock: command not found
/etc/X11/xinit/xinitrc: line 56: exec: xterm: not found
/etc/X11/xinit/xinitrc: line 54: xterm: command not found
xinit: connection to X server lost
waiting for X server to shut down 

Again I don't understand why I get error messages about nv, vesa, or fbdev, since those do not appear in my Xorg.conf, These error messagas appear in the /var/log file, too

An the /vat/log logfile

[   424.655] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Sep  7 13:02:09 2011
[   424.656] (II) Loader magic: 0x822e4e0
[   424.656] (II) Module ABI versions:
[   424.656] 	X.Org ANSI C Emulation: 0.4
[   424.656] 	X.Org Video Driver: 10.0
[   424.656] 	X.Org XInput driver : 12.2
[   424.656] 	X.Org Server Extension : 5.0
[   424.657] (--) PCI:*(0:3:0:0) 10de:0640:19da:6046 rev 161, Mem @ 0xfa000000/16777216, 0xd0000000/268435456, 0xf8000000/33554432, I/O @ 0x0000bc00/128, BIOS @ 0x????????/524288
[   424.657] (==) Using default built-in configuration (48 lines)
[   424.657] (==) --- Start of built-in configuration ---
[   424.657] 	Section "Device"
[   424.657] 		Identifier	"Builtin Default nouveau Device 0"
[   424.657] 		Driver	"nouveau"
[   424.657] 	EndSection
[   424.657] 	Section "Screen"
[   424.657] 		Identifier	"Builtin Default nouveau Screen 0"
[   424.657] 		Device	"Builtin Default nouveau Device 0"
[   424.657] 	EndSection
[   424.657] 	Section "Device"
[   424.657] 		Identifier	"Builtin Default nv Device 0"
[   424.657] 		Driver	"nv"
[   424.657] 	EndSection
[   424.657] 	Section "Screen"
[   424.657] 		Identifier	"Builtin Default nv Screen 0"
[   424.657] 		Device	"Builtin Default nv Device 0"
[   424.657] 	EndSection
[   424.657] 	Section "Device"
[   424.657] 		Identifier	"Builtin Default nvidia Device 0"
[   424.657] 		Driver	"nvidia"
[   424.657] 	EndSection
[   424.657] 	Section "Screen"
[   424.657] 		Identifier	"Builtin Default nvidia Screen 0"
[   424.657] 		Device	"Builtin Default nvidia Device 0"
[   424.657] 	EndSection
[   424.657] 	Section "Device"
[   424.657] 		Identifier	"Builtin Default vesa Device 0"
[   424.657] 		Driver	"vesa"
[   424.657] 	EndSection
[   424.657] 	Section "Screen"
[   424.657] 		Identifier	"Builtin Default vesa Screen 0"
[   424.657] 		Device	"Builtin Default vesa Device 0"
[   424.657] 	EndSection
[   424.657] 	Section "Device"
[   424.657] 		Identifier	"Builtin Default fbdev Device 0"
[   424.657] 		Driver	"fbdev"
[   424.657] 	EndSection
[   424.657] 	Section "Screen"
[   424.657] 		Identifier	"Builtin Default fbdev Screen 0"
[   424.657] 		Device	"Builtin Default fbdev Device 0"
[   424.657] 	EndSection
[   424.657] 	Section "ServerLayout"
[   424.657] 		Identifier	"Builtin Default Layout"
[   424.657] 		Screen	"Builtin Default nouveau Screen 0"
[   424.657] 		Screen	"Builtin Default nv Screen 0"
[   424.657] 		Screen	"Builtin Default nvidia Screen 0"
[   424.657] 		Screen	"Builtin Default vesa Screen 0"
[   424.657] 		Screen	"Builtin Default fbdev Screen 0"
[   424.657] 	EndSection
[   424.657] (==) --- End of built-in configuration ---
[   424.657] (==) ServerLayout "Builtin Default Layout"
[   424.657] (**) |-->Screen "Builtin Default nouveau Screen 0" (0)
[   424.657] (**) |   |-->Monitor "<default monitor>"
[   424.657] (**) |   |-->Device "Builtin Default nouveau Device 0"
[   424.657] (==) No monitor specified for screen "Builtin Default nouveau Screen 0".
	Using a default monitor configuration.
[   424.657] (**) |-->Screen "Builtin Default nv Screen 0" (1)
[   424.657] (**) |   |-->Monitor "<default monitor>"
[   424.657] (**) |   |-->Device "Builtin Default nv Device 0"
[   424.657] (==) No monitor specified for screen "Builtin Default nv Screen 0".
	Using a default monitor configuration.
[   424.657] (**) |-->Screen "Builtin Default nvidia Screen 0" (2)
[   424.657] (**) |   |-->Monitor "<default monitor>"
[   424.657] (**) |   |-->Device "Builtin Default nvidia Device 0"
[   424.657] (==) No monitor specified for screen "Builtin Default nvidia Screen 0".
	Using a default monitor configuration.
[   424.657] (**) |-->Screen "Builtin Default vesa Screen 0" (3)
[   424.657] (**) |   |-->Monitor "<default monitor>"
[   424.657] (**) |   |-->Device "Builtin Default vesa Device 0"
[   424.657] (==) No monitor specified for screen "Builtin Default vesa Screen 0".
	Using a default monitor configuration.
[   424.657] (**) |-->Screen "Builtin Default fbdev Screen 0" (4)
[   424.657] (**) |   |-->Monitor "<default monitor>"
[   424.658] (**) |   |-->Device "Builtin Default fbdev Device 0"
[   424.658] (==) No monitor specified for screen "Builtin Default fbdev Screen 0".
	Using a default monitor configuration.
[   424.658] (==) Automatically adding devices
[   424.658] (==) Automatically enabling devices
[   424.658] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[   424.658] 	Entry deleted from font path.
[   424.658] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[   424.658] 	Entry deleted from font path.
[   424.658] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[   424.658] 	Entry deleted from font path.
[   424.658] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[   424.658] 	Entry deleted from font path.
[   424.658] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[   424.658] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[   424.658] 	Entry deleted from font path.
[   424.658] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[   424.658] (==) FontPath set to:
	/usr/share/fonts/misc/
[   424.658] (==) ModulePath set to "/usr/lib/xorg/modules"
[   424.658] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   424.658] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   424.658] (II) LoadModule: "extmod"
[   424.658] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[   424.660] (II) Module extmod: vendor="X.Org Foundation"
[   424.660] 	compiled for 1.10.3.901, module version = 1.0.0
[   424.660] 	Module class: X.Org Server Extension
[   424.660] 	ABI class: X.Org Server Extension, version 5.0
[   424.660] (II) Loading extension MIT-SCREEN-SAVER
[   424.660] (II) Loading extension XFree86-VidModeExtension
[   424.660] (II) Loading extension XFree86-DGA
[   424.660] (II) Loading extension DPMS
[   424.660] (II) Loading extension XVideo
[   424.660] (II) Loading extension XVideo-MotionCompensation
[   424.660] (II) Loading extension X-Resource
[   424.660] (II) LoadModule: "dbe"
[   424.660] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[   424.661] (II) Module dbe: vendor="X.Org Foundation"
[   424.661] 	compiled for 1.10.3.901, module version = 1.0.0
[   424.661] 	Module class: X.Org Server Extension
[   424.661] 	ABI class: X.Org Server Extension, version 5.0
[   424.661] (II) Loading extension DOUBLE-BUFFER
[   424.661] (II) LoadModule: "glx"
[   424.661] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   424.862] (II) Module glx: vendor="NVIDIA Corporation"
[   424.862] 	compiled for 4.0.2, module version = 1.0.0
[   424.862] 	Module class: X.Org Server Extension
[   424.862] (II) NVIDIA GLX Module  280.13  Wed Jul 27 17:14:51 PDT 2011
[   424.862] (II) Loading extension GLX
[   424.862] (II) LoadModule: "record"
[   424.862] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[   424.864] (II) Module record: vendor="X.Org Foundation"
[   424.864] 	compiled for 1.10.3.901, module version = 1.13.0
[   424.864] 	Module class: X.Org Server Extension
[   424.864] 	ABI class: X.Org Server Extension, version 5.0
[   424.864] (II) Loading extension RECORD
[   424.864] (II) LoadModule: "dri"
[   424.864] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[   424.865] (II) Module dri: vendor="X.Org Foundation"
[   424.865] 	compiled for 1.10.3.901, module version = 1.0.0
[   424.865] 	ABI class: X.Org Server Extension, version 5.0
[   424.865] (II) Loading extension XFree86-DRI
[   424.865] (II) LoadModule: "dri2"
[   424.865] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[   424.865] (II) Module dri2: vendor="X.Org Foundation"
[   424.865] 	compiled for 1.10.3.901, module version = 1.2.0
[   424.865] 	ABI class: X.Org Server Extension, version 5.0
[   424.865] (II) Loading extension DRI2
[   424.865] (II) LoadModule: "nouveau"
[   424.866] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[   424.866] (II) Module nouveau: vendor="X.Org Foundation"
[   424.866] 	compiled for 1.10.3, module version = 0.0.16
[   424.866] 	Module class: X.Org Video Driver
[   424.866] 	ABI class: X.Org Video Driver, version 10.0
[   424.866] (II) LoadModule: "nv"
[   424.866] (WW) Warning, couldn't open module nv
[   424.866] (II) UnloadModule: "nv"
[   424.866] (II) Unloading nv
[   424.866] (EE) Failed to load module "nv" (module does not exist, 0)
[   424.866] (II) LoadModule: "nvidia"
[   424.866] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   424.866] (II) Module nvidia: vendor="NVIDIA Corporation"
[   424.866] 	compiled for 4.0.2, module version = 1.0.0
[   424.866] 	Module class: X.Org Video Driver
[   424.866] (II) LoadModule: "vesa"
[   424.867] (WW) Warning, couldn't open module vesa
[   424.867] (II) UnloadModule: "vesa"
[   424.867] (II) Unloading vesa
[   424.867] (EE) Failed to load module "vesa" (module does not exist, 0)
[   424.867] (II) LoadModule: "fbdev"
[   424.867] (WW) Warning, couldn't open module fbdev
[   424.867] (II) UnloadModule: "fbdev"
[   424.867] (II) Unloading fbdev
[   424.867] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   424.867] (II) NOUVEAU driver 
[   424.867] (II) NOUVEAU driver for NVIDIA chipset families :
[   424.867] 	RIVA TNT        (NV04)
[   424.867] 	RIVA TNT2       (NV05)
[   424.867] 	GeForce 256     (NV10)
[   424.867] 	GeForce 2       (NV11, NV15)
[   424.867] 	GeForce 4MX     (NV17, NV18)
[   424.867] 	GeForce 3       (NV20)
[   424.867] 	GeForce 4Ti     (NV25, NV28)
[   424.867] 	GeForce FX      (NV3x)
[   424.867] 	GeForce 6       (NV4x)
[   424.867] 	GeForce 7       (G7x)
[   424.867] 	GeForce 8       (G8x)
[   424.867] 	GeForce GTX 200 (NVA0)
[   424.867] 	GeForce GTX 400 (NVC0)
[   424.867] (II) NVIDIA dlloader X Driver  280.13  Wed Jul 27 16:57:12 PDT 2011
[   424.867] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   424.867] (--) using VT number 7

[   424.870] drmOpenDevice: node name is /dev/dri/card0
[   424.892] drmOpenByBusid: Searching for BusID pci:0000:03:00.0
[   424.892] drmOpenDevice: node name is /dev/dri/card0
[   424.896] drmOpenByBusid: drmOpenMinor returns -1
[   424.896] drmOpenDevice: node name is /dev/dri/card1
[   424.899] drmOpenByBusid: drmOpenMinor returns -1
[   424.899] drmOpenDevice: node name is /dev/dri/card2
[   424.903] drmOpenByBusid: drmOpenMinor returns -1
[   424.903] drmOpenDevice: node name is /dev/dri/card3
[   424.907] drmOpenByBusid: drmOpenMinor returns -1
[   424.907] drmOpenDevice: node name is /dev/dri/card4
[   424.911] drmOpenByBusid: drmOpenMinor returns -1
[   424.911] drmOpenDevice: node name is /dev/dri/card5
[   424.915] drmOpenByBusid: drmOpenMinor returns -1
[   424.915] drmOpenDevice: node name is /dev/dri/card6
[   424.918] drmOpenByBusid: drmOpenMinor returns -1
[   424.919] drmOpenDevice: node name is /dev/dri/card7
[   424.922] drmOpenByBusid: drmOpenMinor returns -1
[   424.922] drmOpenDevice: node name is /dev/dri/card8
[   424.926] drmOpenByBusid: drmOpenMinor returns -1
[   424.926] drmOpenDevice: node name is /dev/dri/card9
[   424.930] drmOpenByBusid: drmOpenMinor returns -1
[   424.930] drmOpenDevice: node name is /dev/dri/card10
[   424.934] drmOpenByBusid: drmOpenMinor returns -1
[   424.934] drmOpenDevice: node name is /dev/dri/card11
[   424.938] drmOpenByBusid: drmOpenMinor returns -1
[   424.938] drmOpenDevice: node name is /dev/dri/card12
[   424.941] drmOpenByBusid: drmOpenMinor returns -1
[   424.941] drmOpenDevice: node name is /dev/dri/card13
[   424.945] drmOpenByBusid: drmOpenMinor returns -1
[   424.945] drmOpenDevice: node name is /dev/dri/card14
[   424.949] drmOpenByBusid: drmOpenMinor returns -1
[   424.949] drmOpenDevice: node name is /dev/dri/card15
[   424.953] drmOpenByBusid: drmOpenMinor returns -1
[   424.953] drmOpenDevice: node name is /dev/dri/card0
[   424.958] drmOpenDevice: node name is /dev/dri/card0
[   424.962] drmOpenDevice: node name is /dev/dri/card1
[   424.966] drmOpenDevice: node name is /dev/dri/card2
[   424.970] drmOpenDevice: node name is /dev/dri/card3
[   424.973] drmOpenDevice: node name is /dev/dri/card4
[   424.977] drmOpenDevice: node name is /dev/dri/card5
[   424.981] drmOpenDevice: node name is /dev/dri/card6
[   424.985] drmOpenDevice: node name is /dev/dri/card7
[   424.989] drmOpenDevice: node name is /dev/dri/card8
[   424.992] drmOpenDevice: node name is /dev/dri/card9
[   424.996] drmOpenDevice: node name is /dev/dri/card10
[   425.000] drmOpenDevice: node name is /dev/dri/card11
[   425.004] drmOpenDevice: node name is /dev/dri/card12
[   425.008] drmOpenDevice: node name is /dev/dri/card13
[   425.011] drmOpenDevice: node name is /dev/dri/card14
[   425.015] drmOpenDevice: node name is /dev/dri/card15
[   425.019] (EE) [drm] failed to open device
[   425.019] (II) Loading sub module "fb"
[   425.019] (II) LoadModule: "fb"
[   425.019] (II) Loading /usr/lib/xorg/modules/libfb.so
[   425.019] (II) Module fb: vendor="X.Org Foundation"
[   425.019] 	compiled for 1.10.3.901, module version = 1.0.0
[   425.019] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   425.019] (II) Loading sub module "wfb"
[   425.019] (II) LoadModule: "wfb"
[   425.019] (II) Loading /usr/lib/xorg/modules/libwfb.so
[   425.020] (II) Module wfb: vendor="X.Org Foundation"
[   425.020] 	compiled for 1.10.3.901, module version = 1.0.0
[   425.020] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   425.020] (II) Loading sub module "ramdac"
[   425.020] (II) LoadModule: "ramdac"
[   425.020] (II) Module "ramdac" already built-in
[   425.020] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   425.020] (II) Loading /usr/lib/xorg/modules/libwfb.so
[   425.020] (II) Loading /usr/lib/xorg/modules/libfb.so
[   425.020] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Builtin Default nvidia Screen 0" for depth/fbbpp 24/32
[   425.020] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[   425.020] (==) NVIDIA(0): RGB weight 888
[   425.020] (==) NVIDIA(0): Default visual is TrueColor
[   425.020] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[   426.360] (II) NVIDIA(GPU-0): Display (Samsung SyncMaster (CRT-0)) does not support NVIDIA
[   426.360] (II) NVIDIA(GPU-0):     3D Vision stereo.
[   426.362] (II) NVIDIA(0): NVIDIA GPU GeForce 9500 GT (G96) at PCI:3:0:0 (GPU-0)
[   426.362] (--) NVIDIA(0): Memory: 524288 kBytes
[   426.362] (--) NVIDIA(0): VideoBIOS: 62.94.46.00.6a
[   426.362] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[   426.362] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
[   426.362] (--) NVIDIA(0): Connected display device(s) on GeForce 9500 GT at PCI:3:0:0
[   426.362] (--) NVIDIA(0):     Samsung SyncMaster (CRT-0)
[   426.362] (--) NVIDIA(0): Samsung SyncMaster (CRT-0): 400.0 MHz maximum pixel clock
[   426.427] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID has been
[   426.427] (**) NVIDIA(0):     enabled on all display devices.
[   426.431] (II) NVIDIA(0): Assigned Display Device: CRT-0
[   426.431] (==) NVIDIA(0): 
[   426.431] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[   426.431] (==) NVIDIA(0):     will be used as the requested mode.
[   426.431] (==) NVIDIA(0): 
[   426.431] (II) NVIDIA(0): Validated modes:
[   426.431] (II) NVIDIA(0):     "nvidia-auto-select"
[   426.431] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1200
[   426.454] (--) NVIDIA(0): DPI set to (93, 95); computed from "UseEdidDpi" X config
[   426.454] (--) NVIDIA(0):     option
[   426.454] (--) Depth 24 pixmap format is 32 bpp
[   426.454] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
[   426.462] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[   426.462] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[   426.462] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[   426.462] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[   426.462] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[   426.462] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[   426.462] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[   426.462] (II) NVIDIA(0):     Config Options in the README.
[   426.467] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
[   426.503] (II) Loading extension NV-GLX
[   426.542] (==) NVIDIA(0): Disabling shared memory pixmaps
[   426.542] (==) NVIDIA(0): Backing store disabled
[   426.542] (==) NVIDIA(0): Silken mouse enabled
[   426.543] (==) NVIDIA(0): DPMS enabled
[   426.543] (II) Loading extension NV-CONTROL
[   426.543] (II) Loading extension XINERAMA
[   426.543] (II) Loading sub module "dri2"
[   426.543] (II) LoadModule: "dri2"
[   426.543] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[   426.543] (II) Module dri2: vendor="X.Org Foundation"
[   426.543] 	compiled for 1.10.3.901, module version = 1.2.0
[   426.543] 	ABI class: X.Org Server Extension, version 5.0
[   426.543] (II) NVIDIA(0): [DRI2] Setup complete
[   426.543] (==) RandR enabled
[   426.543] (II) Initializing built-in extension Generic Event Extension
[   426.543] (II) Initializing built-in extension SHAPE
[   426.543] (II) Initializing built-in extension MIT-SHM
[   426.543] (II) Initializing built-in extension XInputExtension
[   426.543] (II) Initializing built-in extension XTEST
[   426.543] (II) Initializing built-in extension BIG-REQUESTS
[   426.543] (II) Initializing built-in extension SYNC
[   426.543] (II) Initializing built-in extension XKEYBOARD
[   426.543] (II) Initializing built-in extension XC-MISC
[   426.543] (II) Initializing built-in extension SECURITY
[   426.543] (II) Initializing built-in extension XINERAMA
[   426.543] (II) Initializing built-in extension XFIXES
[   426.543] (II) Initializing built-in extension RENDER
[   426.543] (II) Initializing built-in extension RANDR
[   426.543] (II) Initializing built-in extension COMPOSITE
[   426.543] (II) Initializing built-in extension DAMAGE
[   426.545] (II) Initializing extension GLX
[   426.622] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[   426.622] (II) No input driver/identifier specified (ignoring)
[   426.625] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[   426.625] (II) No input driver/identifier specified (ignoring)
[   426.627] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event6)
[   426.627] (II) No input driver/identifier specified (ignoring)
[   426.627] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event7)
[   426.627] (II) No input driver/identifier specified (ignoring)
[   426.630] (II) config/udev: Adding input device Microsoft Microsoft 3-Button Mouse with IntelliEye(TM) (/dev/input/event0)
[   426.630] (II) No input driver/identifier specified (ignoring)
[   426.631] (II) config/udev: Adding input device Microsoft Microsoft 3-Button Mouse with IntelliEye(TM) (/dev/input/mouse0)
[   426.631] (II) No input driver/identifier specified (ignoring)
[   426.631] (II) config/udev: Adding input device HID 046a:0023 (/dev/input/event1)
[   426.631] (II) No input driver/identifier specified (ignoring)
[   426.632] (II) config/udev: Adding input device HID 046a:0023 (/dev/input/event2)
[   426.632] (II) No input driver/identifier specified (ignoring)
[   426.635] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[   426.635] (II) No input driver/identifier specified (ignoring)

I also do not understand where these xorg log sections concerning vesa, nv, etc in the Xorg.0.log come from. I dont have a conf file with these entries.

Help would be great!

Keen

Last edited by keen90 (2011-09-07 11:24:54)

Offline

#7 2011-09-07 11:21:50

olive
Member
From: Belgium
Registered: 2008-06-22
Posts: 1,490

Re: [SOLVED] Problems setting up Xserver

Are you a member of the video group? You did not post the generated /root/xorg.conf.new

Offline

#8 2011-09-07 11:27:02

keen90
Member
From: Europe
Registered: 2010-04-07
Posts: 106

Re: [SOLVED] Problems setting up Xserver

I did this as root... I thought root was in all groups by default, but I will check.
Just added the xorg.conf file. Thanks for the reminder

Last edited by keen90 (2011-09-07 11:28:03)

Offline

#9 2011-09-07 11:32:49

keen90
Member
From: Europe
Registered: 2010-04-07
Posts: 106

Re: [SOLVED] Problems setting up Xserver

# groups

performed as root get me:
root bin daemon sys adm disk wheel log

I tried

uderadd -g video root

but the output of groups is still the same (no member of video)

Last edited by keen90 (2011-09-07 11:41:27)

Offline

#10 2011-09-07 12:13:11

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: [SOLVED] Problems setting up Xserver

Drop xorg.conf or xorf.cong.new or anything like that. The ones you're using are outdated. I see where your problem is though. X has nothing to run, so it simply shuts down.

Offline

#11 2011-09-07 12:29:10

keen90
Member
From: Europe
Registered: 2010-04-07
Posts: 106

Re: [SOLVED] Problems setting up Xserver

Ok i deleted the file
startx now gets me:

(==) Log file: "/var/log/Xorg.0.log", Time: Wed Sep  7 14:25:08 2011
(==) Using default built-in configuration (48 lines)
(EE) [drm] failed to open device
(EE) open /dev/fb0: No such file or directory
/etc/X11/xinit/xinitrc: line 52: twm: command not found
/etc/X11/xinit/xinitrc: line 53: xclock: command not found
/etc/X11/xinit/xinitrc: line 54: xterm: command not found
/etc/X11/xinit/xinitrc: line 56: exec: xterm: not found
/etc/X11/xinit/xinitrc: line 55: xterm: command not found
xinit: connection to X server lost

waiting for X server to shut down 

There were error messages about vesa and nv but the disappeared when i installed xf86-video-vesa and xf86-video-nv.
What do these lines mean?

(EE) [drm] failed to open device
(EE) open /dev/fb0: No such file or directory

Last edited by keen90 (2011-09-07 12:29:50)

Offline

#12 2011-09-07 12:47:39

olive
Member
From: Belgium
Registered: 2008-06-22
Posts: 1,490

Re: [SOLVED] Problems setting up Xserver

Did you read the Gusar answer. First you have no programs to run.  Edit /etc/X11/xinit/xinitrc and add something to run. You need a window manager/desktop environment. Install twm and xterm at least.

For the two errors, it looks like you miss some important files. Are you running a vanilla installation (the installer of proprietary drivers are notorious for messing up the system). Have you installed the correct packages: pacman -S --needed xorg xorg-drivers ? Did you really try with a new arch installation (without having installed anything outside pacman) ? What's the content of testdb? According to the generated config file, xorg want the xf86-video-nouveau package and I wonder if it is correctly installed. If you have installed a driver from the nvidia site, I would suggest to restart with a fresh installation (I repeat they may mess up the system).

Last edited by olive (2011-09-07 12:53:25)

Offline

#13 2011-09-07 13:00:26

ichase
Member
Registered: 2011-02-10
Posts: 113

Re: [SOLVED] Problems setting up Xserver

I want to approach this from a different angle.  1.) You mentioned your video card is Nvidia.  Have you installed the nvidia driver?

# pacman -S nvidia

Then did you configure the driver to X

# nvidia-xconfig

Then

# depmod -a

to update the kernel module

***I also saw where you are having issues with pacman and that is another issue all together.

2.) What Desktop envirnonment or Windows manager have you installed?  IE KDE, Gnome, Openbox, Xfce etc  You may not have installed one yet.

I suggest after configuring your Nvidia driver, install the GUI of your choice, add it to your .xinitrc (as user not root) then see what happens.

I had to get rid of my xorg.conf file on my laptop because it would not work with my ATI video, but with my desktop that has Nvidia, once the Nvidia driver was configured all was well.  I know, I could be off in left field here but just wanted to touch on some of the basics to see if we can get this issue cleared up for you.

All the best,

Ian

Offline

#14 2011-09-07 13:38:25

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: [SOLVED] Problems setting up Xserver

ichase wrote:

Then did you configure the driver to X

# nvidia-xconfig

Don't do that! It's outdated. You don't need any config file anymore, not even for nvidia (the Arch xorg-server is patched accordingly).

@keen90: Everything is fine! X just has nothing to run. So install something.

Offline

#15 2011-09-07 14:41:56

ichase
Member
Registered: 2011-02-10
Posts: 113

Re: [SOLVED] Problems setting up Xserver

Gusar - Thanks for the assist. smile  Had not realized that configuring nvidia with X was outdated.  Was that rather recently like in the last few months?  It has been a few months since I have installed a fresh Arch build.  smile

Last edited by ichase (2011-09-07 14:43:47)

Offline

#16 2011-09-07 14:59:39

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: [SOLVED] Problems setting up Xserver

ichase wrote:

Gusar - Thanks for the assist. smile  Had not realized that configuring nvidia with X was outdated.  Was that rather recently like in the last few months?  It has been a few months since I have installed a fresh Arch build.  smile

The nvidia-xconfig utility has been outdated for a long time now, since the days of HAL actually, but definitely since X has been using udev.

Manual configuration hasn't been required since X got support for multiple config files (which was at the same time it switched from HAL to udev), because the nvidia-utils package installed xorg.conf.d/20-nvidia.conf, which configured things for you. Recently not even that file is necessary, because X has been patched. I checked the logs, the patch (autoconfig-nvidia.patch) was added on May 30th.

Offline

#17 2011-09-07 15:13:16

ichase
Member
Registered: 2011-02-10
Posts: 113

Re: [SOLVED] Problems setting up Xserver

Gusar - Thanks for taking the time to explain this to me.  The last install of Arch I did was around March on the desktop with Nvidia video.  Have had no major issues so have not had to dabble with a re-install.  wink

Thanks again,

Ian

Offline

#18 2011-09-07 16:45:34

keen90
Member
From: Europe
Registered: 2010-04-07
Posts: 106

Re: [SOLVED] Problems setting up Xserver

First of all, thanks for all the help!

I installed xterm and now I see terminals when i run

startx

but my system is still frozen... means, neither mouse nor keyboard work.
I'll check the logfiles and post them.

@ Olive. I did install nvidia before, but I used pacman, only. Would you still recommend to do a new install?
For the moment I'd be happy If anything runs but later I'd prefer the nvidia driver.

@ Ichase. I do not have a window manager installed so far. But I will install XFCE as soon as meyboard and mouse are working.

Last edited by keen90 (2011-09-07 16:46:22)

Offline

#19 2011-09-07 16:55:25

keen90
Member
From: Europe
Registered: 2010-04-07
Posts: 106

Re: [SOLVED] Problems setting up Xserver

Well there seems to be an input device problem...

Xorg.0.log

[   767.798] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Sep  7 18:48:19 2011
[   767.800] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   767.802] (==) No Layout section.  Using the first Screen section.
[   767.802] (==) No screen section available. Using defaults.
[   767.802] (**) |-->Screen "Default Screen Section" (0)
[   767.802] (**) |   |-->Monitor "<default monitor>"
[   767.802] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   767.802] (==) Automatically adding devices
[   767.802] (==) Automatically enabling devices
[   767.804] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[   767.804] 	Entry deleted from font path.
[   767.804] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[   767.804] 	Entry deleted from font path.
[   767.804] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[   767.804] 	Entry deleted from font path.
[   767.804] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[   767.804] (==) ModulePath set to "/usr/lib/xorg/modules"
[   767.804] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   767.804] (II) Loader magic: 0x822e4e0
[   767.804] (II) Module ABI versions:
[   767.804] 	X.Org ANSI C Emulation: 0.4
[   767.804] 	X.Org Video Driver: 10.0
[   767.804] 	X.Org XInput driver : 12.2
[   767.804] 	X.Org Server Extension : 5.0
[   767.805] (--) PCI:*(0:3:0:0) 10de:0640:19da:6046 rev 161, Mem @ 0xfa000000/16777216, 0xd0000000/268435456, 0xf8000000/33554432, I/O @ 0x0000bc00/128, BIOS @ 0x????????/524288
[   767.805] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   767.805] (II) LoadModule: "extmod"
[   767.805] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[   767.807] (II) Module extmod: vendor="X.Org Foundation"
[   767.807] 	compiled for 1.10.3.901, module version = 1.0.0
[   767.807] 	Module class: X.Org Server Extension
[   767.807] 	ABI class: X.Org Server Extension, version 5.0
[   767.807] (II) Loading extension MIT-SCREEN-SAVER
[   767.807] (II) Loading extension XFree86-VidModeExtension
[   767.807] (II) Loading extension XFree86-DGA
[   767.807] (II) Loading extension DPMS
[   767.807] (II) Loading extension XVideo
[   767.807] (II) Loading extension XVideo-MotionCompensation
[   767.807] (II) Loading extension X-Resource
[   767.807] (II) LoadModule: "dbe"
[   767.807] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[   767.808] (II) Module dbe: vendor="X.Org Foundation"
[   767.808] 	compiled for 1.10.3.901, module version = 1.0.0
[   767.808] 	Module class: X.Org Server Extension
[   767.808] 	ABI class: X.Org Server Extension, version 5.0
[   767.808] (II) Loading extension DOUBLE-BUFFER
[   767.808] (II) LoadModule: "glx"
[   767.808] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   767.812] (II) Module glx: vendor="X.Org Foundation"
[   767.812] 	compiled for 1.10.3.901, module version = 1.0.0
[   767.812] 	ABI class: X.Org Server Extension, version 5.0
[   767.812] (==) AIGLX enabled
[   767.812] (II) Loading extension GLX
[   767.812] (II) LoadModule: "record"
[   767.813] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[   767.813] (II) Module record: vendor="X.Org Foundation"
[   767.813] 	compiled for 1.10.3.901, module version = 1.13.0
[   767.813] 	Module class: X.Org Server Extension
[   767.813] 	ABI class: X.Org Server Extension, version 5.0
[   767.813] (II) Loading extension RECORD
[   767.813] (II) LoadModule: "dri"
[   767.814] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[   767.815] (II) Module dri: vendor="X.Org Foundation"
[   767.815] 	compiled for 1.10.3.901, module version = 1.0.0
[   767.815] 	ABI class: X.Org Server Extension, version 5.0
[   767.815] (II) Loading extension XFree86-DRI
[   767.815] (II) LoadModule: "dri2"
[   767.815] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[   767.816] (II) Module dri2: vendor="X.Org Foundation"
[   767.816] 	compiled for 1.10.3.901, module version = 1.2.0
[   767.816] 	ABI class: X.Org Server Extension, version 5.0
[   767.816] (II) Loading extension DRI2
[   767.816] (==) Matched nouveau as autoconfigured driver 0
[   767.816] (==) Matched nv as autoconfigured driver 1
[   767.816] (==) Matched nvidia as autoconfigured driver 2
[   767.816] (==) Matched vesa as autoconfigured driver 3
[   767.816] (==) Matched fbdev as autoconfigured driver 4
[   767.816] (==) Assigned the driver to the xf86ConfigLayout
[   767.816] (II) LoadModule: "nouveau"
[   767.817] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[   767.821] (II) Module nouveau: vendor="X.Org Foundation"
[   767.821] 	compiled for 1.10.3, module version = 0.0.16
[   767.821] 	Module class: X.Org Video Driver
[   767.821] 	ABI class: X.Org Video Driver, version 10.0
[   767.821] (II) LoadModule: "nv"
[   767.821] (II) Loading /usr/lib/xorg/modules/drivers/nv_drv.so
[   767.824] (II) Module nv: vendor="X.Org Foundation"
[   767.824] 	compiled for 1.10.0, module version = 2.1.18
[   767.824] 	Module class: X.Org Video Driver
[   767.824] 	ABI class: X.Org Video Driver, version 10.0
[   767.824] (II) LoadModule: "nvidia"
[   767.824] (WW) Warning, couldn't open module nvidia
[   767.824] (II) UnloadModule: "nvidia"
[   767.824] (II) Unloading nvidia
[   767.824] (EE) Failed to load module "nvidia" (module does not exist, 0)
[   767.824] (II) LoadModule: "vesa"
[   767.824] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[   767.825] (II) Module vesa: vendor="X.Org Foundation"
[   767.825] 	compiled for 1.10.0, module version = 2.3.0
[   767.825] 	Module class: X.Org Video Driver
[   767.825] 	ABI class: X.Org Video Driver, version 10.0
[   767.825] (II) LoadModule: "fbdev"
[   767.825] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[   767.826] (II) Module fbdev: vendor="X.Org Foundation"
[   767.826] 	compiled for 1.10.0, module version = 0.4.2
[   767.826] 	ABI class: X.Org Video Driver, version 10.0
[   767.826] (II) NOUVEAU driver 
[   767.826] (II) NOUVEAU driver for NVIDIA chipset families :
[   767.826] 	RIVA TNT        (NV04)
[   767.826] 	RIVA TNT2       (NV05)
[   767.826] 	GeForce 256     (NV10)
[   767.826] 	GeForce 2       (NV11, NV15)
[   767.826] 	GeForce 4MX     (NV17, NV18)
[   767.826] 	GeForce 3       (NV20)
[   767.826] 	GeForce 4Ti     (NV25, NV28)
[   767.826] 	GeForce FX      (NV3x)
[   767.826] 	GeForce 6       (NV4x)
[   767.826] 	GeForce 7       (G7x)
[   767.826] 	GeForce 8       (G8x)
[   767.826] 	GeForce GTX 200 (NVA0)
[   767.826] 	GeForce GTX 400 (NVC0)
[   767.826] (II) NOUVEAU driver 
[   767.826] (II) NOUVEAU driver for NVIDIA chipset families :
[   767.826] 	RIVA TNT        (NV04)
[   767.826] 	RIVA TNT2       (NV05)
[   767.826] 	GeForce 256     (NV10)
[   767.826] 	GeForce 2       (NV11, NV15)
[   767.826] 	GeForce 4MX     (NV17, NV18)
[   767.826] 	GeForce 3       (NV20)
[   767.826] 	GeForce 4Ti     (NV25, NV28)
[   767.826] 	GeForce FX      (NV3x)
[   767.826] 	GeForce 6       (NV4x)
[   767.826] 	GeForce 7       (G7x)
[   767.826] 	GeForce 8       (G8x)
[   767.826] 	GeForce GTX 200 (NVA0)
[   767.826] 	GeForce GTX 400 (NVC0)
[   767.826] (II) VESA: driver for VESA chipsets: vesa
[   767.826] (II) FBDEV: driver for framebuffer: fbdev
[   767.826] (--) using VT number 7

[   767.829] drmOpenDevice: node name is /dev/dri/card0
[   767.829] drmOpenDevice: open result is 7, (OK)
[   767.829] drmOpenByBusid: Searching for BusID pci:0000:03:00.0
[   767.829] drmOpenDevice: node name is /dev/dri/card0
[   767.829] drmOpenDevice: open result is 7, (OK)
[   767.829] drmOpenByBusid: drmOpenMinor returns 7
[   767.829] drmOpenByBusid: drmGetBusid reports pci:0000:03:00.0
[   767.829] (II) [drm] nouveau interface version: 0.0.16
[   767.829] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[   767.829] (WW) Falling back to old probe method for vesa
[   767.829] (WW) Falling back to old probe method for fbdev
[   767.829] (II) Loading sub module "fbdevhw"
[   767.829] (II) LoadModule: "fbdevhw"
[   767.829] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[   767.830] (II) Module fbdevhw: vendor="X.Org Foundation"
[   767.830] 	compiled for 1.10.3.901, module version = 0.0.2
[   767.830] 	ABI class: X.Org Video Driver, version 10.0
[   767.830] (II) Loading sub module "dri"
[   767.830] (II) LoadModule: "dri"
[   767.830] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[   767.830] (II) Module dri: vendor="X.Org Foundation"
[   767.830] 	compiled for 1.10.3.901, module version = 1.0.0
[   767.830] 	ABI class: X.Org Server Extension, version 5.0
[   767.830] (II) NOUVEAU(0): Loaded DRI module
[   767.830] drmOpenDevice: node name is /dev/dri/card0
[   767.830] drmOpenDevice: open result is 8, (OK)
[   767.830] drmOpenDevice: node name is /dev/dri/card0
[   767.830] drmOpenDevice: open result is 8, (OK)
[   767.830] drmOpenByBusid: Searching for BusID pci:0000:03:00.0
[   767.830] drmOpenDevice: node name is /dev/dri/card0
[   767.830] drmOpenDevice: open result is 8, (OK)
[   767.830] drmOpenByBusid: drmOpenMinor returns 8
[   767.830] drmOpenByBusid: drmGetBusid reports pci:0000:03:00.0
[   767.830] (II) [drm] DRM interface version 1.4
[   767.830] (II) [drm] DRM open master succeeded.
[   767.830] (--) NOUVEAU(0): Chipset: "NVIDIA NV96"
[   767.830] (II) NOUVEAU(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   767.830] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
[   767.830] (==) NOUVEAU(0): RGB weight 888
[   767.830] (==) NOUVEAU(0): Default visual is TrueColor
[   767.830] (==) NOUVEAU(0): Using HW cursor
[   767.830] (==) NOUVEAU(0): GLX sync to VBlank disabled.
[   767.830] (==) NOUVEAU(0): Page flipping enabled
[   767.937] (II) NOUVEAU(0): Output DVI-I-1 has no monitor section
[   768.042] (II) NOUVEAU(0): Output DVI-I-2 has no monitor section
[   768.146] (II) NOUVEAU(0): EDID for output DVI-I-1
[   768.146] (II) NOUVEAU(0): Manufacturer: SAM  Model: 43e  Serial#: 1297691188
[   768.146] (II) NOUVEAU(0): Year: 2009  Week: 16
[   768.146] (II) NOUVEAU(0): EDID Version: 1.3
[   768.146] (II) NOUVEAU(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
[   768.146] (II) NOUVEAU(0): Sync:  Separate  Composite  SyncOnGreen
[   768.146] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 52  vert.: 32
[   768.146] (II) NOUVEAU(0): Gamma: 2.20
[   768.147] (II) NOUVEAU(0): DPMS capabilities: Off; RGB/Color Display
[   768.147] (II) NOUVEAU(0): First detailed timing is preferred mode
[   768.147] (II) NOUVEAU(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
[   768.147] (II) NOUVEAU(0): blueX: 0.150 blueY: 0.060   whiteX: 0.312 whiteY: 0.329
[   768.147] (II) NOUVEAU(0): Supported established timings:
[   768.147] (II) NOUVEAU(0): 640x480@60Hz
[   768.147] (II) NOUVEAU(0): 800x600@56Hz
[   768.147] (II) NOUVEAU(0): 800x600@60Hz
[   768.147] (II) NOUVEAU(0): 1024x768@60Hz
[   768.147] (II) NOUVEAU(0): Manufacturer's mask: 0
[   768.147] (II) NOUVEAU(0): Supported standard timings:
[   768.147] (II) NOUVEAU(0): #0: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[   768.147] (II) NOUVEAU(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[   768.147] (II) NOUVEAU(0): #2: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[   768.147] (II) NOUVEAU(0): Supported detailed timing:
[   768.147] (II) NOUVEAU(0): clock: 154.0 MHz   Image Size:  518 x 324 mm
[   768.147] (II) NOUVEAU(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[   768.147] (II) NOUVEAU(0): v_active: 1200  v_sync: 1203  v_sync_end 1209 v_blanking: 1235 v_border: 0
[   768.147] (II) NOUVEAU(0): Ranges: V min: 56 V max: 60 Hz, H min: 30 H max: 81 kHz, PixClock max 175 MHz
[   768.147] (II) NOUVEAU(0): Monitor name: SyncMaster
[   768.147] (II) NOUVEAU(0): Serial No: H9XS403757
[   768.147] (II) NOUVEAU(0): EDID (in hex):
[   768.147] (II) NOUVEAU(0): 	00ffffffffffff004c2d3e043432594d
[   768.147] (II) NOUVEAU(0): 	101301030e3420782aee91a3544c9926
[   768.147] (II) NOUVEAU(0): 	0f5054230800a9408180814001010101
[   768.147] (II) NOUVEAU(0): 	010101010101283c80a070b023403020
[   768.147] (II) NOUVEAU(0): 	360006442100001a000000fd00383c1e
[   768.147] (II) NOUVEAU(0): 	5111000a202020202020000000fc0053
[   768.147] (II) NOUVEAU(0): 	796e634d61737465720a2020000000ff
[   768.147] (II) NOUVEAU(0): 	00483958533430333735370a20200035
[   768.147] (II) NOUVEAU(0): EDID vendor "SAM", prod id 1086
[   768.147] (II) NOUVEAU(0): Using EDID range info for horizontal sync
[   768.147] (II) NOUVEAU(0): Using EDID range info for vertical refresh
[   768.147] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[   768.147] (II) NOUVEAU(0): Modeline "1920x1200"x0.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz)
[   768.147] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[   768.147] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[   768.147] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[   768.147] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[   768.147] (II) NOUVEAU(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[   768.147] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[   768.147] (II) NOUVEAU(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
[   768.147] (II) NOUVEAU(0): Printing probed modes for output DVI-I-1
[   768.147] (II) NOUVEAU(0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz)
[   768.147] (II) NOUVEAU(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[   768.147] (II) NOUVEAU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[   768.147] (II) NOUVEAU(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
[   768.147] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[   768.147] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[   768.147] (II) NOUVEAU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[   768.147] (II) NOUVEAU(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[   768.252] (II) NOUVEAU(0): EDID for output DVI-I-2
[   768.252] (II) NOUVEAU(0): Output DVI-I-1 connected
[   768.252] (II) NOUVEAU(0): Output DVI-I-2 disconnected
[   768.252] (II) NOUVEAU(0): Using exact sizes for initial modes
[   768.252] (II) NOUVEAU(0): Output DVI-I-1 using initial mode 1920x1200
[   768.252] (II) NOUVEAU(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[   768.252] (--) NOUVEAU(0): Virtual size is 1920x1200 (pitch 0)
[   768.252] (**) NOUVEAU(0):  Driver mode "1920x1200": 154.0 MHz (scaled from 0.0 MHz), 74.0 kHz, 60.0 Hz
[   768.252] (II) NOUVEAU(0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz)
[   768.252] (**) NOUVEAU(0):  Driver mode "1600x1200": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
[   768.252] (II) NOUVEAU(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[   768.252] (**) NOUVEAU(0):  Driver mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
[   768.252] (II) NOUVEAU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[   768.252] (**) NOUVEAU(0):  Driver mode "1280x960": 108.0 MHz (scaled from 0.0 MHz), 60.0 kHz, 60.0 Hz
[   768.252] (II) NOUVEAU(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
[   768.252] (**) NOUVEAU(0):  Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
[   768.252] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[   768.252] (**) NOUVEAU(0):  Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
[   768.252] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[   768.252] (**) NOUVEAU(0):  Driver mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz
[   768.252] (II) NOUVEAU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[   768.252] (**) NOUVEAU(0):  Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
[   768.252] (II) NOUVEAU(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[   768.252] (**) NOUVEAU(0): Display dimensions: (520, 320) mm
[   768.252] (**) NOUVEAU(0): DPI set to (93, 95)
[   768.252] (II) Loading sub module "fb"
[   768.252] (II) LoadModule: "fb"
[   768.252] (II) Loading /usr/lib/xorg/modules/libfb.so
[   768.254] (II) Module fb: vendor="X.Org Foundation"
[   768.254] 	compiled for 1.10.3.901, module version = 1.0.0
[   768.254] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   768.254] (II) Loading sub module "exa"
[   768.254] (II) LoadModule: "exa"
[   768.254] (II) Loading /usr/lib/xorg/modules/libexa.so
[   768.256] (II) Module exa: vendor="X.Org Foundation"
[   768.256] 	compiled for 1.10.3.901, module version = 2.5.0
[   768.256] 	ABI class: X.Org Video Driver, version 10.0
[   768.256] (II) Loading sub module "shadowfb"
[   768.256] (II) LoadModule: "shadowfb"
[   768.256] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[   768.257] (II) Module shadowfb: vendor="X.Org Foundation"
[   768.257] 	compiled for 1.10.3.901, module version = 1.0.0
[   768.257] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   768.257] (II) UnloadModule: "nv"
[   768.257] (II) Unloading nv
[   768.257] (II) UnloadModule: "vesa"
[   768.257] (II) Unloading vesa
[   768.258] (II) UnloadModule: "fbdev"
[   768.258] (II) Unloading fbdev
[   768.258] (II) UnloadModule: "fbdevhw"
[   768.258] (II) Unloading fbdevhw
[   768.258] (--) Depth 24 pixmap format is 32 bpp
[   768.275] (II) NOUVEAU(0): Opened GPU channel 2
[   768.275] (II) NOUVEAU(0): [DRI2] Setup complete
[   768.275] (II) NOUVEAU(0): [DRI2]   DRI driver: nouveau
[   768.275] (II) NOUVEAU(0): GART: 512MiB available
[   768.277] (II) NOUVEAU(0): GART: Allocated 16MiB as a scratch buffer
[   768.280] (II) EXA(0): Driver allocated offscreen pixmaps
[   768.280] (II) EXA(0): Driver registered support for the following operations:
[   768.281] (II)         Solid
[   768.281] (II)         Copy
[   768.281] (II)         Composite (RENDER acceleration)
[   768.281] (II)         UploadToScreen
[   768.281] (II)         DownloadFromScreen
[   768.281] (==) NOUVEAU(0): Backing store disabled
[   768.281] (==) NOUVEAU(0): Silken mouse enabled
[   768.282] (II) NOUVEAU(0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
[   768.282] (II) NOUVEAU(0): [XvMC] Extension initialized.
[   768.282] (==) NOUVEAU(0): DPMS enabled
[   768.282] (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[   768.282] (--) RandR disabled
[   768.282] (II) Initializing built-in extension Generic Event Extension
[   768.282] (II) Initializing built-in extension SHAPE
[   768.282] (II) Initializing built-in extension MIT-SHM
[   768.282] (II) Initializing built-in extension XInputExtension
[   768.282] (II) Initializing built-in extension XTEST
[   768.282] (II) Initializing built-in extension BIG-REQUESTS
[   768.282] (II) Initializing built-in extension SYNC
[   768.282] (II) Initializing built-in extension XKEYBOARD
[   768.282] (II) Initializing built-in extension XC-MISC
[   768.282] (II) Initializing built-in extension SECURITY
[   768.282] (II) Initializing built-in extension XINERAMA
[   768.282] (II) Initializing built-in extension XFIXES
[   768.282] (II) Initializing built-in extension RENDER
[   768.282] (II) Initializing built-in extension RANDR
[   768.282] (II) Initializing built-in extension COMPOSITE
[   768.282] (II) Initializing built-in extension DAMAGE
[   768.290] (II) AIGLX error: dlopen of /usr/lib/xorg/modules/dri/nouveau_dri.so failed (/usr/lib/xorg/modules/dri/nouveau_dri.so: cannot open shared object file: No such file or directory)
[   768.290] (II) AIGLX: reverting to software rendering
[   768.290] (II) AIGLX: Screen 0 is not DRI capable
[   768.351] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/swrast_dri.so
[   768.351] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[   768.354] (II) NOUVEAU(0): NVEnterVT is called.
[   768.358] (II) NOUVEAU(0): Setting screen physical size to 507 x 317
[   768.358] resize called 1920 1200
[   768.470] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[   768.470] (II) No input driver/identifier specified (ignoring)
[   768.472] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[   768.472] (II) No input driver/identifier specified (ignoring)
[   768.475] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event3)
[   768.475] (II) No input driver/identifier specified (ignoring)
[   768.475] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event4)
[   768.475] (II) No input driver/identifier specified (ignoring)
[   768.479] (II) config/udev: Adding input device Microsoft Microsoft 3-Button Mouse with IntelliEye(TM) (/dev/input/event5)
[   768.479] (II) No input driver/identifier specified (ignoring)
[   768.479] (II) config/udev: Adding input device Microsoft Microsoft 3-Button Mouse with IntelliEye(TM) (/dev/input/mouse0)
[   768.479] (II) No input driver/identifier specified (ignoring)
[   768.479] (II) config/udev: Adding input device HID 046a:0023 (/dev/input/event6)
[   768.479] (II) No input driver/identifier specified (ignoring)
[   768.480] (II) config/udev: Adding input device HID 046a:0023 (/dev/input/event7)
[   768.480] (II) No input driver/identifier specified (ignoring)
[   768.483] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[   768.483] (II) No input driver/identifier specified (ignoring)

I did get the missing packages mentioned before, but I had to uninstall nvidia in order to install them.

pacman -S --needed xorg xorg-drivers

Offline

#20 2011-09-08 20:12:48

olive
Member
From: Belgium
Registered: 2008-06-22
Posts: 1,490

Re: [SOLVED] Problems setting up Xserver

If you have only installed driver with pacman, no you do not need to reinstall (I was thinking about proprietary installer that can mess the system).

Why you had to uninstall nvidia? The recommended things to install are groups that include all drivers. Without an xorg.conf file xorg is usually able to do autoconfiguration and to pick the correct driver itself.

You need to install a window manager for xorg to run. If Xorg has nothing to run, it will exit and you would not be able to see it it works or not. pacman -S xorg-twn and put exec twn in your .xinitrc. It is very lightwight 192 K installed and will be perfect for testing purpose.

Offline

#21 2011-09-09 09:47:02

keen90
Member
From: Europe
Registered: 2010-04-07
Posts: 106

Re: [SOLVED] Problems setting up Xserver

I tried twm, but I got a black screen and a frozen system, again. Possibly the black screen is normal for twm, I dont know I never used it before.
Then I tried xfce4. Xfce did start, but I still have a frozen keyboard and mouse.  So I gues its not twm's fault, my X11 just does not recognize my input devices so far.

How can I configure the Input devices when I don't have a xorg.conf file?

Last edited by keen90 (2011-09-09 09:48:19)

Offline

#22 2011-09-09 09:53:50

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: [SOLVED] Problems setting up Xserver

keen90 wrote:

How can I configure the Input devices when I don't have a xorg.conf file?

You don't need to, they should work out-of-the-box. Do you have xf86-input-evdev installed? You should have, it's a dependency of xorg-server, but check anyway. Or reinstall the package even if it's already there,

Offline

#23 2011-09-09 10:05:26

keen90
Member
From: Europe
Registered: 2010-04-07
Posts: 106

Re: [SOLVED] Problems setting up Xserver

They are installed. I just installed this package again. Did not help :-(

Offline

#24 2011-09-09 10:56:20

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: [SOLVED] Problems setting up Xserver

Do you have an /etc/X11/xorg.conf.d/10-evdev.conf file? I've just figured out, X actually won't work without any config files. It needs some file which assigns input devices to the evdev driver. If you don't have that file, reinstall xorg-server (it's the package that contains it).

Offline

#25 2011-09-09 18:49:01

keen90
Member
From: Europe
Registered: 2010-04-07
Posts: 106

Re: [SOLVED] Problems setting up Xserver

Aaaaaaaah! It works.

Thank you so much!!!
I had nearly given up hope.

Offline

Board footer

Powered by FluxBB