2

I upgraded to the latest Xubuntu 13.03 and sometimes borders of my windows (regardless the application) become strangely dashed. I managed to make a screenshot:

enter image description here

The screenshot is with Clearlooks-Phenix theme, but the issue is not theme-dependent. I tried multiple themes including the default one for Xubuntu and these dashed borders still appear.

Dashes appear and disappear - they are not permanent. It's annoying. Does anyone know why such dashing appears and how to fix it?


Update: Adding my compositor settings:

Compositor

Honza Javorek
  • 1,357
  • 3
  • 12
  • 23

1 Answers1

2

(Originally posted by user226952 at Dashed borders of my window manager (XFce) - Solution.)

I ran into the same problem as posted here and I found out that the problem only exists on my Intel video laptops (Nvidia was fine) and occurred only with themes having window borders with more than 1px width.

My solution was to create a file /usr/share/X11/xorg.conf.d/20-intel.conf with the content :

Section "Device"
   Identifier  "Intel Graphics"
   Driver      "intel"
   Option      "AccelMethod"  "uxa"
EndSection

This switches off sandy bridge acceleration and turns back to slower but reliable uxa acceleration.

landroni
  • 6,011