Find the answer to your Linux question:
Results 1 to 5 of 5
Hi, I am using Kubuntu but a lot of window title bars have been appearing off screen meaning I cannot move the window around. This is highly annoying. I know ...
  1. #1
    Linux Newbie
    Join Date
    Mar 2008
    Location
    England, Manchester.
    Posts
    114

    [SOLVED] Window title bars appearing offscreen

    Hi,

    I am using Kubuntu but a lot of window title bars have been appearing off screen meaning I cannot move the window around. This is highly annoying. I know i can press alt+c and click the window to move it around but for some windows this closes them or erases stuff. Is it possible to change this combination? Is there a way to stop windows appearing off screen?

    I am using Compiz.

    Help is appreciated.

  2. #2
    Linux Engineer b2bwild's Avatar
    Join Date
    Jul 2008
    Location
    Behind You!
    Posts
    1,108
    The window decorator is set on compiz somehow its not loaded correctly
    replace it with kde-window-decorator
    # kde-window-decorator --replace
    Never make any misteaks.

    Read my Blog at --> Penguin Inside Subscribe Feed

  3. #3
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Open /etc/X11/xorg.conf file with root privileges and edit Section "Device" of Video Card.
    Code:
    Section "Device"
    Identifier "Videocard0"
    Driver "xxxxx"
    Option "AddARGBVisuals" "True"
    Option "AddARGBGLXVisuals" "True"
    EndSection
    Save file and Reboot machine.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  4. #4
    Linux Newbie
    Join Date
    Mar 2008
    Location
    England, Manchester.
    Posts
    114
    Ahh thank you this worked. Adding the line into xorg.conf worked. I use the Emerald window decorator. I have been having this problem for ages, I should of come here in the first place

    Thanks again.

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    You are Welcome ! Glad to help you !
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...