tech-x11 archive

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

Problems getting X to run properly on 9.0/amd64



Hello,

I'm trying to use X on my laptop, running NetBSD 9.0/amd64, but it's
not really working, meaning:

  * The X server will start, but needs nearly 1 minute to finish
    starting up and giving me a graphical environment.

  * When the X environment is up, I'm unable to use the computer's
    touchpad. A USB mouse will work to bring up my window manager's
    menu, though. (I'm using Openbox.)

  * The keyboard will often be unresponsive.

  * Exiting the X session from Openbox' menu, it will take about 25
    seconds to get back to the TTY.

I'm running X simply by executing `startx' from the TTY prompt. My
~/.xinitrc file looks like this:

  exec openbox


According to `pcictl pci0 list', my graphics card is an

  NVIDIA product 0407 (VGA display, revision 0xa1)

Comparing that to a list of NVIDIA GPUs supported on Linux that I've
been pointed to on IRC suggests that this means it's a

  GeForce 8600M GT

The driver being used is "nouveau".

The touchpad type could not be determined. It seems like it is simply
not being recognized by the system. But, IIRC, it's a Synaptics
touchpad.


After closing the X session I'm seeing a few error messages that are not
in the Xorg log. Some of them are kernel messages. Here's a picture of
the situation:

  https://www.msiism.org/fd/1aosXZpQ/NetBSD_9.0_amd64_Xorg_errors.png


Finally, here's the content of /var/log/Xorg.0.log:

[  1492.678]
X.Org X Server 1.20.5
X Protocol Version 11, Revision 0
[  1492.678] Build Operating System: NetBSD/amd64 9.0 - The NetBSD
Foundation, Inc.
[  1492.678] Current Operating System: NetBSD osiris 9.0 NetBSD 9.0
(GENERIC) #0: Fri Feb 14 00:06:28 UTC 2020
mkrepro%mkrepro.NetBSD.org@localhost:/usr/src/sys/arch/amd64/compile/GENERIC amd64
[  1492.679] Build Date: 03 March 2019  07:11:23AM
[  1492.679]
[  1492.679] Current version of pixman: 0.38.4
[  1492.679] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  1492.679] Markers: (--) probed, (**) from config file, (==) default
setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1492.679] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jul 12
18:50:10 2020
[  1492.679] (II) Loader magic: 0x14e88ea20
[  1492.679] (II) Module ABI versions:
[  1492.679] 	X.Org ANSI C Emulation: 0.4
[  1492.679] 	X.Org Video Driver: 24.0
[  1492.679] 	X.Org XInput driver : 24.1
[  1492.679] 	X.Org Server Extension : 10.0
[  1492.693] (--) PCI:*(1@1:0:0) 10de:0407:14c0:0025 rev 161, Mem @
0xc6000000/16777216, 0xd0000000/268435456, 0xc4000000/33554432, I/O @
0x00002000/128
[  1492.693] (==) Using default built-in configuration (48 lines)
[  1492.693] (==) --- Start of built-in configuration ---
[  1492.693] 	Section "Device"
[  1492.693] 		Identifier	"Builtin Default nouveau Device 0"
[  1492.693] 		Driver	"nouveau"
[  1492.693] 	EndSection
[  1492.693] 	Section "Screen"
[  1492.693] 		Identifier	"Builtin Default nouveau Screen 0"
[  1492.693] 		Device	"Builtin Default nouveau Device 0"
[  1492.693] 	EndSection
[  1492.693] 	Section "Device"
[  1492.693] 		Identifier	"Builtin Default nv Device 0"
[  1492.693] 		Driver	"nv"
[  1492.693] 	EndSection
[  1492.693] 	Section "Screen"
[  1492.693] 		Identifier	"Builtin Default nv Screen 0"
[  1492.693] 		Device	"Builtin Default nv Device 0"
[  1492.693] 	EndSection
[  1492.693] 	Section "Device"
[  1492.693] 		Identifier	"Builtin Default modesetting Device 0"
[  1492.693] 		Driver	"modesetting"
[  1492.693] 	EndSection
[  1492.693] 	Section "Screen"
[  1492.693] 		Identifier	"Builtin Default modesetting Screen 0"
[  1492.693] 		Device	"Builtin Default modesetting Device 0"
[  1492.693] 	EndSection
[  1492.693] 	Section "Device"
[  1492.693] 		Identifier	"Builtin Default vesa Device 0"
[  1492.693] 		Driver	"vesa"
[  1492.693] 	EndSection
[  1492.693] 	Section "Screen"
[  1492.693] 		Identifier	"Builtin Default vesa Screen 0"
[  1492.693] 		Device	"Builtin Default vesa Device 0"
[  1492.693] 	EndSection
[  1492.693] 	Section "Device"
[  1492.693] 		Identifier	"Builtin Default wsfb Device 0"
[  1492.693] 		Driver	"wsfb"
[  1492.693] 	EndSection
[  1492.693] 	Section "Screen"
[  1492.693] 		Identifier	"Builtin Default wsfb Screen 0"
[  1492.693] 		Device	"Builtin Default wsfb Device 0"
[  1492.693] 	EndSection
[  1492.694] 	Section "ServerLayout"
[  1492.694] 		Identifier	"Builtin Default Layout"
[  1492.694] 		Screen	"Builtin Default nouveau Screen 0"
[  1492.694] 		Screen	"Builtin Default nv Screen 0"
[  1492.694] 		Screen	"Builtin Default modesetting Screen 0"
[  1492.694] 		Screen	"Builtin Default vesa Screen 0"
[  1492.694] 		Screen	"Builtin Default wsfb Screen 0"
[  1492.694] 	EndSection
[  1492.694] (==) --- End of built-in configuration ---
[  1492.694] (==) ServerLayout "Builtin Default Layout"
[  1492.694] (**) |-->Screen "Builtin Default nouveau Screen 0" (0)
[  1492.694] (**) |   |-->Monitor "<default monitor>"
[  1492.694] (**) |   |-->Device "Builtin Default nouveau Device 0"
[  1492.694] (==) No monitor specified for screen "Builtin Default
nouveau Screen 0".
	Using a default monitor configuration.
[  1492.694] (**) |-->Screen "Builtin Default nv Screen 0" (1)
[  1492.694] (**) |   |-->Monitor "<default monitor>"
[  1492.694] (**) |   |-->Device "Builtin Default nv Device 0"
[  1492.694] (==) No monitor specified for screen "Builtin Default nv
Screen 0".
	Using a default monitor configuration.
[  1492.694] (**) |-->Screen "Builtin Default modesetting Screen 0" (2)
[  1492.694] (**) |   |-->Monitor "<default monitor>"
[  1492.695] (**) |   |-->Device "Builtin Default modesetting Device 0"
[  1492.695] (==) No monitor specified for screen "Builtin Default
modesetting Screen 0".
	Using a default monitor configuration.
[  1492.695] (**) |-->Screen "Builtin Default vesa Screen 0" (3)
[  1492.695] (**) |   |-->Monitor "<default monitor>"
[  1492.695] (**) |   |-->Device "Builtin Default vesa Device 0"
[  1492.695] (==) No monitor specified for screen "Builtin Default vesa
Screen 0".
	Using a default monitor configuration.
[  1492.695] (**) |-->Screen "Builtin Default wsfb Screen 0" (4)
[  1492.695] (**) |   |-->Monitor "<default monitor>"
[  1492.695] (**) |   |-->Device "Builtin Default wsfb Device 0"
[  1492.695] (==) No monitor specified for screen "Builtin Default wsfb
Screen 0".
	Using a default monitor configuration.
[  1492.695] (==) Not automatically adding devices
[  1492.695] (==) Not automatically enabling devices
[  1492.696] (==) Not automatically adding GPU devices
[  1492.696] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  1492.696] (==) FontPath set to:
	/usr/X11R7/lib/X11/fonts/misc/,
	/usr/X11R7/lib/X11/fonts/TTF/,
	/usr/X11R7/lib/X11/fonts/Type1/,
	/usr/X11R7/lib/X11/fonts/75dpi/,
	/usr/X11R7/lib/X11/fonts/100dpi/
[  1492.696] (==) ModulePath set to "/usr/X11R7/lib/modules"
[  1492.696] (==) |-->Input Device "<default pointer>"
[  1492.696] (==) |-->Input Device "<default keyboard>"
[  1492.696] (==) The core pointer device wasn't specified explicitly in
the layout.
	Using the default mouse configuration.
[  1492.696] (==) The core keyboard device wasn't specified explicitly
in the layout.
	Using the default keyboard configuration.
[  1492.696] (II) LoadModule: "glx"
[  1492.697] (II) Loading /usr/X11R7/lib/modules/extensions/libglx.so
[  1492.697] (II) Module glx: vendor="X.Org Foundation"
[  1492.697] 	compiled for 1.20.5, module version = 1.0.0
[  1492.697] 	ABI class: X.Org Server Extension, version 10.0
[  1492.697] (II) LoadModule: "nouveau"
[  1492.698] (II) Loading /usr/X11R7/lib/modules/drivers/nouveau_drv.so
[  1492.699] (II) Module nouveau: vendor="X.Org Foundation"
[  1492.699] 	compiled for 1.20.5, module version = 1.0.16
[  1492.699] 	Module class: X.Org Video Driver
[  1492.699] 	ABI class: X.Org Video Driver, version 24.0
[  1492.699] (II) LoadModule: "nv"
[  1492.700] (II) Loading /usr/X11R7/lib/modules/drivers/nv_drv.so
[  1492.700] (II) Module nv: vendor="X.Org Foundation"
[  1492.700] 	compiled for 1.20.5, module version = 2.1.21
[  1492.700] 	Module class: X.Org Video Driver
[  1492.700] 	ABI class: X.Org Video Driver, version 24.0
[  1492.700] (II) LoadModule: "modesetting"
[  1492.701] (II) Loading /usr/X11R7/lib/modules/drivers/modesetting_drv.so
[  1492.701] (II) Module modesetting: vendor="X.Org Foundation"
[  1492.701] 	compiled for 1.20.5, module version = 1.20.5
[  1492.701] 	Module class: X.Org Video Driver
[  1492.701] 	ABI class: X.Org Video Driver, version 24.0
[  1492.701] (II) LoadModule: "vesa"
[  1492.702] (II) Loading /usr/X11R7/lib/modules/drivers/vesa_drv.so
[  1492.702] (II) Module vesa: vendor="X.Org Foundation"
[  1492.702] 	compiled for 1.20.5, module version = 2.4.0
[  1492.702] 	Module class: X.Org Video Driver
[  1492.702] 	ABI class: X.Org Video Driver, version 24.0
[  1492.702] (II) LoadModule: "wsfb"
[  1492.703] (II) Loading /usr/X11R7/lib/modules/drivers/wsfb_drv.so
[  1492.703] (II) Module wsfb: vendor="X.Org Foundation"
[  1492.703] 	compiled for 1.20.5, module version = 0.4.0
[  1492.703] 	ABI class: X.Org Video Driver, version 24.0
[  1492.703] (II) LoadModule: "mouse"
[  1492.703] (II) Loading /usr/X11R7/lib/modules/drivers/mouse_drv.so
[  1492.704] (II) Module mouse: vendor="X.Org Foundation"
[  1492.704] 	compiled for 1.20.5, module version = 1.9.2
[  1492.704] 	Module class: X.Org XInput Driver
[  1492.704] 	ABI class: X.Org XInput driver, version 24.1
[  1492.704] (II) LoadModule: "kbd"
[  1492.704] (II) Loading /usr/X11R7/lib/modules/drivers/kbd_drv.so
[  1492.704] (II) Module kbd: vendor="X.Org Foundation"
[  1492.704] 	compiled for 1.20.5, module version = 1.9.0
[  1492.704] 	Module class: X.Org XInput Driver
[  1492.704] 	ABI class: X.Org XInput driver, version 24.1
[  1492.704] (II) NOUVEAU driver
[  1492.704] (II) NOUVEAU driver for NVIDIA chipset families :
[  1492.704] 	RIVA TNT            (NV04)
[  1492.704] 	RIVA TNT2           (NV05)
[  1492.704] 	GeForce 256         (NV10)
[  1492.704] 	GeForce 2           (NV11, NV15)
[  1492.705] 	GeForce 4MX         (NV17, NV18)
[  1492.705] 	GeForce 3           (NV20)
[  1492.705] 	GeForce 4Ti         (NV25, NV28)
[  1492.705] 	GeForce FX          (NV3x)
[  1492.705] 	GeForce 6           (NV4x)
[  1492.705] 	GeForce 7           (G7x)
[  1492.705] 	GeForce 8           (G8x)
[  1492.705] 	GeForce 9           (G9x)
[  1492.705] 	GeForce GTX 2xx/3xx (GT2xx)
[  1492.705] 	GeForce GTX 4xx/5xx (GFxxx)
[  1492.705] 	GeForce GTX 6xx/7xx (GKxxx)
[  1492.705] 	GeForce GTX 9xx     (GMxxx)
[  1492.705] 	GeForce GTX 10xx    (GPxxx)
[  1492.705] (II) NOUVEAU driver
[  1492.705] (II) NOUVEAU driver for NVIDIA chipset families :
[  1492.705] 	RIVA TNT            (NV04)
[  1492.705] 	RIVA TNT2           (NV05)
[  1492.705] 	GeForce 256         (NV10)
[  1492.705] 	GeForce 2           (NV11, NV15)
[  1492.705] 	GeForce 4MX         (NV17, NV18)
[  1492.705] 	GeForce 3           (NV20)
[  1492.705] 	GeForce 4Ti         (NV25, NV28)
[  1492.705] 	GeForce FX          (NV3x)
[  1492.705] 	GeForce 6           (NV4x)
[  1492.705] 	GeForce 7           (G7x)
[  1492.705] 	GeForce 8           (G8x)
[  1492.706] 	GeForce 9           (G9x)
[  1492.706] 	GeForce GTX 2xx/3xx (GT2xx)
[  1492.706] 	GeForce GTX 4xx/5xx (GFxxx)
[  1492.706] 	GeForce GTX 6xx/7xx (GKxxx)
[  1492.706] 	GeForce GTX 9xx     (GMxxx)
[  1492.706] 	GeForce GTX 10xx    (GPxxx)
[  1492.706] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  1492.706] (II) VESA: driver for VESA chipsets: vesa
[  1492.706] (II) wsfb: driver for wsdisplay framebuffer: wsfb
[  1492.706] (--) Using wscons driver on /dev/ttyE4 in pcvt
compatibility mode (version 3.32)
[  1492.706] (--) using VT number 5
[  1492.718] (II) [drm] nouveau interface version: 1.3.1
[  1492.718] (WW) Falling back to old probe method for modesetting
[  1492.718] (WW) Falling back to old probe method for wsfb
[  1492.718] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card
support
[  1492.718] (II) Loading sub module "dri2"
[  1492.718] (II) LoadModule: "dri2"
[  1492.718] (II) Module "dri2" already built-in
[  1492.719] (--) NOUVEAU(0): Chipset: "NVIDIA NV84"
[  1492.719] (II) NOUVEAU(0): Creating default Display subsection in
Screen section
	"Builtin Default nouveau Screen 0" for depth/fbbpp 24/32
[  1492.719] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
[  1492.719] (==) NOUVEAU(0): RGB weight 888
[  1492.719] (==) NOUVEAU(0): Default visual is TrueColor
[  1492.719] (==) NOUVEAU(0): Using HW cursor
[  1492.719] (==) NOUVEAU(0): Allowed maximum DRI level 2.
[  1492.719] (==) NOUVEAU(0): GLX sync to VBlank enabled.
[  1492.719] (==) NOUVEAU(0): Page flipping enabled
[  1492.719] (==) NOUVEAU(0): Swap limit set to 1 [Max allowed 2]
[  1492.719] (==) NOUVEAU(0): Page flipping synced to vblank by kernel.
[  1492.719] (II) NOUVEAU(0): Initializing outputs ...
[  1492.745] (II) NOUVEAU(0): Output LVDS-1 has no monitor section
[  1492.755] (II) NOUVEAU(0): Output VGA-1 has no monitor section
[  1492.755] (II) NOUVEAU(0): 2 crtcs needed for screen.
[  1492.763] (II) NOUVEAU(0): Allocated crtc nr. 0 to this screen.
[  1492.763] (II) NOUVEAU(0): Allocated crtc nr. 1 to this screen.
[  1492.789] (II) NOUVEAU(0): EDID for output LVDS-1
[  1492.789] (II) NOUVEAU(0): Manufacturer: CMO  Model: 1520  Serial#: 0
[  1492.789] (II) NOUVEAU(0): Year: 1990  Week: 0
[  1492.789] (II) NOUVEAU(0): EDID Version: 1.3
[  1492.789] (II) NOUVEAU(0): Digital Display Input
[  1492.789] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 33  vert.: 20
[  1492.789] (II) NOUVEAU(0): Gamma: 2.20
[  1492.789] (II) NOUVEAU(0): No DPMS capabilities specified
[  1492.789] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb
4:4:4
[  1492.789] (II) NOUVEAU(0): First detailed timing is preferred mode
[  1492.789] (II) NOUVEAU(0): redX: 0.626 redY: 0.354   greenX: 0.294
greenY: 0.589
[  1492.789] (II) NOUVEAU(0): blueX: 0.144 blueY: 0.097   whiteX: 0.309
whiteY: 0.329
[  1492.789] (II) NOUVEAU(0): Manufacturer's mask: 0
[  1492.789] (II) NOUVEAU(0): Supported detailed timing:
[  1492.789] (II) NOUVEAU(0): clock: 119.0 MHz   Image Size:  331 x 207 mm
[  1492.789] (II) NOUVEAU(0): h_active: 1680  h_sync: 1728  h_sync_end
1760 h_blank_end 1840 h_border: 0
[  1492.789] (II) NOUVEAU(0): v_active: 1050  v_sync: 1053  v_sync_end
1059 v_blanking: 1080 v_border: 0
[  1492.789] (II) NOUVEAU(0):  N154Z1-L01
[  1492.789] (II) NOUVEAU(0):  CMO
[  1492.789] (II) NOUVEAU(0):  N154Z1-L01
[  1492.789] (II) NOUVEAU(0): EDID (in hex):
[  1492.789] (II) NOUVEAU(0): 	00ffffffffffff000daf201500000000
[  1492.789] (II) NOUVEAU(0): 	00000103802114780a77f1a05a4b9624
[  1492.789] (II) NOUVEAU(0): 	184f5400000001010101010101010101
[  1492.789] (II) NOUVEAU(0): 	0101010101017c2e90a0601a1e403020
[  1492.789] (II) NOUVEAU(0): 	36004bcf10000018000000fe004e3135
[  1492.789] (II) NOUVEAU(0): 	345a312d4c30310a2020000000fe0043
[  1492.789] (II) NOUVEAU(0): 	4d4f0a202020202020202020000000fe
[  1492.789] (II) NOUVEAU(0): 	004e3135345a312d4c30310a202000fd
[  1492.790] (II) NOUVEAU(0): Printing probed modes for output LVDS-1
[  1492.790] (II) NOUVEAU(0): Modeline "1680x1050"x59.9  119.00  1680
1728 1760 1840  1050 1053 1059 1080 -hsync -vsync (64.7 kHz eP)
[  1492.790] (II) NOUVEAU(0): Modeline "1400x1050"x60.0  121.75  1400
1488 1632 1864  1050 1053 1057 1089 -hsync +vsync (65.3 kHz)
[  1492.790] (II) NOUVEAU(0): Modeline "1280x1024"x59.9  109.00  1280
1368 1496 1712  1024 1027 1034 1063 -hsync +vsync (63.7 kHz)
[  1492.790] (II) NOUVEAU(0): Modeline "1280x960"x59.9  101.25  1280
1360 1488 1696  960 963 967 996 -hsync +vsync (59.7 kHz)
[  1492.790] (II) NOUVEAU(0): Modeline "1152x864"x60.0   81.75  1152
1216 1336 1520  864 867 871 897 -hsync +vsync (53.8 kHz)
[  1492.790] (II) NOUVEAU(0): Modeline "1024x768"x59.9   63.50  1024
1072 1176 1328  768 771 775 798 -hsync +vsync (47.8 kHz)
[  1492.790] (II) NOUVEAU(0): Modeline "800x600"x59.9   38.25  800 832
912 1024  600 603 607 624 -hsync +vsync (37.4 kHz)
[  1492.790] (II) NOUVEAU(0): Modeline "640x480"x59.4   23.75  640 664
720 800  480 483 487 500 -hsync +vsync (29.7 kHz)
[  1492.790] (II) NOUVEAU(0): Modeline "720x400"x59.6   22.25  720 744
808 896  400 403 413 417 -hsync +vsync (24.8 kHz)
[  1492.790] (II) NOUVEAU(0): Modeline "640x400"x60.0   20.00  640 664
720 800  400 403 409 417 -hsync +vsync (25.0 kHz)
[  1492.790] (II) NOUVEAU(0): Modeline "640x350"x59.8   17.50  640 664
720 800  350 353 363 366 -hsync +vsync (21.9 kHz)
[  1492.799] (II) NOUVEAU(0): EDID for output VGA-1
[  1492.799] (II) NOUVEAU(0): Output LVDS-1 connected
[  1492.799] (II) NOUVEAU(0): Output VGA-1 disconnected
[  1492.799] (II) NOUVEAU(0): Using exact sizes for initial modes
[  1492.799] (II) NOUVEAU(0): Output LVDS-1 using initial mode 1680x1050
+0+0
[  1492.800] (==) NOUVEAU(0): Using gamma correction (1.0, 1.0, 1.0)
[  1492.800] (II) NOUVEAU(0): Virtual size is 1680x1050 (pitch 0)
[  1492.800] (**) NOUVEAU(0):  Driver mode "1680x1050": 119.0 MHz
(scaled from 0.0 MHz), 64.7 kHz, 59.9 Hz
[  1492.800] (II) NOUVEAU(0): Modeline "1680x1050"x59.9  119.00  1680
1728 1760 1840  1050 1053 1059 1080 -hsync -vsync (64.7 kHz eP)
[  1492.800] (**) NOUVEAU(0):  Mode "1400x1050": 121.8 MHz (scaled from
0.0 MHz), 65.3 kHz, 60.0 Hz
[  1492.800] (II) NOUVEAU(0): Modeline "1400x1050"x60.0  121.75  1400
1488 1632 1864  1050 1053 1057 1089 -hsync +vsync (65.3 kHz)
[  1492.800] (**) NOUVEAU(0):  Mode "1280x1024": 109.0 MHz (scaled from
0.0 MHz), 63.7 kHz, 59.9 Hz
[  1492.800] (II) NOUVEAU(0): Modeline "1280x1024"x59.9  109.00  1280
1368 1496 1712  1024 1027 1034 1063 -hsync +vsync (63.7 kHz)
[  1492.800] (**) NOUVEAU(0):  Mode "1280x960": 101.2 MHz (scaled from
0.0 MHz), 59.7 kHz, 59.9 Hz
[  1492.800] (II) NOUVEAU(0): Modeline "1280x960"x59.9  101.25  1280
1360 1488 1696  960 963 967 996 -hsync +vsync (59.7 kHz)
[  1492.800] (**) NOUVEAU(0):  Mode "1152x864": 81.8 MHz (scaled from
0.0 MHz), 53.8 kHz, 60.0 Hz
[  1492.800] (II) NOUVEAU(0): Modeline "1152x864"x60.0   81.75  1152
1216 1336 1520  864 867 871 897 -hsync +vsync (53.8 kHz)
[  1492.800] (**) NOUVEAU(0):  Mode "1024x768": 63.5 MHz (scaled from
0.0 MHz), 47.8 kHz, 59.9 Hz
[  1492.800] (II) NOUVEAU(0): Modeline "1024x768"x59.9   63.50  1024
1072 1176 1328  768 771 775 798 -hsync +vsync (47.8 kHz)
[  1492.800] (**) NOUVEAU(0):  Mode "800x600": 38.2 MHz (scaled from 0.0
MHz), 37.4 kHz, 59.9 Hz
[  1492.800] (II) NOUVEAU(0): Modeline "800x600"x59.9   38.25  800 832
912 1024  600 603 607 624 -hsync +vsync (37.4 kHz)
[  1492.800] (**) NOUVEAU(0):  Mode "640x480": 23.8 MHz (scaled from 0.0
MHz), 29.7 kHz, 59.4 Hz
[  1492.800] (II) NOUVEAU(0): Modeline "640x480"x59.4   23.75  640 664
720 800  480 483 487 500 -hsync +vsync (29.7 kHz)
[  1492.800] (**) NOUVEAU(0):  Mode "720x400": 22.2 MHz (scaled from 0.0
MHz), 24.8 kHz, 59.6 Hz
[  1492.800] (II) NOUVEAU(0): Modeline "720x400"x59.6   22.25  720 744
808 896  400 403 413 417 -hsync +vsync (24.8 kHz)
[  1492.800] (**) NOUVEAU(0):  Mode "640x400": 20.0 MHz (scaled from 0.0
MHz), 25.0 kHz, 60.0 Hz
[  1492.800] (II) NOUVEAU(0): Modeline "640x400"x60.0   20.00  640 664
720 800  400 403 409 417 -hsync +vsync (25.0 kHz)
[  1492.800] (**) NOUVEAU(0):  Mode "640x350": 17.5 MHz (scaled from 0.0
MHz), 21.9 kHz, 59.8 Hz
[  1492.800] (II) NOUVEAU(0): Modeline "640x350"x59.8   17.50  640 664
720 800  350 353 363 366 -hsync +vsync (21.9 kHz)
[  1492.800] (==) NOUVEAU(0): DPI set to (96, 96)
[  1492.800] (II) Loading sub module "fb"
[  1492.800] (II) LoadModule: "fb"
[  1492.801] (II) Loading /usr/X11R7/lib/modules/libfb.so
[  1492.801] (II) Module fb: vendor="X.Org Foundation"
[  1492.801] 	compiled for 1.20.5, module version = 1.0.0
[  1492.801] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1492.801] (II) Loading sub module "shadowfb"
[  1492.801] (II) LoadModule: "shadowfb"
[  1492.802] (II) Loading /usr/X11R7/lib/modules/libshadowfb.so
[  1492.802] (II) Module shadowfb: vendor="X.Org Foundation"
[  1492.802] 	compiled for 1.20.5, module version = 1.0.0
[  1492.802] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1492.802] (II) UnloadModule: "nv"
[  1492.802] (II) Unloading nv
[  1492.803] (II) UnloadModule: "modesetting"
[  1492.803] (II) Unloading modesetting
[  1492.803] (II) UnloadModule: "vesa"
[  1492.803] (II) Unloading vesa
[  1492.803] (II) UnloadModule: "wsfb"
[  1492.803] (II) Unloading wsfb
[  1492.813] (EE) NOUVEAU(0): Error creating GPU channel: -12
[  1492.813] (EE) NOUVEAU(0): Error initialising acceleration.  Falling
back to NoAccel
[  1492.813] (**) NOUVEAU(0): [COPY] acceleration disabled
[  1492.814] (II) NOUVEAU(0): Hardware support for Present enabled
[  1492.814] (==) NOUVEAU(0): Backing store enabled
[  1492.814] (==) NOUVEAU(0): Silken mouse enabled
[  1492.814] (==) NOUVEAU(0): DPMS enabled
[  1492.814] (II) Initializing extension Generic Event Extension
[  1492.815] (II) Initializing extension SHAPE
[  1492.815] (II) Initializing extension MIT-SHM
[  1492.816] (II) Initializing extension XInputExtension
[  1492.816] (II) Initializing extension XTEST
[  1492.817] (II) Initializing extension BIG-REQUESTS
[  1492.817] (II) Initializing extension SYNC
[  1492.818] (II) Initializing extension XKEYBOARD
[  1492.818] (II) Initializing extension XC-MISC
[  1492.819] (II) Initializing extension SECURITY
[  1492.819] (II) Initializing extension XFIXES
[  1492.820] (II) Initializing extension XFree86-Bigfont
[  1492.820] (II) Initializing extension RENDER
[  1492.821] (II) Initializing extension RANDR
[  1492.822] (II) Initializing extension COMPOSITE
[  1492.822] (II) Initializing extension DAMAGE
[  1492.823] (II) Initializing extension MIT-SCREEN-SAVER
[  1492.823] (II) Initializing extension DOUBLE-BUFFER
[  1492.824] (II) Initializing extension RECORD
[  1492.824] (II) Initializing extension DPMS
[  1492.825] (II) Initializing extension Present
[  1492.825] (II) Initializing extension X-Resource
[  1492.826] (II) Initializing extension XVideo
[  1492.827] (II) Initializing extension XVideo-MotionCompensation
[  1492.827] (II) Initializing extension GLX
[  1492.827] (II) AIGLX: Screen 0 is not DRI2 capable
[  1492.846] (II) IGLX: Loaded and initialized swrast
[  1492.846] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[  1492.846] (II) Initializing extension XFree86-VidModeExtension
[  1492.847] (II) Initializing extension XFree86-DGA
[  1492.847] (II) Initializing extension XFree86-DRI
[  1492.847] (II) Initializing extension DRI2
[  1492.862] (II) NOUVEAU(0): NVEnterVT is called.
[  1494.875] (II) NOUVEAU(0): Setting screen physical size to 444 x 277
[  1494.875] resize called 1680 1050
[  1495.003] (II) Using input driver 'mouse' for '<default pointer>'
[  1495.003] (**) Option "CorePointer" "on"
[  1495.003] (**) <default pointer>: always reports core events
[  1495.003] (WW) <default pointer>: No Device specified, looking for one...
[  1506.138] (II) <default pointer>: found Device "/dev/wsmouse"
[  1517.306] (--) <default pointer>: Device: "/dev/wsmouse"
[  1517.306] (==) <default pointer>: Protocol: "WSMouse"
[  1517.306] (**) <default pointer>: always reports core events
[  1517.306] (**) Option "Device" "/dev/wsmouse"
[  1539.607] (==) <default pointer>: Emulate3Buttons, Emulate3Timeout: 50
[  1539.607] (**) <default pointer>: ZAxisMapping: buttons 4 and 5
[  1539.607] (**) <default pointer>: Buttons: 9
[  1539.607] (II) XINPUT: Adding extended input device "<default
pointer>" (type: MOUSE, id 6)
[  1539.607] (**) <default pointer>: (accel) keeping acceleration scheme 1
[  1539.607] (**) <default pointer>: (accel) acceleration profile 0
[  1539.607] (**) <default pointer>: (accel) acceleration factor: 2.000
[  1539.607] (**) <default pointer>: (accel) acceleration threshold: 4
[  1550.742] (II) Using input driver 'kbd' for '<default keyboard>'
[  1550.742] (**) Option "CoreKeyboard" "on"
[  1550.742] (**) <default keyboard>: always reports core events
[  1550.742] (**) <default keyboard>: always reports core events
[  1550.742] (**) Option "Protocol" "standard"
[  1550.742] (**) Option "XkbRules" "base"
[  1550.742] (**) Option "XkbModel" "pc105"
[  1550.742] (**) Option "XkbLayout" "us"
[  1550.742] (II) XINPUT: Adding extended input device "<default
keyboard>" (type: KEYBOARD, id 7)
[  1567.683] (II) UnloadModule: "kbd"
[  1567.683] (II) UnloadModule: "mouse"
[  1567.685] (II) NOUVEAU(0): NVLeaveVT is called.
[  1581.812] (II) Server terminated successfully (0). Closing log file.


Home | Main Index | Thread Index | Old Index