Can't start X11

I just (today) installed Arch on my Toshiba Satellite (m55 s135) and installed x11. I also downloaded hwd and used it to generate an xorg.conf, which (with the commented lines removed), looks like this:
Section "ServerLayout"
    Identifier     "Xorg Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "PS/2 Mouse" "CorePointer"
EndSection
Section "ServerFlags"
    Option "AllowMouseOpenFail"  "true"
EndSection
Section "Files"
    RgbPath      "/usr/share/X11/rgb"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/misc:unscaled"
    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/75dpi:unscaled"
    FontPath     "/usr/share/fonts/75dpi"
    FontPath     "/usr/share/fonts/100dpi:unscaled"
    FontPath     "/usr/share/fonts/100dpi"
    FontPath     "/usr/share/fonts/PEX"
    FontPath     "/usr/share/fonts/cyrilic
    FontPath     "/usr/share/fonts/Type1"
    FontPath     "/usr/share/fonts/ttf/western"
    FontPath     "/usr/share/fonts/ttf/decoratives"
    FontPath     "/usr/share/fonts/truetype"
    FontPath     "/usr/share/fonts/truetype/openoffice"
    FontPath     "/usr/share/fonts/truetype/ttf-bitstream-vera"
    FontPath     "/usr/share/fonts/latex-ttf-fonts"
    FontPath     "/usr/share/fonts/defoma/CID"
    FontPath     "/usr/share/fonts/defoma/TrueType"
EndSection
Section "Module"
        Load  "ddc"  # ddc probing of monitor
    Load  "dbe"
    Load  "dri"
    Load  "extmod"
    Load  "glx"
        Load  "bitmap" # bitmap-fonts
    Load  "type1"
    Load  "freetype"
    Load  "record"
EndSection
Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "keyboard"
        Option      "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" ""
    Option "XkbVariant" ""
EndSection
Section "InputDevice"
    Identifier  "Serial Mouse"
    Driver      "mouse"
    Option      "Protocol" "Microsoft"
    Option      "Device" "/dev/ttyS0"
    Option      "Emulate3Buttons" "true"
    Option      "Emulate3Timeout" "70"
    Option        "SendCoreEvents"  "true"
EndSection
Section "InputDevice"
    Identifier  "PS/2 Mouse"
    Driver      "mouse"
    Option      "Protocol" "auto"
    Option          "ZAxisMapping"          "4 5"
    Option      "Device" "/dev/psaux"
    Option      "Emulate3Buttons" "true"
    Option      "Emulate3Timeout" "70"
    Option        "SendCoreEvents"  "true"
EndSection
Section "InputDevice"
        Identifier      "USB Mouse"
        Driver          "mouse"
        Option          "Device"                "/dev/input/mice"
    Option        "SendCoreEvents"    "true"
        Option          "Protocol"              "IMPS/2"
        Option          "ZAxisMapping"          "4 5"
        Option          "Buttons"               "5"
EndSection
Section "Monitor"
    Identifier "Monitor0"
        Option "DPMS" "true"
    HorizSync    28.0 - 96.0 # Warning: This may fry old Monitors
    VertRefresh  50.0 - 75.0 # Very conservative. May flicker.
EndSection
Section "Device"
    Identifier  "Card0"
    Driver      "vesa"
    VendorName  "All"
    BoardName   "All"
EndSection
Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    DefaultColorDepth 16
    SubSection "Display"
        Depth     1
        Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth     4
        Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth     8
        Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth     15
        Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth     16
        Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth     24
        Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth     32
        Modes "1024x768" "800x600" "640x480"
    EndSubSection
EndSection
Section "DRI"
    Mode 0666
EndSection
When I run startx, I get this:
(WW) VESA(0): Failed to set up write-combining range (0xc0000000,0x7b0000)
/etc/X11/xinit/xinitrc: line 28: twm: command not found
/etc/X11/xinit/xinitrc: line 29: xclock: command not found
/etc/X11/xinit/xinitrc: line 30: xterm: command not found
/etc/X11/xinit/xinitrc: line 32: exec: xterm: not found
Any ideas?

_Gandalf_ wrote:
You have to change .xinitrc to open kde, type
nano ~/.xinitrc
(If it said new file too, then there's no .xinitrc in your home dir, it's ok let nano create it )
then remove/comment anything not commented there, then type in it
exec startkde
Now u can start kde with startx
P.S: you can use also a Graphical Login Manager Like xdg/kdm/gdm...
Dear god stop using nano lol, it sucks!
Use midnight commander, its in arch packages "pacman -Sy mc",  then do mcedit wibble.wobble etc.
and mc in a directory gives a nice copying program etc, nice to use for mp3 players etc.
tag with insert, and copy taged files with F5.

