Announcement

Collapse
No announcement yet.

Window decoration broken after the last upgrade

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Window decoration broken after the last upgrade

    Hi all!

    Today's upgrade made the titles of any window broken, like on this pic

    Code:
    alex@mars:~$ uname -a
    Linux mars 3.11.0-14-generic #21-Ubuntu SMP Tue Nov 12 17:04:55 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
    
    
    alex@mars:~$ modinfo -F filename `sudo lshw -c video | awk '/configuration: driver/{print $2}' | cut -d= -f2`
    /lib/modules/3.11.0-14-generic/kernel/drivers/gpu/drm/i915/i915.ko
    
    
    alex@mars:~$ X -version
    
    X.Org X Server 1.14.4.901 (1.14.5 RC 1)
    Release Date: 2013-11-21
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.24-32-xen x86_64 Ubuntu
    Current Operating System: Linux mars 3.11.0-14-generic #21-Ubuntu SMP Tue Nov 12 17:04:55 UTC 2013 x86_64
    Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.11.0-14-generic.efi.signed root=UUID=2d3fade7-10af-4037-9389-dcf56e05c598 ro quiet splash vt.handoff=7
    Build Date: 03 December 2013  05:02:27PM
    xorg-server 2:1.14.4.901+git20131203+server-1.14-branch.c30db601-0ubuntu0sarvatt4 (For technical support please see http://www.ubuntu.com/support) 
    Current version of pixman: 0.30.2
            Before reporting problems, check http://wiki.x.org
            to make sure that you have the latest version.
    Have someone else the same problem or have any ideas to solve the problem?

    Thanks!

    #2
    Code:
    X.Org X Server 1.14.4.901 (1.14.5 RC 1)
    Release Date: 2013-11-21
    Your xorg server is newer than what I believe is the current released version:
    Code:
    lark@lark-Latitude-D630:~$ X -version
    
    
    X.Org X Server 1.14.3
    Release Date: 2013-09-12
    You running xorg-edgers ppa or some other ppa, or perhaps running 14.04?
    If so, this might be the likely cause.

    Comment


      #3
      Yes, I did this
      Code:
      sudo add-apt-repository ppa:xorg-edgers/ppa
      sudo apt-get update
      sudo apt-get dist-upgrade
      
      sudo add-apt-repository ppa:bumblebee/stable
      sudo apt-get update
      sudo apt-get install bumblebee bumblebee-nvidia primus linux-headers-generic
      Do you think I have to revert Xorg to some previous version? If so, how can I do this?

      Thanks!

      Comment


        #4
        Install ppa-purge and use it like you would use add-apt-repository :
        Code:
        sudo ppa-purge ppa:xorg-edgers/ppa
        then
        Code:
        sudo ppa-purge ppa:bumblebee/stable
        Although, for the bumblebee ppa, you should be able to simply uninstall the related packages you installed from it.

        Comment


          #5
          But I need those packages and ppa for my second video card GeForce GT 740M.
          It seems will break this video card which currently works fine for applications started with optirun or primusrun.

          Thanks!

          Comment


            #6
            Got one case which fixes the issue. When desktop effects enabled the decorations work fine.

            Comment

            Working...
            X