segmentation fault
François Patte
francois.patte at MI.PARISDESCARTES.FR
Mon Jan 8 10:55:13 UTC 2018
Bonjour,
I try to install a multihead config with 2 video cards and 3 monitors,
using xinerama in order to have a unique screen.
But this does not work and end with a segmentation fault.... Here are
the xorg.conf file and the corresponding log file.
Thank you for helping.
Here is my xorg.conf:
<-----------------xorg.conf-------------------------
# essai xinerama
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
Screen 2 "Screen2" RightOf "Screen1"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "1"
EndSection
Section "Files"
FontPath "/usr/share/fonts/default/Type1"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "keyboard"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "LG"
ModelName "LG Electronics L1952TQ"
HorizSync 30.0 - 71.0
VertRefresh 56.0 - 75.0
Option "DPMS"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor1"
VendorName "LG"
ModelName "LG Electronics L1952TQ"
HorizSync 30.0 - 71.0
VertRefresh 56.0 - 75.0
Option "DPMS"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor2"
VendorName "LG"
ModelName "LG Electronics L1920P"
HorizSync 30.0 - 71.0
VertRefresh 56.0 - 75.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nouveau"
BusId "PCI:1:0:0"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8800 GT"
Screen 0
EndSection
Section "Device"
Identifier "Device1"
Driver "nouveau"
BusId "PCI:1:0:0"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8800 GT"
Screen 1
EndSection
Section "Device"
Identifier "intel0"
Driver "intel"
BusId "PCI:0:2:0"
VendorName "Intel Corporation"
BoardName "Xeon E3-1200 v2/3rd Gen Core processor Graphics
Controller"
Screen 0
#Option "AccelMethod" "uxa"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
# Option "Stereo" "0"
# Option "nvidiaXineramaInfoOrder" "DFP-0"
# Option "metamodes" "DVI-I-2: nvidia-auto-select +0+0,
DVI-I-3: nvidia-auto-select +1280+0"
# Option "SLI" "Off"
# Option "MultiGPU" "Off"
# Option "BaseMosaic" "off"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor1"
DefaultDepth 24
# Option "Stereo" "0"
# Option "nvidiaXineramaInfoOrder" "DFP-0"
# Option "metamodes" "DVI-I-2: nvidia-auto-select +0+0,
DVI-I-3: nvidia-auto-select +1280+0"
# Option "SLI" "Off"
# Option "MultiGPU" "Off"
# Option "BaseMosaic" "off"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen2"
Device "intel0"
Monitor "Monitor2"
EndSection
<---------------end xorg.conf-----------------------------
And the Xorg.0.log:
<--------------Xorg.0.log---------------------------------
[ 12.822]
X.Org X Server 1.19.3
Release Date: 2017-03-15
[ 12.822] X Protocol Version 11, Revision 0
[ 12.822] Build Operating System: 4.9.3-200.fc25.x86_64
[ 12.822] Current Operating System: Linux dipankar
4.13.16-100.fc25.x86_64 #1 SMP Mon Nov 27 19:52:46 UTC 2017 x86_64
[ 12.822] Kernel command line:
BOOT_IMAGE=/vmlinuz-4.13.16-100.fc25.x86_64
root=/dev/mapper/debian-deb--racine ro
rd.md.uuid=95c11201:1509169a:860a8b84:c49f865c
rd.lvm.lv=debian/deb-racine
rd.md.uuid=eb8b5efe:5a8f9369:e940a0f3:83d63ad1
rd.md.uuid=4a28174a:f38b4938:233f85f7:6ce585a8 rd.lvm.lv=systeme/swap
quiet LANG=fr_FR.UTF-8
[ 12.822] Build Date: 15 March 2017 06:37:12PM
[ 12.822] Build ID: xorg-x11-server 1.19.3-1.fc25
[ 12.822] Current version of pixman: 0.34.0
[ 12.822] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 12.822] Markers: (--) probed, (**) from config file, (==) default
setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 12.822] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jan 7
18:07:17 2018
[ 12.822] (==) Using config file: "/etc/X11/xorg.conf"
[ 12.822] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 12.822] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 12.822] (==) ServerLayout "Layout0"
[ 12.822] (**) |-->Screen "Screen0" (0)
[ 12.822] (**) | |-->Monitor "Monitor0"
[ 12.823] (**) | |-->Device "Device0"
[ 12.823] (**) |-->Screen "Screen1" (1)
[ 12.823] (**) | |-->Monitor "Monitor1"
[ 12.823] (**) | |-->Device "Device1"
[ 12.823] (**) |-->Screen "Screen2" (2)
[ 12.823] (**) | |-->Monitor "Monitor2"
[ 12.823] (**) | |-->Device "intel0"
[ 12.823] (**) |-->Input Device "Keyboard0"
[ 12.823] (**) |-->Input Device "Mouse0"
[ 12.823] (**) Option "Xinerama" "1"
[ 12.823] (==) Automatically adding devices
[ 12.823] (==) Automatically enabling devices
[ 12.823] (==) Automatically adding GPU devices
[ 12.823] (==) Automatically binding GPU devices
[ 12.823] (**) Xinerama: enabled
[ 12.823] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 12.823] (**) FontPath set to:
/usr/share/fonts/default/Type1,
catalogue:/etc/X11/fontpath.d,
built-ins
[ 12.823] (==) ModulePath set to "/usr/lib64/xorg/modules"
[ 12.823] (WW) Hotplugging is on, devices using drivers 'kbd',
'mouse' or 'vmmouse' will be disabled.
[ 12.823] (WW) Disabling Keyboard0
[ 12.823] (WW) Disabling Mouse0
[ 12.823] (II) Loader magic: 0x825e00
[ 12.823] (II) Module ABI versions:
[ 12.823] X.Org ANSI C Emulation: 0.4
[ 12.823] X.Org Video Driver: 23.0
[ 12.823] X.Org XInput driver : 24.1
[ 12.823] X.Org Server Extension : 10.0
[ 12.823] (++) using VT number 1
[ 12.823] (II) systemd-logind: logind integration requires -keeptty
and -keeptty was not provided, disabling logind integration
[ 12.824] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 12.824] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 12.831] (--) PCI: (0:0:2:0) 8086:0152:1043:84ca rev 9, Mem @
0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64, BIOS @
0x????????/65536
[ 12.831] (--) PCI:*(0:1:0:0) 10de:0611:1043:8260 rev 162, Mem @
0xf6000000/16777216, 0xe0000000/268435456, 0xf4000000/33554432, I/O @
0x0000e000/128, BIOS @ 0x????????/131072
[ 12.831] (II) "glx" will be loaded. This was enabled by default and
also specified in the config file.
[ 12.831] (II) LoadModule: "dbe"
[ 12.832] (II) Module "dbe" already built-in
[ 12.832] (II) LoadModule: "extmod"
[ 12.832] (II) Module "extmod" already built-in
[ 12.832] (II) LoadModule: "glx"
[ 12.832] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[ 12.833] (II) Module glx: vendor="X.Org Foundation"
[ 12.833] compiled for 1.19.3, module version = 1.0.0
[ 12.833] ABI class: X.Org Server Extension, version 10.0
[ 12.833] (II) LoadModule: "nouveau"
[ 12.833] (II) Loading /usr/lib64/xorg/modules/drivers/nouveau_drv.so
[ 12.833] (II) Module nouveau: vendor="X.Org Foundation"
[ 12.833] compiled for 1.19.3, module version = 1.0.15
[ 12.833] Module class: X.Org Video Driver
[ 12.833] ABI class: X.Org Video Driver, version 23.0
[ 12.833] (II) LoadModule: "intel"
[ 12.833] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so
[ 12.833] (II) Module intel: vendor="X.Org Foundation"
[ 12.833] compiled for 1.18.99.901, module version = 2.99.917
[ 12.833] Module class: X.Org Video Driver
[ 12.833] ABI class: X.Org Video Driver, version 23.0
[ 12.833] (II) NOUVEAU driver
[ 12.833] (II) NOUVEAU driver for NVIDIA chipset families :
[ 12.833] RIVA TNT (NV04)
[ 12.833] RIVA TNT2 (NV05)
[ 12.833] GeForce 256 (NV10)
[ 12.833] GeForce 2 (NV11, NV15)
[ 12.833] GeForce 4MX (NV17, NV18)
[ 12.833] GeForce 3 (NV20)
[ 12.833] GeForce 4Ti (NV25, NV28)
[ 12.833] GeForce FX (NV3x)
[ 12.833] GeForce 6 (NV4x)
[ 12.833] GeForce 7 (G7x)
[ 12.833] GeForce 8 (G8x)
[ 12.833] GeForce GTX 200 (NVA0)
[ 12.833] GeForce GTX 400 (NVC0)
[ 12.833] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35,
Q33,
GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[ 12.834] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[ 12.834] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[ 12.834] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics:
5200, 6200, P6300
[ 12.834] (II) [drm] nouveau interface version: 1.3.1
[ 12.834] (II) [drm] nouveau interface version: 1.3.1
[ 12.834] (II) intel(2): Using Kernel Mode Setting driver: i915,
version 1.6.0 20170619
[ 12.834] (II) Loading sub module "dri2"
[ 12.834] (II) LoadModule: "dri2"
[ 12.834] (II) Module "dri2" already built-in
[ 12.834] (--) NOUVEAU(0): Chipset: "NVIDIA NV92"
[ 12.834] (**) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
[ 12.834] (==) NOUVEAU(0): RGB weight 888
[ 12.834] (==) NOUVEAU(0): Default visual is TrueColor
[ 12.834] (==) NOUVEAU(0): Using HW cursor
[ 12.834] (==) NOUVEAU(0): Allowed maximum DRI level 2.
[ 12.834] (==) NOUVEAU(0): GLX sync to VBlank enabled.
[ 12.834] (==) NOUVEAU(0): Page flipping enabled
[ 12.834] (==) NOUVEAU(0): Swap limit set to 1 [Max allowed 2]
[ 12.834] (==) NOUVEAU(0): Page flipping synced to vblank by kernel.
[ 12.834] (II) NOUVEAU(0): Initializing outputs ...
[ 12.862] (II) NOUVEAU(0): Output DVI-I-1 using monitor section Monitor0
[ 12.890] (II) NOUVEAU(0): 1 crtcs needed for screen.
[ 12.939] (II) NOUVEAU(0): Allocated crtc nr. 0 to this screen.
[ 12.967] (II) NOUVEAU(0): EDID for output DVI-I-1
[ 12.967] (II) NOUVEAU(0): Manufacturer: GSM Model: 4b17 Serial#: 56058
[ 12.967] (II) NOUVEAU(0): Year: 2006 Week: 10
[ 12.967] (II) NOUVEAU(0): EDID Version: 1.3
[ 12.967] (II) NOUVEAU(0): Digital Display Input
[ 12.967] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 38 vert.: 30
[ 12.967] (II) NOUVEAU(0): Gamma: 2.20
[ 12.967] (II) NOUVEAU(0): DPMS capabilities: StandBy Suspend Off
[ 12.967] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb
4:4:4
[ 12.967] (II) NOUVEAU(0): First detailed timing is preferred mode
[ 12.967] (II) NOUVEAU(0): redX: 0.647 redY: 0.346 greenX: 0.292
greenY: 0.602
[ 12.967] (II) NOUVEAU(0): blueX: 0.149 blueY: 0.130 whiteX: 0.313
whiteY: 0.328
[ 12.967] (II) NOUVEAU(0): Supported established timings:
[ 12.967] (II) NOUVEAU(0): 720x400 at 70Hz
[ 12.967] (II) NOUVEAU(0): 640x480 at 60Hz
[ 12.967] (II) NOUVEAU(0): 640x480 at 75Hz
[ 12.967] (II) NOUVEAU(0): 800x600 at 60Hz
[ 12.967] (II) NOUVEAU(0): 800x600 at 75Hz
[ 12.967] (II) NOUVEAU(0): 832x624 at 75Hz
[ 12.967] (II) NOUVEAU(0): 1024x768 at 60Hz
[ 12.967] (II) NOUVEAU(0): 1024x768 at 75Hz
[ 12.967] (II) NOUVEAU(0): 1152x864 at 75Hz
[ 12.967] (II) NOUVEAU(0): Manufacturer's mask: 0
[ 12.967] (II) NOUVEAU(0): Supported standard timings:
[ 12.967] (II) NOUVEAU(0): #0: hsize: 640 vsize 480 refresh: 75
vid: 20273
[ 12.967] (II) NOUVEAU(0): #1: hsize: 800 vsize 600 refresh: 75
vid: 20293
[ 12.967] (II) NOUVEAU(0): #2: hsize: 1024 vsize 768 refresh: 75
vid: 20321
[ 12.967] (II) NOUVEAU(0): #3: hsize: 1280 vsize 1024 refresh: 60
vid: 32897
[ 12.967] (II) NOUVEAU(0): Supported detailed timing:
[ 12.967] (II) NOUVEAU(0): clock: 108.0 MHz Image Size: 376 x 301 mm
[ 12.967] (II) NOUVEAU(0): h_active: 1280 h_sync: 1328 h_sync_end
1440 h_blank_end 1688 h_border: 0
[ 12.967] (II) NOUVEAU(0): v_active: 1024 v_sync: 1025 v_sync_end
1028 v_blanking: 1066 v_border: 0
[ 12.967] (II) NOUVEAU(0): Ranges: V min: 56 V max: 75 Hz, H min: 30
H max: 71 kHz, PixClock max 115 MHz
[ 12.967] (II) NOUVEAU(0): Monitor name: L1952TQ
[ 12.967] (II) NOUVEAU(0): Monitor name:
[ 12.967] (II) NOUVEAU(0): EDID (in hex):
[ 12.967] (II) NOUVEAU(0): 00ffffffffffff001e6d174bfada0000
[ 12.967] (II) NOUVEAU(0): 0a100103ee261e78eaec54a5584a9a26
[ 12.967] (II) NOUVEAU(0): 215054a56a80314f454f614f81800101
[ 12.967] (II) NOUVEAU(0): 010101010101302a009851002a403070
[ 12.967] (II) NOUVEAU(0): 1300782d1100001e000000fd00384b1e
[ 12.967] (II) NOUVEAU(0): 470b000a202020202020000000fc004c
[ 12.967] (II) NOUVEAU(0): 3139353254510a2020202020000000fc
[ 12.967] (II) NOUVEAU(0): 000a202020202020202020202020004f
[ 12.967] (II) NOUVEAU(0): Printing probed modes for output DVI-I-1
[ 12.967] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280
1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[ 12.967] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152
1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 12.967] (II) NOUVEAU(0): Modeline "1024x768"x75.0 78.75 1024
1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 12.967] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024
1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 12.967] (II) NOUVEAU(0): Modeline "832x624"x74.6 57.28 832 864
928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
[ 12.967] (II) NOUVEAU(0): Modeline "800x600"x75.0 49.50 800 816
896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 12.967] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840
968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 12.967] (II) NOUVEAU(0): Modeline "640x480"x75.0 31.50 640 656
720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 12.967] (II) NOUVEAU(0): Modeline "640x480"x59.9 25.18 640 656
752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 12.967] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738
846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 12.967] (II) NOUVEAU(0): Output DVI-I-1 connected
[ 12.967] (II) NOUVEAU(0): Using exact sizes for initial modes
[ 12.967] (II) NOUVEAU(0): Output DVI-I-1 using initial mode
1280x1024 +0+0
[ 12.967] (==) NOUVEAU(0): Using gamma correction (1.0, 1.0, 1.0)
[ 12.967] (--) NOUVEAU(0): Virtual size is 1280x1024 (pitch 0)
[ 12.967] (**) NOUVEAU(0): Driver mode "1280x1024": 108.0 MHz
(scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
[ 12.967] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280
1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[ 12.967] (**) NOUVEAU(0): Driver mode "1152x864": 108.0 MHz (scaled
from 0.0 MHz), 67.5 kHz, 75.0 Hz
[ 12.967] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152
1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 12.967] (**) NOUVEAU(0): Driver mode "1024x768": 78.8 MHz (scaled
from 0.0 MHz), 60.0 kHz, 75.0 Hz
[ 12.967] (II) NOUVEAU(0): Modeline "1024x768"x75.0 78.75 1024
1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 12.967] (**) NOUVEAU(0): Driver mode "1024x768": 65.0 MHz (scaled
from 0.0 MHz), 48.4 kHz, 60.0 Hz
[ 12.967] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024
1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 12.967] (**) NOUVEAU(0): Driver mode "832x624": 57.3 MHz (scaled
from 0.0 MHz), 49.7 kHz, 74.6 Hz
[ 12.967] (II) NOUVEAU(0): Modeline "832x624"x74.6 57.28 832 864
928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
[ 12.967] (II) NOUVEAU(0): Modeline "800x600"x75.0 49.50 800 816
896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 12.967] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840
968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 12.967] (II) NOUVEAU(0): Modeline "640x480"x75.0 31.50 640 656
720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 12.967] (II) NOUVEAU(0): Modeline "640x480"x59.9 25.18 640 656
752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 12.967] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738
846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 12.967] (II) NOUVEAU(0): Output DVI-I-1 connected
[ 12.967] (II) NOUVEAU(0): Using exact sizes for initial modes
[ 12.967] (II) NOUVEAU(0): Output DVI-I-1 using initial mode
1280x1024 +0+0
[ 12.967] (==) NOUVEAU(0): Using gamma correction (1.0, 1.0, 1.0)
[ 12.967] (--) NOUVEAU(0): Virtual size is 1280x1024 (pitch 0)
[ 12.967] (**) NOUVEAU(0): Driver mode "1280x1024": 108.0 MHz
(scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
[ 12.967] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280
1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[ 12.967] (**) NOUVEAU(0): Driver mode "1152x864": 108.0 MHz (scaled
from 0.0 MHz), 67.5 kHz, 75.0 Hz
[ 12.967] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152
1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 12.967] (**) NOUVEAU(0): Driver mode "1024x768": 78.8 MHz (scaled
from 0.0 MHz), 60.0 kHz, 75.0 Hz
[ 12.967] (II) NOUVEAU(0): Modeline "1024x768"x75.0 78.75 1024
1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 12.967] (**) NOUVEAU(0): Driver mode "1024x768": 65.0 MHz (scaled
from 0.0 MHz), 48.4 kHz, 60.0 Hz
[ 12.967] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024
1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 12.967] (**) NOUVEAU(0): Driver mode "832x624": 57.3 MHz (scaled
from 0.0 MHz), 49.7 kHz, 74.6 Hz
[ 12.967] (II) NOUVEAU(0): Modeline "832x624"x74.6 57.28 832 864
928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
[ 12.967] (**) NOUVEAU(0): Driver mode "800x600": 49.5 MHz (scaled
from 0.0 MHz), 46.9 kHz, 75.0 Hz
[ 12.967] (II) NOUVEAU(0): Modeline "800x600"x75.0 49.50 800 816
896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 12.967] (**) NOUVEAU(0): Driver mode "800x600": 40.0 MHz (scaled
from 0.0 MHz), 37.9 kHz, 60.3 Hz
[ 12.967] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840
968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 12.967] (**) NOUVEAU(0): Driver mode "640x480": 31.5 MHz (scaled
from 0.0 MHz), 37.5 kHz, 75.0 Hz
[ 12.967] (II) NOUVEAU(0): Modeline "640x480"x75.0 31.50 640 656
720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 12.967] (**) NOUVEAU(0): Driver mode "640x480": 25.2 MHz (scaled
from 0.0 MHz), 31.5 kHz, 59.9 Hz
[ 12.967] (II) NOUVEAU(0): Modeline "640x480"x59.9 25.18 640 656
752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 12.967] (**) NOUVEAU(0): Driver mode "720x400": 28.3 MHz (scaled
from 0.0 MHz), 31.5 kHz, 70.1 Hz
[ 12.967] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738
846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 12.967] (==) NOUVEAU(0): DPI set to (96, 96)
[ 12.967] (II) Loading sub module "fb"
[ 12.967] (II) LoadModule: "fb"
[ 12.968] (II) Loading /usr/lib64/xorg/modules/libfb.so
[ 12.968] (II) Module fb: vendor="X.Org Foundation"
[ 12.968] compiled for 1.19.3, module version = 1.0.0
[ 12.968] ABI class: X.Org ANSI C Emulation, version 0.4
[ 12.968] (II) Loading sub module "shadowfb"
[ 12.968] (II) LoadModule: "shadowfb"
[ 12.968] (II) Loading /usr/lib64/xorg/modules/libshadowfb.so
[ 12.968] (II) Module shadowfb: vendor="X.Org Foundation"
[ 12.968] compiled for 1.19.3, module version = 1.0.0
[ 12.968] ABI class: X.Org ANSI C Emulation, version 0.4
[ 12.968] (II) Loading sub module "dri2"
[ 12.968] (II) LoadModule: "dri2"
[ 12.968] (II) Module "dri2" already built-in
[ 12.968] (II) NOUVEAU(1): reusing fd for second head
[ 12.968] (--) NOUVEAU(1): Chipset: "NVIDIA NV92"
[ 12.968] (**) NOUVEAU(1): Depth 24, (--) framebuffer bpp 32
[ 12.968] (==) NOUVEAU(1): RGB weight 888
[ 12.968] (==) NOUVEAU(1): Default visual is TrueColor
[ 12.968] (==) NOUVEAU(1): Using HW cursor
[ 12.968] (==) NOUVEAU(1): Allowed maximum DRI level 2.
[ 12.968] (==) NOUVEAU(1): GLX sync to VBlank enabled.
[ 12.968] (==) NOUVEAU(1): Page flipping enabled
[ 12.968] (==) NOUVEAU(1): Swap limit set to 1 [Max allowed 2]
[ 12.968] (==) NOUVEAU(1): Page flipping synced to vblank by kernel.
[ 12.968] (II) NOUVEAU(1): Initializing outputs ...
[ 13.024] (II) NOUVEAU(1): Output DVI-I-2 using monitor section Monitor1
[ 13.024] (II) NOUVEAU(1): 1 crtcs needed for screen.
[ 13.024] (II) NOUVEAU(1): Allocated crtc nr. 1 to this screen.
[ 13.052] (II) NOUVEAU(1): EDID for output DVI-I-2
[ 13.052] (II) NOUVEAU(1): Manufacturer: GSM Model: 4b17 Serial#: 56187
[ 13.052] (II) NOUVEAU(1): Year: 2006 Week: 10
[ 13.052] (II) NOUVEAU(1): EDID Version: 1.3
[ 13.052] (II) NOUVEAU(1): Digital Display Input
[ 13.052] (II) NOUVEAU(1): Max Image Size [cm]: horiz.: 38 vert.: 30
[ 13.052] (II) NOUVEAU(1): Gamma: 2.20
[ 13.052] (II) NOUVEAU(1): DPMS capabilities: StandBy Suspend Off
[ 13.052] (II) NOUVEAU(1): Supported color encodings: RGB 4:4:4 YCrCb
4:4:4
[ 13.052] (II) NOUVEAU(1): First detailed timing is preferred mode
[ 13.052] (II) NOUVEAU(1): redX: 0.647 redY: 0.346 greenX: 0.292
greenY: 0.602
[ 13.052] (II) NOUVEAU(1): blueX: 0.149 blueY: 0.130 whiteX: 0.313
whiteY: 0.328
[ 13.052] (II) NOUVEAU(1): Supported established timings:
[ 13.052] (II) NOUVEAU(1): 720x400 at 70Hz
[ 13.052] (II) NOUVEAU(1): 640x480 at 60Hz
[ 13.052] (II) NOUVEAU(1): 640x480 at 75Hz
[ 13.052] (II) NOUVEAU(1): 800x600 at 60Hz
[ 13.052] (II) NOUVEAU(1): 800x600 at 75Hz
[ 13.052] (II) NOUVEAU(1): 832x624 at 75Hz
[ 13.052] (II) NOUVEAU(1): 1024x768 at 60Hz
[ 13.052] (II) NOUVEAU(1): 1024x768 at 75Hz
[ 13.052] (II) NOUVEAU(1): 1152x864 at 75Hz
[ 13.052] (II) NOUVEAU(1): Manufacturer's mask: 0
[ 13.052] (II) NOUVEAU(1): Supported standard timings:
[ 13.052] (II) NOUVEAU(1): #0: hsize: 640 vsize 480 refresh: 75
vid: 20273
[ 13.052] (II) NOUVEAU(1): #1: hsize: 800 vsize 600 refresh: 75
vid: 20293
[ 13.052] (II) NOUVEAU(1): #2: hsize: 1024 vsize 768 refresh: 75
vid: 20321
[ 13.052] (II) NOUVEAU(1): #3: hsize: 1280 vsize 1024 refresh: 60
vid: 32897
[ 13.052] (II) NOUVEAU(1): Supported detailed timing:
[ 13.052] (II) NOUVEAU(1): clock: 108.0 MHz Image Size: 376 x 301 mm
[ 13.052] (II) NOUVEAU(1): h_active: 1280 h_sync: 1328 h_sync_end
1440 h_blank_end 1688 h_border: 0
[ 13.052] (II) NOUVEAU(1): v_active: 1024 v_sync: 1025 v_sync_end
1028 v_blanking: 1066 v_border: 0
[ 13.052] (II) NOUVEAU(1): Ranges: V min: 56 V max: 75 Hz, H min: 30
H max: 71 kHz, PixClock max 115 MHz
[ 13.052] (II) NOUVEAU(1): Monitor name: L1952TQ
[ 13.052] (II) NOUVEAU(1): Monitor name:
[ 13.052] (II) NOUVEAU(1): EDID (in hex):
[ 13.052] (II) NOUVEAU(1): 00ffffffffffff001e6d174b7bdb0000
[ 13.052] (II) NOUVEAU(1): 0a100103ee261e78eaec54a5584a9a26
[ 13.052] (II) NOUVEAU(1): 215054a56a80314f454f614f81800101
[ 13.052] (II) NOUVEAU(1): 010101010101302a009851002a403070
[ 13.052] (II) NOUVEAU(1): 1300782d1100001e000000fd00384b1e
[ 13.052] (II) NOUVEAU(1): 470b000a202020202020000000fc004c
[ 13.052] (II) NOUVEAU(1): 3139353254510a2020202020000000fc
[ 13.052] (II) NOUVEAU(1): 000a20202020202020202020202000cd
[ 13.052] (II) NOUVEAU(1): Printing probed modes for output DVI-I-2
[ 13.052] (II) NOUVEAU(1): Modeline "1280x1024"x60.0 108.00 1280
1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[ 13.052] (II) NOUVEAU(1): Modeline "1152x864"x75.0 108.00 1152
1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 13.052] (II) NOUVEAU(1): Modeline "1024x768"x75.0 78.75 1024
1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 13.052] (II) NOUVEAU(1): Modeline "1024x768"x60.0 65.00 1024
1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 13.052] (II) NOUVEAU(1): Modeline "832x624"x74.6 57.28 832 864
928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
[ 13.052] (II) NOUVEAU(1): Modeline "800x600"x75.0 49.50 800 816
896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 13.052] (II) NOUVEAU(1): Modeline "800x600"x60.3 40.00 800 840
968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 13.052] (II) NOUVEAU(1): Modeline "640x480"x75.0 31.50 640 656
720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 13.052] (II) NOUVEAU(1): Modeline "640x480"x59.9 25.18 640 656
752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 13.052] (II) NOUVEAU(1): Modeline "720x400"x70.1 28.32 720 738
846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 13.052] (II) NOUVEAU(1): Output DVI-I-2 connected
[ 13.052] (II) NOUVEAU(1): Using exact sizes for initial modes
[ 13.052] (II) NOUVEAU(1): Output DVI-I-2 using initial mode
1280x1024 +0+0
[ 13.052] (==) NOUVEAU(1): Using gamma correction (1.0, 1.0, 1.0)
[ 13.052] (--) NOUVEAU(1): Virtual size is 1280x1024 (pitch 0)
[ 13.052] (**) NOUVEAU(1): Driver mode "1280x1024": 108.0 MHz
(scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
[ 13.052] (II) NOUVEAU(1): Modeline "1280x1024"x60.0 108.00 1280
1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[ 13.052] (**) NOUVEAU(1): Driver mode "1152x864": 108.0 MHz (scaled
from 0.0 MHz), 67.5 kHz, 75.0 Hz
[ 13.052] (II) NOUVEAU(1): Modeline "1152x864"x75.0 108.00 1152
1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 13.052] (**) NOUVEAU(1): Driver mode "1024x768": 78.8 MHz (scaled
from 0.0 MHz), 60.0 kHz, 75.0 Hz
[ 13.052] (II) NOUVEAU(1): Modeline "1024x768"x75.0 78.75 1024
1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 13.052] (**) NOUVEAU(1): Driver mode "1024x768": 65.0 MHz (scaled
from 0.0 MHz), 48.4 kHz, 60.0 Hz
[ 13.052] (II) NOUVEAU(1): Modeline "1024x768"x60.0 65.00 1024
1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 13.052] (**) NOUVEAU(1): Driver mode "832x624": 57.3 MHz (scaled
from 0.0 MHz), 49.7 kHz, 74.6 Hz
[ 13.052] (II) NOUVEAU(1): Modeline "832x624"x74.6 57.28 832 864
928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
[ 13.052] (**) NOUVEAU(1): Driver mode "800x600": 49.5 MHz (scaled
from 0.0 MHz), 46.9 kHz, 75.0 Hz
[ 13.052] (II) NOUVEAU(1): Modeline "800x600"x75.0 49.50 800 816
896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 13.052] (**) NOUVEAU(1): Driver mode "800x600": 40.0 MHz (scaled
from 0.0 MHz), 37.9 kHz, 60.3 Hz
[ 13.052] (II) NOUVEAU(1): Modeline "800x600"x60.3 40.00 800 840
968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 13.052] (**) NOUVEAU(1): Driver mode "640x480": 31.5 MHz (scaled
from 0.0 MHz), 37.5 kHz, 75.0 Hz
[ 13.052] (II) NOUVEAU(1): Modeline "640x480"x75.0 31.50 640 656
720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 13.052] (**) NOUVEAU(1): Driver mode "640x480": 25.2 MHz (scaled
from 0.0 MHz), 31.5 kHz, 59.9 Hz
[ 13.052] (II) NOUVEAU(1): Modeline "640x480"x59.9 25.18 640 656
752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 13.052] (**) NOUVEAU(1): Driver mode "720x400": 28.3 MHz (scaled
from 0.0 MHz), 31.5 kHz, 70.1 Hz
[ 13.052] (II) NOUVEAU(1): Modeline "720x400"x70.1 28.32 720 738
846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 13.052] (==) NOUVEAU(1): DPI set to (96, 96)
[ 13.052] (II) Loading sub module "fb"
[ 13.052] (II) LoadModule: "fb"
[ 13.053] (II) Loading /usr/lib64/xorg/modules/libfb.so
[ 13.053] (II) Module fb: vendor="X.Org Foundation"
[ 13.053] compiled for 1.19.3, module version = 1.0.0
[ 13.053] ABI class: X.Org ANSI C Emulation, version 0.4
[ 13.053] (II) Loading sub module "shadowfb"
[ 13.053] (II) LoadModule: "shadowfb"
[ 13.053] (II) Loading /usr/lib64/xorg/modules/libshadowfb.so
[ 13.053] (II) Module shadowfb: vendor="X.Org Foundation"
[ 13.053] compiled for 1.19.3, module version = 1.0.0
[ 13.053] ABI class: X.Org ANSI C Emulation, version 0.4
[ 13.053] (--) intel(2): Integrated Graphics Chipset: Intel(R) HD
Graphics 2500
[ 13.053] (--) intel(2): CPU: x86-64, sse2, sse3, ssse3, sse4.1,
sse4.2, avx; using a maximum of 4 threads
[ 13.053] (II) intel(2): Creating default Display subsection in
Screen section
"Screen2" for depth/fbbpp 24/32
[ 13.053] (==) intel(2): Depth 24, (--) framebuffer bpp 32
[ 13.053] (==) intel(2): RGB weight 888
[ 13.053] (==) intel(2): Default visual is TrueColor
[ 13.053] (II) intel(2): Output VGA1 using monitor section Monitor2
[ 13.053] (II) intel(2): Enabled output VGA1
[ 13.053] (II) intel(2): Output HDMI1 has no monitor section
[ 13.053] (II) intel(2): Enabled output HDMI1
[ 13.053] (II) intel(2): Output DP1 has no monitor section
[ 13.053] (II) intel(2): Enabled output DP1
[ 13.053] (II) intel(2): Output HDMI2 has no monitor section
[ 13.053] (II) intel(2): Enabled output HDMI2
[ 13.053] (II) intel(2): Output HDMI3 has no monitor section
[ 13.053] (II) intel(2): Enabled output HDMI3
[ 13.053] (II) intel(2): Output DP2 has no monitor section
[ 13.053] (II) intel(2): Enabled output DP2
[ 13.053] (II) intel(2): Output DP3 has no monitor section
[ 13.053] (II) intel(2): Enabled output DP3
[ 13.053] (--) intel(2): Using a maximum size of 256x256 for hardware
cursors
[ 13.053] (II) intel(2): Output VIRTUAL1 has no monitor section
[ 13.053] (II) intel(2): Enabled output VIRTUAL1
[ 13.053] (--) intel(2): Output VGA1 using initial mode 1280x1024 on
pipe 0
[ 13.053] (==) intel(2): TearFree disabled
[ 13.053] (==) intel(2): Using gamma correction (1.0, 1.0, 1.0)
[ 13.053] (==) intel(2): DPI set to (96, 96)
[ 13.053] (II) Loading sub module "dri3"
[ 13.053] (II) LoadModule: "dri3"
[ 13.053] (II) Module "dri3" already built-in
[ 13.053] (II) Loading sub module "dri2"
[ 13.053] (II) LoadModule: "dri2"
[ 13.053] (II) Module "dri2" already built-in
[ 13.053] (II) Loading sub module "present"
[ 13.053] (II) LoadModule: "present"
[ 13.053] (II) Module "present" already built-in
[ 13.053] (--) Depth 24 pixmap format is 32 bpp
[ 13.077] (II) NOUVEAU(0): Channel setup complete.
[ 13.080] (II) NOUVEAU(0): Hardware support for Present enabled
[ 13.080] (II) NOUVEAU(0): [DRI2] Setup complete
[ 13.080] (II) NOUVEAU(0): [DRI2] DRI driver: nouveau
[ 13.080] (II) NOUVEAU(0): [DRI2] VDPAU driver: nouveau
[ 13.080] (II) Loading sub module "exa"
[ 13.080] (II) LoadModule: "exa"
[ 13.080] (II) Loading /usr/lib64/xorg/modules/libexa.so
[ 13.081] (II) Module exa: vendor="X.Org Foundation"
[ 13.081] compiled for 1.19.3, module version = 2.6.0
[ 13.081] ABI class: X.Org Video Driver, version 23.0
[ 13.081] (II) EXA(0): Driver allocated offscreen pixmaps
[ 13.081] (II) EXA(0): Driver registered support for the following
operations:
[ 13.081] (II) Solid
[ 13.081] (II) Copy
[ 13.081] (II) Composite (RENDER acceleration)
[ 13.081] (II) UploadToScreen
[ 13.081] (II) DownloadFromScreen
[ 13.081] (==) NOUVEAU(0): Backing store enabled
[ 13.081] (==) NOUVEAU(0): Silken mouse enabled
[ 13.081] (II) NOUVEAU(0): [XvMC] Associated with Nouveau GeForce 8/9
Textured Video.
[ 13.081] (II) NOUVEAU(0): [XvMC] Extension initialized.
[ 13.081] (**) NOUVEAU(0): DPMS enabled
[ 13.081] (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following
RandR disabled message.
[ 13.081] (EE)
[ 13.081] (EE) Backtrace:
[ 13.081] (EE) 0: /usr/libexec/Xorg (OsLookupColor+0x139) [0x59ea19]
[ 13.081] (EE) 1: /lib64/libpthread.so.0 (funlockfile+0x50)
[0x7fc260df361f]
[ 13.081] (EE) 2: /usr/libexec/Xorg (RRCrtcGammaSetSize+0x0) [0x4fa7a0]
[ 13.082] (EE) 3: /usr/libexec/Xorg
(xf86RandR12GetOriginalVirtualSize+0x12a) [0x4b86ba]
[ 13.082] (EE) 4: /usr/libexec/Xorg (xf86HandleColormaps+0x312)
[0x482462]
[ 13.082] (EE) 5: /usr/lib64/xorg/modules/drivers/nouveau_drv.so
(_init+0xb807) [0x7fc25d5aea87]
[ 13.082] (EE) 6: /usr/libexec/Xorg (AddScreen+0xd7) [0x437307]
[ 13.082] (EE) 7: /usr/libexec/Xorg (InitOutput+0x3f8) [0x47d0f8]
[ 13.082] (EE) 8: /usr/libexec/Xorg (InitFonts+0x216) [0x43aea6]
[ 13.082] (EE) 9: /lib64/libc.so.6 (__libc_start_main+0xf1)
[0x7fc260a3c431]
[ 13.083] (EE) 10: /usr/libexec/Xorg (_start+0x2a) [0x424d5a]
[ 13.083] (EE)
[ 13.083] (EE) Segmentation fault at address 0x38
[ 13.083] (EE)
Fatal server error:
[ 13.083] (EE) Caught signal 11 (Segmentation fault). Server aborting
[ 13.083] (EE)
[ 13.083] (EE)
Please consult the Fedora Project support
at http://wiki.x.org
for help.
[ 13.083] (EE) Please also check the log file at
"/var/log/Xorg.0.log" for additional information.
[ 13.083] (EE)
[ 13.083] (II) NOUVEAU(0): NVLeaveVT is called.
[ 13.134] (EE) Server terminated with error (1). Closing log file.
<-----------------------end
Xorg.0.log-------------------------------------------
--
François Patte
UFR de mathématiques et informatique
Laboratoire CNRS MAP5, UMR 8145
Université Paris Descartes
45, rue des Saints Pères
F-75270 Paris Cedex 06
Tél. +33 (0)6 7892 5822
http://www.math-info.univ-paris5.fr/~patte
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 234 bytes
Desc: OpenPGP digital signature
URL: <https://lists.x.org/archives/xorg/attachments/20180108/edd9eb37/attachment-0001.sig>
More information about the xorg
mailing list