[SOLVED] Xorg doesn't start after upgrade to 1.17.1

Archlinux i686
Intel Core 2 Duo 6600
01:00.0 VGA compatible controller: NVIDIA Corporation G71 [GeForce 7900 GT/GTO] (rev a1)
After following upgrades:
[2015-02-26 03:27] [PACMAN] Running 'pacman -S mesa mesa-demos mesa-libgl'
[2015-02-26 03:27] [ALPM] transaction started
[2015-02-26 03:28] [ALPM] upgraded mesa (10.4.2-1 -> 10.4.5-1)
[2015-02-26 03:28] [ALPM] upgraded mesa-libgl (10.4.2-1 -> 10.4.5-1)
[2015-02-26 03:28] [ALPM] upgraded mesa-demos (8.2.0-3 -> 8.2.0-4)
[2015-02-26 03:28] [ALPM] transaction completed
[2015-02-26 03:28] [PACMAN] Running 'pacman -S xorg-server xorg-server-common'
[2015-02-26 03:29] [ALPM] transaction started
[2015-02-26 03:29] [ALPM] removed xf86-video-vesa (2.3.2-5)
[2015-02-26 03:29] [ALPM] removed xf86-video-nouveau (1.0.11-2)
[2015-02-26 03:29] [ALPM] removed xf86-video-modesetting (0.9.0-2)
[2015-02-26 03:29] [ALPM] upgraded xorg-server-common (1.16.3-2 -> 1.17.1-3)
[2015-02-26 03:29] [ALPM] upgraded xorg-server (1.16.3-2 -> 1.17.1-3)
Xorg doesn't start after reboot and I found following kernel message:
kernel: [drm:drm_mmap_locked] *ERROR* Could not find map
and /var/log/Xorg.0.log looks like this:
[ 5.591]
X.Org X Server 1.17.1
Release Date: 2015-02-10
[ 5.591] X Protocol Version 11, Revision 0
[ 5.591] Build Operating System: Linux 3.18.6-1-ARCH i686
[ 5.591] Current Operating System: Linux emeria7 3.18.6-1-ARCH #1 SMP PREEMPT Sat Feb 7 08:59:29 CET 2015 i686
[ 5.591] Kernel command line: root=/dev/disk/by-label/archroot rw
[ 5.591] Build Date: 22 February 2015 12:52:47PM
[ 5.591]
[ 5.592] Current version of pixman: 0.32.6
[ 5.592] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 5.592] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 5.592] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Feb 26 14:58:35 2015
[ 5.597] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 5.597] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 5.598] (==) ServerLayout "ServerLayout0"
[ 5.598] (==) No screen section available. Using defaults.
[ 5.598] (**) |-->Screen "Default Screen Section" (0)
[ 5.598] (**) | |-->Monitor "<default monitor>"
[ 5.599] (==) No device specified for screen "Default Screen Section".
Using the first device section listed.
[ 5.599] (**) | |-->Device "Device0"
[ 5.599] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 5.599] (**) Option "BlankTime" "0"
[ 5.599] (**) Option "StandbyTime" "0"
[ 5.599] (**) Option "SuspendTime" "0"
[ 5.599] (**) Option "OffTime" "0"
[ 5.599] (==) Automatically adding devices
[ 5.599] (==) Automatically enabling devices
[ 5.599] (==) Automatically adding GPU devices
[ 5.608] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/OTF/,
/usr/share/fonts/Type1/,
/usr/share/fonts/100dpi/,
/usr/share/fonts/75dpi/
[ 5.608] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 5.608] (**) Extension "Composite" is disabled
[ 5.608] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 5.608] (II) Loader magic: 0x829e700
[ 5.608] (II) Module ABI versions:
[ 5.608] X.Org ANSI C Emulation: 0.4
[ 5.608] X.Org Video Driver: 19.0
[ 5.608] X.Org XInput driver : 21.0
[ 5.608] X.Org Server Extension : 9.0
[ 5.611] (EE) systemd-logind: failed to get session: PID 995 does not belong to any known session
[ 5.611] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 5.612] (--) PCI:*(0:1:0:0) 10de:0291:107d:2a62 rev 161, Mem @ 0xfd000000/16777216, 0xc0000000/268435456, 0xfc000000/16777216, I/O @ 0x0000ac00/128, BIOS @ 0x????????/131072
[ 5.612] (II) Open ACPI successful (/var/run/acpid.socket)
[ 5.613] (II) LoadModule: "glx"
[ 5.616] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 5.632] (II) Module glx: vendor="X.Org Foundation"
[ 5.632] compiled for 1.17.1, module version = 1.0.0
[ 5.632] ABI class: X.Org Server Extension, version 9.0
[ 5.632] (==) AIGLX enabled
[ 5.632] (==) Matched nouveau as autoconfigured driver 0
[ 5.632] (==) Matched nv as autoconfigured driver 1
[ 5.632] (==) Matched nouveau as autoconfigured driver 2
[ 5.632] (==) Matched nv as autoconfigured driver 3
[ 5.632] (==) Matched modesetting as autoconfigured driver 4
[ 5.632] (==) Matched fbdev as autoconfigured driver 5
[ 5.632] (==) Matched vesa as autoconfigured driver 6
[ 5.632] (==) Assigned the driver to the xf86ConfigLayout
[ 5.632] (II) LoadModule: "nouveau"
[ 5.632] (WW) Warning, couldn't open module nouveau
[ 5.632] (II) UnloadModule: "nouveau"
[ 5.632] (II) Unloading nouveau
[ 5.632] (EE) Failed to load module "nouveau" (module does not exist, 0)
[ 5.633] (II) LoadModule: "nv"
[ 5.633] (WW) Warning, couldn't open module nv
[ 5.633] (II) UnloadModule: "nv"
[ 5.633] (II) Unloading nv
[ 5.633] (EE) Failed to load module "nv" (module does not exist, 0)
[ 5.633] (II) LoadModule: "modesetting"
[ 5.633] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 5.634] (II) Module modesetting: vendor="X.Org Foundation"
[ 5.634] compiled for 1.17.1, module version = 1.17.1
[ 5.634] Module class: X.Org Video Driver
[ 5.634] ABI class: X.Org Video Driver, version 19.0
[ 5.634] (II) LoadModule: "fbdev"
[ 5.634] (WW) Warning, couldn't open module fbdev
[ 5.634] (II) UnloadModule: "fbdev"
[ 5.634] (II) Unloading fbdev
[ 5.634] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 5.634] (II) LoadModule: "vesa"
[ 5.634] (WW) Warning, couldn't open module vesa
[ 5.634] (II) UnloadModule: "vesa"
[ 5.634] (II) Unloading vesa
[ 5.634] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 5.634] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 5.634] (++) using VT number 7
[ 5.635] (II) modeset(0): using drv /dev/dri/card0
[ 5.635] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 5.636] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 5.636] (==) modeset(0): RGB weight 888
[ 5.636] (==) modeset(0): Default visual is TrueColor
[ 5.636] (II) Loading sub module "glamoregl"
[ 5.636] (II) LoadModule: "glamoregl"
[ 5.636] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 5.647] (II) Module glamoregl: vendor="X.Org Foundation"
[ 5.647] compiled for 1.17.1, module version = 1.0.0
[ 5.647] ABI class: X.Org ANSI C Emulation, version 0.4
[ 5.647] (II) glamor: OpenGL accelerated X.org driver based.
[ 5.772] (II) glamor: EGL version 1.4 (DRI2):
[ 5.786] (II) modeset(0): glamor initialized
[ 5.786] (II) Loading sub module "dri2"
[ 5.786] (II) LoadModule: "dri2"
[ 5.786] (II) Module "dri2" already built-in
[ 5.843] (II) modeset(0): Output DVI-0 has no monitor section
[ 5.896] (II) modeset(0): Output DVI-1 has no monitor section
[ 5.950] (II) modeset(0): Output TV-0 has no monitor section
[ 6.006] (II) modeset(0): EDID for output DVI-0
[ 6.006] (II) modeset(0): Manufacturer: SAM Model: 76f Serial#: 1110590261
[ 6.006] (II) modeset(0): Year: 2011 Week: 8
[ 6.006] (II) modeset(0): EDID Version: 1.3
[ 6.006] (II) modeset(0): Digital Display Input
[ 6.006] (II) modeset(0): Max Image Size [cm]: horiz.: 51 vert.: 29
[ 6.006] (II) modeset(0): Gamma: 2.20
[ 6.006] (II) modeset(0): DPMS capabilities: Off
[ 6.006] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 6.006] (II) modeset(0): First detailed timing is preferred mode
[ 6.006] (II) modeset(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
[ 6.006] (II) modeset(0): blueX: 0.150 blueY: 0.060 whiteX: 0.312 whiteY: 0.329
[ 6.006] (II) modeset(0): Supported established timings:
[ 6.006] (II) modeset(0): 720x400@70Hz
[ 6.006] (II) modeset(0): 640x480@60Hz
[ 6.006] (II) modeset(0): 640x480@67Hz
[ 6.006] (II) modeset(0): 640x480@72Hz
[ 6.006] (II) modeset(0): 640x480@75Hz
[ 6.006] (II) modeset(0): 800x600@56Hz
[ 6.006] (II) modeset(0): 800x600@60Hz
[ 6.006] (II) modeset(0): 800x600@72Hz
[ 6.006] (II) modeset(0): 800x600@75Hz
[ 6.006] (II) modeset(0): 832x624@75Hz
[ 6.006] (II) modeset(0): 1024x768@60Hz
[ 6.006] (II) modeset(0): 1024x768@70Hz
[ 6.006] (II) modeset(0): 1024x768@75Hz
[ 6.006] (II) modeset(0): 1280x1024@75Hz
[ 6.006] (II) modeset(0): 1152x864@75Hz
[ 6.006] (II) modeset(0): Manufacturer's mask: 0
[ 6.006] (II) modeset(0): Supported standard timings:
[ 6.006] (II) modeset(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
[ 6.006] (II) modeset(0): #1: hsize: 1280 vsize 800 refresh: 60 vid: 129
[ 6.006] (II) modeset(0): #2: hsize: 1280 vsize 960 refresh: 60 vid: 16513
[ 6.006] (II) modeset(0): #3: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 6.006] (II) modeset(0): #4: hsize: 1440 vsize 900 refresh: 60 vid: 149
[ 6.006] (II) modeset(0): #5: hsize: 1440 vsize 900 refresh: 75 vid: 3989
[ 6.007] (II) modeset(0): #6: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
[ 6.007] (II) modeset(0): #7: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 6.007] (II) modeset(0): Supported detailed timing:
[ 6.007] (II) modeset(0): clock: 148.5 MHz Image Size: 509 x 286 mm
[ 6.007] (II) modeset(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 6.007] (II) modeset(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 6.007] (II) modeset(0): Supported detailed timing:
[ 6.007] (II) modeset(0): clock: 74.2 MHz Image Size: 509 x 286 mm
[ 6.007] (II) modeset(0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
[ 6.007] (II) modeset(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
[ 6.007] (II) modeset(0): Ranges: V min: 50 V max: 75 Hz, H min: 31 H max: 81 kHz, PixClock max 175 MHz
[ 6.007] (II) modeset(0): Monitor name: SMBX2331
[ 6.007] (II) modeset(0): Supported detailed timing:
[ 6.007] (II) modeset(0): clock: 74.2 MHz Image Size: 509 x 286 mm
[ 6.007] (II) modeset(0): h_active: 1920 h_sync: 2448 h_sync_end 2492 h_blank_end 2640 h_border: 0
[ 6.007] (II) modeset(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
[ 6.007] (II) modeset(0): Supported detailed timing:
[ 6.007] (II) modeset(0): clock: 74.2 MHz Image Size: 509 x 286 mm
[ 6.007] (II) modeset(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 6.007] (II) modeset(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
[ 6.007] (II) modeset(0): Supported detailed timing:
[ 6.007] (II) modeset(0): clock: 74.2 MHz Image Size: 509 x 286 mm
[ 6.007] (II) modeset(0): h_active: 1280 h_sync: 1720 h_sync_end 1760 h_blank_end 1980 h_border: 0
[ 6.007] (II) modeset(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
[ 6.007] (II) modeset(0): Supported detailed timing:
[ 6.007] (II) modeset(0): clock: 27.0 MHz Image Size: 509 x 286 mm
[ 6.007] (II) modeset(0): h_active: 720 h_sync: 732 h_sync_end 796 h_blank_end 864 h_border: 0
[ 6.007] (II) modeset(0): v_active: 576 v_sync: 581 v_sync_end 586 v_blanking: 625 v_border: 0
[ 6.007] (II) modeset(0): Supported detailed timing:
[ 6.007] (II) modeset(0): clock: 27.0 MHz Image Size: 509 x 286 mm
[ 6.007] (II) modeset(0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0
[ 6.007] (II) modeset(0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0
[ 6.007] (II) modeset(0): Number of EDID sections to follow: 1
[ 6.007] (II) modeset(0): EDID (in hex):
[ 6.007] (II) modeset(0): 00ffffffffffff004c2d6f0735433242
[ 6.007] (II) modeset(0): 0815010380331d782aee91a3544c9926
[ 6.007] (II) modeset(0): 0f5054bfef80714f8100814081809500
[ 6.007] (II) modeset(0): 950fa940b300023a801871382d40582c
[ 6.007] (II) modeset(0): 4500fd1e1100001e011d007251d01e20
[ 6.007] (II) modeset(0): 6e285500fd1e1100001e000000fd0032
[ 6.007] (II) modeset(0): 4b1f5111000a202020202020000000fc
[ 6.007] (II) modeset(0): 00534d4258323333310a2020202001ee
[ 6.007] (II) modeset(0): 02031cf14890041f0514131203230907
[ 6.007] (II) modeset(0): 078301000066030c00100080011d80d0
[ 6.007] (II) modeset(0): 721c1620102c2580fd1e1100009e011d
[ 6.007] (II) modeset(0): 8018711c1620582c2500fd1e1100009e
[ 6.007] (II) modeset(0): 011d00bc52d01e20b8285540fd1e1100
[ 6.007] (II) modeset(0): 001e8c0ad090204031200c405500fd1e
[ 6.007] (II) modeset(0): 110000188c0ad08a20e02d10103e9600
[ 6.007] (II) modeset(0): fd1e110000180000000000000000004c
[ 6.007] (II) modeset(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
[ 6.007] (II) modeset(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
[ 6.007] (II) modeset(0): Printing probed modes for output DVI-0
[ 6.007] (II) modeset(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 6.007] (II) modeset(0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 6.007] (II) modeset(0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[ 6.007] (II) modeset(0): Modeline "1600x1200"x65.0 175.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (81.2 kHz d)
[ 6.007] (II) modeset(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[ 6.007] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[ 6.007] (II) modeset(0): Modeline "1400x1050"x74.8 155.80 1400 1464 1784 1912 1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[ 6.007] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 6.007] (II) modeset(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 6.007] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 6.007] (II) modeset(0): Modeline "1440x900"x75.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz e)
[ 6.007] (II) modeset(0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
[ 6.007] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 6.007] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
[ 6.007] (II) modeset(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 6.007] (II) modeset(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 6.007] (II) modeset(0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 6.007] (II) modeset(0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 6.007] (II) modeset(0): Modeline "1024x768"x75.0 170.24 1024 1108 1220 1416 768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[ 6.007] (II) modeset(0): Modeline "1024x768"x60.0 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 6.007] (II) modeset(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
[ 6.007] (II) modeset(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz d)
[ 6.007] (II) modeset(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
[ 6.007] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 6.008] (II) modeset(0): Modeline "960x720"x75.0 148.50 960 1032 1144 1320 720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[ 6.008] (II) modeset(0): Modeline "960x720"x60.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 6.008] (II) modeset(0): Modeline "928x696"x75.0 144.00 928 992 1104 1280 696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[ 6.008] (II) modeset(0): Modeline "928x696"x60.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 6.008] (II) modeset(0): Modeline "896x672"x75.0 130.50 896 944 1052 1228 672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[ 6.008] (II) modeset(0): Modeline "896x672"x60.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 6.008] (II) modeset(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
[ 6.008] (II) modeset(0): Modeline "800x600"x75.0 101.25 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[ 6.008] (II) modeset(0): Modeline "800x600"x70.0 94.50 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[ 6.008] (II) modeset(0): Modeline "800x600"x65.0 87.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[ 6.008] (II) modeset(0): Modeline "800x600"x60.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 6.008] (II) modeset(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
[ 6.008] (II) modeset(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 6.008] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 6.008] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 6.008] (II) modeset(0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 6.008] (II) modeset(0): Modeline "700x525"x74.8 77.90 700 732 892 956 525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[ 6.008] (II) modeset(0): Modeline "700x525"x60.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 6.008] (II) modeset(0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 6.008] (II) modeset(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 6.008] (II) modeset(0): Modeline "640x512"x75.0 67.50 640 648 720 844 512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[ 6.008] (II) modeset(0): Modeline "640x512"x60.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 6.008] (II) modeset(0): Modeline "640x480"x60.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 6.008] (II) modeset(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 6.008] (II) modeset(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz e)
[ 6.008] (II) modeset(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz d)
[ 6.008] (II) modeset(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz d)
[ 6.008] (II) modeset(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
[ 6.008] (II) modeset(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 6.008] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 6.008] (II) modeset(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 6.008] (II) modeset(0): Modeline "576x432"x75.0 54.00 576 608 672 800 432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[ 6.008] (II) modeset(0): Modeline "512x384"x75.0 39.38 512 520 568 656 384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[ 6.008] (II) modeset(0): Modeline "512x384"x70.1 37.50 512 524 592 664 384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[ 6.008] (II) modeset(0): Modeline "512x384"x60.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 6.008] (II) modeset(0): Modeline "416x312"x74.7 28.64 416 432 464 576 312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[ 6.008] (II) modeset(0): Modeline "400x300"x72.2 25.00 400 428 488 520 300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[ 6.008] (II) modeset(0): Modeline "400x300"x75.1 24.75 400 408 448 528 300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[ 6.008] (II) modeset(0): Modeline "400x300"x60.3 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 6.008] (II) modeset(0): Modeline "400x300"x56.3 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 6.008] (II) modeset(0): Modeline "320x240"x72.8 15.75 320 332 352 416 240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[ 6.008] (II) modeset(0): Modeline "320x240"x75.0 15.75 320 328 360 420 240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[ 6.008] (II) modeset(0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 6.063] (II) modeset(0): EDID for output DVI-1
[ 6.116] (II) modeset(0): EDID for output TV-0
[ 6.116] (II) modeset(0): Output DVI-0 connected
[ 6.116] (II) modeset(0): Output DVI-1 disconnected
[ 6.116] (II) modeset(0): Output TV-0 disconnected
[ 6.116] (II) modeset(0): Using exact sizes for initial modes
[ 6.116] (II) modeset(0): Output DVI-0 using initial mode 1920x1080
[ 6.116] (II) modeset(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 6.116] (==) modeset(0): DPI set to (96, 96)
[ 6.116] (II) Loading sub module "fb"
[ 6.116] (II) LoadModule: "fb"
[ 6.117] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 6.118] (II) Module fb: vendor="X.Org Foundation"
[ 6.118] compiled for 1.17.1, module version = 1.0.0
[ 6.118] ABI class: X.Org ANSI C Emulation, version 0.4
[ 6.118] (==) Depth 24 pixmap format is 32 bpp
[ 6.462] (==) modeset(0): Backing store disabled
[ 6.462] (==) modeset(0): Silken mouse enabled
[ 6.464] (II) modeset(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 6.535] (==) modeset(0): DPMS enabled
[ 6.535] (WW) modeset(0): Option "EXANoComposite" is not used
[ 6.535] (II) modeset(0): [DRI2] Setup complete
[ 6.535] (II) modeset(0): [DRI2] DRI driver: nouveau
[ 6.535] (II) modeset(0): [DRI2] VDPAU driver: nouveau
[ 6.535] (--) RandR disabled
[ 6.551] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 6.551] (II) AIGLX: enabled GLX_ARB_create_context
[ 6.551] (II) AIGLX: enabled GLX_ARB_create_context_profile
[ 6.551] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[ 6.551] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 6.551] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 6.551] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[ 6.551] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[ 6.551] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 6.552] (II) AIGLX: Loaded and initialized nouveau
[ 6.552] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 6.559] (II) modeset(0): Setting screen physical size to 507 x 285
[ 6.741] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 6.741] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 6.741] (**) Power Button: Applying InputClass "Keyboard Defaults"
[ 6.741] (II) LoadModule: "evdev"
[ 6.741] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 6.744] (II) Module evdev: vendor="X.Org Foundation"
[ 6.744] compiled for 1.16.2, module version = 2.9.1
[ 6.744] Module class: X.Org XInput Driver
[ 6.744] ABI class: X.Org XInput driver, version 21.0
[ 6.744] (II) Using input driver 'evdev' for 'Power Button'
[ 6.744] (**) Power Button: always reports core events
[ 6.744] (**) evdev: Power Button: Device: "/dev/input/event3"
[ 6.744] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 6.744] (--) evdev: Power Button: Found keys
[ 6.744] (II) evdev: Power Button: Configuring as keyboard
[ 6.744] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[ 6.744] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 6.744] (**) Option "xkb_rules" "evdev"
[ 6.744] (**) Option "xkb_model" "pc104"
[ 6.744] (**) Option "xkb_layout" "us"
[ 6.744] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 6.780] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 6.780] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 6.780] (**) Power Button: Applying InputClass "Keyboard Defaults"
[ 6.780] (II) Using input driver 'evdev' for 'Power Button'
[ 6.780] (**) Power Button: always reports core events
[ 6.780] (**) evdev: Power Button: Device: "/dev/input/event2"
[ 6.780] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 6.780] (--) evdev: Power Button: Found keys
[ 6.780] (II) evdev: Power Button: Configuring as keyboard
[ 6.780] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[ 6.780] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 6.780] (**) Option "xkb_rules" "evdev"
[ 6.780] (**) Option "xkb_model" "pc104"
[ 6.780] (**) Option "xkb_layout" "us"
[ 6.780] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 6.781] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event4)
[ 6.781] (II) No input driver specified, ignoring this device.
[ 6.781] (II) This device may have been added with another device file.
[ 6.782] (II) config/udev: Adding input device HDA Intel Line Out Side (/dev/input/event10)
[ 6.782] (II) No input driver specified, ignoring this device.
[ 6.782] (II) This device may have been added with another device file.
[ 6.782] (II) config/udev: Adding input device HDA Intel Rear Mic (/dev/input/event5)
[ 6.782] (II) No input driver specified, ignoring this device.
[ 6.782] (II) This device may have been added with another device file.
[ 6.782] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event6)
[ 6.782] (II) No input driver specified, ignoring this device.
[ 6.782] (II) This device may have been added with another device file.
[ 6.783] (II) config/udev: Adding input device HDA Intel Line Out Front (/dev/input/event7)
[ 6.783] (II) No input driver specified, ignoring this device.
[ 6.783] (II) This device may have been added with another device file.
[ 6.783] (II) config/udev: Adding input device HDA Intel Line Out Surround (/dev/input/event8)
[ 6.783] (II) No input driver specified, ignoring this device.
[ 6.783] (II) This device may have been added with another device file.
[ 6.783] (II) config/udev: Adding input device HDA Intel Line Out CLFE (/dev/input/event9)
[ 6.783] (II) No input driver specified, ignoring this device.
[ 6.783] (II) This device may have been added with another device file.
[ 6.784] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event1)
[ 6.784] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
[ 6.784] (II) Using input driver 'evdev' for 'Logitech USB-PS/2 Optical Mouse'
[ 6.784] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
[ 6.784] (**) evdev: Logitech USB-PS/2 Optical Mouse: Device: "/dev/input/event1"
[ 6.784] (--) evdev: Logitech USB-PS/2 Optical Mouse: Vendor 0x46d Product 0xc050
[ 6.784] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found 12 mouse buttons
[ 6.784] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found scroll wheel(s)
[ 6.784] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found relative axes
[ 6.784] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found x and y relative axes
[ 6.784] (II) evdev: Logitech USB-PS/2 Optical Mouse: Configuring as mouse
[ 6.784] (II) evdev: Logitech USB-PS/2 Optical Mouse: Adding scrollwheel support
[ 6.784] (**) evdev: Logitech USB-PS/2 Optical Mouse: YAxisMapping: buttons 4 and 5
[ 6.784] (**) evdev: Logitech USB-PS/2 Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 6.784] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb6/6-1/6-1:1.0/0003:046D:C050.0001/input/input1/event1"
[ 6.784] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE, id 8)
[ 6.784] (II) evdev: Logitech USB-PS/2 Optical Mouse: initialized for relative axes.
[ 6.784] (**) Logitech USB-PS/2 Optical Mouse: (accel) keeping acceleration scheme 1
[ 6.784] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration profile 0
[ 6.784] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
[ 6.784] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
[ 6.785] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse0)
[ 6.785] (II) No input driver specified, ignoring this device.
[ 6.785] (II) This device may have been added with another device file.
[ 6.785] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 6.785] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 6.785] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Defaults"
[ 6.785] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 6.785] (**) AT Translated Set 2 keyboard: always reports core events
[ 6.785] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[ 6.785] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 6.785] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 6.785] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 6.785] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 6.785] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
[ 6.785] (**) Option "xkb_rules" "evdev"
[ 6.785] (**) Option "xkb_model" "pc104"
[ 6.785] (**) Option "xkb_layout" "us"
[ 6.785] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 6.803] (EE)
[ 6.803] (EE) Backtrace:
[ 6.803] (EE) 0: /usr/lib/xorg-server/Xorg (OsLookupColor+0x132) [0x81df9e2]
[ 6.804] (EE) 1: ? (?+0x132) [0xb7787cc5]
[ 6.804] (EE) 2: /usr/lib/xorg/modules/drivers/modesetting_drv.so (_init+0x4cd7) [0xb6e2a1c7]
[ 6.806] (EE) 3: /usr/lib/xorg-server/Xorg (xf86_show_cursors+0x688) [0x80f9008]
[ 6.806] (EE) 4: /usr/lib/xorg-server/Xorg (xf86DestroyCursorInfoRec+0xcf8) [0x8103fc8]
[ 6.806] (EE) 5: /usr/lib/xorg-server/Xorg (RamDacHandleColormaps+0x67b) [0x810218b]
[ 6.807] (EE) 6: /usr/lib/xorg-server/Xorg (miPointerUpdateSprite+0x25d) [0x81c648d]
[ 6.808] (EE) 7: /usr/lib/xorg-server/Xorg (miPointerUpdateSprite+0x4c1) [0x81c6b31]
[ 6.808] (EE) 8: /usr/lib/xorg-server/Xorg (CompositeRegisterImplicitRedirectionException+0x4199) [0x8114399]
[ 6.809] (EE) 9: /usr/lib/xorg-server/Xorg (PanoramiXRenderReset+0x72a) [0x815915a]
[ 6.810] (EE) 10: /usr/lib/xorg-server/Xorg (ConfineToShape+0x9f1) [0x80843b1]
[ 6.810] (EE) 11: /usr/lib/xorg-server/Xorg (WindowHasNewCursor+0x3b) [0x8084f2b]
[ 6.810] (EE) 12: /usr/lib/xorg-server/Xorg (ChangeWindowAttributes+0xb7c) [0x80aa9ec]
[ 6.811] (EE) 13: /usr/lib/xorg-server/Xorg (ProcBadRequest+0x209) [0x8074a49]
[ 6.811] (EE) 14: /usr/lib/xorg-server/Xorg (SendErrorToClient+0x3a6) [0x807abf6]
[ 6.811] (EE) 15: /usr/lib/xorg-server/Xorg (remove_fs_handlers+0x42f) [0x807edaf]
[ 6.811] (EE) 16: /usr/lib/xorg-server/Xorg (miPolyFillRect+0x27f) [0x8068ddf]
[ 6.814] (EE) 17: /usr/lib/libc.so.6 (__libc_start_main+0xde) [0xb72d864e]
[ 6.814] (EE) 18: /usr/lib/xorg-server/Xorg (_start+0x21) [0x8068bd9]
[ 6.814] (EE)
[ 6.814] (EE) Segmentation fault at address 0x0
[ 6.814] (EE)
Fatal server error:
[ 6.814] (EE) Caught signal 11 (Segmentation fault). Server aborting
[ 6.814] (EE)
[ 6.814] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 6.814] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 6.814] (EE)
[ 6.815] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 6.817] (EE) Server terminated with error (1). Closing log file.
Note the segfault in modesetting_drv.so!
Any help?
I tried to reinstall dependencies of xorg-server and mesa. And then I even went through with the whole system update which I postponed for a few weeks because of the KDE changes. Sadly even the whole system update didn't help.
Is it possible that any old config files can cause this?
EDIT:
I tried kernel parameter "nouveau.modeset=0" but it didn't help.
Last edited by cro (2015-02-26 16:33:19)

