Can't start gnome 3 session

When I login either from gdm or lxdm the screen sits blue for 1~2min then a message pops up like "Oh no! Something has gone wrong... Please logout and try again" and I can only logout and nothing else.
A couple of days ago I installed arch and started to learn how to use pacman and I managed to install gnome 3 with no trouble, everything running smooth. Then I met the AUR, and the bleeding edge stuff, then I installed packer and this brilliant idea came up: why gnome 3, I want unity! And I started installing things mentioned in the Ayatana wiki page, I always rebooted after installing a few packages to check if everything was going well, but after I install compiz-core-unity-git something went wrong, the problem is that I'm not really sure if it was that package, but things collapsed when I ran a compiz command which I can't remember. I tried uninstalling all the packages I could think of being related to the problem, didn't work. I even uninstalled the whole gnome, gdm and xorg, and installing everything again, didn't work either. Here is what everything.log is saying about the error:
Jun 9 18:10:18 eve -- MARK --
Jun 9 18:13:48 eve gnome-session[3342]: GLib-GObject-WARNING: Two different plugins tried to register 'GConfSettingsBackend'.
Jun 9 18:13:48 eve gnome-session[3342]: GLib-GIO-WARNING: Tried to register an extension of the type (null) to extension point gsettings-backend. Expected type is GObject.
Jun 9 18:13:49 eve kernel: [ 7425.076742] gnome-settings-[3364]: segfault at 10 ip 00007f9b837701d1 sp 00007fff8bb183e0 error 4 in libgioremote-volume-monitor.so[7f9b83762000+13000]
Jun 9 18:13:49 eve gnome-session[3342]: WARNING: Application 'gnome-settings-daemon.desktop' killed by signal
Jun 9 21:14:19 eve rtkit-daemon[978]: Successfully made thread 3420 of process 3420 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11.
Jun 9 21:14:19 eve rtkit-daemon[978]: Supervising 2 threads of 2 processes of 1 users.
Jun 9 18:14:19 eve pulseaudio[3420]: pid.c: Daemon already running.
Jun 9 18:14:19 eve kernel: [ 7455.164654] nautilus[3400]: segfault at 10 ip 00007fa0e0a451d1 sp 00007fff998574e0 error 4 in libgioremote-volume-monitor.so[7fa0e0a37000+13000]
Jun 9 18:14:19 eve kernel: [ 7455.217708] gnome-shell[3394]: segfault at 10 ip 00007ff9979fa1d1 sp 00007ffffac01640 error 4 in libgioremote-volume-monitor.so[7ff9979ec000+13000]
Jun 9 18:14:19 eve gnome-session[3342]: WARNING: Application 'gnome-shell.desktop' killed by signal
Jun 9 18:14:20 eve kernel: [ 7455.583314] gnome-shell[3436]: segfault at 10 ip 00007fb48ddfa1d1 sp 00007fff289abf60 error 4 in libgioremote-volume-monitor.so[7fb48ddec000+13000]
Jun 9 18:14:20 eve gnome-session[3342]: WARNING: Application 'gnome-shell.desktop' killed by signal
Jun 9 18:14:20 eve gnome-session[3342]: WARNING: App 'gnome-shell.desktop' respawning too quickly
Jun 9 18:14:20 eve gnome-session[3342]: GLib-GObject-WARNING: Two different plugins tried to register 'GDaemonVfs'.
Jun 9 18:14:20 eve gnome-session[3342]: GLib-GObject-WARNING: Two different plugins tried to register 'GDaemonVolumeMonitor'.
Jun 9 18:14:20 eve gnome-session[3342]: GLib-GIO-WARNING: Tried to register an extension of the type (null) to extension point gio-volume-monitor. Expected type is GVolumeMonitor.
Jun 9 18:14:20 eve gnome-session[3342]: GLib-GObject-WARNING: cannot add interface type `GLoadableIcon' to type `GVfsIcon', since type `GVfsIcon' already conforms to interface
Jun 9 18:14:20 eve gnome-session[3342]: GLib-GIO-WARNING: Tried to register an extension of the type (null) to extension point gio-vfs. Expected type is GVfs.
Jun 9 18:14:20 eve gnome-session[3342]: GLib-GObject-WARNING: Two different plugins tried to register 'GVfsUriMapper'.
Jun 9 18:14:20 eve gnome-session[3342]: GLib-GObject-WARNING: Two different plugins tried to register 'GVfsUriMapperSmb'.
Jun 9 18:14:20 eve gnome-session[3342]: GLib-GObject-WARNING: Two different plugins tried to register 'GVfsUriMapperHttp'.
Jun 9 18:14:20 eve gnome-session[3342]: GLib-GObject-WARNING: invalid cast from `GDaemonVfs' to `<invalid>'
Jun 9 18:14:20 eve gnome-session[3342]: GLib-GObject-WARNING: invalid cast from `GDaemonVfs' to `<invalid>'
Jun 9 18:14:20 eve gnome-session[3342]: GLib-GObject-WARNING: invalid cast from `GDaemonVfs' to `<invalid>'
Jun 9 18:14:20 eve gnome-session[3342]: GLib-GObject-WARNING: invalid cast from `GDaemonVfs' to `<invalid>'
Jun 9 18:14:20 eve gnome-session[3342]: GLib-GObject-WARNING: invalid cast from `GDaemonVfs' to `<invalid>'
Jun 9 18:14:20 eve gnome-session[3342]: GLib-GObject-WARNING: invalid cast from `GDaemonVfs' to `<invalid>'
Jun 9 18:14:20 eve gnome-session[3342]: GLib-GObject-WARNING: invalid cast from `GDaemonVfs' to `<invalid>'
Jun 9 18:14:20 eve gnome-session[3342]: GLib-GObject-WARNING: invalid cast from `GDaemonVfs' to `<invalid>'
Jun 9 18:14:20 eve gnome-session[3342]: GLib-GObject-WARNING: invalid cast from `GDaemonVfs' to `<invalid>'
I have hope that somebody has had this issue and that it has a trivial solution which just happend to skip my thoughts.
Seriously I'm considering reinstalling arch from scratch.

Sounds very familiar... I got all excited about aur and all the bleeding edge software out there for arch when I first switched and ended up messing my system up in much the same way.
Anyways, for starters you can post the output of
pacman -Qm
here to see if anyone spots something bogus that you've installed from aur.
I'm sure there are those that would disagree with me, but if I were you I would just save the output of
pacman -Q
and reinstall your system from scratch... Also, I don't know if you're using yaourt, but I would advise against it in the beginning since it makes it so easy to install unsupported software... I think it's better to download the package and makepkg it by hand because it makes you think more about what you're doing (at most use something like cower). That's just my opinion though...

