Welcome!

Thanks for visiting. If you found this information interesting or useful (or you think I'm dead wrong about something) I'd like to invite you to leave a comment on this post. You can also subscribe to my RSS feed or sign up for email updates on the right-hand side of the page.

If you Digg what you StumbleUpon, find my writing del.icio.us, or are one of the Technorati, you know what to do:

Fix Locked Screen Opacity in Compiz Fusion

If you’re using the latest Compiz Fusion, you’ll notice that when your screen is locked, the black window that hides your screen is slightly transparent and you can read what is underneath! So much for locking the screen. Want to fix it?

This forum post suggests that you just turn off window opacity, but I like my transparent menus and such. Instead, go to System - Preferences - CompizConfig, choose General Options, then Opacity Settings. Edit this entry:

((type=Menu | PopupMenu | DropdownMenu | Tooltip | Notification | Combo | Dnd | name=sun-awt-X11-XWindowPeer) | (type=Normal & override_redirect=1)) & !(name=sun-awt-X11-XFramePeer | name=sun-awt-X11-XDialogPeer)

To look like this:

((type=Menu | PopupMenu | DropdownMenu | Tooltip | Notification | Combo | Dnd | name=sun-awt-X11-XWindowPeer)) & !(name=sun-awt-X11-XFramePeer | name=sun-awt-X11-XDialogPeer)

Save, lock your screen (I use Control-Alt-L) and peer carefully into the darkness. You shouldn’t see any more stuff showing through your “locked” screen.

Related posts:

  1. Fix missing thumbnails in Nautilus As I begin assembling the picture package for my J-term...

One Response to “Fix Locked Screen Opacity in Compiz Fusion


  • Steve G.
    August 28th, 2007 18:31
    1

    Very helpful! Thanks for the tip. I’d been using !name=gnome-screensaver, but that seemed to stop working last patch.

Leave a Reply