[SOLVED] How to turn on composing in KDE?

I installed KDE but I do not see how to turn desktop composing fancy effects on. There is nothing like the Settings top level entry in the main KDE menu. Most likely, I did not install some package, but I cannot figure out which one. Proposals?
Last edited by Octagon (2010-03-20 09:24:07)

flamelab wrote:
Reinstall kde
pacman -S kde
This downloaded kdeaccessibility and kdetoys, but did not bring the settings back.
As the last resort, I deleted .kde4 and got the settings back. So, it could be an upgrade problem, or something I did.
So, thinking about the latter option, I let this thread to stay unsolved for a while and wonder:
Is there a normal - through menues and clicks - way to delete "System Settings" from the  Computer tab of the Application Launcher?

Similar Messages

  • [SOLVED] How to turn off monitor at CLI

    Hi
        I've been trying to find a way to turn off my monitor, but the solutions I've found were almost all for X environment.
        The best hint I've got was add following lines to /etc/rc.local:
    setterm -blank 1
    setterm -powersave on
    setterm -powerdown 1
    With that, monitor was suppose to blank screen after 1 minute and, after another 1 minute, shutdown. But it only blanks and nothing more. Without the first line: "setterm -blank 1", it just don't do anything.
        Does anybody has idea of what else should I try?
        Thanks in advance.
    Last edited by vinicius (2009-02-27 02:48:43)

    Hi, Nezmer
    Even with aliases, I would have to type von with monitor turned off.
    I've done a script, witch is not a perfect solution, but works fine.
    monitor_off:
    #!/bin/bash
    # Check if X is running or not, turn off monitor, #
    # wait for a key press and turn it on again. #
    grep_result_file=$PWD'/x_running'
    # Check if X is running.
    ps -e | grep -e "\bX\b" > $grep_result_file
    ps -e | grep -e "\bxorg\b" >> $grep_result_file
    ps -e | grep -e "\bxserver\b" >> $grep_result_file
    ## If you want to check result file, uncomment following lines.
    #echo "===== $grep_result_file - begin ====="
    #cat $grep_result_file
    #echo "===== $grep_result_file - end ====="
    if [ ! -s $grep_result_file ] || [[ $(tty) =~ tty ]] || [[ $(tty) =~ vc ]]; then
    echo 'Detected X not runnig or you are at console...'
    if [ $UID -ne 0 ]; then
    echo 'You need super user privileges to run this script at console.'
    echo 'Rerun as super user or start X and run from a terminal.'
    exit 0
    fi
    turn_off='vbetool dpms off'
    turn_on='vbetool dpms on'
    else
    echo 'Detected X running...'
    turn_off='xset dpms force off'
    fi
    echo 'Turning off monitor...'
    $turn_off
    echo 'Waiting for a key press...'
    read -n1 -s
    echo 'Turning on monitor...'
    $turn_on
    rm $grep_result_file
    echo 'Finished: monitor_off'
    It checks if X is running or not because at X environment vbetool was a little slow, at least for me.
    That's it!
    I hope this could be useful for someone else.
    Thank you for helping, guys.
    Vinícius
    P.S.: I'm setting this thread as solved, but any suggestion about the script is welcome.

  • [SOLVED] How to turn on font hinting and font anti-aliasing?

    I wanted to configure hinting and anti-aliasing, although I've never used fontconfig before.
    I had been reading https://wiki.archlinux.org/index.php/font_configuration and I have found some contradictions.
    First it says "Configuration can be done globally through /etc/fonts/fonts.conf" and then immidiatelly after that it says "This file is replaced during fontconfig updates and shouldn't be edited".
    Then it says per-user path ~/.fonts.conf is deprecated in turn for $XDG_CONFIG_HOME/fontconfig/fonts.conf with no indication where should this "$XDG_CONFIG_HOME" actually be.
    I get that I am supposed to put my custom XML "somewhere":
    <match target="font">
    <edit name="hinting" mode="assign"><bool>true</bool></edit>
    <edit name="hintstyle" mode="assign"><const>hintfull</const></edit>
    <edit name="antialias" mode="assign"><bool>true</bool></edit>
    </match>
    But I have no idea where?
    Last edited by choosegoose (2015-02-02 23:22:56)

    Normally the $XDG_CONFIG_HOME variable points to .config in your /home/<user> directory.
    So the path that you would use would be: /home/<user>/.config/fontconfig
    Please note that it's DOT config. 
    HTH

  • [Solved] How to install KDE unstable

    I've been meaning to try KDE4.5 to see if it is any more to my liking then the previous versions of KDE 4.
    So how would I go about installing KDE 4.5 on my arch install?
    Last edited by Mmarzex (2010-07-12 15:45:52)

    Mmarzex wrote:
    sand_man wrote:Make sure the [kde-unstable] repo entry in pacman.conf is above the [extra] entry.
    Okay thanks that worked. I wasn't aware that the order in pacman.conf actually matter.
    It does because the name of the app is the same (kde) it will pick it up from the first available repo that has the app/group named kde.
    also, since your question has been answered, please mark the thread as [SOLVED]

  • [SOLVED] Compositing causes screen to freeze in KDE 4.7 with Nouveau

    Hello,
    since the upgrade to KDE 4.7 screen gets [partial] freezes for several seconds (differs) especialy when some repainting is to be done (scrolling in Rekonq/KWrite, opening and closing tabs in Rekonq, playing video in KDE). Usually I can stil see moving the mouse, though the cursor doesn't change on links etc. Also repainting of plasma widgets freezes.
    I'm using nouvea driver for 7600 GS video card:
    multilib/lib32-nouveau-dri 7.11-1
    extra/nouveau-dri 7.11-1
    extra/nouveau-firmware 20091212-4
    extra/xf86-video-nouveau 0.0.16_git20110726-1
    And get foloving in dmesg after a freeze:
    [43244.176746] [drm] nouveau 0000:04:00.0: vm flush timeout: 0x00000022
    and in xorg.log:
    [ 43235.667] [mi] EQ overflowing. The server is probably stuck in an infinite loop.
    Everything is ok with disabled compositing, or with nvidia driver, thogh I do not prefer to use it since it lacks KMS and is proprietary.
    Any idea which splendid new feature of KDE 4.7 causes this? And how to turn it off so I can use compositing again? I tried diasbling new GL 2.0 shaders and setting worser filter in advanced Plasma settings but it didn't help.
    I'll happily provide more info, if I am pointed which one.
    Thank you.
    Last edited by Nicky726 (2011-08-13 10:20:57)

    3-D is currently an unsupported use-at-your-own-risk feature in nouveau. That leads me to conclude that neither project (kwin or nouveau) can be blamed at the moment.
    I had irrecoverable freezes (had to ssh in and reboot) on my 9800 GT while playing videos fullscreen. Turning off the option to disable 3-D for full screen applications solved that problem for me. Compared to that, I'm okay with the temporary one-second freezes (which I see as well).
    Your best bet is to play around and isolate which effects cause the issues for you. Start with no desktop effects checked and work your way up, adding one effect at a time. Maybe you'll discover the culprit that way. Hope that helps.

  • Yoga 2 Pro -- how to turn off switching mode notifications -- e.g. "tent mode", "tablet mode", etc?

    Does anyone know how to turn off the notifications that pop up in the upper right corner telling you that you have just changed from one configuration to another -- e.g. changing from tent mode to tablet mode?
    Solved!
    Go to Solution.

    Just disable it -
    Task manager > Startup > Click "Yoga Picks" > Click "disable"
    Next time you start your computer no more annoying pop ups.  If you want to be annoyed again you can always re-enable it.

  • I`m getting a saffire pro 40,and want to know what and how to turn anything I dont`t need to have running on my 2011 Macbook Pro

    I plan to do some simple live recording ( 6 or 7 simultaneous tracks,and possibly add a few more later ) I want to keep my machine running smooth with the least amount of competition for resources while recording. Any tips and info on what and how to turn off what I don`t need? Or am I getting ahead of myself here?...Just read the manual, fire it up and see what happens?...hmmm, I think I`ll take any help I can get! Oh, and yes,I`ve got the 400 to 800 Firewire cable/adapter situation handled. Thanks!       2011 13" Macbook Pro   Intel i7   firewire 800  5400rpm serial ATA 500Gb  4Gb   2.7Ghz. GarageBand 11      Focusrite Saffire Pro 40                              

    PhilmoreEHT wrote:
    what and how to turn off what I don`t need?                      
    in System Preferences make sure FileVault is off, i'd turn off AirPort, and make sure Energy Saver is set to it's least restrictive settings (like not allowing the hard drive to sleep)
    PhilmoreEHT wrote:
    Or am I getting ahead of myself here?     
    a bit, i wouldn't worry about problems until you run into any. i've recorded a lot more, with a lot less
    PhilmoreEHT wrote:
    5400rpm serial ATA 500Gb
    that is probably the only stumbling block i can see. if you run into an issue where the drive isn't fast enough for the number of Audio tracks with which you wish to work, you can buy a FireWire hard drive to solve it (and shopping around they can be had for under $100 [a lot less if you're willing to "roll-your-own"])

  • How to turn off Manual Feed envelope prompt on printer scrn LaserJet Pro 200 Color MFP M276?

    Somehow, in trying to figure out how to get an envelope to print from the feeder tray (which I found out isn't possible), I turned on something that produces a printer screen prompt that says something like 'Manual Feed" then says the size of envelope and waits for response.  This is every time I print an envelope & it's really a pain and I'm not finding where/how to turn this off.  Can anyone help?  Thanks in advance.

    Hello miebs, and welcome to the HP Forums, I hope you enjoy your experience!
    I see you are having envelope issues. I would love to try and help you, but I do need a little information first. I am linking a few HP Support documents below that will show you how to find which operating system you are using. Also, if you're using Windows, please include whether your operating system is 32-bit or 64-bit. With this information we can provide you with accurate information.
    Mac OS X: How Do I Find Which Mac OS X Version Is on My Computer?
    Which Windows operating system am I running?
    Is the Windows Version on My Computer 32-bit or 64-bit?
    Also, What programs are you printing from?  Does it occur from multiple programs?
    Please let me know what you find.  Thanks for posting on the HP Forums!
    Please click “Accept as Solution " if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks" for helping!
    Jamieson
    I work on behalf of HP
    "Remember, I'm pulling for you, we're all in this together!" - Red Green.

  • How to turn on keyboard light of blackberry Q5?

    I've one month old blackberry Q5, the keyboard lights were working fine but sudden it turned off.
    How to turn on keyboard light?
    Please help !
    Solved!
    Go to Solution.

    Turning phone off, waiting a minute or two, and turn back on seems to have fixed backlight on keyboard ... for now!

  • Retail Display / Demo Mode: How to turn off

    Hello, I recently got a Q10 from a seller on ebay and the unit is in DEMO / RETAIL DISPLAY MODE; can anyone tell me how to turn this off so I can use the phone?
    Or should I just reload the OS using Link or Sachessi? Would that do the trick?
    Thanks. 
    Solved!
    Go to Solution.

    But yeah, in any case, reloading the OS should get rid of demo mode if you don't have access to the password.

  • How to turn on the message notification?

    the message notification on my nokia 5230 is turned off and i dont know how to turn it on... i always have to check my inbox to see if i have any new messages

    I'm having the same problem, my profile has an alert tone set, but still fails to notify me when I recieve a text message. Call alerts are still working. I have tried other profiles and they do not work either.
    I suspect my device may be damaged, since this started happening shortly after I drove into a tree with it in my pocket...
    If it's a software problem, will resetting to factory settings solve it?
    Thanks in advance.

  • How to turn over camera-images?

    Except for photo's I can make short film-shoots with my Fuji Finepix camera. When I import the images in Iphoto, it's not possible to turn-over the video-file, different then photo's. When I play the movie in Iphoto, or in Imovie, the video remains in the wrong position. Does anybody knows how to turn over the video-file in the right position?

    Dear Smtr,
    Thank you for your answer. But how do I rotate video-clips in Iphoto? The rotate-button turns gray when a video-clip is selected. Of course I can check my software, but it would be easier to solve it in Iphoto.

  • How to turn a database status from "in recovery" to "online"?

    How to turn a database status from "in recovery" to "online"?
    We were trying to turn a datase to offline status using management studio - the operation was closed before it could reach the end.

    Hi Brian,
    Thanks for your feedback;
    I have completed the following actions to solve the issue:
    1. Start SQL Server in single user mode.
    2. Check database status: there i noticed that it was normal
    3. Restart SQL Server in multi-user mode
    4. Check database status: normal
    5. Check my data: ok
    Thank you again
    Lulu01
    You should have wait for an while or atleaset you need to check in the sql errorlog, what phases it is or if any issues persists that shows in the errorlog messages.
    also you would have been used sys.databases, to seewhat's the value for state_desc for your database.
    Thanks, Rama Udaya.K (http://rama38udaya.wordpress.com) ---------------------------------------- Please remember to mark the replies as answers if they help and UN-mark them if they provide no help,Vote if they gives you information.

  • How to turn of that email-notification?

    Hi,
    I cant figure out how to turn off email notification. For example I have been posting in some very active treads and Im being bombarded with email notifications. Everytime someone posts something in these threads I get an email
    The threads turn up in "My subscriptions" at the forum start page, but when I click "Manage subscriptions" I have none!
    Please help me get rid of this notification insanity!
    Message Edited by ITemplate on 03-12-2009 10:52 AM

    In the manage subscriptions page you can remove the tick from "Always Receive Subscription Notifications".
    There is also a pop-down menu "show" subscribed messages, choose subscribed threads and then unsubscribe from those threads.
    Hope this helps
    Andy  ______________________________________
    Please remember to come back and mark the post that you feel solved your question as the solution, it earns the member + points
    Did you find a post helpfull? You can thank the member by clicking on the star to the left awarding them Kudos Please add your type, model number and OS to your signature, it helps to help you. Forum Search Option T430 2347-G7U W8 x64, Yoga 10 HD+, Tablet 1838-2BG, T61p 6460-67G W7 x64, T43p 2668-G2G XP, T23 2647-9LG XP, plus a few more. FYI Unsolicited Personal Messages will be ignored.
      Deutsche Community     Comunidad en Español    English Community Русскоязычное Сообщество
    PepperonI blog 

  • How to turn built-in camera on my Satellite A200?

    When I open my Camera Assistant Software and click on the camera icon it give me a error message asking to turn my camera on. I have looked within the software how to turn my camera but I cannot find any way how.
    Does anyone know where to look?

    @ figno
    I have found a very interesting posting. Just for you ;) or just for users who dont use the Forum search option :P
    http://forums.computers.toshiba-europe.com/forums/thread.jspa?threadID=24169
    Jeffrey has posted at the end of this thread a nice link to the Toshiba document which can solve these problems.

Maybe you are looking for

  • Electronic bank statement Germany

    Dear all, I should configure electronic bank statement for a German customer that should change from one system to SAP. Their format on electronic bank statement is MT940 and in the file they have all transactions that appeared on their bank statemen

  • Wpeinit -unattend not working

    In SCCM 2007, I used the (Wpeinit –unattend:"C:\Unattend-PE.xml") method by modifying the Startnet.cmd in order to run a prestart command in my boot images (wim) but for some reason this is not working for me in SCCM 2012? The Unattend-PE.xml contain

  • A popup message comes when using transaction launcher

    Hello experts. I have configured transaction launcher to show a report program output in the UI (stateful not checked). Everything is working fine, but when I click on any other navigation bar links after seeing the report in UI, a pop-up message com

  • Can i add more fields and change colours?/

    Hi this is probably a very simple question, with iCal at the moment i have three fields for appointments which are home/work/calendar. I can't find a way of adding more fields or changing the colours. Can it be done???

  • How to check the dbf files

    Hi, i have 30 DB's running on my server. some arch,redo,ctl files are exist in some location. how do i check weather those files are used by any DB. by manually connecting each database and check the dba_data_files is not possible. could anyone is le