Similar Messages

  • I can't get X11 to start on my new install

    Hello All,
    I'm a recent convert from Ubuntu (surprise), and I can't get X11 to start.  I have an intel i3 cpu with a intel hd graphics 3000 card.  Here is my /etc/X11/xorg.conf file:
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc/"
    FontPath "/usr/share/fonts/TTF/"
    FontPath "/usr/share/fonts/OTF/"
    FontPath "/usr/share/fonts/Type1/"
    FontPath "/usr/share/fonts/100dpi/"
    FontPath "/usr/share/fonts/75dpi/"
    EndSection
    Section "Module"
    Load "dri"
    Load "extmod"
    Load "record"
    Load "glx"
    Load "dbe"
    Load "dri2"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
    ### <percent>: "<f>%"
    ### [arg]: arg optional
    #Option "DRI" # [<bool>]
    #Option "ColorKey" # <i>
    #Option "VideoKey" # <i>
    #Option "FallbackDebug" # [<bool>]
    #Option "Tiling" # [<bool>]
    #Option "LinearFramebuffer" # [<bool>]
    #Option "Shadow" # [<bool>]
    #Option "SwapbuffersWait" # [<bool>]
    #Option "TripleBuffer" # [<bool>]
    #Option "XvMC" # [<bool>]
    #Option "XvPreferOverlay" # [<bool>]
    #Option "DebugFlushBatches" # [<bool>]
    #Option "DebugFlushCaches" # [<bool>]
    #Option "DebugWait" # [<bool>]
    #Option "HotPlug" # [<bool>]
    #Option "RelaxedFencing" # [<bool>]
    #Option "BufferCache" # [<bool>]
    Identifier "Card0"
    Driver "intel"
    BusID "PCI:0:2:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Here is my Xorg.0.log:
    [ 1516.158]
    X.Org X Server 1.12.0
    Release Date: 2012-03-04
    [ 1516.159] X Protocol Version 11, Revision 0
    [ 1516.159] Build Operating System: Linux 3.2.9-1-ARCH x86_64
    [ 1516.159] Current Operating System: Linux jerry 3.0-ARCH #1 SMP PREEMPT Wed Aug 17 21:55:57 CEST 2011 x86_64
    [ 1516.160] Kernel command line: root=/dev/disk/by-uuid/1b0a2fbd-cfff-4e77-803c-c167e14a04fb ro i915.modeset=0
    [ 1516.160] Build Date: 05 March 2012 05:59:48AM
    [ 1516.160]
    [ 1516.160] Current version of pixman: 0.24.4
    [ 1516.160] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 1516.161] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 1516.162] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Mar 22 10:02:00 2012
    [ 1516.163] (II) Loader magic: 0x7cef60
    [ 1516.163] (II) Module ABI versions:
    [ 1516.163] X.Org ANSI C Emulation: 0.4
    [ 1516.163] X.Org Video Driver: 12.0
    [ 1516.163] X.Org XInput driver : 16.0
    [ 1516.163] X.Org Server Extension : 6.0
    [ 1516.165] (--) PCI:*(0:0:2:0) 8086:0046:104d:9076 rev 2, Mem @ 0xd0000000/4194304, 0xc0000000/268435456, I/O @ 0x00005050/8
    [ 1516.165] List of video drivers:
    [ 1516.166] intel
    [ 1516.166] fbdev
    [ 1516.166] (II) LoadModule: "intel"
    [ 1516.167] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 1516.167] (II) Module intel: vendor="X.Org Foundation"
    [ 1516.167] compiled for 1.11.99.903, module version = 2.18.0
    [ 1516.167] Module class: X.Org Video Driver
    [ 1516.167] ABI class: X.Org Video Driver, version 12.0
    [ 1516.167] (II) LoadModule: "fbdev"
    [ 1516.167] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    [ 1516.168] (II) Module fbdev: vendor="X.Org Foundation"
    [ 1516.168] compiled for 1.11.99.903, module version = 0.4.2
    [ 1516.168] ABI class: X.Org Video Driver, version 12.0
    [ 1516.168] (II) intel: Driver for Intel 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, B43, Clarkdale, Arrandale,
    Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
    Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
    Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
    Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
    Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server
    [ 1516.169] (II) FBDEV: driver for framebuffer: fbdev
    [ 1516.313] (++) Using config file: "/root/xorg.conf.new"
    [ 1516.313] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 1516.314] (==) ServerLayout "X.org Configured"
    [ 1516.314] (**) |-->Screen "Screen0" (0)
    [ 1516.314] (**) | |-->Monitor "Monitor0"
    [ 1516.314] (**) | |-->Device "Card0"
    [ 1516.314] (**) |-->Screen "Screen1" (1)
    [ 1516.314] (**) | |-->Monitor "Monitor1"
    [ 1516.314] (**) | |-->Device "Card1"
    [ 1516.314] (**) |-->Input Device "Mouse0"
    [ 1516.314] (**) |-->Input Device "Keyboard0"
    [ 1516.314] (==) Automatically adding devices
    [ 1516.314] (==) Automatically enabling devices
    [ 1516.314] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc/".
    [ 1516.314] Entry deleted from font path.
    [ 1516.314] (Run 'mkfontdir' on "/usr/share/fonts/misc/").
    [ 1516.314] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
    [ 1516.314] Entry deleted from font path.
    [ 1516.314] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 1516.314] Entry deleted from font path.
    [ 1516.314] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 1516.314] Entry deleted from font path.
    [ 1516.314] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 1516.314] Entry deleted from font path.
    [ 1516.314] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 1516.314] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 1516.314] Entry deleted from font path.
    [ 1516.314] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 1516.314] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc/".
    [ 1516.314] Entry deleted from font path.
    [ 1516.314] (Run 'mkfontdir' on "/usr/share/fonts/misc/").
    [ 1516.314] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
    [ 1516.314] Entry deleted from font path.
    [ 1516.314] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 1516.314] Entry deleted from font path.
    [ 1516.314] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 1516.314] Entry deleted from font path.
    [ 1516.314] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 1516.314] Entry deleted from font path.
    [ 1516.314] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 1516.315] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 1516.315] Entry deleted from font path.
    [ 1516.315] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 1516.315] (**) FontPath set to:
    [ 1516.315] (**) ModulePath set to "/usr/lib/xorg/modules"
    [ 1516.315] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 1516.315] (WW) Disabling Mouse0
    [ 1516.315] (WW) Disabling Keyboard0
    [ 1516.318] (II) Loading sub module "fbdevhw"
    [ 1516.318] (II) LoadModule: "fbdevhw"
    [ 1516.319] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
    [ 1516.319] (II) Module fbdevhw: vendor="X.Org Foundation"
    [ 1516.319] compiled for 1.12.0, module version = 0.0.2
    [ 1516.319] ABI class: X.Org Video Driver, version 12.0
    [ 1516.319] (EE) open /dev/fb0: No such file or directory
    [ 1516.319] (WW) Falling back to old probe method for fbdev
    [ 1516.319] Number of created screens does not match number of detected devices.
    Configuration failed.
    Here is the output of the startx command:
    hostname: Unknown host
    xauth: (argv):1: bad display name "/unix:0" in "list" command
    xauth: (stdin):1: bad display name "/unix:0" in "add" command
    X.Org X Server 1.12.0
    Release Date: 2012-03-04
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 3.2.9-1-ARCH x86_64
    Current Operating System: Linux jerry 3.0-ARCH #1 SMP PREEMPT Wed Aug 17 21:55:57 CEST 2011 x86_64
    Kernel command line: root=/dev/disk/by-uuid/1b0a2fbd-cfff-4e77-803c-c167e14a04fb ro i915.modeset=0
    Build Date: 05 March 2012 05:59:48AM
    Current version of pixman: 0.24.4
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Thu Mar 22 09:51:42 2012
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) Using config directory: "/etc/X11/xorg.conf.d"
    Fatal server error:
    no screens found
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    Server terminated with error (1). Closing log file.
    xinit: giving up
    xinit: unable to connect to X server: Connection refused
    xinit: server error
    xauth: (argv):1: bad display name "/unix:0" in "remove" command
    Here is the list of modules and daemons in /etc/c.conf
    MODULES=(intel_agp i915)
    DAEMONS=(hwclock syslog-ng dbus hal network netfs crond)
    I've installed xorg-server and the xorg-apps group, as well as xf86-video-intel, xf86-video-fbdev, xorg-drivers, libva-driver-intel, dbus, and lib32-intel-dri.
    Thanks in advance, I hope that I've provided enough information.

    Thank you for the reply! I removed the log and ran startx again, giving me the same output.  Here is the log:
    [ 4825.297]
    X.Org X Server 1.12.0
    Release Date: 2012-03-04
    [ 4825.298] X Protocol Version 11, Revision 0
    [ 4825.298] Build Operating System: Linux 3.2.9-1-ARCH x86_64
    [ 4825.298] Current Operating System: Linux jerry 3.0-ARCH #1 SMP PREEMPT Wed Aug 17 21:55:57 CEST 2011 x86_64
    [ 4825.298] Kernel command line: root=/dev/disk/by-uuid/1b0a2fbd-cfff-4e77-803c-c167e14a04fb ro i915.modeset=0
    [ 4825.299] Build Date: 05 March 2012 05:59:48AM
    [ 4825.299]
    [ 4825.299] Current version of pixman: 0.24.4
    [ 4825.299] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 4825.300] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 4825.301] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Mar 22 10:57:09 2012
    [ 4825.301] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 4825.301] (==) No Layout section. Using the first Screen section.
    [ 4825.301] (==) No screen section available. Using defaults.
    [ 4825.301] (**) |-->Screen "Default Screen Section" (0)
    [ 4825.301] (**) | |-->Monitor "<default monitor>"
    [ 4825.301] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 4825.302] (==) Automatically adding devices
    [ 4825.302] (==) Automatically enabling devices
    [ 4825.302] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc/".
    [ 4825.302] Entry deleted from font path.
    [ 4825.302] (Run 'mkfontdir' on "/usr/share/fonts/misc/").
    [ 4825.302] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
    [ 4825.302] Entry deleted from font path.
    [ 4825.302] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 4825.302] Entry deleted from font path.
    [ 4825.302] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 4825.302] Entry deleted from font path.
    [ 4825.302] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 4825.302] Entry deleted from font path.
    [ 4825.302] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 4825.302] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 4825.302] Entry deleted from font path.
    [ 4825.302] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 4825.302] (==) FontPath set to:
    [ 4825.302] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 4825.302] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 4825.302] (II) Loader magic: 0x7cef60
    [ 4825.302] (II) Module ABI versions:
    [ 4825.302] X.Org ANSI C Emulation: 0.4
    [ 4825.302] X.Org Video Driver: 12.0
    [ 4825.302] X.Org XInput driver : 16.0
    [ 4825.302] X.Org Server Extension : 6.0
    [ 4825.303] (--) PCI:*(0:0:2:0) 8086:0046:104d:9076 rev 2, Mem @ 0xd0000000/4194304, 0xc0000000/268435456, I/O @ 0x00005050/8
    [ 4825.303] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 4825.303] (II) LoadModule: "extmod"
    [ 4825.304] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 4825.304] (II) Module extmod: vendor="X.Org Foundation"
    [ 4825.304] compiled for 1.12.0, module version = 1.0.0
    [ 4825.304] Module class: X.Org Server Extension
    [ 4825.304] ABI class: X.Org Server Extension, version 6.0
    [ 4825.304] (II) Loading extension MIT-SCREEN-SAVER
    [ 4825.304] (II) Loading extension XFree86-VidModeExtension
    [ 4825.304] (II) Loading extension XFree86-DGA
    [ 4825.304] (II) Loading extension DPMS
    [ 4825.304] (II) Loading extension XVideo
    [ 4825.304] (II) Loading extension XVideo-MotionCompensation
    [ 4825.304] (II) Loading extension X-Resource
    [ 4825.304] (II) LoadModule: "dbe"
    [ 4825.304] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 4825.304] (II) Module dbe: vendor="X.Org Foundation"
    [ 4825.304] compiled for 1.12.0, module version = 1.0.0
    [ 4825.304] Module class: X.Org Server Extension
    [ 4825.304] ABI class: X.Org Server Extension, version 6.0
    [ 4825.304] (II) Loading extension DOUBLE-BUFFER
    [ 4825.304] (II) LoadModule: "glx"
    [ 4825.304] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 4825.305] (II) Module glx: vendor="X.Org Foundation"
    [ 4825.305] compiled for 1.12.0, module version = 1.0.0
    [ 4825.305] ABI class: X.Org Server Extension, version 6.0
    [ 4825.305] (==) AIGLX enabled
    [ 4825.305] (II) Loading extension GLX
    [ 4825.305] (II) LoadModule: "record"
    [ 4825.305] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 4825.305] (II) Module record: vendor="X.Org Foundation"
    [ 4825.305] compiled for 1.12.0, module version = 1.13.0
    [ 4825.305] Module class: X.Org Server Extension
    [ 4825.305] ABI class: X.Org Server Extension, version 6.0
    [ 4825.305] (II) Loading extension RECORD
    [ 4825.305] (II) LoadModule: "dri"
    [ 4825.305] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 4825.305] (II) Module dri: vendor="X.Org Foundation"
    [ 4825.305] compiled for 1.12.0, module version = 1.0.0
    [ 4825.305] ABI class: X.Org Server Extension, version 6.0
    [ 4825.305] (II) Loading extension XFree86-DRI
    [ 4825.305] (II) LoadModule: "dri2"
    [ 4825.305] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 4825.306] (II) Module dri2: vendor="X.Org Foundation"
    [ 4825.306] compiled for 1.12.0, module version = 1.2.0
    [ 4825.306] ABI class: X.Org Server Extension, version 6.0
    [ 4825.306] (II) Loading extension DRI2
    [ 4825.306] (==) Matched intel as autoconfigured driver 0
    [ 4825.306] (==) Matched vesa as autoconfigured driver 1
    [ 4825.306] (==) Matched fbdev as autoconfigured driver 2
    [ 4825.306] (==) Assigned the driver to the xf86ConfigLayout
    [ 4825.306] (II) LoadModule: "intel"
    [ 4825.306] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 4825.306] (II) Module intel: vendor="X.Org Foundation"
    [ 4825.306] compiled for 1.11.99.903, module version = 2.18.0
    [ 4825.306] Module class: X.Org Video Driver
    [ 4825.306] ABI class: X.Org Video Driver, version 12.0
    [ 4825.306] (II) LoadModule: "vesa"
    [ 4825.306] (WW) Warning, couldn't open module vesa
    [ 4825.306] (II) UnloadModule: "vesa"
    [ 4825.306] (II) Unloading vesa
    [ 4825.307] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 4825.307] (II) LoadModule: "fbdev"
    [ 4825.307] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    [ 4825.307] (II) Module fbdev: vendor="X.Org Foundation"
    [ 4825.307] compiled for 1.11.99.903, module version = 0.4.2
    [ 4825.307] ABI class: X.Org Video Driver, version 12.0
    [ 4825.307] (II) intel: Driver for Intel 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, B43, Clarkdale, Arrandale,
    Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
    Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
    Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
    Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
    Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server
    [ 4825.307] (II) FBDEV: driver for framebuffer: fbdev
    [ 4825.307] (--) using VT number 7
    [ 4825.313] (II) Loading sub module "fbdevhw"
    [ 4825.313] (II) LoadModule: "fbdevhw"
    [ 4825.313] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
    [ 4825.313] (II) Module fbdevhw: vendor="X.Org Foundation"
    [ 4825.313] compiled for 1.12.0, module version = 0.0.2
    [ 4825.313] ABI class: X.Org Video Driver, version 12.0
    [ 4825.313] (EE) open /dev/fb0: No such file or directory
    [ 4825.314] (WW) Falling back to old probe method for fbdev
    [ 4825.314] (II) UnloadModule: "fbdev"
    [ 4825.314] (II) UnloadSubModule: "fbdevhw"
    [ 4825.314] (EE) Screen(s) found, but none have a usable configuration.
    [ 4825.314]
    Fatal server error:
    [ 4825.314] no screens found
    [ 4825.314]
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 4825.314] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 4825.314]
    [ 4825.316] Server terminated with error (1). Closing log file.

  • Snow Leopard 10.6.2 can't run 'X11.app' (with system log)

    Hello everyone, English is not my mother tongue so may not be exactly correct, sorry about that.
    Background:
    I have a MacBook White (13-inch, Mid 2009) that isn't unibody, and was running Leopard 10.5.
    I am the only one that will use the Mac and my user account is as the 'admin'.
    When I was using 10.5, I could open the 'X11.app'.
    But few days ago, I did a clean installation of 10.6.2 Snow Leopard from the USD$29 disc.
    After that I installed the iLife '09 (the gray disc bundled with the MacBook),
    and I cloned the drive to my ext. FireWire HD immediately after the installation of SL and iLife'09 by using the CCC (Carbon Copy Cloner).
    After that, of course, I was going to install the apps I need, and update the software.
    _But the problem appears:_
    When I try to open the 'X11.app', the X11 icon begins jumping on the Dock, but nothing happens.
    Jumping and jumping... finally, it doesn't jump any more, with just the X11 icon on the dock.
    What's more, there is no white dot under the icon, which means the app isn't running at the moment.
    I right-clicked the icon, it shows me 'application not responding'.
    So, I open the *Activity Monitor*, and I can see there are two apps related to X11 are running:
    (1) X11
    (2) X11.bin
    Please see below for the system log (around 1min. log, starting with the time when I open the X11)
    ==========
    Feb 20 15:56:30 (my user name)-(my user name)-MacBook 0x0-0x33033.org.x.X1128300: X11.app: main(): argc=2
    Feb 20 15:56:30 (my user name)-(my user name)-MacBook 0x0-0x33033.org.x.X1128300: argv[0] = /Applications/Utilities/X11.app/Contents/MacOS/X11.bin
    Feb 20 15:56:30 (my user name)-(my user name)-MacBook 0x0-0x33033.org.x.X1128300: argv[1] = -psn0208947
    Feb 20 15:56:30 (my user name)-(my user name)-MacBook 0x0-0x33033.org.x.X1128300: Waiting for startup parameters via Mach IPC.
    Feb 20 15:56:33 (my user name)-(my user name)-MacBook org.x.startx28308: font_cache: Scanning user font directories to generate X11 font caches
    Feb 20 15:56:33 (my user name)-(my user name)-MacBook org.x.startx28308: font_cache: Updating FC cache
    Feb 20 15:56:33 (my user name)-(my user name)-MacBook org.x.privileged_startx206: font_cache: Scanning system font directories to generate X11 font caches
    Feb 20 15:56:33 (my user name)-(my user name)-MacBook defaults28334: \nThe domain/default pair of (org.x.X11, dpi) does not exist
    Feb 20 15:56:33 (my user name)-(my user name)-MacBook org.x.startx28308: xauth: creating new authority file /Volumes/(my user name)'s Home/Users/(my user name)/.serverauth.28308
    Feb 20 15:56:33 (my user name)-(my user name)-MacBook org.x.startx28308: /usr/X11/bin/startx: eval: line 288: unexpected EOF while looking for matching `''
    Feb 20 15:56:33 (my user name)-(my user name)-MacBook org.x.startx28308: /usr/X11/bin/startx: eval: line 289: syntax error: unexpected end of file
    Feb 20 15:56:33 (my user name)-(my user name)-MacBook com.apple.launchd.peruser.501135 (org.x.startx): Throttling respawn: Will start in 10 seconds
    Feb 20 15:56:34 (my user name)-(my user name)-MacBook org.x.privileged_startx206: font_cache: Updating FC cache
    Feb 20 15:56:36 (my user name)-(my user name)-MacBook org.x.privileged_startx206: font_cache: Done
    Feb 20 15:56:44 (my user name)-(my user name)-MacBook org.x.startx28441: font_cache: Scanning user font directories to generate X11 font caches
    Feb 20 15:56:44 (my user name)-(my user name)-MacBook org.x.startx28441: font_cache: Updating FC cache
    Feb 20 15:56:44 (my user name)-(my user name)-MacBook org.x.privileged_startx206: font_cache: Scanning system font directories to generate X11 font caches
    Feb 20 15:56:44 (my user name)-(my user name)-MacBook defaults28467: \nThe domain/default pair of (org.x.X11, dpi) does not exist
    Feb 20 15:56:44 (my user name)-(my user name)-MacBook org.x.startx28441: xauth: creating new authority file /Volumes/(my user name)'s Home/Users/(my user name)/.serverauth.28441
    Feb 20 15:56:44 (my user name)-(my user name)-MacBook org.x.startx28441: /usr/X11/bin/startx: eval: line 288: unexpected EOF while looking for matching `''
    Feb 20 15:56:44 (my user name)-(my user name)-MacBook org.x.startx28441: /usr/X11/bin/startx: eval: line 289: syntax error: unexpected end of file
    Feb 20 15:56:44 (my user name)-(my user name)-MacBook com.apple.launchd.peruser.501135 (org.x.startx): Throttling respawn: Will start in 10 seconds
    Feb 20 15:56:44 (my user name)-(my user name)-MacBook org.x.privileged_startx206: font_cache: Updating FC cache
    Feb 20 15:56:46 (my user name)-(my user name)-MacBook org.x.privileged_startx206: font_cache: Done
    Feb 20 15:56:54 (my user name)-(my user name)-MacBook org.x.startx28574: font_cache: Scanning user font directories to generate X11 font caches
    Feb 20 15:56:54 (my user name)-(my user name)-MacBook org.x.startx28574: font_cache: Updating FC cache
    Feb 20 15:56:54 (my user name)-(my user name)-MacBook org.x.privileged_startx206: font_cache: Scanning system font directories to generate X11 font caches
    Feb 20 15:56:54 (my user name)-(my user name)-MacBook defaults28602: \nThe domain/default pair of (org.x.X11, dpi) does not exist
    Feb 20 15:56:54 (my user name)-(my user name)-MacBook org.x.startx28574: xauth: creating new authority file /Volumes/(my user name)'s Home/Users/(my user name)/.serverauth.28574
    Feb 20 15:56:54 (my user name)-(my user name)-MacBook org.x.startx28574: /usr/X11/bin/startx: eval: line 288: unexpected EOF while looking for matching `''
    Feb 20 15:56:54 (my user name)-(my user name)-MacBook org.x.startx28574: /usr/X11/bin/startx: eval: line 289: syntax error: unexpected end of file
    Feb 20 15:56:54 (my user name)-(my user name)-MacBook com.apple.launchd.peruser.501135 (org.x.startx): Throttling respawn: Will start in 10 seconds
    Feb 20 15:56:54 (my user name)-(my user name)-MacBook org.x.privileged_startx206: font_cache: Updating FC cache
    Feb 20 15:56:56 (my user name)-(my user name)-MacBook org.x.privileged_startx206: font_cache: Done
    Feb 20 15:57:04 (my user name)-(my user name)-MacBook org.x.startx28708: font_cache: Scanning user font directories to generate X11 font caches
    Feb 20 15:57:04 (my user name)-(my user name)-MacBook org.x.startx28708: font_cache: Updating FC cache
    Feb 20 15:57:04 (my user name)-(my user name)-MacBook org.x.privileged_startx206: font_cache: Scanning system font directories to generate X11 font caches
    Feb 20 15:57:04 (my user name)-(my user name)-MacBook defaults28734: \nThe domain/default pair of (org.x.X11, dpi) does not exist
    Feb 20 15:57:04 (my user name)-(my user name)-MacBook org.x.startx28708: xauth: creating new authority file /Volumes/(my user name)'s Home/Users/(my user name)/.serverauth.28708
    Feb 20 15:57:04 (my user name)-(my user name)-MacBook org.x.startx28708: /usr/X11/bin/startx: eval: line 288: unexpected EOF while looking for matching `''
    Feb 20 15:57:04 (my user name)-(my user name)-MacBook org.x.startx28708: /usr/X11/bin/startx: eval: line 289: syntax error: unexpected end of file
    Feb 20 15:57:04 (my user name)-(my user name)-MacBook com.apple.launchd.peruser.501135 (org.x.startx): Throttling respawn: Will start in 10 seconds
    Feb 20 15:57:04 (my user name)-(my user name)-MacBook org.x.privileged_startx206: font_cache: Updating FC cache
    Feb 20 15:57:06 (my user name)-(my user name)-MacBook org.x.privileged_startx206: font_cache: Done
    Feb 20 15:57:14 (my user name)-(my user name)-MacBook org.x.startx28841: font_cache: Scanning user font directories to generate X11 font caches
    Feb 20 15:57:14 (my user name)-(my user name)-MacBook org.x.startx28841: font_cache: Updating FC cache
    Feb 20 15:57:14 (my user name)-(my user name)-MacBook org.x.privileged_startx206: font_cache: Scanning system font directories to generate X11 font caches
    Feb 20 15:57:14 (my user name)-(my user name)-MacBook defaults28869: \nThe domain/default pair of (org.x.X11, dpi) does not exist
    Feb 20 15:57:14 (my user name)-(my user name)-MacBook org.x.startx28841: xauth: creating new authority file /Volumes/(my user name)'s Home/Users/(my user name)/.serverauth.28841
    Feb 20 15:57:14 (my user name)-(my user name)-MacBook org.x.startx28841: /usr/X11/bin/startx: eval: line 288: unexpected EOF while looking for matching `''
    Feb 20 15:57:14 (my user name)-(my user name)-MacBook org.x.startx28841: /usr/X11/bin/startx: eval: line 289: syntax error: unexpected end of file
    Feb 20 15:57:14 (my user name)-(my user name)-MacBook com.apple.launchd.peruser.501135 (org.x.startx): Throttling respawn: Will start in 10 seconds
    Feb 20 15:57:14 (my user name)-(my user name)-MacBook org.x.privileged_startx206: font_cache: Updating FC cache
    Feb 20 15:57:16 (my user name)-(my user name)-MacBook org.x.privileged_startx206: font_cache: Done
    Feb 20 15:57:24 (my user name)-(my user name)-MacBook org.x.startx28974: font_cache: Scanning user font directories to generate X11 font caches
    Feb 20 15:57:24 (my user name)-(my user name)-MacBook org.x.startx28974: font_cache: Updating FC cache
    Feb 20 15:57:24 (my user name)-(my user name)-MacBook org.x.privileged_startx206: font_cache: Scanning system font directories to generate X11 font caches
    Feb 20 15:57:24 (my user name)-(my user name)-MacBook defaults29000: \nThe domain/default pair of (org.x.X11, dpi) does not exist
    Feb 20 15:57:24 (my user name)-(my user name)-MacBook org.x.startx28974: xauth: creating new authority file /Volumes/(my user name)'s Home/Users/(my user name)/.serverauth.28974
    Feb 20 15:57:24 (my user name)-(my user name)-MacBook org.x.startx28974: /usr/X11/bin/startx: eval: line 288: unexpected EOF while looking for matching `''
    Feb 20 15:57:24 (my user name)-(my user name)-MacBook org.x.startx28974: /usr/X11/bin/startx: eval: line 289: syntax error: unexpected end of file
    Feb 20 15:57:24 (my user name)-(my user name)-MacBook com.apple.launchd.peruser.501135 (org.x.startx): Throttling respawn: Will start in 10 seconds
    Feb 20 15:57:25 (my user name)-(my user name)-MacBook org.x.privileged_startx206: font_cache: Updating FC cache
    Feb 20 15:57:27 (my user name)-(my user name)-MacBook org.x.privileged_startx206: font_cache: Done
    ==========
    It seems that the processes are repeating themselves,
    so I decide to end them in the *Activity Monitor*.
    For 'X11', I have to force quit.
    For 'X11.bin', 'quit' is enough.
    But after that, it seems that the processes are stilling running:
    ==========
    Feb 20 16:03:11 (my user name)-(my user name)-MacBook org.x.startx33510: xauth: creating new authority file /Volumes/(my user name)'s Home/Users/(my user name)/.serverauth.33510
    Feb 20 16:03:11 (my user name)-(my user name)-MacBook org.x.startx33510: /usr/X11/bin/startx: eval: line 288: unexpected EOF while looking for matching `''
    Feb 20 16:03:11 (my user name)-(my user name)-MacBook org.x.startx33510: /usr/X11/bin/startx: eval: line 289: syntax error: unexpected end of file
    Feb 20 16:03:11 (my user name)-(my user name)-MacBook com.apple.launchd.peruser.501135 (org.x.startx): Throttling respawn: Will start in 10 seconds
    Feb 20 16:03:11 (my user name)-(my user name)-MacBook org.x.privileged_startx206: font_cache: Updating FC cache
    Feb 20 16:03:13 (my user name)-(my user name)-MacBook org.x.privileged_startx206: font_cache: Done
    Feb 20 16:03:21 (my user name)-(my user name)-MacBook org.x.startx33643: font_cache: Scanning user font directories to generate X11 font caches
    Feb 20 16:03:21 (my user name)-(my user name)-MacBook org.x.startx33643: font_cache: Updating FC cache
    Feb 20 16:03:21 (my user name)-(my user name)-MacBook org.x.privileged_startx206: font_cache: Scanning system font directories to generate X11 font caches
    Feb 20 16:03:21 (my user name)-(my user name)-MacBook defaults33669: \nThe domain/default pair of (org.x.X11, dpi) does not exist
    Feb 20 16:03:21 (my user name)-(my user name)-MacBook org.x.startx33643: xauth: creating new authority file /Volumes/(my user name)'s Home/Users/(my user name)/.serverauth.33643
    ==========
    As I've said, I have a clone of 10.6.2 on my ext. FireWire HD.
    So I've tried to boot the MacBook with the key 'option' pressed in order to boot from the clone.
    What surprises me is that I can open the X11 without any problem.
    And I've tried to open a new user account to test.
    Even if the account isn't 'admin', the X11 can be opened too.
    What this phenomenon tells me is that maybe there is an app(s) that I installed will make the X11 not open.
    I've Googled the problem and tried the following methods:
    (1) Reinstall the X11 from the Snow Leopard disc.
    (2) Log in as the 'root' user, go to *System Preferences* to create a temporary account (e.g. named 'test') so that I can delete my current account (e.g. named 'User') (I copied the UUID and pasted it into TextEdit, saving it on my different partition of ext. FireWire HD.). Then I open a new account with the same username (named 'User') and paste the UUID I previously saved to the newly created account (named 'User'), and then redirect the home folder path to the original home folder (the account named 'User' that I deleted).
    (3) Create an account for testing (e.g. named 'test'), set it as admin. Then log in as the 'root' user, to use 'ditto' command in Terminal to copy my home folder to the account named 'test'. After that, I make the account for testing (account name 'test') have the permission to read and write the files by pressing 'command + I' the home folder, and then set the user 'test' having the permission to read and write and apply this to all the enclosed folder.
    NONE of the above has worked.
    So what can I do in order to make my X11.app work again?
    Thanks in advance!!

    etresoft wrote:
    But you have it running in the other account. With X11 problems, this is as easy as it gets.
    I hope this problem can be solved soon...
    Unfortunately, I'm pretty sure you are going to have to use the Terminal.
    I see, thanks for the info.! (I am new to the Mac since 2009 )
    The only one that would cause any problem by being removed is ".Trash". You don't have any of the other files that Bob is talking about. It would be annoying for any heavy Terminal user to lose those dot files, but perfectly safe.
    There is no need to even attempt to backup anything in /tmp.
    Thanks for the info.!
    Try this. In System Preferences, select Sharing and enable "Remote Login". Login to that Standard user who can run X11 with no problem. Then, just as a test, run "ssh <mainuser>@localhost". Verify that you are in the home directory of the user with the X11 problems. Don't do anything yet. Just type 'exit' to logout.
    Reboot your machine. Login as the Standard User. Run "ssh <mainuser>@localhost" again. This time, run the "rm .<somefile>" on all those dot files (except for .Trash and maybe .CFUserEncoding). This time they should all stay deleted. Follow Bob's advice too and do "rm Library/Preferences/org.x.X11.plist". Type "cd /tmp" and delete everything you can find in there. You can't do any damage there. Type "exit" to quit the ssh session.
    Now logout of the standard user and log back in to your primary user and try it again.
    I am now at the standard account called 'test' and browse this web page using Safari through Wi-Fi.
    4 things:
    .bash_history
    .DS_Store
    .fontconfig
    .Xauthority
    ==========
    With the '.fontconfig', I can't delete it from the Terminal:
    +Michael-Leungs-MacBook:~ Michael$ rm .fontconfig+
    _+rm: .fontconfig: is a directory+_
    (At this moment, I Googled the 'rm' command and found these web pages:
    http://ss64.com/osx/
    http://newsourcemedia.com/blog/basic-terminal-commands/
    That's why I try the 'rmdir' and 'sudo rm'.
    But NONE of these command helps)
    +Michael-Leungs-MacBook:~ Michael$ rmdir .fontconfig+
    _+rmdir: .fontconfig: Directory not empty+_
    +Michael-Leungs-MacBook:~ Michael$ sudo rm .fontconfig+
    +WARNING: Improper use of the sudo command could lead to data loss+
    +or the deletion of important system files. Please double-check your+
    +typing when using sudo. Type "man sudo" for more information.+
    +To proceed, enter your password, or type Ctrl-C to abort.+
    Password:
    +Sorry, try again.+
    Password:
    _+rm: .fontconfig: is a directory+_
    +Michael-Leungs-MacBook:~ Michael$ sudo rm .fontconfig+
    _+rm: .fontconfig: is a directory+_
    =========
    For the '/tmp':
    +Michael-Leungs-MacBook:~ Michael$ cd /tmp+
    +Michael-Leungs-MacBook:tmp Michael$ cd /+
    +Michael-Leungs-MacBook:/ Michael$ sudo rm -rf /tmp+
    Password:
    +Michael-Leungs-MacBook:/ Michael$ +
    So, for the steps you provided, I can follow all the steps except the one '.fontconfig'
    Hope the information I provided above can help you to help me!
    Thank you etresoft!

  • NVIDIA Optimus: Can't init X11

    I'm trying to install official drivers on Arch and run X11, but no luck so far...
    Graphic card is Nvidia740M (with intel on-chip gpu)
    followed the instructions here:
    https://wiki.archlinux.org/index.php/NVIDIA_Optimus
    But when starting X11 , I get the error: Screen(s) found, but none have a usable configuration. error, with the actual problem being related to Failed to assign any connected display devices to X screen 0.
    Been playing with this a day, and really getting frustrated, I also don't care about the intel driver, power-saving and switchable graphics like bumblebee
    I can only get it to work by installing open-source intel drivers (xf86-video-intel), nouveau also brings up the same error.
    .xinitrc
    xrandr --setprovideroutputsource modesetting NVIDIA-0
    xrandr --auto
    exec startxfce4
    /etc/X11/xorg.conf
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 337.12 (buildmeister@swio-display-x64-rhel04-11) Fri Apr 4 15:17:56 PDT 2014
    Section "ServerLayout"
    Identifier "layout"
    Screen 0 "nvidia" 0 0
    Inactive "intel"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "keyboard"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "nvidia"
    Driver "nvidia"
    BusID "PCI:1:0:0"
    EndSection
    Section "Device"
    Identifier "intel"
    Driver "modesetting"
    EndSection
    Section "Screen"
    Identifier "nvidia"
    Device "nvidia"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "nvidia-auto-select"
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "intel"
    Device "intel"
    Monitor "Monitor0"
    EndSection
    Xorg.0.log
    [ 119.012]
    X.Org X Server 1.15.1
    Release Date: 2014-04-13
    [ 119.020] X Protocol Version 11, Revision 0
    [ 119.023] Build Operating System: Linux 3.14.0-4-ARCH x86_64
    [ 119.025] Current Operating System: Linux sepul-desktop 3.14.2-1-ARCH #1 SMP PREEMPT Sun Apr 27 11:28:44 CEST 2014 x86_64
    [ 119.025] Kernel command line: initrd=\initramfs-linux.img root=/dev/sda8 rw
    [ 119.030] Build Date: 14 April 2014 08:39:09AM
    [ 119.032]
    [ 119.035] Current version of pixman: 0.32.4
    [ 119.039] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 119.039] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 119.048] (==) Log file: "/var/log/Xorg.0.log", Time: Tue May 6 07:10:00 2014
    [ 119.050] (==) Using config file: "/etc/X11/xorg.conf"
    [ 119.052] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 119.052] (==) ServerLayout "layout"
    [ 119.052] (**) |-->Screen "nvidia" (0)
    [ 119.052] (**) | |-->Monitor "Monitor0"
    [ 119.052] (**) | |-->Device "nvidia"
    [ 119.052] (**) |-->Inactive Device "intel"
    [ 119.052] (**) |-->Input Device "Keyboard0"
    [ 119.052] (**) |-->Input Device "Mouse0"
    [ 119.053] (==) Automatically adding devices
    [ 119.053] (==) Automatically enabling devices
    [ 119.053] (==) Automatically adding GPU devices
    [ 119.053] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 119.053] Entry deleted from font path.
    [ 119.053] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 119.053] Entry deleted from font path.
    [ 119.053] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 119.053] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 119.053] Entry deleted from font path.
    [ 119.053] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 119.053] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 119.053] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 119.053] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 119.053] (WW) Disabling Keyboard0
    [ 119.053] (WW) Disabling Mouse0
    [ 119.053] (II) Loader magic: 0x804c80
    [ 119.053] (II) Module ABI versions:
    [ 119.053] X.Org ANSI C Emulation: 0.4
    [ 119.053] X.Org Video Driver: 15.0
    [ 119.053] X.Org XInput driver : 20.0
    [ 119.053] X.Org Server Extension : 8.0
    [ 119.053] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 119.054] (--) PCI:*(0:0:2:0) 8086:0412:1043:8534 rev 6, Mem @ 0xde400000/4194304, 0xb0000000/268435456, I/O @ 0x0000f000/64
    [ 119.054] (--) PCI: (0:1:0:0) 10de:1292:1043:85a1 rev 161, Mem @ 0xdd000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 119.054] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 119.057] Initializing built-in extension Generic Event Extension
    [ 119.058] Initializing built-in extension SHAPE
    [ 119.060] Initializing built-in extension MIT-SHM
    [ 119.062] Initializing built-in extension XInputExtension
    [ 119.064] Initializing built-in extension XTEST
    [ 119.066] Initializing built-in extension BIG-REQUESTS
    [ 119.067] Initializing built-in extension SYNC
    [ 119.069] Initializing built-in extension XKEYBOARD
    [ 119.070] Initializing built-in extension XC-MISC
    [ 119.072] Initializing built-in extension SECURITY
    [ 119.074] Initializing built-in extension XINERAMA
    [ 119.075] Initializing built-in extension XFIXES
    [ 119.077] Initializing built-in extension RENDER
    [ 119.078] Initializing built-in extension RANDR
    [ 119.079] Initializing built-in extension COMPOSITE
    [ 119.081] Initializing built-in extension DAMAGE
    [ 119.082] Initializing built-in extension MIT-SCREEN-SAVER
    [ 119.083] Initializing built-in extension DOUBLE-BUFFER
    [ 119.085] Initializing built-in extension RECORD
    [ 119.086] Initializing built-in extension DPMS
    [ 119.087] Initializing built-in extension Present
    [ 119.089] Initializing built-in extension DRI3
    [ 119.090] Initializing built-in extension X-Resource
    [ 119.091] Initializing built-in extension XVideo
    [ 119.092] Initializing built-in extension XVideo-MotionCompensation
    [ 119.093] Initializing built-in extension XFree86-VidModeExtension
    [ 119.095] Initializing built-in extension XFree86-DGA
    [ 119.096] Initializing built-in extension XFree86-DRI
    [ 119.097] Initializing built-in extension DRI2
    [ 119.097] (II) LoadModule: "glx"
    [ 119.097] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 119.109] (II) Module glx: vendor="NVIDIA Corporation"
    [ 119.109] compiled for 4.0.2, module version = 1.0.0
    [ 119.109] Module class: X.Org Server Extension
    [ 119.109] (II) NVIDIA GLX Module 337.12 Fri Apr 4 14:34:00 PDT 2014
    [ 119.110] Loading extension GLX
    [ 119.110] (II) LoadModule: "nvidia"
    [ 119.111] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 119.111] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 119.111] compiled for 4.0.2, module version = 1.0.0
    [ 119.111] Module class: X.Org Video Driver
    [ 119.111] (II) LoadModule: "modesetting"
    [ 119.111] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    [ 119.111] (II) Module modesetting: vendor="X.Org Foundation"
    [ 119.111] compiled for 1.15.0, module version = 0.8.1
    [ 119.111] Module class: X.Org Video Driver
    [ 119.111] ABI class: X.Org Video Driver, version 15.0
    [ 119.111] (II) NVIDIA dlloader X Driver 337.12 Fri Apr 4 14:13:45 PDT 2014
    [ 119.111] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 119.111] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    [ 119.111] (++) using VT number 1
    [ 119.111] (II) Loading sub module "fb"
    [ 119.111] (II) LoadModule: "fb"
    [ 119.111] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 119.111] (II) Module fb: vendor="X.Org Foundation"
    [ 119.112] compiled for 1.15.1, module version = 1.0.0
    [ 119.112] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 119.112] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 119.112] (II) Loading sub module "wfb"
    [ 119.112] (II) LoadModule: "wfb"
    [ 119.112] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 119.112] (II) Module wfb: vendor="X.Org Foundation"
    [ 119.112] compiled for 1.15.1, module version = 1.0.0
    [ 119.112] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 119.112] (II) Loading sub module "ramdac"
    [ 119.112] (II) LoadModule: "ramdac"
    [ 119.112] (II) Module "ramdac" already built-in
    [ 119.113] (WW) Falling back to old probe method for modesetting
    [ 119.113] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 119.113] (==) NVIDIA(0): RGB weight 888
    [ 119.113] (==) NVIDIA(0): Default visual is TrueColor
    [ 119.113] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 119.113] (**) NVIDIA(0): Enabling 2D acceleration
    [ 119.426] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
    [ 119.427] (II) NVIDIA(0): NVIDIA GPU GeForce GT 740M (GK208) at PCI:1:0:0 (GPU-0)
    [ 119.427] (--) NVIDIA(0): Memory: 2097152 kBytes
    [ 119.427] (--) NVIDIA(0): VideoBIOS: 80.28.2a.00.20
    [ 119.427] (II) NVIDIA(0): Detected PCI Express Link width: 8X
    [ 119.432] (--) NVIDIA(0): Valid display device(s) on GeForce GT 740M at PCI:1:0:0
    [ 119.432] (--) NVIDIA(0): DFP-0
    [ 119.432] (--) NVIDIA(0): DFP-1
    [ 119.432] (--) NVIDIA(0): DFP-2
    [ 119.432] (--) NVIDIA(0): DFP-3
    [ 119.432] (--) NVIDIA(0): DFP-0: Internal TMDS
    [ 119.432] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
    [ 119.432] (--) NVIDIA(0): DFP-1: Internal TMDS
    [ 119.432] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
    [ 119.432] (--) NVIDIA(0): DFP-2: Internal DisplayPort
    [ 119.432] (--) NVIDIA(GPU-0): DFP-2: 480.0 MHz maximum pixel clock
    [ 119.432] (--) NVIDIA(0): DFP-3: Internal DisplayPort
    [ 119.432] (--) NVIDIA(GPU-0): DFP-3: 480.0 MHz maximum pixel clock
    [ 119.432] (EE) NVIDIA(0): Failed to assign any connected display devices to X screen 0.
    [ 119.432] (EE) NVIDIA(0): Set AllowEmptyInitialConfiguration if you want the server
    [ 119.432] (EE) NVIDIA(0): to start anyway
    [ 119.449] (EE) NVIDIA(0): Failing initialization of X screen 0
    [ 119.449] (II) UnloadModule: "nvidia"
    [ 119.449] (II) UnloadSubModule: "wfb"
    [ 119.449] (II) UnloadSubModule: "fb"
    [ 119.449] (EE) Screen(s) found, but none have a usable configuration.
    [ 119.449] (EE)
    Fatal server error:
    [ 119.449] (EE) no screens found(EE)
    [ 119.449] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 119.449] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 119.449] (EE)
    [ 119.452] (EE) Server terminated with error (1). Closing log file.
    lsmod | grep nvidia
    nvidia 10784100 0
    drm 242043 1 nvidia
    i2c_core 25400 4 drm,i2c_i801,nvidia,videodev
    I also added nouveau to blacklist, and nvidia to mkinitcpio.conf
    Also tried added resolutions to xorg.conf, but still get the same error
    some stuff I'm curious about :
    - I installed xrandr after nvidia drivers, as the guide said, but xrandr doesn't work in terminal, brings up "no screens" error, is this normal ?
    - I also noticed that when I initialize X11 with intel (xf86-video-intel) drivers, xrandr shows VGA1, HDMI1, HDMI2, VIRTUAL as valid displays, but in the Xorg.log (nvidia) I don't any any of these enumerated.
    any hints or help ?
    thanks

    Why? it's the best way to get it to work.
    Tried bumblebee too, still get the same error, wanted to get things more simple and also try official nvidia (optimus)
    Check the xorg example on this page https://wiki.archlinux.org/index.php/NVIDIA_Optimus (this if you only want to use nvidia and disable intel).
    Don't forget to get the busID and add it to the xorg. Then try again.
    Yes, I have tried the xorg.conf written there. If you also see the current xorg.conf, it has BusID too. I don't get device not found error (which is the case for missing BusID)
    Does Intel device also need BusID too ?

  • Can't start gnome-session after system update.

    hi all
    I have done a whole system update .
    pacman -Syu
    and now I can't start the desktop environment.
    I tried to delete the xorg.conf and create new 1 and then copy it to /etc/X11
    X -configure
    but that didn't work.
    and when I am trying to create new xorg file I got an error message telling me that the number of screens detected is not matched , I am using a laptop .
    I checked ~/.xinitrc and /etc/rc.conf and everything is right.
    any suggestion??
    Last edited by YYaaSSeeRR (2012-11-19 08:11:06)

    ETNyx wrote:
    Hi,
    you did not give enough information but i had simillar problem cant start gdm look there https://bbs.archlinux.org/viewtopic.php?id=153240 anyway search trought your logs or post them to forum
    when I am trying to create new xorg file through this order
    X -configure
    I get an error message telling me that the number of created screens doesn't match the number of detected devices. "I am using a laptop BTW".
    and I can't log in, I just got the black screen and when launching startx I got the gnome shell session but after 2 seconds of that I got a failure in Gnome and have to log out.
    Last edited by YYaaSSeeRR (2012-11-20 07:25:55)

  • Can't Start Pulseaudio

    Hi,
    I don't know why but I can't start pulseaudio or alsamixer. I used to be able to start them, but I forgot what I had to do to get them running. I was just using it as a simple volume control when I had it working.
    I've tried:
    [gulliver@myhost ~]$ pulseaudio --start
    E: [pulseaudio] main.c: Daemon startup failed.
    [gulliver@myhost ~]$ start-pulseaudio-x11
    E: [pulseaudio] main.c: Daemon startup failed.
    [gulliver@myhost ~]$ alsamixer
    ALSA lib pulse.c:229:(pulse_connect) PulseAudio: Unable to connect: Connection refused
    cannot open mixer: Connection refused
    [gulliver@myhost ~]$ pulseaudio
    E: [pulseaudio] main.c: Unknown command: (eg. when X is not active)
    E: [pulseaudio] main.c: Failed to initialize daemon.
    [gulliver@myhost ~]$
    Verbose isn't any different.
    In another thread I read somebody trying.  I got a pretty large output.
    [gulliver@myhost ~]$ pulseaudio --log-level=4 --log-target=stderr
    I: [pulseaudio] main.c: setrlimit(RLIMIT_NICE, (31, 31)) failed: Operation not permitted
    D: [pulseaudio] core-rtclock.c: Timer slack is set to 50 us.
    D: [pulseaudio] core-util.c: RealtimeKit worked.
    I: [pulseaudio] core-util.c: Successfully gained nice level -11.
    I: [pulseaudio] main.c: This is PulseAudio 1.1
    D: [pulseaudio] main.c: Compilation host: x86_64-unknown-linux-gnu
    D: [pulseaudio] main.c: Compilation CFLAGS: -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -W -Wextra -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option
    D: [pulseaudio] main.c: Running on host: Linux x86_64 3.1.5-1-ARCH #1 SMP PREEMPT Sat Dec 10 14:43:09 CET 2011
    D: [pulseaudio] main.c: Found 2 CPUs.
    I: [pulseaudio] main.c: Page size is 4096 bytes
    D: [pulseaudio] main.c: Compiled with Valgrind support: no
    D: [pulseaudio] main.c: Running in valgrind mode: no
    D: [pulseaudio] main.c: Running in VM: no
    D: [pulseaudio] main.c: Optimized build: yes
    D: [pulseaudio] main.c: All asserts enabled.
    I: [pulseaudio] main.c: Machine ID is c1b3c15dc26d22642398743300001ac8.
    I: [pulseaudio] main.c: Session ID is c1b3c15dc26d22642398743300001ac8-1326592649.892198-2012670361.
    I: [pulseaudio] main.c: Using runtime directory /home/gulliver/.pulse/c1b3c15dc26d22642398743300001ac8-runtime.
    I: [pulseaudio] main.c: Using state directory /home/gulliver/.pulse.
    I: [pulseaudio] main.c: Using modules directory /usr/lib/pulse-1.1/modules.
    I: [pulseaudio] main.c: Running in system mode: no
    I: [pulseaudio] main.c: Fresh high-resolution timers available! Bon appetit!
    D: [pulseaudio] memblock.c: Using shared memory pool with 1024 slots of size 64.0 KiB each, total size is 64.0 MiB, maximum usable slot size is 65472
    I: [pulseaudio] cpu-x86.c: CPU flags: CMOV MMX SSE SSE2 SSE3 SSSE3 SSE4_1
    I: [pulseaudio] svolume_mmx.c: Initialising MMX optimized volume functions.
    I: [pulseaudio] remap_mmx.c: Initialising MMX optimized remappers.
    I: [pulseaudio] svolume_sse.c: Initialising SSE2 optimized volume functions.
    I: [pulseaudio] remap_sse.c: Initialising SSE2 optimized remappers.
    I: [pulseaudio] sconv_sse.c: Initialising SSE2 optimized conversions.
    I: [pulseaudio] svolume_orc.c: Initialising ORC optimized volume functions.
    D: [pulseaudio] database-tdb.c: Opened TDB database '/home/gulliver/.pulse/c1b3c15dc26d22642398743300001ac8-device-volumes.tdb'
    I: [pulseaudio] module-device-restore.c: Successfully opened database file '/home/gulliver/.pulse/c1b3c15dc26d22642398743300001ac8-device-volumes'.
    I: [pulseaudio] module.c: Loaded "module-device-restore" (index: #0; argument: "").
    D: [pulseaudio] database-tdb.c: Opened TDB database '/home/gulliver/.pulse/c1b3c15dc26d22642398743300001ac8-stream-volumes.tdb'
    I: [pulseaudio] module-stream-restore.c: Successfully opened database file '/home/gulliver/.pulse/c1b3c15dc26d22642398743300001ac8-stream-volumes'.
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1 added for object /org/pulseaudio/stream_restore1
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry0
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry1
    I: [pulseaudio] module.c: Loaded "module-stream-restore" (index: #1; argument: "").
    D: [pulseaudio] database-tdb.c: Opened TDB database '/home/gulliver/.pulse/c1b3c15dc26d22642398743300001ac8-card-database.tdb'
    I: [pulseaudio] module-card-restore.c: Successfully opened database file '/home/gulliver/.pulse/c1b3c15dc26d22642398743300001ac8-card-database'.
    I: [pulseaudio] module.c: Loaded "module-card-restore" (index: #2; argument: "").
    I: [pulseaudio] module.c: Loaded "module-augment-properties" (index: #3; argument: "").
    D: [pulseaudio] cli-command.c: Checking for existence of '/usr/lib/pulse-1.1/modules/module-udev-detect.so': success
    D: [pulseaudio] module-udev-detect.c: /dev/snd/controlC0 is accessible: yes
    D: [pulseaudio] module-udev-detect.c: /devices/pci0000:00/0000:00:1b.0/sound/card0 is busy: yes
    I: [pulseaudio] module-udev-detect.c: Found 1 cards.
    I: [pulseaudio] module.c: Loaded "module-udev-detect" (index: #4; argument: "").
    D: [pulseaudio] cli-command.c: Checking for existence of '/usr/lib/pulse-1.1/modules/module-jackdbus-detect.so': success
    D: [pulseaudio] cli-command.c: Checking for existence of '/usr/lib/pulse-1.1/modules/module-bluetooth-discover.so': success
    D: [pulseaudio] dbus-util.c: Successfully connected to D-Bus system bus 7660e9b219ab55868191f04200000028 as :1.18609
    D: [pulseaudio] bluetooth-util.c: dbus: interface=org.freedesktop.DBus, path=/org/freedesktop/DBus, member=NameAcquired
    D: [pulseaudio] bluetooth-util.c: Bluetooth daemon is apparently not available.
    I: [pulseaudio] module.c: Loaded "module-bluetooth-discover" (index: #5; argument: "").
    D: [pulseaudio] cli-command.c: Checking for existence of '/usr/lib/pulse-1.1/modules/module-esound-protocol-unix.so': success
    I: [pulseaudio] module.c: Loaded "module-esound-protocol-unix" (index: #6; argument: "").
    I: [pulseaudio] module.c: Loaded "module-native-protocol-unix" (index: #7; argument: "").
    D: [pulseaudio] cli-command.c: Checking for existence of '/usr/lib/pulse-1.1/modules/module-gconf.so': success
    I: [pulseaudio] module.c: Loaded "module-gconf" (index: #8; argument: "").
    I: [pulseaudio] module-default-device-restore.c: Saved default sink 'alsa_output.pci-0000_00_1b.0.analog-stereo' not existent, not restoring default sink setting.
    I: [pulseaudio] module-default-device-restore.c: Saved default source 'alsa_input.pci-0000_00_1b.0.analog-stereo' not existent, not restoring default source setting.
    I: [pulseaudio] module.c: Loaded "module-default-device-restore" (index: #9; argument: "").
    I: [pulseaudio] module.c: Loaded "module-rescue-streams" (index: #10; argument: "").
    D: [pulseaudio] module-always-sink.c: Autoloading null-sink as no other sinks detected.
    D: [pulseaudio] module-device-restore.c: Database contains invalid data for key: sink:auto_null (probably pre-v1.0 data)
    D: [pulseaudio] module-device-restore.c: Attempting to load legacy (pre-v1.0) data for key: sink:auto_null
    D: [pulseaudio] module-device-restore.c: Size does not match.
    D: [pulseaudio] module-device-restore.c: Unable to load legacy (pre-v1.0) data for key: sink:auto_null. Ignoring.
    D: [pulseaudio] module-device-restore.c: Database contains invalid data for key: sink:auto_null:null
    I: [pulseaudio] sink.c: Created sink 0 "auto_null" with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
    I: [pulseaudio] sink.c: device.description = "Dummy Output"
    I: [pulseaudio] sink.c: device.class = "abstract"
    I: [pulseaudio] sink.c: device.icon_name = "audio-card"
    D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
    D: [pulseaudio] module-device-restore.c: Database contains invalid data for key: source:auto_null.monitor (probably pre-v1.0 data)
    D: [pulseaudio] module-device-restore.c: Attempting to load legacy (pre-v1.0) data for key: source:auto_null.monitor
    D: [pulseaudio] module-device-restore.c: Size does not match.
    D: [pulseaudio] module-device-restore.c: Unable to load legacy (pre-v1.0) data for key: source:auto_null.monitor. Ignoring.
    D: [pulseaudio] module-device-restore.c: Database contains invalid data for key: source:auto_null.monitor:null
    I: [pulseaudio] source.c: Created source 0 "auto_null.monitor" with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
    I: [pulseaudio] source.c: device.description = "Monitor of Dummy Output"
    I: [pulseaudio] source.c: device.class = "monitor"
    I: [pulseaudio] source.c: device.icon_name = "audio-input-microphone"
    D: [null-sink] module-null-sink.c: Thread starting up
    D: [pulseaudio] module-device-restore.c: Database contains invalid data for key: sink:auto_null:null
    I: [pulseaudio] module.c: Loaded "module-null-sink" (index: #11; argument: "sink_name=auto_null sink_properties='device.description="Dummy Output"'").
    I: [pulseaudio] module.c: Loaded "module-always-sink" (index: #12; argument: "").
    I: [pulseaudio] module.c: Loaded "module-intended-roles" (index: #13; argument: "").
    D: [pulseaudio] module-suspend-on-idle.c: Sink auto_null becomes idle, timeout in 5 seconds.
    I: [pulseaudio] module.c: Loaded "module-suspend-on-idle" (index: #14; argument: "").
    D: [pulseaudio] cli-command.c: Checking for existence of '/usr/lib/pulse-1.1/modules/module-console-kit.so': success
    I: [pulseaudio] client.c: Created 0 "ConsoleKit Session /org/freedesktop/ConsoleKit/Session1"
    D: [pulseaudio] module-console-kit.c: Added new session /org/freedesktop/ConsoleKit/Session1
    I: [pulseaudio] module.c: Loaded "module-console-kit" (index: #15; argument: "").
    I: [pulseaudio] module.c: Loaded "module-position-event-sounds" (index: #16; argument: "").
    I: [pulseaudio] module.c: Loaded "module-cork-music-on-phone" (index: #17; argument: "").
    I: [pulseaudio] module.c: Loaded "module-filter-heuristics" (index: #18; argument: "").
    I: [pulseaudio] module.c: Loaded "module-filter-apply" (index: #19; argument: "").
    D: [pulseaudio] cli-command.c: Checking for existence of '/usr/lib/pulse-1.1/modules/module-dbus-protocol.so': success
    D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
    D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Memstats added for object /org/pulseaudio/core1/memstats
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Device added for object /org/pulseaudio/core1/sink0
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Sink added for object /org/pulseaudio/core1/sink0
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Device added for object /org/pulseaudio/core1/source0
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Source added for object /org/pulseaudio/core1/source0
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module0
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module1
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module2
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module3
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module4
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module5
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module6
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module7
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module8
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module9
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module10
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module11
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module12
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module13
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module14
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module15
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module16
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module17
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module18
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module19
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client added for object /org/pulseaudio/core1/client0
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1 added for object /org/pulseaudio/core1
    I: [pulseaudio] module.c: Loaded "module-dbus-protocol" (index: #20; argument: "").
    I: [pulseaudio] module.c: Loaded "module-x11-bell" (index: #21; argument: "sample=bell-windowing-system").
    E: [pulseaudio] main.c: Unknown command: (eg. when X is not active)
    E: [pulseaudio] main.c: Failed to initialize daemon.
    I: [pulseaudio] module.c: Unloading "module-device-restore" (index: #0).
    I: [pulseaudio] module.c: Unloaded "module-device-restore" (index: #0).
    D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
    I: [pulseaudio] module.c: Unloading "module-stream-restore" (index: #1).
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1 removed from object /org/pulseaudio/stream_restore1
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry removed from object /org/pulseaudio/stream_restore1/entry0
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry removed from object /org/pulseaudio/stream_restore1/entry1
    I: [pulseaudio] module.c: Unloaded "module-stream-restore" (index: #1).
    D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
    I: [pulseaudio] module.c: Unloading "module-card-restore" (index: #2).
    I: [pulseaudio] module.c: Unloaded "module-card-restore" (index: #2).
    D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
    I: [pulseaudio] module.c: Unloading "module-augment-properties" (index: #3).
    I: [pulseaudio] module.c: Unloaded "module-augment-properties" (index: #3).
    D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
    I: [pulseaudio] module.c: Unloading "module-udev-detect" (index: #4).
    I: [pulseaudio] module.c: Unloaded "module-udev-detect" (index: #4).
    D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
    I: [pulseaudio] module.c: Unloading "module-bluetooth-discover" (index: #5).
    I: [pulseaudio] module.c: Unloaded "module-bluetooth-discover" (index: #5).
    D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
    I: [pulseaudio] module.c: Unloading "module-esound-protocol-unix" (index: #6).
    I: [pulseaudio] module.c: Unloaded "module-esound-protocol-unix" (index: #6).
    D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
    I: [pulseaudio] module.c: Unloading "module-native-protocol-unix" (index: #7).
    I: [pulseaudio] module.c: Unloaded "module-native-protocol-unix" (index: #7).
    D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
    I: [pulseaudio] module.c: Unloading "module-gconf" (index: #8).
    I: [pulseaudio] module.c: Unloaded "module-gconf" (index: #8).
    D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
    I: [pulseaudio] module.c: Unloading "module-default-device-restore" (index: #9).
    I: [pulseaudio] module.c: Unloaded "module-default-device-restore" (index: #9).
    D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
    I: [pulseaudio] module.c: Unloading "module-rescue-streams" (index: #10).
    I: [pulseaudio] module.c: Unloaded "module-rescue-streams" (index: #10).
    D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
    I: [pulseaudio] module.c: Unloading "module-null-sink" (index: #11).
    D: [pulseaudio] module-always-sink.c: Autoloaded null-sink removed
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Device removed from object /org/pulseaudio/core1/sink0
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Sink removed from object /org/pulseaudio/core1/sink0
    D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Device removed from object /org/pulseaudio/core1/source0
    D: [pulseaudio] flist.c: pulsecore/hashmap.c: entries flist is full (don't worry)
    D: [pulseaudio] flist.c: pulsecore/hashmap.c: entries flist is full (don't worry)
    D: [pulseaudio] flist.c: pulsecore/hashmap.c: entries flist is full (don't worry)
    D: [pulseaudio] flist.c: pulsecore/hashmap.c: entries flist is full (don't worry)
    D: [pulseaudio] flist.c: pulsecore/hashmap.c: entries flist is full (don't worry)
    D: [pulseaudio] flist.c: pulsecore/hashmap.c: entries flist is full (don't worry)
    D: [pulseaudio] flist.c: pulsecore/hashmap.c: entries flist is full (don't worry)
    D: [pulseaudio] flist.c: pulsecore/hashmap.c: entries flist is full (don't worry)
    D: [pulseaudio] flist.c: pulsecore/hashmap.c: entries flist is full (don't worry)
    D: [pulseaudio] flist.c: pulsecore/hashmap.c: entries flist is full (don't worry)
    D: [pulseaudio] flist.c: pulsecore/hashmap.c: entries flist is full (don't worry)
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Source removed from object /org/pulseaudio/core1/source0
    D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
    D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
    D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
    D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
    D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
    D: [null-sink] module-null-sink.c: Thread shutting down
    I: [pulseaudio] module.c: Unloaded "module-null-sink" (index: #11).
    D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
    I: [pulseaudio] module.c: Unloading "module-always-sink" (index: #12).
    I: [pulseaudio] module.c: Unloaded "module-always-sink" (index: #12).
    D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
    I: [pulseaudio] module.c: Unloading "module-intended-roles" (index: #13).
    I: [pulseaudio] module.c: Unloaded "module-intended-roles" (index: #13).
    D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
    I: [pulseaudio] module.c: Unloading "module-suspend-on-idle" (index: #14).
    I: [pulseaudio] module.c: Unloaded "module-suspend-on-idle" (index: #14).
    D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
    I: [pulseaudio] module.c: Unloading "module-console-kit" (index: #15).
    D: [pulseaudio] module-console-kit.c: Removing session /org/freedesktop/ConsoleKit/Session1
    I: [pulseaudio] client.c: Freed 0 "ConsoleKit Session /org/freedesktop/ConsoleKit/Session1"
    D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
    I: [pulseaudio] module.c: Unloaded "module-console-kit" (index: #15).
    D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
    I: [pulseaudio] module.c: Unloading "module-position-event-sounds" (index: #16).
    I: [pulseaudio] module.c: Unloaded "module-position-event-sounds" (index: #16).
    D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
    I: [pulseaudio] module.c: Unloading "module-cork-music-on-phone" (index: #17).
    I: [pulseaudio] module.c: Unloaded "module-cork-music-on-phone" (index: #17).
    D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
    I: [pulseaudio] module.c: Unloading "module-filter-heuristics" (index: #18).
    I: [pulseaudio] module.c: Unloaded "module-filter-heuristics" (index: #18).
    D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
    I: [pulseaudio] module.c: Unloading "module-filter-apply" (index: #19).
    I: [pulseaudio] module.c: Unloaded "module-filter-apply" (index: #19).
    D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
    I: [pulseaudio] module.c: Unloading "module-dbus-protocol" (index: #20).
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1 removed from object /org/pulseaudio/core1
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module removed from object /org/pulseaudio/core1/module0
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module removed from object /org/pulseaudio/core1/module1
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module removed from object /org/pulseaudio/core1/module2
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module removed from object /org/pulseaudio/core1/module3
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module removed from object /org/pulseaudio/core1/module4
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module removed from object /org/pulseaudio/core1/module5
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module removed from object /org/pulseaudio/core1/module6
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module removed from object /org/pulseaudio/core1/module7
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module removed from object /org/pulseaudio/core1/module8
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module removed from object /org/pulseaudio/core1/module9
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module removed from object /org/pulseaudio/core1/module10
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module removed from object /org/pulseaudio/core1/module11
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module removed from object /org/pulseaudio/core1/module12
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module removed from object /org/pulseaudio/core1/module13
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module removed from object /org/pulseaudio/core1/module14
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module removed from object /org/pulseaudio/core1/module15
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module removed from object /org/pulseaudio/core1/module16
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module removed from object /org/pulseaudio/core1/module17
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module removed from object /org/pulseaudio/core1/module18
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module removed from object /org/pulseaudio/core1/module19
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client removed from object /org/pulseaudio/core1/client0
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Memstats removed from object /org/pulseaudio/core1/memstats
    I: [pulseaudio] sink.c: Freeing sink 0 "auto_null"
    I: [pulseaudio] source.c: Freeing source 0 "auto_null.monitor"
    I: [pulseaudio] module.c: Unloaded "module-dbus-protocol" (index: #20).
    D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
    I: [pulseaudio] module.c: Unloading "module-x11-bell" (index: #21).
    I: [pulseaudio] module.c: Unloaded "module-x11-bell" (index: #21).
    D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
    I: [pulseaudio] main.c: Daemon terminated.
    I don't know how to decipher what it's telling me or how to fix it.

    The lines starting with E are your errors, which tell you what the (perceived from pulse) problem is.

  • Why my KDM can not start kde4.2[SOLVED]

    I install kde and xorg .but  the KDM can not start my kde ,I input my username and passworld ,but i not work
    use gdm instead ,it works. how shoule I do to make the KDM work .
    Last edited by wenzi_lee (2009-04-07 04:37:40)

    guansito wrote:
    Hello again.
    That doesn't work for me! I have already installed hal and fam, but kdm still doesn't log me in kde4.
    I ran "startx" from my user prompt, and i can use kde now, but when I ran kdm as root, I can log in.
    quarkup, here is the output.
    [~]$ ls -la .*authority
    -rw------- 1 juan users 54 Feb 7 17:31 .Xauthority
    I supposed that i have to configure kdm, i was looking for more information when i saw this post.
    that's ok..
      the .ICEauthority was the file which needed a chown/chmod to let me go into kde.. but it's ok i guess, since you don't have it.
    mine is somehow like this:
    ~$ ls -la .*authority
    -rw-rw---- 1 quarkup quarkup 64K Fev 2 13:20 .ICEauthority
    -rw------- 1 quarkup root 1,4K Fev 7 21:55 .Xauthority
    > KDM must be configured to allow the "root" user to access the X11 session - in:   systemsettings > Login Manager > Users(6)  (root account has the uid=0)
    hope it helps you.
    I don't really use the root account for anything, only the very necessary stuff..

  • Oracle9iAS(9.0.2.0.1) Can't connect X11 Window Server Using localhost:0.0

    Hi, everyone:
    I have installed the Oracle9iAS(9.0.2.0.1), at the first time installation, every thing is succeed in Miracle Linux 2.0, but after i reboot linux pc, then
    #$ORACLE_HOME/bin/emctl start is also succeed,
    unfortunately after i connect to that pc by 1810 port,
    it display a web page with the message of
    Servlet error: Renderer failed:
    java.lang.NoClassDefFoundError can't connect X11 window
    server using 'localhost:0.0' as the value of the DISPLAY
    variable
    why, and how to solve this problem, thanks in advanced

    Check out the support matrix for deploying to different versions of OracleAS.
    http://otn.oracle.com/products/jdev/htdocs/9.0.5.1/install.html#supported
    Following how-to has an FAQ which has details about invalid servlet path error.
    http://otn.oracle.com/products/jdev/howtos/appservers/deployias.html#faq
    raghu
    JDev Team

  • Error "can not start the configuration in parallel does not correct"

    Hello everybody,
    I have Windows 7 SP1, and when I install Business Objects 4.1 Client, it is install correctly but when i execute the program, for example BO Rich Client, an error appear "can not start the configuration in parallel does not correct" Could you help me?
    Thanks in advance!

    Check this KB
                  1678498  - BI 4.0 Universe Designer Gives Side-by-Side configuration incorrect Error

  • Can not start data Collection service

    I have installed Fabric Manager version 3.3.(4). In the Performance Web Client I can not start the service Data Collection is in starting forever.
    I also could not stop it. I rebooted the server and the status for this service is in starting.
    Thanks,

    Please provide more details like: Server OS, Java version, and what type of database you are using for the FM Server.  Have you considered using a newer version of FM Server?

  • I can not start secion in creative cloud from a macbook

    I can not start secion in creative cloud from a macbook, always comes CERRO secion, and never I log in I can not start secion indesign folio builder fails me in muse could not enter if you remove it to install again, now I can not download, I tried / Library / Application Support / Adobe / OOBE rename the folder to OOBE_old setup Guide, and simply does not work, if we are paying the membership of adobe creative cloud, at least ask for is a solution, timely responses because we are losing time and therefore money, if they are solving a problem is better than what we say and if more users seek solutions and only wait.
    En español.
    No puedo iniciar secion en creative cloud desde una macbook, siempre sale CERRO SECION, y nunca me conecto, en indesign no puedo iniciar secion de folio builder me da error, en muse tampoco podia entrar a si que lo elimine para poder instalar nuevamente, ahora no puedo descargar, he intentado / Library / Application Support / Adobe / OOBE cambiar el nombre de la configuración rápida carpeta para OOBE_old, y simplemente no funciona, si nosotros estamos pagando la membresia de adobe creative cloud, lo menos que pedimos es una solucion, respuestas oportunas porque estamos perdiendo tiempo y consecuencia dinero, si estan resolviendo algun problema es mejor que lo digan y a si nosotros los usuarios no buscamos mas soluciones y solamente esperaremos.
    we want a valid and positive response

    Hello, could you please try the steps posted here: http://helpx.adobe.com/creative-cloud/kb/unable-login-creative-cloud-248.html
    Please let me know if you are successful or not.

  • Can not start Enterprise Manager web page

    I can not start Enterprise Manager web page.
    Here is my steps:
    1. Start enterprise manager
    emctl start
    Waiting for EM to initialize ...Started
    2. Check status:
    emctl status
    EMD is up and running : 200 OK
    3. Start the web page
    http://myhost:1810/
    4. get following error
    "There was no response. The server could be down or is not responding"
    System info:
    Database: 8.1.7.2
    OAS: 9.2.0.2
    JDK: 1.3.0_02
    Server OS: SunOS 5.8
    My question is where is the log file of enterprise manager and what the problem is.
    Thanks in advance
    Don

    diego,
    Thank you for your help. when I try your command I get following error:
    emctl start iasconsole
    Unknown command option
    Usage::
    emctl start|stop|status
    emctl reload | upload
    emctl set credentials [<Target_name>[:<Target_Type>]]
    emctl gencertrequest
    emctl installcert [-ca|-cert] <certificate base64 text file>
    emctl set ssl test|on|off|password [<old password> <new password>]
    emctl set password <new pwd>
    emctl authenticate <pwd>
    emctl switch home [-silent <new_home>]
    emctl config <options>
    emctl config options can be listed by typing "emctl config"

  • "can not start a job" issue in AWM

    Hi ALL,
    I am maintaining my cube from PLSQL with following options
    1. buildtype = "BACKGROUND"
    2. trackstatus = "true"
    3. maxjobqueues = 3
    i get following error when i see the "olapsys.xml_load_log" table
    ***Error Occured: Failed to Build(Refresh) DB_OWNER.MY_ANALYTICAL_WORKSPACE Analytic Workspace. Can not start a job.
    Can anybody explain when and why this error occurs? I have wasted a lot of time searching for this issue, but have found no person facing such issue.
    Hi Keith, it will be great if you can answer this one.
    My database version is 10.2.0.4.0 and AWM version is also 10.2.0.3.0
    Kind Regards,
    QQ
    Message was edited by:
    dwh_10g

    Applies to:
    Oracle OLAP - Version: 10.1 to 11.1
    This problem can occur on any platform.
    Symptoms
    - We have an AW maintenance / refresh script or procedure that contains BuildType="BACKGROUND", so that the AW maintenance task will be sent to the Oracle Job queue.
    - When we execute the AW maintenance / refresh script or procedure, we do not get any errors in the foreground, the script/procedure has been executed successfully.
    - However when we look into the build/refresh log (see <Note 351688.1> for details) we see that the maintenance/refresh task failed with:
    13:29:39 Failed to Submit a Job to Build(Refresh) Analytic Workspace <schema>.<AW Name>.
    13:29:39 ***Error Occured in BUILD_DRIVER
    - In the generated SQL trace for the session of the user who launches the AW build/refresh script or procedure, we see that ORA-27486 insufficient privileges error occurred at creation of the job.
    We see from the relevant bit of the SQL trace that err=27486 occured while executing the #20 statement which is 'begin DBMS_SCHEDULER.CREATE_JOB ...', and the statement is parsed and tried to be executed as user having uid=91:
    PARSING IN CURSOR #20 len=118 dep=2 uid=91 oct=47 lid=91 tim=1176987702199571
    hv=1976722458 ad='76dd8bcc'
    begin
    DBMS_SCHEDULER.CREATE_JOB(:1, 'plsql_block', :2, 0, null, null, null,
    'DEFAULT_JOB_CLASS', true, true, :3); end;
    END OF STMT
    PARSE
    #20:c=1000,e=1100,p=0,cr=0,cu=0,mis=1,r=0,dep=2,og=1,tim=1176987702199561
    EXEC #20:c=65990,e=125465,p=10,cr=1090,cu=3,mis=1,r=0,dep=2,og=1,tim=
    1176987702325167
    ERROR #20:err=27486 tim=465202984
    Cause
    User who tries to create a job (executes DBMS_SCHEDULER.CREATE_JOB() procedure) does not have the sufficient privileges.
    Solution
    1. Identify the user under which the job is supposed to be created. This user is not necessarily the same as the user who launched AW build/refresh script or procedure. Get the corresponding username from one of the %_USERS views e.g. from ALL_USERS.
    e.g.
    SELECT user_id,username FROM all_users WHERE user_id=91;
    2. Identify the system privileges currently assigned to the user by connecting as the user whom the privileges need to be determined, and execute:
    SELECT * FROM SESSION_PRIVS ORDER BY PRIVILEGE;
    3. Ensure that the CREATE JOB privilege is listed.
    The CREATE JOB privilege can be granted in various ways to a user:
    - via role OLAP_USER or via role OLAP_DBA (see view ROLE_SYS_PRIVS for what privs are assigned to a role):
    GRANT OLAP_USER TO <username>;
    - explicitly
    GRANT CREATE JOB TO <username>;

  • I was told to update iTunes. The update failed. Now I can't open iTunes but get the following messages: The program can't start because MSVCR80.dll is missing from your computer. Try reinstating the program to fix this problem.  Then I get iTunes was not

    I was told to update iTunes. I did and it failed. Then every time I tried to open iTunes I get the following message: "The program can't start because MSVCR80.dll is missing from your computer.  Try reinstalling the program to fix this problem." Then I get the following: "iTunes was not installed correctly.  Please reinstall iTunes. Error 7 (windows error 126)." I have uninstalled and installed iTunes a couple of times with no luck. I cannot even access iTunes support

    Troubleshooting issues with iTunes for Windows updates - MSVCR80

  • TS5376 iTunes wont install.  It says " The program can't start because MediaAccessibility.dll is missing from your computer.  Try reinstalling the program to fix this problem."  I have uninstalled iTunes 5 times and reinstalled it, and nothing has worked.

    iTunes wont install.  It says "The program can't start because MediaAccessibility.dll is missing from your computer.  Try reinstalling the program to fix this problem."  I have uninstalled iTunes 5 times and reinstalled it, and nothing has worked.  Help!!!!

    Click here and follow the instructions. You may need to completely remove and reinstall iTunes and all related components, or run the process multiple times; this won't normally affect its library, but that should be backed up anyway.
    (99683)

Maybe you are looking for

  • Stonlen iPod

    My iPod was stolen how do i track it down? is there a way to find out where it is?

  • Creating TPR for customized table

    Hi, I want to create transport a customized table to QA from Dev box. I know how to create transport request for reports and smartforms and all. But How do I create transport request for customized table ? Is it thorugh SM30 ? Please help me...

  • Export Quicktime with leading header out of AE CS4

    Hi everyone, I have to get a workflow with the Rosendahl bonsaiDRIVE (portable video and audio multitrack recorder) and After Effects up and running. Unfortunately the only files that server accepts via Ethernet are Uncompressed 8-bit 4:2:2 Quicktime

  • Error code when updating

    I keep getting Error Code: U43M1U49 when I try to download and install Updates for CS6.  Anyone have an answer for this problem?

  • Widget doesn't work after updating to OSX 10.6.8

    After installing the latest batch of updates, my sudoku widget doesn't work anymore. Anyone else having a problem like this, or know how to fix it? I noticed on the website which created it that others are also having this problem in the last few day