Similar Messages

  • 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)

  • [solved]can't start gnome as user

    I can't start gnome as user  only as root.
    error message: failed to create file /tmp/gconf-test-locking-file-kx6h6t:Permission denied (error=13)
    I think this is an pacman error (permissions)
    I made an clean install  because   last pacman -Syu  crash my os.
    And i  get the error as above so i can't get it to work.
    I also tried to run enlightment but several applications don't start.
    How to solve this?
    Solution was i wiki :chmod 1777 /tmp
    Last edited by fernux (2008-02-11 20:39:41)

    error message: failed to create file /tmp/gconf-test-locking-file-kx6h6t:Permission denied (error=13)
    this is the problem, it states that it can't create a file because of a lack of permissions to do so. Its trying to create the file in /tmp, so that tells us that /tmp directory has permissions that aren't correct or gnome would work. What u need to do is
    ls -ld /tmp
    and post the results here so someone can tell u how to put the correct permissions up.
    edit: I see u found the answer yourself.
    Last edited by jacko (2008-02-11 20:42:30)

  • Unable to start gnome-session or gdm

    Sorry for the vague title. I don't really have any specifics to go on for this problem.
    When I try to start a gnome-session through startx, I get a screen that says, "Oh no! Something has gone wrong", with no error outputs in xsession-errors.
    First off is some system info. I'm running a Thinkpad T540p:
    00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor DRAM Controller (rev 06)
    00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor PCI Express x16 Controller (rev 06)
    00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
    00:03.0 Audio device: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller (rev 06)
    00:14.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI (rev 04)
    00:16.0 Communication controller: Intel Corporation 8 Series/C220 Series Chipset Family MEI Controller #1 (rev 04)
    00:19.0 Ethernet controller: Intel Corporation Ethernet Connection I217-LM (rev 04)
    00:1a.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #2 (rev 04)
    00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 04)
    00:1c.0 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #1 (rev d4)
    00:1c.1 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #2 (rev d4)
    00:1c.2 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #3 (rev d4)
    00:1d.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #1 (rev 04)
    00:1f.0 ISA bridge: Intel Corporation QM87 Express LPC Controller (rev 04)
    00:1f.2 SATA controller: Intel Corporation 8 Series/C220 Series Chipset Family 6-port SATA Controller 1 [AHCI mode] (rev 04)
    00:1f.3 SMBus: Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller (rev 04)
    01:00.0 VGA compatible controller: NVIDIA Corporation GK208M [GeForce GT 730M] (rev a1)
    03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. Device 5227 (rev 01)
    04:00.0 Network controller: Intel Corporation Wireless 7260 (rev 83)
    Here is my xorg.conf file:
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 331.20 (buildmeister@swio-display-x86-rhel47-05) Wed Oct 30 18:20:53 PDT 2013
    Section "ServerLayout"
    Identifier "layout"
    Screen 0 "nvidia"
    Inactive "intel"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    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 "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Device"
    Identifier "nvidia"
    Driver "nvidia"
    BusID "PCI:1:0:0"
    EndSection
    Section "Device"
    Identifier "intel"
    Driver "modesetting"
    BusID "PCI:0:2:0"
    EndSection
    Section "Screen"
    Identifier "nvidia"
    Device "nvidia"
    Option "AllowEmptyInitialConfiguration"
    EndSection
    Section "Screen"
    Identifier "intel"
    Device "intel"
    EndSection
    Here is my .xinitrc file:
    xrandr --setprovideroutputsource modesetting NVIDIA-0
    xrandr --setprovideroutputsource 0x46 0x2b4
    xrandr --output LVDS-0 --off
    xrandr --auto
    exec gnome-session
    And the Xorg.0.log file:
    [ 2483.841]
    X.Org X Server 1.14.5
    Release Date: 2013-12-12
    [ 2483.844] X Protocol Version 11, Revision 0
    [ 2483.845] Build Operating System: Linux 3.12.5-1-ARCH x86_64
    [ 2483.846] Current Operating System: Linux slabity-laptop 3.12.6-1-ARCH #1 SMP PREEMPT Fri Dec 20 19:39:00 CET 2013 x86_64
    [ 2483.846] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=acc69edd-1cf4-4c10-80de-e8a50d304800 rw quiet
    [ 2483.848] Build Date: 13 December 2013 03:11:42PM
    [ 2483.849]
    [ 2483.850] Current version of pixman: 0.32.4
    [ 2483.852] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 2483.852] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 2483.856] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Dec 28 19:04:26 2013
    [ 2483.857] (==) Using config file: "/etc/X11/xorg.conf"
    [ 2483.858] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 2483.858] (==) ServerLayout "layout"
    [ 2483.858] (**) |-->Screen "nvidia" (0)
    [ 2483.858] (**) | |-->Monitor "<default monitor>"
    [ 2483.858] (**) | |-->Device "nvidia"
    [ 2483.858] (==) No monitor specified for screen "nvidia".
    Using a default monitor configuration.
    [ 2483.858] (**) |-->Inactive Device "intel"
    [ 2483.858] (**) |-->Input Device "Keyboard0"
    [ 2483.858] (**) |-->Input Device "Mouse0"
    [ 2483.858] (==) Automatically adding devices
    [ 2483.858] (==) Automatically enabling devices
    [ 2483.858] (==) Automatically adding GPU devices
    [ 2483.858] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 2483.858] Entry deleted from font path.
    [ 2483.858] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 2483.858] Entry deleted from font path.
    [ 2483.858] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 2483.858] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 2483.858] Entry deleted from font path.
    [ 2483.858] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 2483.858] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 2483.858] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 2483.858] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 2483.858] (WW) Disabling Keyboard0
    [ 2483.858] (WW) Disabling Mouse0
    [ 2483.858] (II) Loader magic: 0x7fec20
    [ 2483.858] (II) Module ABI versions:
    [ 2483.858] X.Org ANSI C Emulation: 0.4
    [ 2483.858] X.Org Video Driver: 14.1
    [ 2483.858] X.Org XInput driver : 19.1
    [ 2483.858] X.Org Server Extension : 7.0
    [ 2483.858] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 2483.858] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 2483.860] (--) PCI:*(0:0:2:0) 8086:0416:17aa:2211 rev 6, Mem @ 0xf1000000/4194304, 0xe0000000/268435456, I/O @ 0x00005000/64
    [ 2483.860] (--) PCI: (0:1:0:0) 10de:1290:17aa:2211 rev 161, Mem @ 0xf0000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00004000/128
    [ 2483.861] Initializing built-in extension Generic Event Extension
    [ 2483.862] Initializing built-in extension SHAPE
    [ 2483.863] Initializing built-in extension MIT-SHM
    [ 2483.864] Initializing built-in extension XInputExtension
    [ 2483.865] Initializing built-in extension XTEST
    [ 2483.866] Initializing built-in extension BIG-REQUESTS
    [ 2483.867] Initializing built-in extension SYNC
    [ 2483.867] Initializing built-in extension XKEYBOARD
    [ 2483.868] Initializing built-in extension XC-MISC
    [ 2483.869] Initializing built-in extension SECURITY
    [ 2483.870] Initializing built-in extension XINERAMA
    [ 2483.871] Initializing built-in extension XFIXES
    [ 2483.872] Initializing built-in extension RENDER
    [ 2483.873] Initializing built-in extension RANDR
    [ 2483.874] Initializing built-in extension COMPOSITE
    [ 2483.874] Initializing built-in extension DAMAGE
    [ 2483.875] Initializing built-in extension MIT-SCREEN-SAVER
    [ 2483.876] Initializing built-in extension DOUBLE-BUFFER
    [ 2483.877] Initializing built-in extension RECORD
    [ 2483.878] Initializing built-in extension DPMS
    [ 2483.879] Initializing built-in extension X-Resource
    [ 2483.879] Initializing built-in extension XVideo
    [ 2483.880] Initializing built-in extension XVideo-MotionCompensation
    [ 2483.881] Initializing built-in extension XFree86-VidModeExtension
    [ 2483.882] Initializing built-in extension XFree86-DGA
    [ 2483.883] Initializing built-in extension XFree86-DRI
    [ 2483.884] Initializing built-in extension DRI2
    [ 2483.884] (II) LoadModule: "glx"
    [ 2483.884] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 2483.892] (II) Module glx: vendor="NVIDIA Corporation"
    [ 2483.892] compiled for 4.0.2, module version = 1.0.0
    [ 2483.892] Module class: X.Org Server Extension
    [ 2483.892] (II) NVIDIA GLX Module 331.20 Wed Oct 30 17:36:48 PDT 2013
    [ 2483.892] Loading extension GLX
    [ 2483.892] (II) LoadModule: "nvidia"
    [ 2483.892] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 2483.893] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 2483.893] compiled for 4.0.2, module version = 1.0.0
    [ 2483.893] Module class: X.Org Video Driver
    [ 2483.893] (II) LoadModule: "modesetting"
    [ 2483.893] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    [ 2483.893] (II) Module modesetting: vendor="X.Org Foundation"
    [ 2483.893] compiled for 1.14.4, module version = 0.8.1
    [ 2483.893] Module class: X.Org Video Driver
    [ 2483.893] ABI class: X.Org Video Driver, version 14.1
    [ 2483.893] (II) NVIDIA dlloader X Driver 331.20 Wed Oct 30 17:16:53 PDT 2013
    [ 2483.893] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 2483.893] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    [ 2483.893] (++) using VT number 1
    [ 2483.893] (II) Loading sub module "fb"
    [ 2483.893] (II) LoadModule: "fb"
    [ 2483.893] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 2483.893] (II) Module fb: vendor="X.Org Foundation"
    [ 2483.893] compiled for 1.14.5, module version = 1.0.0
    [ 2483.893] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 2483.893] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 2483.893] (II) Loading sub module "wfb"
    [ 2483.893] (II) LoadModule: "wfb"
    [ 2483.893] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 2483.893] (II) Module wfb: vendor="X.Org Foundation"
    [ 2483.893] compiled for 1.14.5, module version = 1.0.0
    [ 2483.893] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 2483.893] (II) Loading sub module "ramdac"
    [ 2483.893] (II) LoadModule: "ramdac"
    [ 2483.893] (II) Module "ramdac" already built-in
    [ 2483.893] (II) modesetting(1): using drv /dev/dri/card1
    [ 2483.893] (II) modesetting(G0): using drv /dev/dri/card1
    [ 2483.893] (EE) Screen 1 deleted because of no matching config section.
    [ 2483.893] (II) UnloadModule: "modesetting"
    [ 2483.894] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "nvidia" for depth/fbbpp 24/32
    [ 2483.894] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 2483.894] (==) NVIDIA(0): RGB weight 888
    [ 2483.894] (==) NVIDIA(0): Default visual is TrueColor
    [ 2483.894] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 2483.894] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
    [ 2483.894] (**) NVIDIA(0): Enabling 2D acceleration
    [ 2484.064] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
    [ 2484.065] (II) NVIDIA(0): NVIDIA GPU GeForce GT 730M (GK208) at PCI:1:0:0 (GPU-0)
    [ 2484.065] (--) NVIDIA(0): Memory: 1048576 kBytes
    [ 2484.065] (--) NVIDIA(0): VideoBIOS: 80.28.2a.00.30
    [ 2484.065] (II) NVIDIA(0): Detected PCI Express Link width: 8X
    [ 2484.065] (--) NVIDIA(0): Valid display device(s) on GeForce GT 730M at PCI:1:0:0
    [ 2484.065] (--) NVIDIA(0): none
    [ 2484.065] (II) NVIDIA(0): Validated MetaModes:
    [ 2484.065] (II) NVIDIA(0): "NULL"
    [ 2484.065] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
    [ 2484.065] (WW) NVIDIA(0): Unable to get display device for DPI computation.
    [ 2484.065] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
    [ 2484.065] (==) modesetting(G0): Depth 24, (==) framebuffer bpp 32
    [ 2484.065] (==) modesetting(G0): RGB weight 888
    [ 2484.065] (==) modesetting(G0): Default visual is TrueColor
    [ 2484.065] (II) modesetting(G0): ShadowFB: preferred YES, enabled YES
    [ 2484.065] (II) modesetting(G0): Output eDP-1-0 has no monitor section
    [ 2484.067] (II) modesetting(G0): Output VGA-1-0 has no monitor section
    [ 2484.067] (II) modesetting(G0): Output DisplayPort-1-0 has no monitor section
    [ 2484.093] (II) modesetting(G0): Output HDMI-1-0 has no monitor section
    [ 2484.093] (II) modesetting(G0): Output DisplayPort-1-1 has no monitor section
    [ 2484.093] (II) modesetting(G0): Output HDMI-1-1 has no monitor section
    [ 2484.093] (II) modesetting(G0): EDID for output eDP-1-0
    [ 2484.093] (II) modesetting(G0): Manufacturer: MEI Model: 96a2 Serial#: 0
    [ 2484.093] (II) modesetting(G0): Year: 2013 Week: 255
    [ 2484.093] (II) modesetting(G0): EDID Version: 1.4
    [ 2484.093] (II) modesetting(G0): Digital Display Input
    [ 2484.093] (II) modesetting(G0): 8 bits per channel
    [ 2484.093] (II) modesetting(G0): Digital interface is DisplayPort
    [ 2484.093] (II) modesetting(G0): Max Image Size [cm]: horiz.: 34 vert.: 19
    [ 2484.093] (II) modesetting(G0): Gamma: 2.20
    [ 2484.093] (II) modesetting(G0): No DPMS capabilities specified
    [ 2484.093] (II) modesetting(G0): Supported color encodings: RGB 4:4:4
    [ 2484.093] (II) modesetting(G0): First detailed timing is preferred mode
    [ 2484.093] (II) modesetting(G0): Preferred mode is native pixel format and refresh rate
    [ 2484.093] (II) modesetting(G0): redX: 0.652 redY: 0.329 greenX: 0.324 greenY: 0.600
    [ 2484.093] (II) modesetting(G0): blueX: 0.150 blueY: 0.045 whiteX: 0.312 whiteY: 0.329
    [ 2484.093] (II) modesetting(G0): Manufacturer's mask: 0
    [ 2484.093] (II) modesetting(G0): Supported detailed timing:
    [ 2484.093] (II) modesetting(G0): clock: 302.5 MHz Image Size: 344 x 193 mm
    [ 2484.093] (II) modesetting(G0): h_active: 2880 h_sync: 2924 h_sync_end 2928 h_blank_end 3076 h_border: 0
    [ 2484.093] (II) modesetting(G0): v_active: 1620 v_sync: 1629 v_sync_end 1630 v_blanking: 1640 v_border: 0
    [ 2484.093] (II) modesetting(G0): Supported detailed timing:
    [ 2484.093] (II) modesetting(G0): clock: 302.5 MHz Image Size: 344 x 193 mm
    [ 2484.093] (II) modesetting(G0): h_active: 2880 h_sync: 2924 h_sync_end 2928 h_blank_end 3076 h_border: 0
    [ 2484.093] (II) modesetting(G0): v_active: 1620 v_sync: 1629 v_sync_end 1630 v_blanking: 1967 v_border: 0
    [ 2484.093] (II) modesetting(G0): Ranges: V min: 49 V max: 61 Hz, H min: 96 H max: 100 kHz, PixClock max 305 MHz
    [ 2484.093] (II) modesetting(G0): VVX16T028J00
    [ 2484.093] (II) modesetting(G0): EDID (in hex):
    [ 2484.093] (II) modesetting(G0): 00ffffffffffff0034a9a29600000000
    [ 2484.093] (II) modesetting(G0): ff170104a52213780212a1a754539926
    [ 2484.093] (II) modesetting(G0): 0b505400000001010101010101010101
    [ 2484.093] (II) modesetting(G0): 0101010101012a7640c4b05414602c04
    [ 2484.093] (II) modesetting(G0): 910058c11000001e2a7640c4b0545b61
    [ 2484.093] (II) modesetting(G0): 2c04910058c11000001e000000fd0031
    [ 2484.093] (II) modesetting(G0): 3d60641e010a202020202020000000fe
    [ 2484.093] (II) modesetting(G0): 005656583136543032384a30300a0050
    [ 2484.093] (II) modesetting(G0): Printing probed modes for output eDP-1-0
    [ 2484.093] (II) modesetting(G0): Modeline "2880x1620"x60.0 302.50 2880 2924 2928 3076 1620 1629 1630 1640 +hsync +vsync (98.3 kHz eP)
    [ 2484.093] (II) modesetting(G0): Modeline "2880x1620"x50.0 302.50 2880 2924 2928 3076 1620 1629 1630 1967 +hsync +vsync (98.3 kHz e)
    [ 2484.093] (II) modesetting(G0): Modeline "2048x1536"x60.0 266.95 2048 2200 2424 2800 1536 1537 1540 1589 -hsync +vsync (95.3 kHz d)
    [ 2484.093] (II) modesetting(G0): Modeline "1920x1440"x60.0 234.00 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync (90.0 kHz d)
    [ 2484.093] (II) modesetting(G0): Modeline "1856x1392"x60.0 218.30 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync (86.4 kHz d)
    [ 2484.093] (II) modesetting(G0): Modeline "1792x1344"x60.0 204.80 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync (83.7 kHz d)
    [ 2484.093] (II) modesetting(G0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)
    [ 2484.094] (II) modesetting(G0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
    [ 2484.094] (II) modesetting(G0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
    [ 2484.094] (II) modesetting(G0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
    [ 2484.094] (II) modesetting(G0): Modeline "1024x768"x60.0 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
    [ 2484.094] (II) modesetting(G0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
    [ 2484.094] (II) modesetting(G0): Modeline "960x720"x60.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
    [ 2484.094] (II) modesetting(G0): Modeline "928x696"x60.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
    [ 2484.094] (II) modesetting(G0): Modeline "896x672"x60.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
    [ 2484.094] (II) modesetting(G0): Modeline "800x600"x60.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
    [ 2484.094] (II) modesetting(G0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
    [ 2484.094] (II) modesetting(G0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
    [ 2484.094] (II) modesetting(G0): Modeline "700x525"x60.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
    [ 2484.094] (II) modesetting(G0): Modeline "640x512"x60.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
    [ 2484.094] (II) modesetting(G0): Modeline "640x480"x60.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
    [ 2484.094] (II) modesetting(G0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
    [ 2484.094] (II) modesetting(G0): Modeline "512x384"x60.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
    [ 2484.094] (II) modesetting(G0): Modeline "400x300"x60.3 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
    [ 2484.094] (II) modesetting(G0): Modeline "400x300"x56.3 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
    [ 2484.094] (II) modesetting(G0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
    [ 2484.095] (II) modesetting(G0): EDID for output VGA-1-0
    [ 2484.095] (II) modesetting(G0): EDID for output DisplayPort-1-0
    [ 2484.119] (II) modesetting(G0): EDID for output HDMI-1-0
    [ 2484.119] (II) modesetting(G0): EDID for output DisplayPort-1-1
    [ 2484.120] (II) modesetting(G0): EDID for output HDMI-1-1
    [ 2484.120] (II) modesetting(G0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 2484.120] (==) modesetting(G0): DPI set to (96, 96)
    [ 2484.120] (II) Loading sub module "fb"
    [ 2484.120] (II) LoadModule: "fb"
    [ 2484.120] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 2484.120] (II) Module fb: vendor="X.Org Foundation"
    [ 2484.120] compiled for 1.14.5, module version = 1.0.0
    [ 2484.120] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 2484.120] (II) Loading sub module "shadow"
    [ 2484.120] (II) LoadModule: "shadow"
    [ 2484.120] (II) Loading /usr/lib/xorg/modules/libshadow.so
    [ 2484.120] (II) Module shadow: vendor="X.Org Foundation"
    [ 2484.120] compiled for 1.14.5, module version = 1.1.0
    [ 2484.120] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 2484.120] (--) Depth 24 pixmap format is 32 bpp
    [ 2484.120] (==) modesetting(G0): Backing store disabled
    [ 2484.120] (==) modesetting(G0): Silken mouse enabled
    [ 2484.120] (II) modesetting(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 2484.121] (==) modesetting(G0): DPMS enabled
    [ 2484.121] (WW) modesetting(G0): Option "AllowEmptyInitialConfiguration" is not used
    [ 2485.183] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
    [ 2485.183] (II) NVIDIA: access.
    [ 2485.187] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 2485.187] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 2485.187] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 2485.187] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 2485.187] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 2485.187] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 2485.187] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 2485.187] (II) NVIDIA(0): Config Options in the README.
    [ 2485.187] (II) NVIDIA(0): Setting mode "NULL"
    [ 2485.187] (EE) NVIDIA(0): Failed to initiate mode change.
    [ 2485.187] (EE) NVIDIA(0): Failed to complete mode change
    [ 2485.196] (II) NVIDIA(0): Built-in logo is bigger than the screen.
    [ 2485.196] Loading extension NV-GLX
    [ 2485.201] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 2485.201] (==) NVIDIA(0): Backing store disabled
    [ 2485.201] (==) NVIDIA(0): Silken mouse enabled
    [ 2485.201] (==) NVIDIA(0): DPMS enabled
    [ 2485.201] Loading extension NV-CONTROL
    [ 2485.201] (II) Loading sub module "dri2"
    [ 2485.201] (II) LoadModule: "dri2"
    [ 2485.201] (II) Module "dri2" already built-in
    [ 2485.201] (II) NVIDIA(0): [DRI2] Setup complete
    [ 2485.201] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 2485.201] (--) RandR disabled
    [ 2485.204] (II) Initializing extension GLX
    [ 2485.205] (II) modesetting(G0): Damage tracking initialized
    [ 2485.227] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 2485.227] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 2485.227] (II) LoadModule: "evdev"
    [ 2485.227] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 2485.227] (II) Module evdev: vendor="X.Org Foundation"
    [ 2485.227] compiled for 1.14.3, module version = 2.8.2
    [ 2485.227] Module class: X.Org XInput Driver
    [ 2485.228] ABI class: X.Org XInput driver, version 19.1
    [ 2485.228] (II) Using input driver 'evdev' for 'Power Button'
    [ 2485.228] (**) Power Button: always reports core events
    [ 2485.228] (**) evdev: Power Button: Device: "/dev/input/event2"
    [ 2485.228] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 2485.228] (--) evdev: Power Button: Found keys
    [ 2485.228] (II) evdev: Power Button: Configuring as keyboard
    [ 2485.228] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event2"
    [ 2485.228] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 2485.228] (**) Option "xkb_rules" "evdev"
    [ 2485.228] (**) Option "xkb_model" "pc104"
    [ 2485.228] (**) Option "xkb_layout" "us"
    [ 2485.240] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
    [ 2485.240] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 2485.240] (II) Using input driver 'evdev' for 'Video Bus'
    [ 2485.240] (**) Video Bus: always reports core events
    [ 2485.240] (**) evdev: Video Bus: Device: "/dev/input/event10"
    [ 2485.240] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 2485.240] (--) evdev: Video Bus: Found keys
    [ 2485.240] (II) evdev: Video Bus: Configuring as keyboard
    [ 2485.240] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input12/event10"
    [ 2485.240] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 2485.240] (**) Option "xkb_rules" "evdev"
    [ 2485.240] (**) Option "xkb_model" "pc104"
    [ 2485.241] (**) Option "xkb_layout" "us"
    [ 2485.241] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
    [ 2485.241] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 2485.241] (II) Using input driver 'evdev' for 'Video Bus'
    [ 2485.241] (**) Video Bus: always reports core events
    [ 2485.241] (**) evdev: Video Bus: Device: "/dev/input/event11"
    [ 2485.241] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 2485.241] (--) evdev: Video Bus: Found keys
    [ 2485.241] (II) evdev: Video Bus: Configuring as keyboard
    [ 2485.241] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0a/LNXVIDEO:01/input/input13/event11"
    [ 2485.241] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
    [ 2485.241] (**) Option "xkb_rules" "evdev"
    [ 2485.241] (**) Option "xkb_model" "pc104"
    [ 2485.241] (**) Option "xkb_layout" "us"
    [ 2485.241] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
    [ 2485.241] (II) No input driver specified, ignoring this device.
    [ 2485.241] (II) This device may have been added with another device file.
    [ 2485.241] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 2485.241] (II) config/udev: Adding drm device (/dev/dri/card1)
    [ 2485.241] (II) config/udev: Adding input device HDA Intel MID HDMI/DP,pcm=3 (/dev/input/event14)
    [ 2485.241] (II) No input driver specified, ignoring this device.
    [ 2485.241] (II) This device may have been added with another device file.
    [ 2485.241] (II) config/udev: Adding input device HDA Intel MID HDMI/DP,pcm=7 (/dev/input/event13)
    [ 2485.241] (II) No input driver specified, ignoring this device.
    [ 2485.241] (II) This device may have been added with another device file.
    [ 2485.241] (II) config/udev: Adding input device HDA Intel MID HDMI/DP,pcm=8 (/dev/input/event12)
    [ 2485.241] (II) No input driver specified, ignoring this device.
    [ 2485.241] (II) This device may have been added with another device file.
    [ 2485.242] (II) config/udev: Adding input device Integrated Camera (/dev/input/event8)
    [ 2485.242] (**) Integrated Camera: Applying InputClass "evdev keyboard catchall"
    [ 2485.242] (II) Using input driver 'evdev' for 'Integrated Camera'
    [ 2485.242] (**) Integrated Camera: always reports core events
    [ 2485.242] (**) evdev: Integrated Camera: Device: "/dev/input/event8"
    [ 2485.242] (--) evdev: Integrated Camera: Vendor 0x4ca Product 0x7035
    [ 2485.242] (--) evdev: Integrated Camera: Found keys
    [ 2485.242] (II) evdev: Integrated Camera: Configuring as keyboard
    [ 2485.242] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-12/3-12:1.0/input/input10/event8"
    [ 2485.242] (II) XINPUT: Adding extended input device "Integrated Camera" (type: KEYBOARD, id 9)
    [ 2485.242] (**) Option "xkb_rules" "evdev"
    [ 2485.242] (**) Option "xkb_model" "pc104"
    [ 2485.242] (**) Option "xkb_layout" "us"
    [ 2485.242] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event5)
    [ 2485.242] (II) No input driver specified, ignoring this device.
    [ 2485.242] (II) This device may have been added with another device file.
    [ 2485.242] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event7)
    [ 2485.242] (II) No input driver specified, ignoring this device.
    [ 2485.242] (II) This device may have been added with another device file.
    [ 2485.242] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event6)
    [ 2485.242] (II) No input driver specified, ignoring this device.
    [ 2485.242] (II) This device may have been added with another device file.
    [ 2485.242] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 2485.242] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 2485.242] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 2485.242] (**) AT Translated Set 2 keyboard: always reports core events
    [ 2485.242] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 2485.242] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 2485.242] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 2485.242] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 2485.242] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 2485.242] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
    [ 2485.242] (**) Option "xkb_rules" "evdev"
    [ 2485.242] (**) Option "xkb_model" "pc104"
    [ 2485.242] (**) Option "xkb_layout" "us"
    [ 2485.242] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event9)
    [ 2485.242] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 2485.242] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 2485.242] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    [ 2485.242] (II) LoadModule: "synaptics"
    [ 2485.242] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 2485.242] (II) Module synaptics: vendor="X.Org Foundation"
    [ 2485.242] compiled for 1.14.4, module version = 1.7.2
    [ 2485.242] Module class: X.Org XInput Driver
    [ 2485.242] ABI class: X.Org XInput driver, version 19.1
    [ 2485.242] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [ 2485.242] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 2485.242] (**) Option "Device" "/dev/input/event9"
    [ 2485.356] (II) synaptics: SynPS/2 Synaptics TouchPad: found clickpad property
    [ 2485.356] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5112 (res 42)
    [ 2485.356] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 3834 (res 42)
    [ 2485.356] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 2485.356] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [ 2485.356] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left double triple
    [ 2485.356] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 2485.356] (**) Option "TapButton1" "1"
    [ 2485.356] (**) Option "TapButton2" "2"
    [ 2485.356] (**) Option "TapButton3" "3"
    [ 2485.356] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
    [ 2485.356] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 2485.356] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 2485.383] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event9"
    [ 2485.383] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 11)
    [ 2485.383] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 2485.383] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
    [ 2485.383] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.046
    [ 2485.383] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 2485.383] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 2485.383] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 2485.383] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 2485.383] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 2485.383] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 2485.383] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
    [ 2485.383] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event15)
    [ 2485.383] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
    [ 2485.383] (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
    [ 2485.383] (**) TPPS/2 IBM TrackPoint: always reports core events
    [ 2485.383] (**) evdev: TPPS/2 IBM TrackPoint: Device: "/dev/input/event15"
    [ 2485.383] (--) evdev: TPPS/2 IBM TrackPoint: Vendor 0x2 Product 0xa
    [ 2485.383] (--) evdev: TPPS/2 IBM TrackPoint: Found 3 mouse buttons
    [ 2485.383] (--) evdev: TPPS/2 IBM TrackPoint: Found relative axes
    [ 2485.383] (--) evdev: TPPS/2 IBM TrackPoint: Found x and y relative axes
    [ 2485.383] (II) evdev: TPPS/2 IBM TrackPoint: Configuring as mouse
    [ 2485.383] (**) evdev: TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
    [ 2485.383] (**) evdev: TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 2485.383] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input11/event15"
    [ 2485.383] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 12)
    [ 2485.383] (II) evdev: TPPS/2 IBM TrackPoint: initialized for relative axes.
    [ 2485.384] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
    [ 2485.384] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
    [ 2485.384] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
    [ 2485.384] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
    [ 2485.384] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
    [ 2485.384] (II) No input driver specified, ignoring this device.
    [ 2485.384] (II) This device may have been added with another device file.
    [ 2485.384] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
    [ 2485.384] (II) No input driver specified, ignoring this device.
    [ 2485.384] (II) This device may have been added with another device file.
    [ 2485.384] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event3)
    [ 2485.384] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
    [ 2485.384] (II) Using input driver 'evdev' for 'ThinkPad Extra Buttons'
    [ 2485.384] (**) ThinkPad Extra Buttons: always reports core events
    [ 2485.384] (**) evdev: ThinkPad Extra Buttons: Device: "/dev/input/event3"
    [ 2485.384] (--) evdev: ThinkPad Extra Buttons: Vendor 0x17aa Product 0x5054
    [ 2485.384] (--) evdev: ThinkPad Extra Buttons: Found keys
    [ 2485.384] (II) evdev: ThinkPad Extra Buttons: Configuring as keyboard
    [ 2485.384] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input4/event3"
    [ 2485.384] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 13)
    [ 2485.384] (**) Option "xkb_rules" "evdev"
    [ 2485.384] (**) Option "xkb_model" "pc104"
    [ 2485.384] (**) Option "xkb_layout" "us"
    [ 2485.391] (II) modesetting(G0): EDID vendor "MEI", prod id 38562
    [ 2485.391] (II) modesetting(G0): Using EDID range info for horizontal sync
    [ 2485.391] (II) modesetting(G0): Using EDID range info for vertical refresh
    [ 2485.391] (II) modesetting(G0): Printing DDC gathered Modelines:
    [ 2485.391] (II) modesetting(G0): Modeline "2880x1620"x0.0 302.50 2880 2924 2928 3076 1620 1629 1630 1640 +hsync +vsync (98.3 kHz eP)
    [ 2485.391] (II) modesetting(G0): Modeline "2880x1620"x0.0 302.50 2880 2924 2928 3076 1620 1629 1630 1967 +hsync +vsync (98.3 kHz e)
    [ 2485.420] reporting 3 6 26 203
    [ 2485.421] (II) modesetting(G0): EDID vendor "MEI", prod id 38562
    [ 2485.421] (II) modesetting(G0): Using hsync ranges from config file
    [ 2485.421] (II) modesetting(G0): Using vrefresh ranges from config file
    [ 2485.421] (II) modesetting(G0): Printing DDC gathered Modelines:
    [ 2485.421] (II) modesetting(G0): Modeline "2880x1620"x0.0 302.50 2880 2924 2928 3076 1620 1629 1630 1640 +hsync +vsync (98.3 kHz eP)
    [ 2485.421] (II) modesetting(G0): Modeline "2880x1620"x0.0 302.50 2880 2924 2928 3076 1620 1629 1630 1967 +hsync +vsync (98.3 kHz e)
    [ 2485.450] reporting 3 6 26 203
    [ 2485.467] (II) modesetting(G0): EDID vendor "MEI", prod id 38562
    [ 2485.467] (II) modesetting(G0): Using hsync ranges from config file
    [ 2485.467] (II) modesetting(G0): Using vrefresh ranges from config file
    [ 2485.467] (II) modesetting(G0): Printing DDC gathered Modelines:
    [ 2485.467] (II) modesetting(G0): Modeline "2880x1620"x0.0 302.50 2880 2924 2928 3076 1620 1629 1630 1640 +hsync +vsync (98.3 kHz eP)
    [ 2485.467] (II) modesetting(G0): Modeline "2880x1620"x0.0 302.50 2880 2924 2928 3076 1620 1629 1630 1967 +hsync +vsync (98.3 kHz e)
    [ 2485.493] reporting 3 6 26 203
    [ 2485.510] have a master to look out for
    [ 2485.510] adjust shatters 0 2880
    [ 2485.515] need to create shared pixmap 1reporting 3 6 26 203
    [ 2486.236] reporting 3 6 26 203
    [ 2486.345] reporting 3 6 26 203
    [ 2486.373] (II) modesetting(G0): EDID vendor "MEI", prod id 38562
    [ 2486.373] (II) modesetting(G0): Using hsync ranges from config file
    [ 2486.373] (II) modesetting(G0): Using vrefresh ranges from config file
    [ 2486.373] (II) modesetting(G0): Printing DDC gathered Modelines:
    [ 2486.373] (II) modesetting(G0): Modeline "2880x1620"x0.0 302.50 2880 2924 2928 3076 1620 1629 1630 1640 +hsync +vsync (98.3 kHz eP)
    [ 2486.373] (II) modesetting(G0): Modeline "2880x1620"x0.0 302.50 2880 2924 2928 3076 1620 1629 1630 1967 +hsync +vsync (98.3 kHz e)
    [ 2486.400] reporting 3 6 26 203
    [ 2486.463] reporting 3 6 26 203
    [ 2486.483] reporting 3 6 26 203
    [ 2486.605] reporting 3 6 26 203
    [ 2486.636] (II) modesetting(G0): EDID vendor "MEI", prod id 38562
    [ 2486.636] (II) modesetting(G0): Using hsync ranges from config file
    [ 2486.636] (II) modesetting(G0): Using vrefresh ranges from config file
    [ 2486.636] (II) modesetting(G0): Printing DDC gathered Modelines:
    [ 2486.636] (II) modesetting(G0): Modeline "2880x1620"x0.0 302.50 2880 2924 2928 3076 1620 1629 1630 1640 +hsync +vsync (98.3 kHz eP)
    [ 2486.636] (II) modesetting(G0): Modeline "2880x1620"x0.0 302.50 2880 2924 2928 3076 1620 1629 1630 1967 +hsync +vsync (98.3 kHz e)
    [ 2486.663] reporting 3 6 26 203
    [ 2486.724] reporting 3 6 26 203
    [ 2486.840] reporting 3 6 26 203
    [ 2486.844] reporting 3 6 26 203
    [ 2486.868] reporting 3 6 26 203
    [ 2493.841] (II) evdev: ThinkPad Extra Buttons: Close
    [ 2493.841] (II) UnloadModule: "evdev"
    [ 2493.841] (II) evdev: TPPS/2 IBM TrackPoint: Close
    [ 2493.841] (II) UnloadModule: "evdev"
    [ 2493.841] (II) UnloadModule: "synaptics"
    [ 2493.841] (II) evdev: AT Translated Set 2 keyboard: Close
    [ 2493.841] (II) UnloadModule: "evdev"
    [ 2493.841] (II) evdev: Integrated Camera: Close
    [ 2493.841] (II) UnloadModule: "evdev"
    [ 2493.841] (II) evdev: Video Bus: Close
    [ 2493.841] (II) UnloadModule: "evdev"
    [ 2493.841] (II) evdev: Video Bus: Close
    [ 2493.841] (II) UnloadModule: "evdev"
    [ 2493.841] (II) evdev: Power Button: Close
    [ 2493.841] (II) UnloadModule: "evdev"
    [ 2493.863] (II) NVIDIA(GPU-0): Deleting GPU-0
    [ 2494.409] (EE) Server terminated successfully (0). Closing log file.
    I'm pretty lost now. I finally managed to get X working on my Nvidia/Intel combination with twm, but it refuses to work with gnome-session.
    Any ideas?

    Same problem for me too!
    After kernel update on restarting GDM try to start but fails. I've last nvidia-173xx driver installed.
    I've solved the problem forcing nvdia driver reinstallation. This is my Xserver log!

  • Can not start Cinnamon session within KDM

    Hi,
    I use kdm as display manager and KDE as desktop environment. Gnome is installed too, so I can choose between KDE Plasma and Gnome session when logging in with KDM.
    So I want to take a look at Cinnamon 2. Installed cinnamon (the meta-package containing cinnamon-session and other stuff), as well as cinnamon-screensaver and nemo. Unfortunately, there is no entry for cinnamon when I log in. I can only choose between KDE, Gnome and the fail-safe options.
    Any suggestion why I am not able to select cinnamon?
    Last edited by vibee (2013-10-12 14:17:23)

    Search...
    https://bbs.archlinux.org/viewtopic.php?id=160589

  • Can't start gnome [SOLVED]

    I now can't open these programmes, and probably more. I had updated pacman, and looked at packages I needed to update. I then force-upgraded firefox, but that was after shaman wouldn't open.
    I reboot, and gnome won't start. It gives an error like the ones below.
    [duncan@duncan-arch ~]$ gedit
    gedit: error while loading shared libraries: libgnutls.so.13: cannot open shared object file: No such file or directory
    [duncan@duncan-arch ~]$ mousepad
    (mousepad:9021): Gtk-WARNING **: Failed to read filechooser settings from "/home/duncan/.config/gtk-2.0/gtkfilechooser.ini": Permission denied
    (mousepad:9021): Gtk-WARNING **: Failed to read filechooser settings from "/home/duncan/.config/gtk-2.0/gtkfilechooser.ini": Permission denied
    [duncan@duncan-arch ~]$ gedit /etc/pacman.conf
    gedit: error while loading shared libraries: libgnutls.so.13: cannot open shared object file: No such file or directory
    [duncan@duncan-arch ~]$ nautilus
    nautilus: error while loading shared libraries: libgnutls.so.13: cannot open shared object file: No such file or directory
    Last edited by Raccoon1400 (2008-09-03 02:58:36)

    Wow. libgnutls.so.13? The current version in the 64 bit repos is so.26. That's quite a so bump. I'm assuming that you did a full upgrade? If so, you may want to force update the pacman database with pacman -Syy and then do a full upgrade again.

  • Can´t start my session on iMac

    Hi there.
    Am not getting access to my iMac 21,5". Every time i put my password to start session the screen turns white and then inmediately go back to the start page asking for the password.
    Pls your support. Thanks.

    Hi. No changes. I have used installation DVD to restore a New password but without success.
    Am not sure that the problem is because the password. When I try to access the screen turns white like trying to load the system but after seconds go back again to the login page.

  • My VNC will no longer start gnome, can only use twm

    Hi,
    I have 3 or 3 Sun Servers (Solaris SPARC 10 update 8) that I administer. For one server, and as 1 users, I can't start gnome in VNC. I can start twm. Here is the error:
    here is my startup script for aptest user:
    #!/bin/sh
    [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
    xsetroot -solid grey
    vncconfig -iconic &
    xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
    gnome-session &
    And this is the error I get:
    26/04/11 11:34:23 Listening for VNC connections on TCP port 5911
    No VNC extension on display :11
    font missing: KSC5601.1992-3 for Window
    font missing: TIS620.2533-0 for Window
    font missing: ISO8859-6 for Window
    font missing: ISO8859-8 for Window
    font missing: SUN.UNICODE.INDIA-0 for Window
    SESSION_MANAGER=inet6/orat2000b:40060,inet/orat2000b:40061
    ** (gnome-session:17167): WARNING **: Error getting value of /desktop/gnome/sound/en
    able_esd: Failed to contact configuration server; some possible causes are that you
    need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a sys
    tem crash. See http://www.gnome.org/projects/gconf/ for information. (Details - 1:
    IOR file '/var/tmp/gconfd-aptest/lock/ior' not opened successfully, no gconfd locate
    d: Permission denied 2: IOR file '/var/tmp/gconfd-aptest/lock/ior' not opened succes
    sfully, no gconfd located: Permission denied)
    Interestingly, on the same box, but as a different users, I can start gnome in vnc without issues.
    There are still some error messages but Gnome itself works...
    the ortest users's xstart up file:
    #!/bin/sh
    [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
    xsetroot -solid grey
    vncconfig -iconic &
    xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
    gnome-session &
    and the log from a successfully running gnome session on the same machine:
    ortest_11g $ more /test/db/ortest/.vnc/orat2000b:08.log
    26/04/11 11:45:23 Xvnc version 3.3.7 - built Aug 19 2008 04:05:46
    26/04/11 11:45:23 Copyright (C) 2002-2003 RealVNC Ltd.
    26/04/11 11:45:23 Copyright (C) 1994-2000 AT&T Laboratories Cambridge.
    26/04/11 11:45:23 All Rights Reserved.
    26/04/11 11:45:23 See http://www.realvnc.com for information on VNC
    26/04/11 11:45:23 Desktop name 'orat2000b:08 ()' (orat2000b:08)
    26/04/11 11:45:23 Protocol version supported 3.3
    26/04/11 11:45:23 Listening for VNC connections on TCP port 5908
    No VNC extension on display orat2000b:08
    font missing: KSC5601.1992-3 for Window
    font missing: TIS620.2533-0 for Window
    font missing: ISO8859-6 for Window
    font missing: ISO8859-8 for Window
    font missing: SUN.UNICODE.INDIA-0 for Window
    SESSION_MANAGER=inet6/orat2000b:41223,inet/orat2000b:41224
    Window manager warning: Log level 32: could not find XKB extension.
    Window manager warning: Broken client! Window 0x400011 (orat2000b:) changed client l
    eader window or SM client ID
    Please help. Thanks Marv

    Hi
    Yes of course this user has a home directory.
    the user is aptest, and their home directory is /test/app/aptest
    The vnc log files get generated here.
    /test/app/aptest/.vnc
    So I just killed and restarted vnc again, getting the issue. Gnome start, it and
    you see the grey screen with Oracle solaris and Metacity window Manager, then
    it says "The Panel", and that it hangs on there and all the sudden the window
    stays open but it reverts back into a gre desktop w/ a bare bones text terminal
    where I have a command prompt.
    Please help - I am at my wits end!

  • I can't load gnome

    i updgraded my kernel to version kernel26-2.6.23.1-6-i686.pkg.tar
    and since then i can't start gnome correctly
    i start gdm by default at DAEMONS
    my .xinitrc is with gnome-session enabled
    any idea?
    i have not upgraded the drivers for my video card
    thanks

    Any errors in xorg.log? Can you start X anyway? Do you use compiz-fusion?

  • How to start gnome on a remote system

    Hi,
    How can I start gnome on a reomte system using Kea X or Cygwin ?
    -bash-3.00$ DISPLAY=10.10.10.10:0.0
    -bash-3.00$ export DISPLAY
    And after ?!?
    -bash-3.00$ gnome-session &
    Thanks for your help

    Hi,
    First login with user orasid and fire command "lsnrctl start"
    it start the listner.
    Then login with user sidadm and fire command "startsap"
    it will start the database first then start the SAP.
    Edited by: Alpesh Patel on Aug 12, 2008 12:07 PM

  • Gnome-session cannot open display

    Following Arch Linux wiki alone to install gnome won't work.
    I installed xorg and all the packages described on the wiki pages http://wiki.archlinux.org/index.php/Xorg and http://wiki.archlinux.org/index.php/Gnome then I can't start gnome through gnome-session. I can start X though.
    It will only work if I install gdm and start gnome through it.
    The question is: am I likely to be doing something wrong or the wiki page does need to be updated? What if I didn't want to use GDM, could I somehow set something up to start gnome through gnome-session?

    milasch wrote:And finally only if I add exec gnome-session to my ~/.xinitrc gnome will open through startx. gnome-session will lead to the same error.
    Does this mean that gnome actually starts when you run startx, but that you tried to run the command gnome-session directly from the commandline and this doesn't start X? In that case, everything is exactly as it's supposed to be...
    Gnome requires the X Window System in order to run. The command gnome-session is used to start gnome, but it won't start X - so if you try running gnome-session without a running X-server, it will fail. You are therefore supposed to configure ~/.xinitrc to run the windowmanger of your choice (in this case gnome-session), and use the command startx when you want to launch X and gnome.

  • Problem with upgrade to gnome-session 2.26

    So ive been running 64 bit arch, all updated, running compiz-fusion. During a recent update that brought gnome-session to version 2.26 (from 2.24) wont let me startx anymore :-(
    Right now im ignoring any updates from gnome-session, but id like to fix this problem and i have a lull in homework for a day or so.
    Heres the error output i get when i run startx:
    xauth: creating new authority file /home/ptchinster/.serverauth.3076
    X.Org X Server 1.6.0
    Release Date: 2009-2-25
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.29-ARCH x86_64
    Current Operating System: Linux mistersaint 2.6.29-ARCH #1 SMP PREEMPT Wed Apr 8 12:39:28 CEST 2009 x86_64
    Build Date: 10 April 2009 01:30:50PM
    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: Tue Apr 14 00:08:36 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    gnome-session[3102]: WARNING: Could not connect to ConsoleKit: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
    gnome-session[3102]: CRITICAL: dbus_g_connection_get_connection: assertion `gconnection' failed
    process 3102: arguments to dbus_connection_send_with_reply_and_block() were incorrect, assertion "connection != NULL" failed in file dbus-connection.c line 3298.
    This is normally a bug in some application using the D-Bus library.
    D-Bus not built with -rdynamic so unable to print a backtrace
    gnome-session[3102]: ******************* START ********************************
    gnome-session[3102]: Frame 0: /usr/lib/gnome-session/gnome-session [0x418ab7]
    gnome-session[3102]: Frame 1: /usr/lib/gnome-session/gnome-session [0x418c06]
    gnome-session[3102]: Frame 2: /lib/libc.so.6 [0x7f35c40fd150]
    gnome-session[3102]: Frame 3: /lib/libc.so.6(gsignal+0x35) [0x7f35c40fd0c5]
    gnome-session[3102]: Frame 4: /lib/libc.so.6(abort+0x183) [0x7f35c40fe5e3]
    gnome-session[3102]: Frame 5: /usr/lib/libdbus-1.so.3 [0x7f35c6bd6675]
    gnome-session[3102]: Frame 6: /usr/lib/libdbus-1.so.3 [0x7f35c6bd24ed]
    gnome-session[3102]: Frame 7: /usr/lib/libdbus-1.so.3(dbus_connection_send_with_reply_and_block+0x12f) [0x7f35c6bbc3bf]
    gnome-session[3102]: Frame 8: /usr/lib/gnome-session/gnome-session [0x411cbc]
    gnome-session[3102]: Frame 9: /usr/lib/gnome-session/gnome-session [0x411dc0]
    gnome-session[3102]: Frame 10: /usr/lib/gnome-session/gnome-session [0x419d90]
    gnome-session[3102]: Frame 11: /usr/lib/gnome-session/gnome-session [0x41a26f]
    gnome-session[3102]: Frame 12: /lib/libc.so.6(__libc_start_main+0xe6) [0x7f35c40e9546]
    gnome-session[3102]: Frame 13: /usr/lib/gnome-session/gnome-session [0x40ad59]
    gnome-session[3102]: ******************* END **********************************
    waiting for X server to shut down

    dont know - just kill you X server, use the /etc/rc.d/dbys start and then try startx
    worked for me

  • GDM cant start Gnome

    Hello all, I'm having a problem that just started recently with GDM.  When my computer boots, X and GDM start up fine.  Then I log in, and Gnome starts, but it crashes my whole machine. 
    The top and bottom bars for gnome show up, but thats all.  Then I cant click on anything, I cant switch back to the terminal (alt+f1) or ssh in from another machine.
    If I boot to a console, and use startx to start gnome-session, it starts fine.
    I have an ATI X700 card, using the open source 'radeon' driver.  I'm using the Beyond kernel.  I installed from the 0.8 alpha3 CD.  I have an AMD64 processor, but am running the x86 version of Arch.
    I did not see any errors in /var/log/Xorg.0.log  The warnings I saw were:
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (WW) RADEON: No matching Device section for instance (BusID PCI:1:0:1) found
    Also a bunch of:
    (WW) AIGLX: 3D driver claims to not support visual 0x23
    I'm kinda stumped on this one, anyone have any ideas?
    Thanks!

    Ok, my xorg.conf
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" #"CorePointer"
    InputDevice "Touchpad" "AlwaysCore"
    InputDevice "Keyboard0" "CoreKeyboard"
    Option "AIGLX" "true"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "glx"
    Load "extmod"
    Load "xtrap"
    Load "record"
    Load "dbe"
    Load "dri"
    Load "freetype"
    Load "type1"
    Load "synaptics"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc104"
    Option "XkbLayout" "pl"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "InputDevice"
    Identifier "Touchpad"
    Driver "synaptics"
    Option "Device" "/dev/input/mouse0"
    Option "Protocol" "auto-dev"
    Option "LeftEdge" "1700"
    Option "RightEdge" "5300"
    Option "TopEdge" "1700"
    Option "BottomEdge" "4200"
    Option "FingerLow" "25"
    Option "FingerHigh" "30"
    Option "MaxTabTime" "180"
    Option "MaxTabMove" "220"
    Option "VertScrollDelta" "100"
    Option "MinSpeed" "0.06"
    Option "MaxSpeed" "0.12"
    Option "AccelFactor" "0.0010"
    Option "SHMConfig" "on"
    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"
    ### [arg]: arg optional
    #Option "ShadowFB" # [<bool>]
    #Option "DefaultRefresh" # [<bool>]
    #Option "ModeSetClearScreen" # [<bool>]
    Identifier "Card0"
    Driver "radeon"
    VendorName "ATI Technologies Inc"
    BoardName "RS300M AGP [Radeon Mobility 9100IGP]"
    BusID "PCI:1:5:0"
    Option "XAANoOffscreenPixmaps" "true"
    Option "DRI" "true"
    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
    Section "DRI"
    Mode 0666
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    And I have also enabled  AWT_TOOLKIT=MToolkit option in my .bashrc (for netbeans).
    Thanks for all help!

  • Gnome session start up programmes

    Running Arch on a Fujitsu Siemens Amilo laptop with 512MB RAM. 2GHz. Athlon proc. -getting a bit long in the tooth..and the laptop
    Which of these can safely be disabled in Gnome session start up programmes?
    1. AT SPI Registry Wrapper
    2. Disk Notifications
    3. Gnome Keyring Daemon
    4. Gnome Login Sound (I guess this is OK to disable upon preference)
    4. Gnome Settings Daemon
    5. Gnome Settings Daemon Helper
    6. Gnome Splash Screen
    7. PolicyKit Authentication Agent
    8. Power Manager
    9. Remote Desktop-DISABLED!
    10. Screensaver-need this one...
    11. Seahorse Daemon
    12. Visual Assistance-DISABLED!
    It is unlikely I will need to connect to this laptop eg. peripherals,remote, hard disks etc..
    I would like to disable as many as possible and maximize free RAM.
    Any tips much appreciated.

    If it's in your Dock click it and hold, check the Options and see if it's set to Open on Login.

  • [SOLVED] Gnome + xf86-video-ati = Compiz-fusion can't start wo f-i

    I know this is not a new issue but... let's try again.
    The title is pretty much the situation. I reinstalled the whole system recently and installed Catalyst which worked good except for a delay on maximizing/resizing windows. Yesterday I saw the new about Catalyst going to AUR and all that stuff so I decided to switch to open source drivers. They work pretty good but the wiki-way to start compiz without fusion-icon which used to work with catalyst does not work anymore.
    $ cat /etc/X11/xorg.conf
    Section "ServerLayout"
    Identifier "aticonfig Layout"
    Screen 0 "aticonfig-Screen[0]-0" 0 0
    EndSection
    Section "Files"
    EndSection
    Section "Module"
    Load "synaptics"
    Load "glx"
    Load "dri"
    Load "drm"
    EndSection
    Section "Monitor"
    Identifier "aticonfig-Monitor[0]-0"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection
    Section "Device"
    Identifier "aticonfig-Device[0]-0"
    Driver "radeon"
    BusID "PCI:1:0:0"
    Option "XAANoOffscreenPixmaps" "true" #needed for aiglx
    Option "ColorTiling" "on"
    Option "AccelMethod" "EXA"
    Option "EnablePageFlip" "on"
    EndSection
    Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device "aticonfig-Device[0]-0"
    Monitor "aticonfig-Monitor[0]-0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1280x800"
    EndSubSection
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    $ cat /usr/share/applications/compiz.desktop
    [Desktop Entry]
    Type=Application
    Encoding=UTF-8
    Name=Compiz
    Exec=compiz ccp
    NoDisplay=true
    # name of loadable control center module
    X-GNOME-WMSettingsModule=compiz
    # name we put on the WM spec check window
    X-GNOME-WMName=Compiz
    $ gconftool-2 --get /desktop/gnome/session/required_components/windowmanager
    compiz
    $ fusion-icon
    * Detected Session: gnome
    * Searching for installed applications...
    * No GLX_EXT_texture_from_pixmap with direct rendering context
    ... present with indirect rendering, exporting: LIBGL_ALWAYS_INDIRECT=1
    * Using the GTK Interface
    Xlib: extension "Generic Event Extension" missing on display ":0.0".
    Xlib: extension "Generic Event Extension" missing on display ":0.0".
    Xlib: extension "Generic Event Extension" missing on display ":0.0".
    Xlib: extension "Generic Event Extension" missing on display ":0.0".
    Xlib: extension "Generic Event Extension" missing on display ":0.0".
    Xlib: extension "Generic Event Extension" missing on display ":0.0".
    * Starting Compiz
    ... executing: compiz --replace --sm-disable --ignore-desktop-hints ccp --indirect-rendering
    /usr/lib/python2.6/site-packages/FusionIcon/interface_gtk/main.py:214: GtkWarning: Theme directory 24x24/stock of theme hydroxygenPablerkasMod has no size field
    gtk.main()
    Xlib: extension "Generic Event Extension" missing on display ":0.0".
    Xlib: extension "Generic Event Extension" missing on display ":0.0".
    Xlib: extension "Generic Event Extension" missing on display ":0.0".
    Xlib: extension "Generic Event Extension" missing on display ":0.0".
    Xlib: extension "Generic Event Extension" missing on display ":0.0".
    Xlib: extension "Generic Event Extension" missing on display ":0.0".
    Xlib: extension "Generic Event Extension" missing on display ":0.0".
    Xlib: extension "Generic Event Extension" missing on display ":0.0".
    Xlib: extension "Generic Event Extension" missing on display ":0.0".
    Xlib: extension "Generic Event Extension" missing on display ":0.0".
    Xlib: extension "Generic Event Extension" missing on display ":0.0".
    Thanks in advance
    Last edited by Slurp (2009-03-08 19:10:34)

    In your compiz.desktop instead of:
    Exec=compiz ccp
    It should be:
    Exec=compiz --sm-disable --ignore-desktop-hints ccp --indirect-rendering
    Edit:
    If you still have problems after that you need to export LIBGL_ALWAYS_INDIRECT=1, which is what fusion-icon is doing.
    Last edited by CursedMonkey (2009-03-04 21:41:03)

Maybe you are looking for

  • Show text box from one combo box selection

    Total newb here and need help.  I tried searching for a javascript to copy/paste, but without any luck.  I am using Acrobat Pro 9.2.0.  If you could help me out with the javascript or with directions on how to make the following be accomplished, I wo

  • Reporting sharepoint 6875 error in Event viewer.

    Hi, Please help me resolve the below issue. Some people are suggesting to install the 2598348 CU. Log Name:      Application Source:        Microsoft-SharePoint Products-SharePoint Foundation Date:          19/12/2014 1:03:52 PM Event ID:      6875 T

  • Condition records for JMIP

    Hi Can any one tell how to maintain condition records for JMIP(BED),JAIP(AED),JSIP(sed)?. Rewards guaranteed regards B shar

  • ATI Mobility Radeon HD 5870 Not Detected in CC or CS6

    So, I have a dilemma, and I'm hoping Adobe staff might be able to help. I'm including all the nitty gritty details, so bear with me. I'm running an Asus G74JH laptop. Asus has decided not to update the driver for my specific card anymore, leaving me

  • IPhoto 09no thumbnails in exported photos

    I just upgraded to iPhoto 09, and find that exported photos no longer have the thumbnail in their EXIF data.  Help?!