Ok, I guess I solved it by reinstalling xf86-video-nouveau.
Funny business! Why did the upgrade to xorg-server 1.17.1 force me to remove it when it is still needed??
And why does that lead to mysterious error messages and segfault??
I discovered it accidentally when I stumbled upon the fact that the package was still installed on my newer x86-64 Arch installation despite being on xorg-server 1.17.1.

Similar Messages

  • Xorg doesn't start after update

    After updating this day (my system was last updated at the beginning of July
    this year) I have some problem with Xorg. The server just doesn't start, and
    the screen is black. I can get back to the console with Alt-F1.
    Here's my Xorg.0.log:
    X.Org X Server 1.4.2
    Release Date: 11 June 2008
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.25-ARCH i686
    Current Operating System: Linux Data 2.6.25-ARCH #1 SMP PREEMPT Mon Jul 14 15:25:51 UTC 2008 i686
    Build Date: 21 June 2008 05:47:59PM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Module Loader present
    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: Tue Aug 5 18:54:03 2008
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Simple Layout"
    (**) |-->Screen "Screen 1" (0)
    (**) | |-->Monitor "LCD Display"
    (**) | |-->Device "SiS"
    (**) |-->Input Device "Mouse1"
    (**) |-->Input Device "Keyboard1"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (==) Including the default font path /usr/share/fonts/misc,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/TTF,/usr/share/fonts/Type1.
    (**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
    (==) RgbPath set to "/usr/share/X11/rgb"
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) Loader magic: 0x81e0a60
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 2.0
    X.Org XInput driver : 2.0
    X.Org Server Extension : 0.3
    X.Org Font Renderer : 0.5
    (II) Loader running on linux
    (II) LoadModule: "pcidata"
    (II) Loading /usr/lib/xorg/modules//libpcidata.so
    (II) Module pcidata: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
    (--) using VT number 7
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 1039,0630 card 0000,0000 rev 31 class 06,00,00 hdr 80
    (II) PCI: 00:00:1: chip 1039,5513 card 1039,5513 rev d0 class 01,01,80 hdr 80
    (II) PCI: 00:01:0: chip 1039,0018 card 0000,0000 rev 00 class 06,01,00 hdr 80
    (II) PCI: 00:01:1: chip 1039,0900 card 1043,1455 rev 82 class 02,00,00 hdr 00
    (II) PCI: 00:01:2: chip 1039,7001 card 1039,7001 rev 07 class 0c,03,10 hdr 00
    (II) PCI: 00:01:3: chip 1039,7001 card 1039,7000 rev 07 class 0c,03,10 hdr 00
    (II) PCI: 00:01:4: chip 1039,7018 card 1039,7018 rev 02 class 04,01,00 hdr 00
    (II) PCI: 00:01:6: chip 1039,7013 card 1043,1456 rev a0 class 07,03,00 hdr 00
    (II) PCI: 00:02:0: chip 1039,0001 card 0000,0000 rev 00 class 06,04,00 hdr 01
    (II) PCI: 00:0a:0: chip 1180,0476 card 1000,0000 rev 80 class 06,07,00 hdr 82
    (II) PCI: 00:0a:1: chip 1180,0476 card 1800,0000 rev 80 class 06,07,00 hdr 82
    (II) PCI: 01:00:0: chip 1039,6300 card 1043,1452 rev 31 class 03,00,00 hdr 00
    (II) PCI: End of PCI scan
    (II) Host-to-PCI bridge:
    (II) Bus 0: bridge is at (0:0:0), (0,0,6), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 0 I/O range:
    [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) Bus 0 non-prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    (II) Bus 0 prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    (II) PCI-to-ISA bridge:
    (II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (II) PCI-to-PCI bridge:
    (II) Bus 1: bridge is at (0:2:0), (0,1,1), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 1 I/O range:
    [0] -1 0 0x0000a000 - 0x0000afff (0x1000) IX[b]
    (II) Bus 1 non-prefetchable memory range:
    [0] -1 0 0xd1800000 - 0xd1ffffff (0x800000) MX[b]
    (II) Bus 1 prefetchable memory range:
    [0] -1 0 0xd8000000 - 0xe7efffff (0xff00000) MX[b]
    (II) PCI-to-CardBus bridge:
    (II) Bus 2: bridge is at (0:10:0), (0,2,5), BCTRL: 0x0580 (VGA_EN is cleared)
    (II) Bus 2 I/O range:
    [0] -1 0 0x00001000 - 0x000010ff (0x100) IX[b]
    [1] -1 0 0x00001400 - 0x000014ff (0x100) IX[b]
    (II) Bus 2 non-prefetchable memory range:
    [0] -1 0 0x24000000 - 0x27ffffff (0x4000000) MX[b]
    (II) Bus 2 prefetchable memory range:
    [0] -1 0 0x20000000 - 0x23ffffff (0x4000000) MX[b]
    (II) PCI-to-CardBus bridge:
    (II) Bus 6: bridge is at (0:10:1), (0,6,9), BCTRL: 0x0580 (VGA_EN is cleared)
    (II) Bus 6 I/O range:
    [0] -1 0 0x00001800 - 0x000018ff (0x100) IX[b]
    [1] -1 0 0x00001c00 - 0x00001cff (0x100) IX[b]
    (II) Bus 6 non-prefetchable memory range:
    [0] -1 0 0x2c000000 - 0x2fffffff (0x4000000) MX[b]
    (II) Bus 6 prefetchable memory range:
    [0] -1 0 0x28000000 - 0x2bffffff (0x4000000) MX[b]
    (--) PCI:*(1:0:0) Silicon Integrated Systems [SiS] 630/730 PCI/AGP VGA Display Adapter rev 49, Mem @ 0xd8000000/27, 0xd1800000/17, I/O @ 0xa800/7
    (II) Addressable bus resource ranges are
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) OS-reported resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    (II) PCI Memory resource overlap reduced 0xd4000000 from 0xd7ffffff to 0xd3ffffff
    (II) Active PCI resource ranges:
    [0] -1 0 0xd2000000 - 0xd2000fff (0x1000) MX[b]
    [1] -1 0 0xd2800000 - 0xd2800fff (0x1000) MX[b]
    [2] -1 0 0xd3000000 - 0xd3000fff (0x1000) MX[b]
    [3] -1 0 0xd3800000 - 0xd3800fff (0x1000) MX[b]
    [4] -1 0 0xd4000000 - 0xd3ffffff (0x0) MX[b]O
    [5] -1 0 0xd1800000 - 0xd181ffff (0x20000) MX[b](B)
    [6] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [7] -1 0 0x0000b400 - 0x0000b47f (0x80) IX[b]
    [8] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [9] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
    [10] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[b]
    [11] -1 0 0x0000d800 - 0x0000d80f (0x10) IX[b]
    [12] -1 0 0x0000a800 - 0x0000a87f (0x80) IX[b](B)
    (II) Active PCI resource ranges after removing overlaps:
    [0] -1 0 0xd2000000 - 0xd2000fff (0x1000) MX[b]
    [1] -1 0 0xd2800000 - 0xd2800fff (0x1000) MX[b]
    [2] -1 0 0xd3000000 - 0xd3000fff (0x1000) MX[b]
    [3] -1 0 0xd3800000 - 0xd3800fff (0x1000) MX[b]
    [4] -1 0 0xd4000000 - 0xd3ffffff (0x0) MX[b]O
    [5] -1 0 0xd1800000 - 0xd181ffff (0x20000) MX[b](B)
    [6] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [7] -1 0 0x0000b400 - 0x0000b47f (0x80) IX[b]
    [8] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [9] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
    [10] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[b]
    [11] -1 0 0x0000d800 - 0x0000d80f (0x10) IX[b]
    [12] -1 0 0x0000a800 - 0x0000a87f (0x80) IX[b](B)
    (II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    (II) All system resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xd2000000 - 0xd2000fff (0x1000) MX[b]
    [5] -1 0 0xd2800000 - 0xd2800fff (0x1000) MX[b]
    [6] -1 0 0xd3000000 - 0xd3000fff (0x1000) MX[b]
    [7] -1 0 0xd3800000 - 0xd3800fff (0x1000) MX[b]
    [8] -1 0 0xd4000000 - 0xd3ffffff (0x0) MX[b]O
    [9] -1 0 0xd1800000 - 0xd181ffff (0x20000) MX[b](B)
    [10] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [11] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [12] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [13] -1 0 0x0000b400 - 0x0000b47f (0x80) IX[b]
    [14] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [15] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
    [16] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[b]
    [17] -1 0 0x0000d800 - 0x0000d80f (0x10) IX[b]
    [18] -1 0 0x0000a800 - 0x0000a87f (0x80) IX[b](B)
    (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    (II) "glx" will be loaded by default.
    (II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
    (II) "record" will be loaded by default.
    (II) "dri" will be loaded by default.
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension DPMS
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "freetype"
    (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 1.4.2, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font FreeType
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
    (==) 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.4.2, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (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.4.2, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "sis"
    (II) Loading /usr/lib/xorg/modules/drivers//sis_drv.so
    (II) Module sis: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 0.9.4
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 2.0
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    Backtrace:
    And here's what the server writes out:
    Backtrace:
    Inconsistency detected by ld.so: dl-open.c: 260: dl_open_worker: \
    Assertion `_dl_debug_initialize (0, args->nsid)->r_state == RT_CONSISTENT' failed!
    waiting for X server to begin accepting connections
    giving up.
    xinit: Connection reset by peer (errno 104): unable to connect to X server
    xinit: No such process (errno 3): Server error.
    Any ideas? Because I have no idea, what is happening.
    Edit (08.08.2008): All right, don't bother answering this question anymore. The problem is no longer important. This topic can be closed, since it won't be solved.
    (I think it was caused by some error during copying files while updating my system.)
    Last edited by TPJ (2008-08-08 08:42:13)

    sand_man wrote:Is /tmp full?
    Damn you're right. The pacman cache filled the disk...
    Problem solved - thanks!
    Only question left is:What are the correct permissions for /tmp since I'd like to set them back to default.
    Last edited by Isildur (2009-08-16 14:22:23)

  • WorkFlow doesn't start after upgrade

    Hi.
    After our upgrade from 4.6c to 6.0 ERP, a WorkFlow linked to BKPF doesn't start. When the user use the FB60 Transaction to post a new FI document the WorkFlow need to start.
    Any special activity after upgrade we need to do in our WorkFlow?
    Thanks.
    Wladimir

    Hi
    If you are using a custom workflow and using the FM "SWW_WI_START" then make sure that destination is commented out .
    Incorrect
    CALL FUNCTION 'SWW_WI_START' DESTINATION wf_dest
    correct
    CALL FUNCTION 'SWW_WI_START'
    This should solve the problem.
    Thanks,
    Krishna.

  • Mac OS X 10.4.8 doesn't start after upgrade to 10.4.10

    Hi everybody!
    I've upgraded my Mac OS X 10.4.8 to 10.4.10 and after restart it doesn't start anymore I also have BootCamp installed and Windows boots now even if I choose to start Mac OS. I've tried boot it in safe and verbose mode but computer boots Windows instead (
    How could I run Mac OS? Maybe it's possible to return to the "before update" state?
    Thanks in advance!

    To return to the before state you need to boot from your Tiger installer disk. Run Disk Utilities and Repair Disk. Then choose to do an Archive & Install.

  • MySQL doesn't start after upgrade to 10.6.8

    After installing the 10.6.8 upgrade on my Mac Mini Server (first using Software Update, then again after manually downloading and running the update), MySQL doesn't start.  Well, it seems it starts alright, but then immediately quits.  From the mysql log:
    110626 21:18:46  mysqld started
    110626 21:18:46 [ERROR] Error message file '/usr/share/mysql/english/errmsg.sys' had only 480 error messages,
    but it should contain at least 481 error messages.
    Check that the above file is the right version for this program!
    110626 21:18:46 [ERROR] Aborting
    Since I need MySQL to run my Apache server, Apache doesn't start either.  Which means all of my sites on that box are now down.
    Suggestions for fixing on the MySQL site suggest reinstalling MySQL 5.0.92.  But I'm hesitant to do so.
    Other suggestions are reinstalling 10.6.X from scratch, upgrading until 10.6.7 and then restore from Time Machine from the last backup before the upgrade.  Not looking forward to that either.
    Does anybody have some other suggestions?
    Elizabeth Mattijsen

    The usual trigger is a skewed version between the files here, though that would be unexpected.  (Similar errors have cropped up on rare occasions with previous Mac OS X Server releases; something went off the rails here.)
    First, make a backup of the file or (better) boot the DVD and make a backup of the whole disk.  That's your path back if something goes wrong here.
    Try re-downloading and re-loading the 10.6.8 combo update (the combo update, and not the delta update), as a potential brute-force fix.
    Failing that, I'd then look to fetch a copy of the same-version kit from the MySQL server (as what is running on 10.6.8 server), and extract this specific file from the MySQL kit, and try replacing (just) that file.

  • MDM Server doesn't start after upgrade to SP 5

    hi,
    i'm not used to sap services on windows hosts.
    After the Update from 7.1.04 to 7.1.05 the mdm server doesn't start. I found only a few logs (unter c:/usr/sap/SID/MDS00/work). Most of them from sapcpe (without errors or warnings). Only the sapstart.log contains a bit information:
    SAP-R/3-Startup Program
    Starting at 2010/08/16 21:29:18
    Startup Profile: "C:\usr\sap\MDM\SYS\profile\MDM_MDS00_mdmtest"
    Starting Programs
    (1684) Execute: C:\usr\sap\MDM\SYS\exe\uc\NTAMD64\sapcpe.EXE pf=C:\usr\sap\MDM\SYS\profile\MDM_MDS00_mdmtest list:C:\usr\sap\MDM\SYS\exe\uc\NTAMD64/mds.lst
    (976) Execute: C:\usr\sap\MDM\SYS\exe\uc\NTAMD64\sapcpe.EXE pf=C:\usr\sap\MDM\SYS\profile\MDM_MDS00_mdmtest list:C:\usr\sap\MDM\SYS\exe\uc\NTAMD64/shared.lst
    (3632) Execute: C:\usr\sap\MDM\SYS\exe\uc\NTAMD64\sapcpe.EXE pf=C:\usr\sap\MDM\SYS\profile\MDM_MDS00_mdmtest list:C:\usr\sap\MDM\SYS\exe\uc\NTAMD64/sapinstance.lst
    (2172) Execute: C:\usr\sap\MDM\MDS00\exe\mdmcpc.bat C:\usr\sap\MDM\SYS\profile\MDM_MDS00_mdmtest.INI C:\usr\sap\MDM\MDS00\config\mds.ini
    (3652) CreateProcess: C:\usr\sap\MDM\MDS00\exe\mds.EXE
    Process 3652 died unexpectedly, restarting process
    (3612) Restart CreateProcess: C:\usr\sap\MDM\MDS00\exe\mds.EXE
    Process 3612 died unexpectedly, restarting process
    (2364) Restart CreateProcess: C:\usr\sap\MDM\MDS00\exe\mds.EXE
    Process 2364 died unexpectedly, restarting process
    (3576) Restart CreateProcess: C:\usr\sap\MDM\MDS00\exe\mds.EXE
    Process 3576 died unexpectedly, restarting process
    (3588) Restart CreateProcess: C:\usr\sap\MDM\MDS00\exe\mds.EXE
    Process 3588 died unexpectedly, final process restart.
    Process will not be restated in the future because of frequent failure.
    (1396) Restart CreateProcess: C:\usr\sap\MDM\MDS00\exe\mds.EXE
    This isn't really much I can work with. In the sapmmc I found the Option Developer Trace. I try to 'switch it on', but there is no difference.
    With 7.1.04 the server was running well.
    I happy for any suggestions

    Hi,
    Please check out Note 1482822 - MDM Server not starting after MDM 7.1 SP05 was installed.
    hope it helps you.
    Best regards,
    sudhanshu

  • [SOLVED] Awesome doesn't start after full update.

    Well, I didn't change nothing in my rc.lua and, after update, awesome doesn't start.
    I tried to debug with Xephyr, but, there aren't errors in the terminal.
    I'm new to awesome, is this tipical?
    Last edited by s922183t (2011-06-17 03:13:50)

    Well, I discovered the cause:
    I use alsa, but it isn't working, I don't know why. When I exec alsamixer as root it says cannot connect. When I use as my user open but, instead of my card (intel), it's PulseAudio.
    I use the volume control widget from vicious, then, it wasn't loading.
    Thanks you all by attention and patience.

  • [solved]wacom doesn't work after upgrade to xorg 1.6 and kernel 2.6.29

    hello..
    i have already posted about that in testing-forums, but since xorg 1.6 and kernel 2.6.29 have moved to extra, though i'd create a seperate topic about that.
    after i have upgraded to xorg 1.6 and kernel 2.6.29 my wacom device (as built-in, not usb) on my thinkpad x41t stopped working.
    before upgrade i have used xorg with hotplugging enabled. everything worked fine.
    after wacom stopeed working i removed everything regarding input devices from xorg.conf -> no change
    put an fdi-file for wacom -> no change
    installed linuxwacom-dev -> no change
    i don't really know, if it's a kernel or an xorg issue. loading wacom drivers manually still doesn't solve the problem. no warnings or errors about wacom in xorg-log or messages.log
    how could i check, wether my system recognizes the device properly at all? it doesn't show up in lspci or in lsusb.
    any help would be great.
    Last edited by lynucs (2009-04-14 18:57:17)

    well, upgraded again to xorg-server 1.6, disabled hotplugging, installed linuxwacom-dev from aur and the wacom works as allways. (had to edit xmodmap one more time, since kbd returns other keycodes than evdev does :-| ). no matter, done is done.
    but intel driver returns broken graphics if i rotate screen with xrandr.
    i guess there is no way around this execpt switching to the ultra-slow legacy driver?
    just for comparison - glxgears fps:
    intel: ~900fps
    intel-legacy: ~280fps
    Last edited by lynucs (2009-04-14 18:56:48)

  • [SOLVED] Alsa won't start after upgrade

    This is my last update:
    [2010-07-18 08:59] Running 'pacman -Syu'
    [2010-07-18 08:59] synchronizing package lists
    [2010-07-18 08:59] starting full system upgrade
    [2010-07-18 09:00] upgraded gtk-aurora-engine (1.5.1-1 -> 1.5.1-2)
    [2010-07-18 09:00] #####################################
    [2010-07-18 09:00] themes are moved in an extra package:
    [2010-07-18 09:00] community/murrine-themes-collection
    [2010-07-18 09:00] upgraded gtk-engine-murrine (0.90.3-1 -> 0.90.3-2)
    [2010-07-18 09:00] upgraded imagemagick (6.6.2.0-22 -> 6.6.2.10-1)
    [2010-07-18 09:00] Running OSS update script...
    [2010-07-18 09:00]
    [2010-07-18 09:00] -------------------------------------------------------------
    [2010-07-18 09:00] Open Sound System was updated. Now you should restart the
    [2010-07-18 09:00] daemon by running /etc/rc.d/oss restart.
    [2010-07-18 09:00]
    [2010-07-18 09:00] Please note that OSS stores some of its configuration files
    [2010-07-18 09:00] at /usr/lib/oss. If you are upgrading from an older OSS
    [2010-07-18 09:00] release and it doesn't work properly, try removing that
    [2010-07-18 09:00] directory and reinstall this package.
    [2010-07-18 09:00] -------------------------------------------------------------
    [2010-07-18 09:00] upgraded oss (4.2_2002-2 -> 4.2_2003-1)
    [2010-07-18 09:00] upgraded supertux (0.3.1-5 -> 0.3.3-1)
    [2010-07-18 09:00] upgraded xine-lib (1.1.18.1-1 -> 1.1.18.1-2)
    Pacman said to restart oss, so I did it. But I got loads of errors and a [FAIL], then I rebooted and got a [FAIL] for shutting down alsa.
    Now alsa won't start at boot.
    sudo /etc/rc.d/alsa start
    Password:
    :: Restoring ALSA Levels [BUSY] /usr/sbin/alsactl: load_state:1610: No soundcards found...
    [FAIL]
    And alsamixer won't run too:
    alsamixer
    cannot open mixer: No such file or directory
    What can I do to fix this?
    EDIT: I just removed the oss package and now it works fine
    Last edited by spiridow (2010-07-18 08:17:16)

    startx at the command line.
    I just tried Xorg -reconfigure again, adding the AutoAddDevices = false option - still doesn't work, giving the error about config/hal. Without the option, it just goes back to the terminal with no errors.
    Pacman log says the only thing upgraded today (after pacman) was the kernel, nvidia, and kernel-firmware. cdfs conflicted with the new kernel, so I removed it. Then I rebooted, and X stopped working. Downgrading those back again doesn't fix it. I don't get it.
    >>EDIT:
    Okay - what does cdfs have to do with Xorg???? This makes no sense. I downgraded the kernel pkgs and nvidia again, and this time installed cdfs, which I forgot to do last time. Now X starts. I don't really get it.
    Maybe hal in xfce or some plugin needs to use cdfs for something?? I don't really know - but I'm just glad it's working. I guess I'll file a bug report for cdfs so it can be built to the new kernel and hold off upgrading until it's fixed with 2.6.31. sheesh! too weird.
    Last edited by userlander (2009-10-10 23:27:36)

  • Xorg won't start after upgrading nvidia-utils

    Today I did a pacman -Syu , it wanted to upgrade nvidia-utils, I said yes and it told me it would remove nvidia package as it conflict with, so I let it remove nvidia pakage.
    Then Xorg didn't wanted to start. I reinstalled nvidia and received the following error:
    Error: API mismatch: The NVIDIA kernel module has the version 1.0-8178, but this X module has the version 1.0-8762
    Please make sure kernel module and all Nvidia components have the same version
    Then I removed nvidia and nvidia-utils and reinstalled them, now I receive the following error when trying to start Xorg:
    Fatal: could not open '/lib/modules/2.6.16.18-ARCH/kernel/drivers/video/nvidia.ko
    Failed to load nvidia kernel module!
    How do I fix this? I'm using my own compiled kernel version (2.6.16.18) and Xorg worked find before doing  pacman -Syu and updating nvidia-utils.

    If you use a custom kernel, you'll need to compile your own nvidia modules: http://www.archlinux.org/news.php#238

  • Activity Monitor doesn't start after upgrade to 10.4.6

    Had quite a few challenges with the upgrade to 10.4.6
    All Applications were moved to the Desktop and with the help of the Apple hotline I moved them all back in the correct location.
    Challenge now is that the Activity Monitor does not start up anymore
    When I check the Console itcomes back with
    2006-05-06 17:36:28.950 Activity Monitor[206] The tool is not setuid root - please repair the privileges
    Anyone who can help here or do I need to open another ticket with Apple?
    J

    Welcome to Apple's Users Help Users Forums.
    Hi help...,
    Glad the problem is fixed. You got some great help from Thomas. You have rewards to hand out.
    Gold Star = Helpful = 5 pts w 2 available and Green Star = Solved = 10 pts.

  • [SOLVED] Exaile doesn't start after system update

    Hi,
    After last system update Exaile won't start I've searched forum and web and can't find solution for that.
    [lukasz@myhost ~]$ exaile
    Traceback (most recent call last):
    File "/usr/lib/exaile/exaile.py", line 32, in <module>
    import gobject
    ImportError: No module named gobject
    As You can see it says something about gobject.
    BTW. After update I also hav problems with catalyst from AUR, my Gnome wasn't starting so I had to replace it with opensource ATI drivers,
    another problem is that everytime I startup gnome it's uing very small fonts, and I have to manually change it to one I had before.
    Please help,
    Regards,
    Lukasz
    Last edited by skraburski (2009-05-31 11:18:25)

    Problem solved, had to reinstall pygobject. It looks like after last update many pacakges were corrupted and now Ia have to reinstall them, do You know any way to automatically reinstall all corrupted packages?
    Regards,
    Lukasz

  • [Solved] xorg will not start after update

    Hi there,
    I updated Arch and when I restarted my computer lightdm did not start.  I ran systemctl disable lightdm.service and I was able to boot up to a command prompt and login.  I tried to start xorg-server by running startx  (my .xinitrc file has exec mate-session in it) and I got an error.  Here is my xorg log...
    [ 137.060]
    X.Org X Server 1.17.1
    Release Date: 2015-02-10
    [ 137.104] X Protocol Version 11, Revision 0
    [ 137.118] Build Operating System: Linux 3.18.6-1-ARCH x86_64
    [ 137.133] Current Operating System: Linux watchtower 3.19.2-1-ARCH #1 SMP PREEMPT Wed Mar 18 16:21:02 CET 2015 x86_64
    [ 137.133] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=04918701-88f8-4f79-ab8d-0c0177e45fef rw quiet
    [ 137.161] Build Date: 14 March 2015 06:45:50PM
    [ 137.174]
    [ 137.187] Current version of pixman: 0.32.6
    [ 137.213] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 137.213] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 137.265] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Mar 25 20:01:44 2015
    [ 137.278] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 137.278] (==) No Layout section. Using the first Screen section.
    [ 137.278] (==) No screen section available. Using defaults.
    [ 137.278] (**) |-->Screen "Default Screen Section" (0)
    [ 137.278] (**) | |-->Monitor "<default monitor>"
    [ 137.278] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 137.278] (==) Automatically adding devices
    [ 137.278] (==) Automatically enabling devices
    [ 137.278] (==) Automatically adding GPU devices
    [ 137.278] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF/".
    [ 137.278] Entry deleted from font path.
    [ 137.278] (Run 'mkfontdir' on "/usr/share/fonts/OTF/").
    [ 137.278] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 137.278] Entry deleted from font path.
    [ 137.278] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 137.278] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 137.278] Entry deleted from font path.
    [ 137.278] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 137.278] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 137.278] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 137.278] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 137.278] (II) Loader magic: 0x815d80
    [ 137.278] (II) Module ABI versions:
    [ 137.278] X.Org ANSI C Emulation: 0.4
    [ 137.278] X.Org Video Driver: 19.0
    [ 137.278] X.Org XInput driver : 21.0
    [ 137.278] X.Org Server Extension : 9.0
    [ 137.280] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
    [ 137.280] (--) PCI:*(0:1:0:0) 10de:1380:1462:8a9b rev 162, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 137.280] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 137.280] (II) LoadModule: "glx"
    [ 137.280] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 137.286] (II) Module glx: vendor="NVIDIA Corporation"
    [ 137.286] compiled for 4.0.2, module version = 1.0.0
    [ 137.286] Module class: X.Org Server Extension
    [ 137.286] (II) NVIDIA GLX Module 346.47 Thu Feb 19 18:09:07 PST 2015
    [ 137.286] (==) Matched nouveau as autoconfigured driver 0
    [ 137.286] (==) Matched nv as autoconfigured driver 1
    [ 137.286] (==) Matched modesetting as autoconfigured driver 2
    [ 137.286] (==) Matched fbdev as autoconfigured driver 3
    [ 137.286] (==) Matched vesa as autoconfigured driver 4
    [ 137.286] (==) Assigned the driver to the xf86ConfigLayout
    [ 137.286] (II) LoadModule: "nouveau"
    [ 137.286] (WW) Warning, couldn't open module nouveau
    [ 137.286] (II) UnloadModule: "nouveau"
    [ 137.286] (II) Unloading nouveau
    [ 137.286] (EE) Failed to load module "nouveau" (module does not exist, 0)
    [ 137.286] (II) LoadModule: "nv"
    [ 137.287] (WW) Warning, couldn't open module nv
    [ 137.287] (II) UnloadModule: "nv"
    [ 137.287] (II) Unloading nv
    [ 137.287] (EE) Failed to load module "nv" (module does not exist, 0)
    [ 137.287] (II) LoadModule: "modesetting"
    [ 137.287] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    [ 137.287] (II) Module modesetting: vendor="X.Org Foundation"
    [ 137.287] compiled for 1.17.1, module version = 1.17.1
    [ 137.287] Module class: X.Org Video Driver
    [ 137.287] ABI class: X.Org Video Driver, version 19.0
    [ 137.287] (II) LoadModule: "fbdev"
    [ 137.287] (WW) Warning, couldn't open module fbdev
    [ 137.287] (II) UnloadModule: "fbdev"
    [ 137.287] (II) Unloading fbdev
    [ 137.287] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 137.287] (II) LoadModule: "vesa"
    [ 137.287] (WW) Warning, couldn't open module vesa
    [ 137.287] (II) UnloadModule: "vesa"
    [ 137.287] (II) Unloading vesa
    [ 137.287] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 137.287] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    [ 137.287] (++) using VT number 1
    [ 137.287] (--) controlling tty is VT number 1, auto-enabling KeepTty
    [ 137.287] (EE) open /dev/dri/card0: No such file or directory
    [ 137.287] (WW) Falling back to old probe method for modesetting
    [ 137.287] (EE) open /dev/dri/card0: No such file or directory
    [ 137.287] (EE) Screen 0 deleted because of no matching config section.
    [ 137.287] (II) UnloadModule: "modesetting"
    [ 137.287] (EE) Device(s) detected, but none match those in the config file.
    [ 137.287] (EE)
    Fatal server error:
    [ 137.287] (EE) no screens found(EE)
    [ 137.287] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 137.287] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 137.287] (EE)
    [ 137.367] (EE) Server terminated with error (1). Closing log file.
    It looks like it's trying to start the nouvea driver.  The thing is I'm using the proprietary nvidia driver.  Any help would be appreciated.  Thanks.
    EDIT:
    Okay, making progress...  I ran sudo modprobe nvidia and my driver loaded.  I ran startx and xorg-server started, Hooray!  Then my desktop opened and.....   froze.  Ctl-Alt-F1 did not open another tty, everything was completely frozen.  I had to hit the restart switch.  Any ideas?
    Last edited by necbot (2015-03-27 23:54:13)

    Okay, I'm not really sure what I did to fix the problem, but it seems to have gone away.  I rebooted a few times and had to manually load my nvidia driver using modprobe in order to start xorg-server.  My system would still freeze though, then I installed the nouveau driver and started using that and the freezes stopped.  I reinstalled the nvidia driver and...  everything seems to work fine.  I reenabled lightdm service and my desktop loaded with no errors and there have been no system freezes.     ?????????????   I have no idea why that worked.
    Last edited by necbot (2015-03-27 23:55:17)

  • Reports server doesn't start after upgrade 11.1.1.2 - 11.1.1.6

    Hello,
    I've upgraded a Linux server from Weblogic 10.3.2 / Forms 11.1.1.2 to Weblogic 10.3.6 / Forms 11.1.1.6 and I have some problems with reports server.
    I can't use jobStatusRepository on my reports server.
    I've created a new one, and when I activate the Job Status Repository, server can't start.
    I've added this features from Enterprise Manager and I've build a new credential (I first have tried to redefine old ones).
    When I modify my rwserver.conf adding comments to jobStatusRepository section, my report server start (from opmnctl or from Enterprise Manager) but as soon I put on line the jobStatusRepository, it fails to start.
    My server is an Oracle Linux 5.
    I've done the same on another server (same releases) and it does the same ...
    Thanks for any help.
    Xavier Cabantous

    Hello,
    thanks for your reply.
    I've put level TRACE:32in traces but there is nothing interesting in log files :
    in console~rep11_nodhos~1.log =>
    12/06/09 21:02:10 Start process
    9 juin 2012 21:02:13 oracle.security.jps.internal.common.util.XmlSchemaValidationUtil$StrictErrorHandler warning
    ATTENTION: Echec de la validation du contenu XML. SchemaLocation: schemaLocation value = 'http://xmlns.oracle.com/oracleas/schema/11/jps-config-11_1.xsd' must have even number of URI's. Emplacement : line 2 column 272.
    but I've seen in other topics that we don't have to care to this Warning.
    in rwserver_diagnostic.log =>
    no errors messages, it ends with
    [2012-06-09T21:02:13.483+02:00] [reports] [TRACE:16] [] [oracle.reports.server] [tid: 10] [ecid: 0000JVIc0PeFw000jzwkno1Fotqn000001,0] [SRC_CLASS: oracle.reports.utility.RWLogger] [SRC_METHOD: writeln] Multicast:registerReceiver Packet handler registered
    [2012-06-09T21:02:13.489+02:00] [reports] [NOTIFICATION:16] [] [oracle.reports.server] [tid: 10] [ecid: 0000JVIc0PeFw000jzwkno1Fotqn000001,0] ServerPacketHandler:start ServerPacketHandler started successfully
    I just have opened a SR on MetaLink

  • Mail doesn't start after upgrading to Yosemite

    Hi,
    I upgraded to Yosemite and Mail wasn't working for a couple of days... I couldn't send any email... and now when I try to open Mail
    It seems to start, the Mail menu bar appears on top of the screen but it never opens any window.
    I upgraded in 2 mac mini I have and everything worked fine, this problem I have is on my macbook air.

    Back up all data before proceeding.
    Step 1
    If Mail crashes or freezes immediately on launch, try the steps suggested on this page. Sometimes a corrupt message on a mail server can be deleted by logging in to the server through its web page. If Mail still crashes on launch, skip to Step 3.
    Step 2
    Select all your mailboxes, and then select
              Mailbox ▹ Export Mailbox...
    from the Mail menu bar. Export the mailboxes to the Desktop folder.
    Make a note of the settings for all your Mail accounts – everything you'd need to reconstruct the settings from scratch.
    Quit Mail.
    Step 3
    In the Finder, hold down the option key and select
              Go ▹ Library
    from the menu bar. Move the following items (some may not exist) from the folder that opens to the Desktop:
              Application Support/AddressBook/MailRecents-v4.abcdmr
              Containers/com.apple.corerecents.recentsd
              Containers/com.apple.mail
              Containers/com.apple.MailServiceAgent
              Mail
    Note: you are not moving the Mail application. You’re moving a folder named “Mail.”
    Launch Mail. It will behave as if you were setting it up for the first time. Go through the setup process with one of your accounts, using the information you noted earlier. Test. If Mail works now, recreate the rest of your settings.
    If there’s no improvement, quit Mail and put back the items you moved to the Desktop, replacing any newer ones that may have been created in their place. Stop here and post your results.
    Step 4
    This step should not be necessary with IMAP or Exchange mailboxes, because they synchronize automatically with the server. Nevertheless, if the mailboxes are very large, importing them may spare you the need for a long download.
    If you took Step 2, import the mailboxes you exported:
              File ▹ Import Mailbox...
    If you skipped Step 2, look inside the Mail folder on the Desktop for a subfolder Mail/V2/Mailboxes. Import the mailboxes it contains.
    Test. If Mail is still working, delete the items you moved to the Desktop in Step 3.

Maybe you are looking for