nvidia-prime with kernel 3.12 in Ubuntu 13.10 does not load gnome-settings-daemon

Bug #1263076 reported by Sayantan Das
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
nvidia-prime (Ubuntu)
New
Undecided
Unassigned

Bug Description

To get the true powersavings mode and GPU switching abilities, I installed kernel 3.12.5, nvidia-331, nvidia-prime on my Ubuntu 13.10 x64bit. I have Nvidia GeForce 310M optimus card. This combination is causing the ambiance to function improperly. If I run gnome-settings-deamon, it gives me the error

    (gnome-settings-daemon:5089): Gdk-ERROR **: The program 'gnome-settings-daemon' received an X Window System error.
    This probably reflects a bug in the program.
    The error was 'BadMatch (invalid parameter attributes)'.
      (Details: serial 173 error_code 8 request_code 140 minor_code 30)
      (Note to programmers: normally, X errors are reported asynchronously;
       that is, you will receive the error a while after causing it.
       To debug your program, run it with the GDK_SYNCHRONIZE environment
       variable to change this behavior. You can then get a meaningful
       backtrace from your debugger if you break on the gdk_x_error() function.)
    Trace/breakpoint trap (core dumped)

The xorg.conf is

    # Warning: This file is autogenerated by nvidia-prime. All changes to this file will be lost.

    Section "ServerLayout"
        Identifier "layout"
        Screen 0 "nvidia"
        Inactive "intel"
    EndSection

    Section "Device"
        Identifier "nvidia"
        Driver "nvidia"
        BusID "1:0:0"
    EndSection

    Section "Screen"
        Identifier "nvidia"
        Device "nvidia"
        # Uncomment this line if your computer has no display devices connected to
        # the NVIDIA GPU. Leave it commented if you have display devices
        # connected to the NVIDIA GPU that you would like to use.
        Option "UseDisplayDevice" "none"
    EndSection

    Section "Device"
        Identifier "intel"
        Driver "modesetting"
    EndSection

    Section "Screen"
        Identifier "intel"
        Device "intel"
    EndSection

Revision history for this message
Alberto Milone (albertomilone) wrote :

You won't get the power savings in 13.10, not even installing the packages that you mentioned.

As for the error in the gnome-settings-daemon, it's really LP: #1224254 (make sure to get libgnome-desktop 3.8.4-0ubuntu1.1)

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.