Cpupower - can set performance and powersave governors only

Hi,
I got a HP compaq nx6110 laptop (I know, it's old and slow but it fits my needs for a laptop and it was free ). To increase the time on battery I installed laptop-mode-tools and cpupower. The laptop-mode-tools does what it should but cpupower doesn't set the governors correct.
After modprobing p4_clockmod I can make use of cpupower to get infos:
[root@Laptop wudu]# cpupower frequency-info
analyzing CPU 0:
driver: p4-clockmod
CPUs which run at the same hardware frequency: 0
CPUs which need to have their frequency coordinated by software: 0
maximum transition latency: 10.00 ms.
hardware limits: 175 MHz - 1.40 GHz
available frequency steps: 175 MHz, 350 MHz, 525 MHz, 700 MHz, 875 MHz, 1.05 GHz, 1.23 GHz, 1.40 GHz
available cpufreq governors: ondemand, performance
current policy: frequency should be within 175 MHz and 1.40 GHz.
The governor "performance" may decide which speed to use
within this range.
current CPU frequency is 1.40 GHz (asserted by call to hardware).
boost state support:
Supported: no
Active: no
But I can't set the governor to ondemand:
[root@Laptop wudu]# cpupower frequency-set -g ondemand
Setting cpu: 0
[root@Laptop wudu]# cpupower frequency-info
analyzing CPU 0:
driver: p4-clockmod
CPUs which run at the same hardware frequency: 0
CPUs which need to have their frequency coordinated by software: 0
maximum transition latency: 10.00 ms.
hardware limits: 175 MHz - 1.40 GHz
available frequency steps: 175 MHz, 350 MHz, 525 MHz, 700 MHz, 875 MHz, 1.05 GHz, 1.23 GHz, 1.40 GHz
available cpufreq governors: ondemand, performance
current policy: frequency should be within 175 MHz and 1.40 GHz.
The governor "performance" may decide which speed to use
within this range.
current CPU frequency is 1.40 GHz (asserted by call to hardware).
boost state support:
Supported: no
Active: no
After modprobing cpufreq_conservative and cpufreq_powersave cpupower tells me that these governors are available now:
[root@Laptop wudu]# modprobe cpufreq_conservative
[root@Laptop wudu]# modprobe cpufreq_powersave
[root@Laptop wudu]# cpupower frequency-info
analyzing CPU 0:
driver: p4-clockmod
CPUs which run at the same hardware frequency: 0
CPUs which need to have their frequency coordinated by software: 0
maximum transition latency: 10.00 ms.
hardware limits: 175 MHz - 1.40 GHz
available frequency steps: 175 MHz, 350 MHz, 525 MHz, 700 MHz, 875 MHz, 1.05 GHz, 1.23 GHz, 1.40 GHz
available cpufreq governors: powersave, conservative, ondemand, performance
current policy: frequency should be within 175 MHz and 1.40 GHz.
The governor "performance" may decide which speed to use
within this range.
current CPU frequency is 1.40 GHz (asserted by call to hardware).
boost state support:
Supported: no
Active: no
So I'm trying them:
[root@Laptop wudu]# cpupower frequency-set -g conservative
Setting cpu: 0
[root@Laptop wudu]# cpupower frequency-info
analyzing CPU 0:
driver: p4-clockmod
CPUs which run at the same hardware frequency: 0
CPUs which need to have their frequency coordinated by software: 0
maximum transition latency: 10.00 ms.
hardware limits: 175 MHz - 1.40 GHz
available frequency steps: 175 MHz, 350 MHz, 525 MHz, 700 MHz, 875 MHz, 1.05 GHz, 1.23 GHz, 1.40 GHz
available cpufreq governors: powersave, conservative, ondemand, performance
current policy: frequency should be within 175 MHz and 1.40 GHz.
The governor "performance" may decide which speed to use
within this range.
current CPU frequency is 1.40 GHz (asserted by call to hardware).
boost state support:
Supported: no
Active: no
[root@Laptop wudu]# cpupower frequency-set -g powersave
Setting cpu: 0
[root@Laptop wudu]# cpupower frequency-info
analyzing CPU 0:
driver: p4-clockmod
CPUs which run at the same hardware frequency: 0
CPUs which need to have their frequency coordinated by software: 0
maximum transition latency: 10.00 ms.
hardware limits: 175 MHz - 1.40 GHz
available frequency steps: 175 MHz, 350 MHz, 525 MHz, 700 MHz, 875 MHz, 1.05 GHz, 1.23 GHz, 1.40 GHz
available cpufreq governors: powersave, conservative, ondemand, performance
current policy: frequency should be within 175 MHz and 1.40 GHz.
The governor "powersave" may decide which speed to use
within this range.
current CPU frequency is 175 MHz (asserted by call to hardware).
boost state support:
Supported: no
Active: no
As you can see cpupower can just set performance and powersave. I want to use ondemand when on battery because the laptop is already slow in performance mode but nearly unusable when in powersave mode (175MHz).
BTW I can set to all speeds listed manually. Showing you with 875MHz as example:
[root@Laptop wudu]# cpupower frequency-set -u 875000
Setting cpu: 0
[root@Laptop wudu]# cpupower frequency-info
analyzing CPU 0:
driver: p4-clockmod
CPUs which run at the same hardware frequency: 0
CPUs which need to have their frequency coordinated by software: 0
maximum transition latency: 10.00 ms.
hardware limits: 175 MHz - 1.40 GHz
available frequency steps: 175 MHz, 350 MHz, 525 MHz, 700 MHz, 875 MHz, 1.05 GHz, 1.23 GHz, 1.40 GHz
available cpufreq governors: powersave, conservative, ondemand, performance
current policy: frequency should be within 175 MHz and 875 MHz.
The governor "performance" may decide which speed to use
within this range.
current CPU frequency is 875 MHz (asserted by call to hardware).
boost state support:
Supported: no
Active: no
Hope some one has an idea...
Thanks in advance.

It's an Intel Celeron CPU and according to https://wiki.archlinux.org/index.php/CP … ncy_driver p4_clockmod is correct.
Trying to modprobe acpi-cpufreq gives me that:
[root@Laptop wudu]# modprobe acpi-cpufreq
modprobe: ERROR: could not insert 'acpi_cpufreq': No such device
And p4_clockmod puts speedstep-lib in as well:
[root@Laptop wudu]# lsmod | grep p4
p4_clockmod 3201 0
speedstep_lib 5136 1 p4_clockmod
With speedstep-lib loaded without p4_clockmod I can't use cpupower:
[root@Laptop wudu]# rmmod p4_clockmod
[root@Laptop wudu]# lsmod | grep p4
[root@Laptop wudu]# lsmod | grep speed
speedstep_lib 5136 0
[root@Laptop wudu]# cpupower frequency-info
analyzing CPU 0:
no or unknown cpufreq driver is active on this CPU
boost state support:
Supported: no
Active: no

Similar Messages

  • What if my ipod touch 4th generation can't update and now the only option is to restore it. And i don't know what happens if i press restore?

    What if my ipod touch 4th generation can't update and now the only option is to restore it.
    And i don't know what happens if i press restore?
    Will it show my back up and back it up or what?
    And if that does happen will all my pictures stil be there?
    Also i'm not on a apple computer.

    To restore from backup see:
    iOS: Back up and restore your iOS device with iCloud or iTunes       
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload most iTunes purchases by:           
    Downloading past purchases from the App Store, iBookstore, and iTunes Store        
    Either a PC or Mac work the same.
    The photos in our iPod's Camera Roll album will be restored as will the last 30 days of photos in our PhotoStream album

  • I am having problems being able to sign out of everything that requires a sign in and password can you help and some games only show have the page

    I have been doing online banking with this bank for 7 months with no problems. About 2 weeks ago I started having problems with certain things within the account. I called the support team with the bank and told them the problem and they suggested to uninstall firefox and reinstall so I did. Now I can move around within the account but can not sign off. Also all my accounts that require a sign in I have the same problem and some games I play only load up part of the game. I play goldminer and now I can not see the little miner to play the game. Can you help????????

    That issue can be caused by corrupted cookies.
    *https://support.mozilla.org/kb/Cannot+log+in+to+websites
    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"
    If clearing the cookies doesn't help then it is possible that the file <i>cookies.sqlite</i> that stores the cookies is corrupted.<br />
    Rename (or delete) <b>cookies.sqlite</b> (cookies.sqlite.old) and delete other present cookie files like <b>cookies.sqlite-journal</b> in the Firefox Profile Folder in case the file cookies.sqlite got corrupted.
    *http://kb.mozillazine.org/Cookies

  • Is there a setting in Mail where you can set Peak and Off Peak times so mail is not always "pushed"?

    I like getting my emails Pushed to me but is it possible to set times when the Push actually occurs?  For example, between 11pm and 6am you get emails sent to your phone every hour and not pushed?

    Hi Alfred,
    Hope you can help me as well. Even prior to upgrading to iO7 on my iPhone, my email aliases suddenly stopped working on my iPhone 5. I deleted the primary account and added it back in, but the previous method of adding the other aliases didn't work anymore. I did find the option to 'add another email,' and pressing 'return' did not allow the alias to save - I got an error message that said: "Invalid email address. Please enter a valid email address for this account."
    It's critical for me to be reply 'from' these other aliases, and iO7 no longer allows you to add multiple comma-separated valued to the defaul/main IMAP address.
    Can you help?
    Many thanks in advance for any help!

  • How to configure to run SNP that creates only PReq and Stock Transfer only?

    Hi all,
    I am very new to SCM.
    Please help me on the scenario like this:
    -There are 3 Distribution Centers (DC): 2400, 2500, 3800 and a Vendor: 1003.
    -Each DC can take products from otherDC. But only DC 2400 can directly send purchase requisition to Vendor  1003 when no stock at all DCs.
    -There is a Forecast released from Demand Planning to SNP, that is 1000 products at Distribution Center 2400.
    -I will run SNP Heuristic (or Capabable to Match or Optimization) to cover this demand.
    -Usually, SNP can create: Purchase Requisition, Stock transfer Requistion, and Planned Order.
                         But I only want the SNP to create Purchase Requisition and Stock Stransfer only.
    The question are:
    1.In which situations (tock situation,u2026) the system can create Requisition and Stock Stransfer only ?
    2.I need create a new Supply Chain  Model (Model) and a new Planning Version from scratch. How can I configure the system (Transportation lanes, Product Master Data, Procurement type in product masteru2026) and make it run to satisfy this scenario?
    3.Do I need setting differently for each SNP method ( Heuristic, Capable to Match, Optimization)?
    Thanks very much for your support.
    XuanDuyen

    Dear Mr. Aparna,
    Thanks for your quick reply.
    Now I haved created a model like the scenario with product T-F204 and can run. ( I do not use vendor 1003. I created the Plant 1000 instead). But as you said, when I run with SNP Heuristic method (Network level), the system alert:
      u201C Error exist in Locationsu2019 processing sequence for product T-F204u201D
    However, I search internet and found a book about CTM. It also discuss about this and the solution as below:
    u201CRecursive Replenishment
    When using complex supply chains, with many locations and various directional
    supply routes, it can be easy to confuse a level-by-level planning tool. In certain
    situations, recursive planning can occur. Recursiveness, is when the planning
    algorithm is thrown into a loop (circular replenishment). Location 1000 can ship
    to location 2400, and location 2400 can ship to location 1000. Situations such as
    this can cause the CTM engine to terminate since it cannot find a starting point.
     The solution: Reduce to number of muximum consecutive transport order chains.
    Within the CTMProfile, Settingsu2192Master Data Settings tab, planners can control
    the sources of supply for External Procurement. With the parameter Maximum
    Number of Consecutive Stock Transfers, you determine how many consecutive
    stock transfers CTM planning can create. This value does not restrict the total
    number of stock transfers for a demand. If you enter a value here, you can prevent
    the system from transporting the receipts for a demand over several locations due
    to the procurement priority. Also, you must have modeled the master data in such
    a way that a direct stock transfer is possible if the system ignores the procurement
    priority. If a direct stock transfer is not possible, CTM cannot fulfill the demand.u201D
    Currently, our system runs only with Heuristic. It could not run CTM and Optimization so I could not check.
    My questions are:
    1.     Is the solution of the book can apply for my bi-direction transportation lanes requirement?
    2.     If it is true, with my scenario, what is the best u201CMaximum Number of Consecutive Stock Transfersu201D I can set?
    3.     How can I model u201Cthe master data in such a way that a direct stock transfer is possible if the system ignores the procurement priorityu201D?
    Please follow the link to download the book (and view page 107 of book (page 117 of Acrobat Reader) as bellow if you want:
    http://www.mediafire.com/?9clag9op3lm0iv9
    Thanks very much for your help!
    Xuanduyen

  • Passport restart when set date and time automatical austrian mountain

    Hi guys sorry for my poor english. I was for four days in austrian mountain. There are a lot of areas without any connection (thats ok in mountain...). but why restartet my passport two counts per day? Only when it, set date and time automatical. After deactivat of this option my passport works normal without any restarts. My passport has follow infos: SQW100-1 softwareversion 10.3.1.1779.On 2000 meter was a mountain hut with an strong wireless repeater. Maybe it was the problem. Nobody on the hut has any problems with restarts... ok i was alone with my blackberry. nobody realy nobody on this mountain hut use a blackberry. Back from mountain i can set date and time automatical... and it works fine without problems. by the way i was the only one after four days with an active phone... Some IPads works on fourth day.... but how in hell go into a mountain with an IPad!?  living area germany wireless carrier O2

    When ATV is setting date and time, and hangs there, it usually indicate there isn't a network connection.  Is your router still working, is the Internet for all the other computers on the same network working?  Have you tried changing from WiFi connection to Ethernet or vice versa?

  • Setting app language to English only

    Hi, I seem to be getting a lot of Chinese and Arabic apps come up when I search on the apps store, especially in the categories section.
    Is there anyway I can set this to English language only.
    Many thanks

    If you are a member of the U.S. Armed forces I would recomend that you use your home of record as your address in your iTunes account and this would solve most of your problems. Also buy itunes gift cards on base at the PX. I set my Account up for my US address even though I live and work in Poland. The only problem I have is getting gift cars so I can add $ to my account. I just ask my boss who comes to Poland at least once a month to buy them in the states for me. works quit well.

  • How to set username and password at line vty 0 4?

    hi guys,
    would like to know how i can set username and password so when i telnet to the router, i can login as username and password..?
    thks,
    ken

    Hi,
    for a simple telnet password with user name & password, find the steps below,
    aaa new-model
    username password
    line vty 0 4
    password
    login local
    if you wanted different types of users to login with different privilagez,do the following
    username privilege 15 password
    username privilege 5 password
    privilege exec level 15 conf t
    privilege exec level 5 show
    line vty 0 4
    password
    login local
    in the above statement "privilege exec level 15 "will have full access, "privilege exec level 5" will have the limited like "show" related
    hope this helps.
    rate this post if cleared.

  • Setting height and maxiHeight for indivisual rows of DataGrid

    Can I set the height and maxHeight of each row of the
    AdvancedDataGrid. Like we can set width and maxWidth of each
    column?

    Can I set the height and maxHeight of each row of the
    AdvancedDataGrid. Like we can set width and maxWidth of each
    column?

  • [SOLVED] cpupower/systemd, cannot set 'performance' governor at boot

    Hi all, i upgraded to systemd and everything is working fine and faster: the only one thing i'm missing is cpufrequtils since this was the only way to set the "performance" governor at boot and have it stay this way.
    Since i upgraded to cpupower and enabled the cpupower.service unit, the governor is automatically switched to ondemand even if i specified performance in the /etc/conf.d/cpupower config file: i don't get what's happening because if i restart the cpupower.service unit manually everything is fine and it will not switch to ondemand on its own o_O
    Processor information
    vendor_id : GenuineIntel
    cpu family : 6
    model : 26
    model name : Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz
    stepping : 5
    microcode : 0x11
    cpu MHz : 1600.000
    cache size : 8192 KB
    physical id : 0
    siblings : 8
    core id : 3
    cpu cores : 4
    apicid : 7
    initial apicid : 7
    fpu : yes
    fpu_exception : yes
    cpuid level : 11
    wp : yes
    flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
    bogomips : 5322.83
    clflush size : 64
    cache_alignment : 64
    address sizes : 36 bits physical, 48 bits virtual
    power management:
    /etc/conf.d/cpupower
    # Define CPUs governor
    # valid governors: ondemand, performance, powersave, conservative, userspace.
    governor='performance'
    # Limit frequency range
    # Valid suffixes: Hz, kHz (default), MHz, GHz, THz
    #min_freq="2668MHz"
    #max_freq="2668MHz"
    # Specific frequency to be set.
    # Requires userspace governor to be available and loaded.
    #freq=
    # Utilizes cores in one processor package/socket first before processes are
    # scheduled to other processor packages/sockets.
    # See man (1) CPUPOWER-SET for additional details.
    #mc_scheduler=0
    # Utilizes thread siblings of one processor core first before processes are
    # scheduled to other cores. See man (1) CPUPOWER-SET for additional details.
    #smp_scheduler=0
    # Sets a register on supported Intel processore which allows software to convey
    # its policy for the relative importance of performance versus energy savings to
    # the processor. See man (1) CPUPOWER-SET for additional details.
    #perf_bias=
    # vim:set ts=2 sw=2 ft=sh et:
    sytemctl status cpupower.service
    cpupower.service - Apply cpupower configuration
    Loaded: loaded (/usr/lib/systemd/system/cpupower.service; enabled)
    Active: active (exited) since Sat, 01 Sep 2012 10:50:05 +0200; 1min 27s ago
    Process: 2148 ExecStart=/usr/lib/systemd/scripts/cpupower (code=exited, status=0/SUCCESS)
    CGroup: name=systemd:/system/cpupower.service
    journalctl |grep -i cpupower
    (empty)
    I even tried to mimic an rc.local with a custom service i use to set RTC max frequency (for the Android emulator) but it doesn't set the governor to performance, even if i know this script works since i can query max_user_freq and read 2048 as i need it to be, here is the script launched by the custom service.
    #!/bin/bash
    echo 2048 > /sys/class/rtc/rtc0/max_user_freq
    echo 2048 > /proc/sys/dev/hpet/max-user-freq
    cpupower frequency-set -g performance
    Does this happen for you too? I remember having this problem one year ago, and switched to cpufrequtils since that was working: now that is being deprecated i would like to pinpoint the problem and solve it once and for all, can you help me?
    I think i could auto-start some script via gnome-session-properties but i would love to have a systemd-only solution working :-/
    Thank you,
    Manuel
    Last edited by bmanuel (2012-09-07 17:39:01)

    z0id wrote:Are the proper kernel modules loaded?
    Sure they are, "ondemand" and "performance" modules should be compiled-in into the default kernel, i can even run it *after* logging in gnome-shell and the settings will stay correctly.
    $ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors
    ondemand performance

  • How can i get the homepage i want to remain the perminate homepage? I have done everything it tells you to set homepage and it only saves it while the current browser is open. When I close out browser and reopen it is gone.

    When i set the homepage of my choice it will only remain until i close out the browser. once i reopen the browser it is no longer there. The past version of firefox would keep the homepage of choice. I have done everything that is necessary to set homepage and it will not save it. What needs to be done?

    Which web page is getting reset as the homepage?
    You probably picked up some malware, maybe as a result of installing that My Web Search Plugin Stub for 32-bit Windows.
    Install, update, and run these programs in this order. They are all free for personal use, but some have limited functionality in the "free mode" - but those are features you really don't need to find and remove the problem that you have. <br />'''''(Not all programs detect the same Malware.)'''''
    Malwarebytes' Anti-Malware - [http://www.malwarebytes.org/mbam.php] <br />
    SuperAntispyware - [http://www.superantispyware.com/] <br />
    AdAware - [http://www.lavasoftusa.com/software/adaware/] <br />
    Spybot Search & Destroy - [http://www.safer-networking.org/en/index.html] <br />
    If these don't find it or can't clear it, post in one of these forums for specialized malware removal help: <br />
    [http://www.spywarewarrior.com/index.php] <br />
    [http://forum.aumha.org/] <br />
    [http://www.spywareinfoforum.com/] <br />
    [http://bleepingcomputer.com]

  • ITunes tells me "Could not be used because the original file could not be found. Would you like to locate it?"  I can locate it and all my other music, but can only open one song at a time.  How do I set it to open all my music whenever I want it?

    iTunes tells me my song selection: "Could not be used because the original file could not be found. Would you like to locate it?"  I can locate it and all my other music, but can only open one song at a time.  How do I set it to open all my music whenever I want?
    Message was edited by: Woildbill

    I just spent several hours dealing with this when switching to a new PC. It was extremely frustrating as I knew my files were on my external HD but no matter how many times I copied my old iTunes folder over the files were still missing...because dummy me had forgotten to "unhide folders" on my new PC and my old files were actually stored in a hidden folder created long long ago.
    This is how I did it on Windows 7 with iTunes 10
    1. Look in iTunes Advanced Preferences to see where iTunes is saving files. (Edit, Preferences, Advanced)
         Example: C:/Users/Woildbill/My Music/iTunes/Music
    2. Ensure you are able to see hidden files - Control Panel, Folder Option, View, Show Hidden Files
    3. Use Your Computer's Search Function to Locate the Missing File (Start, Search, type name of song - I started my search in "My Music" folder but be sure to expand to entire Computer if not found right away)
    4. In Search Results, right-click found folder and select properties. This will tell you where the file is actually stored.
    5. Use Windows Explorer (right-click start) to navigate to the location of the file. It is likley your other missing files are in the same location.
    6. In Windows Explorer, copy the newly located files to the iTumes location from Step 1 and everything should work again.
    Hope this helps!

  • I am using NI DAQ6508, I would to know if I can set port C upper 4 bits for input and lower 4 bits to perform output operations. I am aware that Port B and Port C have all 8 bits as input or output.

    The Daq manual indicates that port c (under mode 0) can be configured such that the nibbles can perform independently.

    Hey Sesh,
    If you refer to the Traditional NI-DAQ Function Reference Help, and then the function DIG_Prt_Config, it states, that ports 0,3,6, and 9 of the 6508 can be used as bidirectional, but only when you use handshaking. So the answer is no, you cannot configure port C with four input and four output lines.
    However, I have attached a c file that contains the function calls necessary to configure the lines separately on an E Series digital board. Feel free to try these calls out and let us know if it doesn't fail, although our KnowledgeBase says that it should.
    Justin T.
    Attachments:
    digital_ud.c ‏4 KB

  • When I play games in Mozilla on fb..some setting changed and now the pop up window that appears to send gifts to my friends only lists 3 ppl at a time some games i have a scroll down button others i dont..can u help m fix this please?

    When I play games in Mozilla on fb..some setting changed and now the pop up window that appears to send gifts to my friends only lists 3 ppl at a time some games i have a scroll down button others i dont..can u help m fix this please?

    Hi Winnie
    Unfortunately I have been sick and did not read the message before. I apologize.
    I have not received help beyond what is on the page. But when I get I tell you.
    I hope you can get answers. If you receive, I ask that you share with me.
    thank you very much
    best regards
    AC
    Date: Mon, 27 Feb 2012 09:33:10 -0700
    From: [email protected]
    To: [email protected]
    Subject: Pop up Window before saving remembering the need (forcing) to fill required fields in a form
        Re: Pop up Window before saving remembering the need (forcing) to fill required fields in a form
        created by Win_Form in Forms - View the full discussion
    Hi ACI wonder if you can share any responses on to your question above?I too have never used a script but, I have the same problems as you in regards to building a form. And wants to have the same 'protection' and message reminders for the end users. Any information, including a script and/or a contact email of experts you can share with me will help tremendously. Thank you so much in advance. Winnie
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4232307#4232307
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4232307#4232307. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Forms by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Is there a way to force time can only be set to "Set date and time automatically"?

    I am using OS X 10.9 .5 , and here is what I want to do.
    When you click "Open Date & Time Preference", you will find an option that states "Set date and time automatically". And of course you can chose not to do that, and adjust the time.
    But can you remove that option? So your OS X is forced to chose the mode "Set date and time automatically" no matter what you do? (aka you can't adjust the time by yourself now.)
    Is that possible? Is there an app that can achieve this goal or can you do that at Terminal?
    Thanks in advance.

    There's a similar setting in iPhoto preferences (in iLife '08 versions and later), or in Image Capture preferences (if you're using iLife '06 or earlier). Check those settings as well.

Maybe you are looking for

  • Making an element scroll independently of the page

    I would like to make a lightbox slideshow with 100+ photos. For aesthetics purposes, I want the thumbnail container to display 9 at a time, and the user to be able to scroll down within the container so all are able to be viewed. Is the possible

  • Interlocked operations in user-mode

    Hi, I understand there isn't a interface for interlocked operations in user-mode. I would appreciate any help on how to write an implementation by myself. This help should also include how to compile assembler files in SOLARIS , or how to inline asse

  • Photoshop does not remember my preformance settings.

    Hello I have Win XP and using Photoshop CS4,  everytime I make a change under  EDIT / PREFERENCE / PREFORMANCE/  and set my desired settings, when ever I restart wwindows and check those prefrences they go back to the default mode.  But my work statt

  • Easing Behaviors

    I'm looking at the spin behavior right now and I want to stop the rotation at a certain point. If you just trim the out point of the behavior it stops but it has a constant rate up to the out point. Is there a way to ease into this stop point while s

  • How can I stop the "Are you sure you want to close this window?" box?

    Hello, Could someone please tell me how to stop safari/google from warning when there is text written in the search query box of google and I try to close the window? The message runs as follow: "*Are you sure you want to close this window?* You have