On Mon, Oct 25, 2010 at 01:06:23PM +0200, Cyril Brulebois wrote: > Lionel Elie Mamane <lio...@mamane.lu> (25/10/2010):
>> When started on a Xen dom0, xorg / nouveau hangs the computer with a >> black screen. Even CTRL-ALT-F2 and CTRL-ALT-DEL don't work anymore, >> only Magic SysRq still works to reboot the machine. > xorg / nouveau probably don't hang the machine. The kernel might. You > may want to try netconsole to get to your kernel logs, and reassign to > src:linux-2.6 with appropriate logs, I guess. The only thing I get on the netconsole is: [ 345.179989] [drm] nouveau 0000:01:00.0: Allocating FIFO number 2 [ 345.183233] [drm] nouveau 0000:01:00.0: nouveau_channel_alloc: initialised FIFO 2 I started X after a "dmesg -n8". Further testing shows that the machine is not really frozen, I can even SSH to it. But I (re)confirm that CTRL-ALT-F2 and CTRL-ALT-DEL don't do anything. Ah, but if I do Magic SysRq-R (for unRaw), then CTRL-ALT-DEL works and makes a "clean" reboot. Netconsole says: [ 746.806545] SysRq : Keyboard mode set to system default [ 772.197588] fuse exit [ 784.050805] [drm] nouveau 0000:01:00.0: nouveau_channel_free: freeing fifo 2 So, after this further testing, from the kernel side, the machine seems to be up just fine, it seems to me it is X that is stuck and not responding. It is also not exiting after a SIGTERM. "strace chvt 2" (in the SSH session) hangs on: open("/usr/lib/locale/locale-archive", O_RDONLY) = 3 fstat(3, {st_mode=S_IFREG|0644, st_size=4238928, ...}) = 0 mmap(NULL, 4238928, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fa5fd07b000 close(3) = 0 open("/proc/self/fd/0", O_RDWR) = 3 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 ioctl(3, KDGKBTYPE, 0x7fffc203710f) = -1 EINVAL (Invalid argument) close(3) = 0 open("/dev/tty", O_RDWR) = 3 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 ioctl(3, KDGKBTYPE, 0x7fffc203710f) = -1 EINVAL (Invalid argument) close(3) = 0 open("/dev/tty0", O_RDWR) = 3 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 -opost -isig -icanon -echo ...}) = 0 ioctl(3, KDGKBTYPE, 0x7fffc203710f) = 0 ioctl(3, VT_ACTIVATE, 0x2) = 0 ioctl(3, VT_WAITACTIVE But after killing X (with SIGKILL), it succeeds, but the screen stays mostly black (I see a cursor in the upper left corner). Netconsole says: [ 957.487721] [drm] nouveau 0000:01:00.0: nouveau_channel_free: freeing fifo 2 After unloading and reloading kernel module nouveau, the console is back to working. camp:/var/log# echo 0 > /sys/class/vtconsole/vtcon1/bind camp:/var/log# rmmod nouveau camp:/var/log# rmmod ttm camp:/var/log# rmmod drm_kms_helper camp:/var/log# rmmod drm camp:/var/log# modprobe nouveau During this time netconsole says: [ 1149.138001] Console: switching to colour VGA+ 80x25 [ 1156.474732] unregistered panic notifier [ 1156.543037] [drm] nouveau 0000:01:00.0: nouveau_channel_free: freeing fifo 1 [ 1156.553177] [TTM] Zone kernel: Used memory at exit: 0 kiB. [ 1156.553242] [TTM] Zone dma32: Used memory at exit: 0 kiB. [ 1156.553312] mtrr: no MTRR for e0000000,10000000 found [ 1156.565577] [drm] Module unloaded [ 1245.972710] [drm] Initialized drm 1.1.0 20060810 [ 1245.994979] nouveau 0000:01:00.0: setting latency timer to 64 [ 1246.001124] [drm] nouveau 0000:01:00.0: Detected an NV50 generation card (0x084a00a2) [ 1246.005244] [drm] nouveau 0000:01:00.0: Attempting to load BIOS image from PRAMIN [ 1246.058752] [drm] nouveau 0000:01:00.0: ... appears to be valid [ 1246.058809] [drm] nouveau 0000:01:00.0: BIT BIOS found [ 1246.058864] [drm] nouveau 0000:01:00.0: Bios version 60.84.6f.00 [ 1246.058920] [drm] nouveau 0000:01:00.0: TMDS table revision 2.0 not currently supported [ 1246.058988] [drm] nouveau 0000:01:00.0: Found Display Configuration Block version 4.0 [ 1246.059057] [drm] nouveau 0000:01:00.0: DCB connector table: VHER 0x40 5 14 2 [ 1246.059112] [drm] nouveau 0000:01:00.0: 0: 0x00001030: type 0x30 idx 0 tag 0x07 [ 1246.059177] [drm] nouveau 0000:01:00.0: 1: 0x00002130: type 0x30 idx 1 tag 0x08 [ 1246.059242] [drm] nouveau 0000:01:00.0: Raw DCB entry 0: 02000300 00000028 [ 1246.059297] [drm] nouveau 0000:01:00.0: Raw DCB entry 1: 01000302 00000030 [ 1246.059352] [drm] nouveau 0000:01:00.0: Raw DCB entry 2: 04011310 00000028 [ 1246.059406] [drm] nouveau 0000:01:00.0: Raw DCB entry 3: 02011312 00000010 [ 1246.059467] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 0 at offset 0xBF2C [ 1246.100288] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 1 at offset 0xC2BD [ 1246.136085] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 2 at offset 0xCF01 [ 1246.136167] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 3 at offset 0xCFF3 [ 1246.144165] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 4 at offset 0xD226 [ 1246.144240] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table at offset 0xD28B [ 1246.144317] [drm] nouveau 0000:01:00.0: 0xB174: parsing output script 0 [ 1246.144379] [drm] nouveau 0000:01:00.0: 0xB174: parsing output script 0 [ 1246.220944] [TTM] Zone kernel: Available graphics memory: 3441346 kiB. [ 1246.221003] [TTM] Zone dma32: Available graphics memory: 2097152 kiB. [ 1246.221065] [drm] nouveau 0000:01:00.0: 256 MiB VRAM [ 1246.235998] [drm] nouveau 0000:01:00.0: 512 MiB GART (aperture) [ 1246.236068] mtrr: type mismatch for e0000000,10000000 old: write-back new: write-combining [ 1246.236387] [drm] nouveau 0000:01:00.0: Allocating FIFO number 1 [ 1246.239803] [drm] nouveau 0000:01:00.0: nouveau_channel_alloc: initialised FIFO 1 [ 1246.240617] [drm] nouveau 0000:01:00.0: Detected a DAC output [ 1246.240673] [drm] nouveau 0000:01:00.0: Detected a TMDS output [ 1246.240728] [drm] nouveau 0000:01:00.0: Detected a DAC output [ 1246.240781] [drm] nouveau 0000:01:00.0: Detected a TMDS output [ 1246.240835] [drm] nouveau 0000:01:00.0: Detected a DVI-I connector [ 1246.240922] [drm] nouveau 0000:01:00.0: Detected a DVI-I connector [ 1246.442853] [drm] nouveau 0000:01:00.0: allocated 1280x1024 fb: 0x40250000, bo ffff88019b4f8400 [ 1246.447991] [drm] nouveau 0000:01:00.0: 0xB178: parsing output script 1 [ 1246.448022] [drm] nouveau 0000:01:00.0: 0xAA33: parsing clock script 0 [ 1246.448095] Console: switching to colour frame buffer device 160x64 [ 1246.450318] fb0: nouveaufb frame buffer device [ 1246.450319] registered panic notifier [ 1246.450346] [drm] Initialized nouveau 0.0.15 20090420 for 0000:01:00.0 on minor 0 [ 1246.465400] [drm] nouveau 0000:01:00.0: 0xB178: parsing output script 1 [ 1246.465443] [drm] nouveau 0000:01:00.0: 0xAA33: parsing clock script 0 So in _addition_ to X being stuck, the nouveau framebuffer is stuck on "all black". I also attach the Xorg.0.log. I tried the "fbdev" X driver and I get on the netconsole: [ 1846.893648] Xorg:3372 freeing invalid memtype e0250000-e0750000 [ 1847.102287] Xorg: Corrupted page table at address 7f9656984000 [ 1847.102302] PGD 1db467067 PUD 1da4cd067 PMD 1dce07067 PTE fffffffffffff237 [ 1847.102321] Bad pagetable: 000f [#1] SMP [ 1847.102332] last sysfs file: /sys/devices/virtual/block/dm-4/uevent [ 1847.102338] CPU 0 [ 1847.102346] Modules linked in: nouveau ttm drm_kms_helper drm loop netconsole configfs cpufreq_conservative cpufreq_userspace cpufreq_powersave ppdev lp cpufreq_stats sco bnep rfcomm l2cap crc16 bluetooth rfkill bridge stp xen_evtchn xenfs binfmt_misc fuse ext2 snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm_oss snd_mixer_oss snd_pcm snd_seq_midi snd_rawmidi snd_seq_midi_event snd_seq snd_timer snd_seq_device snd fschmd soundcore snd_page_alloc i2c_i801 i2c_algo_bit tpm_infineon parport_pc parport tpm i2c_core processor evdev psmouse pcspkr tpm_bios serio_raw button container acpi_processor ext3 jbd mbcache usbhid hid dm_mod sg sr_mod cdrom sd_mod crc_t10dif uhci_hcd ata_generic ahci libata scsi_mod ehci_hcd e1000e usbcore nls_base thermal thermal_sys [last unloaded: drm] [ 1847.102618] Pid: 3367, comm: Xorg Not tainted 2.6.32-5-xen-amd64 #1 CELSIUS W370 [ 1847.102623] RIP: e033:[<00007f9656e85b87>] [<00007f9656e85b87>] 0x7f9656e85b87 [ 1847.102637] RSP: e02b:00007fff742f28f0 EFLAGS: 00010246 [ 1847.102642] RAX: 00007f9656984000 RBX: 0000000000000501 RCX: 0000000000000000 [ 1847.102646] RDX: 0000000000000500 RSI: 0000000000000000 RDI: 00000000000004ff [ 1847.102651] RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000001400 [ 1847.102656] R10: 00007f9656984000 R11: 00000000004cfd80 R12: 00007f965197b010 [ 1847.102660] R13: 000000000168e0f0 R14: 0000000000000000 R15: 000000000168ca30 [ 1847.102670] FS: 00007f965b39b700(0000) GS:ffff88000a8d8000(0000) knlGS:0000000000000000 [ 1847.102675] CS: e033 DS: 0000 ES: 0000 CR0: 000000008005003b [ 1847.102681] CR2: 00007f9656984000 CR3: 00000001de26f000 CR4: 0000000000002660 [ 1847.102686] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 [ 1847.102691] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400 [ 1847.102696] Process Xorg (pid: 3367, threadinfo ffff8801db4d2000, task ffff8801a4063880) [ 1847.102701] [ 1847.102704] RIP [<00007f9656e85b87>] 0x7f9656e85b87 [ 1847.102712] RSP <00007fff742f28f0> [ 1847.102720] ---[ end trace 2c55d1b58ffc69b4 ]--- [ 1847.134231] Xorg:3367 freeing invalid memtype e0250000-e0750000 [ 1851.729838] Xorg:3381 freeing invalid memtype e0250000-e0750000 [ 1851.915066] Xorg: Corrupted page table at address 7f157c842000 [ 1851.915079] PGD 1ddd27067 PUD 19b24b067 PMD 1dcafd067 PTE fffffffffffff237 [ 1851.915096] Bad pagetable: 000f [#2] SMP [ 1851.915105] last sysfs file: /sys/devices/virtual/block/dm-4/uevent [ 1851.915111] CPU 0 [ 1851.915117] Modules linked in: nouveau ttm drm_kms_helper drm loop netconsole configfs cpufreq_conservative cpufreq_userspace cpufreq_powersave ppdev lp cpufreq_stats sco bnep rfcomm l2cap crc16 bluetooth rfkill bridge stp xen_evtchn xenfs binfmt_misc fuse ext2 snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm_oss snd_mixer_oss snd_pcm snd_seq_midi snd_rawmidi snd_seq_midi_event snd_seq snd_timer snd_seq_device snd fschmd soundcore snd_page_alloc i2c_i801 i2c_algo_bit tpm_infineon parport_pc parport tpm i2c_core processor evdev psmouse pcspkr tpm_bios serio_raw button container acpi_processor ext3 jbd mbcache usbhid hid dm_mod sg sr_mod cdrom sd_mod crc_t10dif uhci_hcd ata_generic ahci libata scsi_mod ehci_hcd e1000e usbcore nls_base thermal thermal_sys [last unloaded: drm] [ 1851.915388] Pid: 3377, comm: Xorg Tainted: G D 2.6.32-5-xen-amd64 #1 CELSIUS W370 [ 1851.915394] RIP: e033:[<00007f157cd43b87>] [<00007f157cd43b87>] 0x7f157cd43b87 [ 1851.915406] RSP: e02b:00007fff4abe8c30 EFLAGS: 00010246 [ 1851.915411] RAX: 00007f157c842000 RBX: 0000000000000501 RCX: 0000000000000000 [ 1851.915415] RDX: 0000000000000500 RSI: 0000000000000000 RDI: 00000000000004ff [ 1851.915420] RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000001400 [ 1851.915425] R10: 00007f157c842000 R11: 00000000004cfd80 R12: 00007f1577839010 [ 1851.915432] R13: 00000000011c70f0 R14: 0000000000000000 R15: 00000000011c5a30 [ 1851.915440] FS: 00007f1581259700(0000) GS:ffff88000a8d8000(0000) knlGS:0000000000000000 [ 1851.915445] CS: e033 DS: 0000 ES: 0000 CR0: 000000008005003b [ 1851.915450] CR2: 00007f157c842000 CR3: 000000019b288000 CR4: 0000000000002660 [ 1851.915455] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 [ 1851.915460] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400 [ 1851.915466] Process Xorg (pid: 3377, threadinfo ffff8801da4c6000, task ffff8801dc8c9c40) [ 1851.915470] [ 1851.915473] RIP [<00007f157cd43b87>] 0x7f157cd43b87 [ 1851.915483] RSP <00007fff4abe8c30> [ 1851.915489] ---[ end trace 2c55d1b58ffc69b5 ]--- [ 1851.946989] Xorg:3377 freeing invalid memtype e0250000-e0750000 And in my SSH session: Message from sysl...@camp at Oct 31 14:35:50 ... kernel:[ 1847.102321] Bad pagetable: 000f [#1] SMP Message from sysl...@camp at Oct 31 14:35:50 ... kernel:[ 1847.102332] last sysfs file: /sys/devices/virtual/block/dm-4/uevent Message from sysl...@camp at Oct 31 14:35:55 ... kernel:[ 1851.915096] Bad pagetable: 000f [#2] SMP Message from sysl...@camp at Oct 31 14:35:55 ... kernel:[ 1851.915105] last sysfs file: /sys/devices/virtual/block/dm-4/uevent /var/log/syslog also says: Oct 31 14:35:46 camp acpid: client connected from 3359[0:0] Oct 31 14:35:46 camp acpid: 1 client rule loaded Oct 31 14:35:46 camp kernel: [ 1843.206546] Xorg:3359 map pfn expected mapping type write-back for 3ffffffff000-4000004ff 000, got uncached-minus Oct 31 14:35:46 camp acpid: client 3359[0:0] has disconnected Oct 31 14:35:49 camp acpid: client connected from 3367[0:0] Oct 31 14:35:49 camp acpid: 1 client rule loaded Oct 31 14:35:50 camp kernel: [ 1846.893648] Xorg:3372 freeing invalid memtype e0250000-e0750000 Oct 31 14:35:50 camp kernel: [ 1847.102287] Xorg: Corrupted page table at address 7f9656984000 Oct 31 14:35:50 camp kernel: [ 1847.102302] PGD 1db467067 PUD 1da4cd067 PMD 1dce07067 PTE fffffffffffff237 Oct 31 14:35:50 camp kernel: [ 1847.102321] Bad pagetable: 000f [#1] SMP Oct 31 14:35:50 camp kernel: [ 1847.102332] last sysfs file: /sys/devices/virtual/block/dm-4/uevent Oct 31 14:35:50 camp kernel: [ 1847.102338] CPU 0 and then seems to repeat the netconsole. -- Lionel
X.Org X Server 1.7.7 Release Date: 2010-05-04 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.32-5-amd64 x86_64 Debian Current Operating System: Linux camp 2.6.32-5-xen-amd64 #1 SMP Wed Oct 20 02:22:18 UTC 2010 x86_64 Kernel command line: placeholder root=/dev/mapper/camp-root ro quiet Build Date: 10 October 2010 11:06:53AM xorg-server 2:1.7.7-8 (Cyril Brulebois <k...@debian.org>) Current version of pixman: 0.16.4 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Sun Oct 31 14:10:34 2010 (==) Using config file: "/etc/X11/xorg.conf" (==) Using system config directory "/usr/share/X11/xorg.conf.d" (==) No Layout section. Using the first Screen section. (**) |-->Screen "Default Screen" (0) (**) | |-->Monitor "Configured Monitor" (==) No device specified for screen "Default Screen". Using the first device section listed. (**) | |-->Device "Configured Video Device" (==) Automatically adding devices (==) Automatically enabling devices (==) FontPath set to: /usr/share/fonts/X11/misc, /usr/share/fonts/X11/cyrillic, /usr/share/fonts/X11/100dpi/:unscaled, /usr/share/fonts/X11/75dpi/:unscaled, /usr/share/fonts/X11/Type1, /usr/share/fonts/X11/100dpi, /usr/share/fonts/X11/75dpi, /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType, built-ins (==) ModulePath set to "/usr/lib/xorg/modules" (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. (II) Loader magic: 0x7c8a20 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 6.0 X.Org XInput driver : 7.0 X.Org Server Extension : 2.0 (++) using VT number 7 (--) PCI:*(0:1:0:0) 10de:040a:10de:0491 nVidia Corporation G84 [Quadro FX 370] rev 161, Mem @ 0xdd000000/16777216, 0xe0000000/268435456, 0xde000000/33554432, I/O @ 0x00002000/128 (II) Open ACPI successful (/var/run/acpid.socket) (II) LoadModule: "extmod" (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension SELinux (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "dbe" (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "glx" (II) Loading /usr/lib/xorg/modules/extensions/libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 ABI class: X.Org Server Extension, version 2.0 (==) AIGLX enabled (II) Loading extension GLX (II) LoadModule: "record" (II) Loading /usr/lib/xorg/modules/extensions/librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension RECORD (II) LoadModule: "dri" (II) Loading /usr/lib/xorg/modules/extensions/libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 ABI class: X.Org Server Extension, version 2.0 (II) Loading extension XFree86-DRI (II) LoadModule: "dri2" (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so (II) Module dri2: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.1.0 ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DRI2 (II) LoadModule: "nouveau" (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so (II) Module nouveau: vendor="X.Org Foundation" compiled for 1.7.7, module version = 0.0.15 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 6.0 (II) NOUVEAU driver Date: Tue Mar 16 13:08:37 2010 +1000 (II) NOUVEAU driver for NVIDIA chipset families : RIVA TNT (NV04) RIVA TNT2 (NV05) GeForce 256 (NV10) GeForce 2 (NV11, NV15) GeForce 4MX (NV17, NV18) GeForce 3 (NV20) GeForce 4Ti (NV25, NV28) GeForce FX (NV3x) GeForce 6 (NV4x) GeForce 7 (G7x) GeForce 8 (G8x) (II) Primary Device is: PCI 0...@00:00:0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 8, (OK) drmOpenByBusid: Searching for BusID pci:0000:01:00.0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 8, (OK) drmOpenByBusid: drmOpenMinor returns 8 drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0 (II) [drm] nouveau interface version: 0.0.15 (II) Loading sub module "dri" (II) LoadModule: "dri" (II) Reloading /usr/lib/xorg/modules/extensions/libdri.so (II) NOUVEAU(0): Loaded DRI module drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 9, (OK) drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 9, (OK) drmOpenByBusid: Searching for BusID pci:0000:01:00.0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 9, (OK) drmOpenByBusid: drmOpenMinor returns 9 drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0 (II) [drm] DRM interface version 1.3 (II) [drm] DRM open master succeeded. (--) NOUVEAU(0): Chipset: "NVIDIA NV84" (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32 (==) NOUVEAU(0): RGB weight 888 (==) NOUVEAU(0): Default visual is TrueColor (==) NOUVEAU(0): Using HW cursor (II) NOUVEAU(0): Output DVI-I-1 using monitor section Configured Monitor (II) NOUVEAU(0): Output DVI-I-2 has no monitor section (II) NOUVEAU(0): EDID for output DVI-I-1 (II) NOUVEAU(0): Manufacturer: ENC Model: 1831 Serial#: 16843009 (II) NOUVEAU(0): Year: 2008 Week: 48 (II) NOUVEAU(0): EDID Version: 1.3 (II) NOUVEAU(0): Digital Display Input (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 38 vert.: 30 (II) NOUVEAU(0): Gamma: 2.20 (II) NOUVEAU(0): DPMS capabilities: StandBy Suspend Off (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 (II) NOUVEAU(0): First detailed timing is preferred mode (II) NOUVEAU(0): redX: 0.640 redY: 0.330 greenX: 0.290 greenY: 0.605 (II) NOUVEAU(0): blueX: 0.145 blueY: 0.075 whiteX: 0.313 whiteY: 0.329 (II) NOUVEAU(0): Supported established timings: (II) NOUVEAU(0): 720x...@70hz (II) NOUVEAU(0): 640x...@60hz (II) NOUVEAU(0): 800x...@60hz (II) NOUVEAU(0): 1024x...@60hz (II) NOUVEAU(0): Manufacturer's mask: 0 (II) NOUVEAU(0): Supported standard timings: (II) NOUVEAU(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 (II) NOUVEAU(0): Supported detailed timing: (II) NOUVEAU(0): clock: 108.0 MHz Image Size: 376 x 301 mm (II) NOUVEAU(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0 (II) NOUVEAU(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0 (II) NOUVEAU(0): Serial No: 56215118 (II) NOUVEAU(0): Ranges: V min: 59 V max: 61 Hz, H min: 31 H max: 64 kHz, PixClock max 115 MHz (II) NOUVEAU(0): Monitor name: S1921 (II) NOUVEAU(0): EDID (in hex): (II) NOUVEAU(0): 00ffffffffffff0015c3311801010101 (II) NOUVEAU(0): 3012010380261e78eae415a3544a9b25 (II) NOUVEAU(0): 135054a1080081800101010101010101 (II) NOUVEAU(0): 010101010101302a009851002a403070 (II) NOUVEAU(0): 1300782d1100001e000000ff00353632 (II) NOUVEAU(0): 31353131380a20202020000000fd003b (II) NOUVEAU(0): 3d1f400b000a202020202020000000fc (II) NOUVEAU(0): 0053313932310a202020202020200003 (II) NOUVEAU(0): EDID vendor "ENC", prod id 6193 (II) NOUVEAU(0): Using EDID range info for horizontal sync (II) NOUVEAU(0): Using EDID range info for vertical refresh (II) NOUVEAU(0): Printing DDC gathered Modelines: (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) (II) NOUVEAU(0): Printing probed modes for output DVI-I-1 (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) (II) NOUVEAU(0): EDID for output DVI-I-2 (II) NOUVEAU(0): Manufacturer: ENC Model: 1831 Serial#: 16843009 (II) NOUVEAU(0): Year: 2008 Week: 48 (II) NOUVEAU(0): EDID Version: 1.3 (II) NOUVEAU(0): Digital Display Input (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 38 vert.: 30 (II) NOUVEAU(0): Gamma: 2.20 (II) NOUVEAU(0): DPMS capabilities: StandBy Suspend Off (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 (II) NOUVEAU(0): First detailed timing is preferred mode (II) NOUVEAU(0): redX: 0.640 redY: 0.330 greenX: 0.290 greenY: 0.605 (II) NOUVEAU(0): blueX: 0.145 blueY: 0.075 whiteX: 0.313 whiteY: 0.329 (II) NOUVEAU(0): Supported established timings: (II) NOUVEAU(0): 720x...@70hz (II) NOUVEAU(0): 640x...@60hz (II) NOUVEAU(0): 800x...@60hz (II) NOUVEAU(0): 1024x...@60hz (II) NOUVEAU(0): Manufacturer's mask: 0 (II) NOUVEAU(0): Supported standard timings: (II) NOUVEAU(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 (II) NOUVEAU(0): Supported detailed timing: (II) NOUVEAU(0): clock: 108.0 MHz Image Size: 376 x 301 mm (II) NOUVEAU(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0 (II) NOUVEAU(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0 (II) NOUVEAU(0): Serial No: 56224118 (II) NOUVEAU(0): Ranges: V min: 59 V max: 61 Hz, H min: 31 H max: 64 kHz, PixClock max 115 MHz (II) NOUVEAU(0): Monitor name: S1921 (II) NOUVEAU(0): EDID (in hex): (II) NOUVEAU(0): 00ffffffffffff0015c3311801010101 (II) NOUVEAU(0): 3012010380261e78eae415a3544a9b25 (II) NOUVEAU(0): 135054a1080081800101010101010101 (II) NOUVEAU(0): 010101010101302a009851002a403070 (II) NOUVEAU(0): 1300782d1100001e000000ff00353632 (II) NOUVEAU(0): 32343131380a20202020000000fd003b (II) NOUVEAU(0): 3d1f400b000a202020202020000000fc (II) NOUVEAU(0): 0053313932310a202020202020200003 (II) NOUVEAU(0): Printing probed modes for output DVI-I-2 (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) (II) NOUVEAU(0): Output DVI-I-1 connected (II) NOUVEAU(0): Output DVI-I-2 connected (II) NOUVEAU(0): Using exact sizes for initial modes (II) NOUVEAU(0): Output DVI-I-1 using initial mode 1280x1024 (II) NOUVEAU(0): Output DVI-I-2 using initial mode 1280x1024 (II) NOUVEAU(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated. (--) NOUVEAU(0): Virtual size is 2561x1024 (pitch 2576) (**) NOUVEAU(0): Driver mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) (**) NOUVEAU(0): Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) (**) NOUVEAU(0): Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) (**) NOUVEAU(0): Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (**) NOUVEAU(0): Driver mode "720x400": 28.3 MHz (scaled from 0.0 MHz), 31.5 kHz, 70.1 Hz (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) (**) NOUVEAU(0): Display dimensions: (380, 300) mm (**) NOUVEAU(0): DPI set to (171, 86) (II) Loading sub module "wfb" (II) LoadModule: "wfb" (II) Loading /usr/lib/xorg/modules/libwfb.so (II) Module wfb: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.4 (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/lib/xorg/modules/libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.4 (II) Loading sub module "exa" (II) LoadModule: "exa" (II) Loading /usr/lib/xorg/modules/libexa.so (II) Module exa: vendor="X.Org Foundation" compiled for 1.7.7, module version = 2.5.0 ABI class: X.Org Video Driver, version 6.0 (II) Loading sub module "shadowfb" (II) LoadModule: "shadowfb" (II) Loading /usr/lib/xorg/modules/libshadowfb.so (II) Module shadowfb: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.4 (--) Depth 24 pixmap format is 32 bpp (II) NOUVEAU(0): Opened GPU channel 2