Bandwidth fine tuning

Hello

Nice day.

Thank you everyone for the wonderful support... we're trying to refine the configuration of bandwidth on our tours and need your help

We have active .policing for Netbios trafficon our metro LAN circuit and 30% of the bandwidth is allocated (with bandwidth control), rest all that traffic has 70% of bandwidth. It's initially slow when the data is copied by several users.  We never see that circuit is used at 100%.

Could you be it someone please let me know if we can capture the QoS configuration as far as Netbios can deal with the surplus of available bandwidth and should not cause any famine bandwidth for rest any cause of traffic which is critical.

If there is congestion, no netbios traffic shouldn't be deleted.

I think that the priority queues can be active but not an expert on Queuing technology :-(needs your help

Thanks in advance

Disclaimer

The author of this announcement offers the information in this publication without compensation and with the understanding of the reader that there is no implicit or explicit adequacy or adaptation to any purpose. Information provided is for information purposes only and should not be interpreted as making the professional advice of any kind. Use information from this announcement is only at risk of the reader.

RESPONSIBILITY

Any author will be responsible for any damage that it (including, without limitation, damages for loss of use, data or profits) arising out of the use or inability to use the information in the view even if author has been advised of the possibility of such damages.

Poster

The problem with 6500 LAN QoS, it can prioritize different traffic, but priority is when there is congestion, which happens when the port is congested.  When you have low-speed bandwidth, you'll have a problems of congestion downstream, but your switch will not deal with it.

Law enforcement doesn't create congestion.  You can ensure a portion of the traffic is unusable on its allocated bandwidth, but prevents them from using the available bandwidth, and it's not the same.

Basically, the 6500, with LAN cards, does not lend itself to a low speed hand-off bandwidth.  If you want to effectively manage your problem, you need something "better."

Tags: Cisco Network

Similar Questions

  • Use the mouse to perform fine tuning settings

    I just installed Ligthroom improved Ligthroom 1.4 2.5; It seems that I can't no more fine tuning of the adjustment by using the mouse wheel, but I am stock to move slides by dragging with the mouse or by entering a value...

    is the ability of mouse wheel to make the SETTINGS abandoned with Ligthroom 2.5; If this is not the case, how I got on the use of the mouse wheel?

    Thank you

    The ability to use the scroll wheel of the mouse for cursor adjustments has been removed from Lr2 as it was causing data loss. 'Some' mouse models you can press the scroll wheel to activate the function, but I do not have models.

  • fine tuning of the FMS

    Hi all

    Could someone help me suggest some items related to the performance of the FMS tweaking as one of my management server is inefficient and would like to know where are the vulnerabilities and want to remove unwanted stuff that is really carry out the execution.

    -Shiva

    There's a Foglight performance tuning guide

    http://eDOCS.quest.com/Foglight/567/files/FoglightPerformanceTuning_Field.PDF

    When you look at dashboards performance Foglight, Foglight (or Management Server) > diagnosis > Performance, you can see the use of memory, use of connection pool and other performance data.

    There may be some resons of many performance issues, the question may be the use of the memory JVM that needs to increase memory, it can be use to the pool connection that need tweaking, the backend DB which is used and who has problems, unhandled alarms and stay in memory, issue BONES, the parameters of the virtual machine to the machine , the FMS is running on.

    If you open a support case and send support a support package for Foglight Server they can help you with these performance issues, they will also need to know if it's all the edge who have problems or those specific tables as well as OS information and details on the BONE being virtualized or physical host.

    Hope this helps,

    Golan

  • Fine tuning JRockit in NetBeans6.1

    Hello
    I am a new user of JRockit and I am facing a problem in the Jrockit setting in Netbeans6.1. Actually I'm setting options of tunning in VMOptions netbeans6.1 as -XgcPrio: pausetime - XpauseTarget: 10 ms. as I hear the pause time to 10 ms, but it shows put it as...

    init:
    DEPS-jar:
    compile:
    run:
    * 1 [main Thread | http://forums.oracle.com//] INFO com.foo.bar.MyApp - entry request
    * 23 [main Thread | http://forums.oracle.com//] DEBUG com.foo.Bar - did it again! *
    * 24 [main Thread | http://forums.oracle.com//] INFO com.foo.bar.MyApp - outgoing request
    BUILD successful (total time: 1 second)

    and I am unsing the next version of JRockit.

    Java version "1.6.0_05".
    Java (TM) SE Runtime Environment (build 1.6.0_05 - b13)
    BEA JRockit (R) (build R27.6.0-50_o-100423-1.6.0_05-20080626-2104-linux-ia32, update mode)


    Your help will be appreciated.



    Thank you

    Hi the gills.

    JRA data usually shows a value that is a sum of all breaks in a GC cycle. Each individual break must be less than 10 ms, but there are 3 (or 4?) break phases spread over time so the amount may be larger than your configured value. Make sure that you are looking at the point of good data.

    Having said that - 70 ms seems high. Down to 10 ms or less requires reasonably powerful material (my laptop dual core is not enough in most cases) and there are some models of application that should be avoided such as excessive use of finalizers, and other objects of reference. There is some information in the docs on it:
    http://e-docs.BEA.com/wlrt/docs20/intro_wlrt/tuning.html

    You can send your file JRA to jrockit - improve AT oracle DOT com for your comments. Or get one of JRRT Oracle experts involved to help you set your environment and application - check with your local sales office Oracle.

    You don't need a license for version 3.0 of JRRT file - the license file is required for legacy BEA releases. Oracle uses no technical license controls.

    Kind regards

    Henrik

  • character movement needs fine tuning

    This code to move my mc hero around the screen.

    However, when you click directly below or above the mc it does not move. When I say directly above, I want to say the angle distance. That is to say: I am well above the mc, but it does not move.

    Kids are going to read that and he needs to be more sensitive, or they feel frustrated.

    var speed: Number =. 99;

    public void onEnterFrame(event:Event):void {}

    var xDistance:Number = clickPoint.x - this.hero.x;

    var yDistance:Number = clickPoint.y - this.hero.y;

    if (Math.abs (xDistance) > 10) {}

    var angle: Number = Math.atan2 (yDistance, xDistance);

    this.hero.x += v * Math.cos (angle);

    this.hero.y += v * Math.sin (angle);

    { } else {}

    this.hero.gotoAndPlay ("static");

    }

    enemy1.x = speed * enemy1.x +(1-speed) * hero.x;

    enemy1.y = speed * enemy1.y +(1-speed) * hero.y;

    if (clickPoint.x > = hero.x) {}

    this.hero.gotoAndPlay ("right");

    / / trace (Math.abs (xDistance));

    }

    if (this.hero.x > = clickPoint.x) {}

    this.hero.gotoAndPlay ("left");

    / / trace (Math.abs (xDistance));

    }

    }

    Glad I could help!

  • Fine-tuning a spry navigation bar

    I'm changing a little navigation bars.  Web design and Dreamweaver is very new to me, I don't know all the terminology.  The width of my sidebar is good but the actual box that contains words like how to help our topic is not wide enough and worth to two lines by default.  There is plenty of room on each side to expand it without having to change the width of the sidebar, but I know not where to do.  I guess that's in the padding somewhere, but don't know where to look.

    There is a detailed tutorial on customizing a menu bar Spry on my site at http://foundationphp.com/tutorials/sprymenu/customize1.php. It also explains how to change the width of the menu items.

  • In edit mode: Fine tuning off audio tempo

    Hey all,.

    I've been recording guitar and singing, and often overall, is good, except for only 1 or two places where the game accelerates or slows down a little by taking it seem sloppy.

    I have not found a way to "bump" or "nudge" of small portions of an audio file to manually put in the time. Something like that, you would be as it should completely for any record type.

    Are plugins that can help?

    threeshirtlessmen wrote:

    I have not found a way to "bump" or "nudge" of small portions of an audio file to manually put in the time. Something like that, you would be as it should completely for any record type.

    But this does not mean that there isn't a way to do, but it's just that it's not what change the display is for.

    If you need to do this, put your part in multitrack view and put two copies on adjacent tracks, initially in the same place vertically. When you get the first instance synchronization errors (let's call it the title of 'master'), to a split in the beginning and then cut the clip after the split, so it is not show more for the duration of the appropriate section.

    Either way, put shrapnel around the part you want to move. At this point, it is easier to spend the rest of the second track off a little. All you do then is to drag the second track where the timing is best and crossfade between the captain and the second delayed piece and then come back. You can do this with an amazing accuracy if you zoom in, and using the crossfade performs the join inaudible, with a little practice. It's almost harder to describe what to do, but once you get used to it, it becomes almost second nature - I use this a lot when reassembling takes and spot errors in acoustic recordings. When you're done and he got correct, you can mix the track down to a single instance again if you wish - it should not remain as a composite multitrack.

    Strictly speaking, you can do a lot of that with an instance of the component, just by splitting and slippery, but usually it's easier to do it with two, especially when it comes to getting the ends to coincide again in time. The whole process is sometimes known as a variant of the technique of 'chequerboarding', and there is almost never.

  • FabricPath or OTV between two data center using Direct fiber cable

    Hello

    I have two data center both of them has the same equipment N7k, N5k and N2k, and we want the dataCenter being active/active, I'm really confused to use OTV or FabricPath characteristic, if someone can help me with my scenario and explain to me what is the best solution and advantage and disadvantage between OTV and PabrcPath.

    Many thanks in advance

    Hi Steven,

    No problem, I'll go through your points as completely as possible. I advise you to read more about these protocols, maybe if you have access to INE or similar, see their videos on this. I would also like to say again that I have not seen all documentation Cisco indicating that FabricPath to be used as a DCI.

    With regard to the way fabric you ask what follows...

     1. only can use it between two datacenters of you have more we can't, please correct me?

    No, you can use the path of fabric with more than two data centers, but even with OTV, you can use it with more than two data centers.

     2. HSRP localization can not be implemented as OTV. However You can have two differnet Gateways at the Data Center 1 and 2 using two different HSRP groups. If server is moved dynamically from, (i didn't understand this point can you please explain with example?

    OK, so this is a GREAT topic. Location of HSRP CAN be implemented with OTV, but cannot be implemented with fabric path. First hop redundancy protocols can be localized and is supported by Cisco with OTV, this basically allows the same default gateway to reside in two of your data centers providing the ACTIVE/ACTIVE configuration. So no matter where your VM is, they did not change their default, even if gateway your servers to move to the other datacenter.

    If we didn't have this, we would have only an active member of HSRP divided between DC and things would be extremely troublesome in regard to traffic flows. A virtual machine in DC2 VLAN needs to talk to host in VLAN B. But the default gateway is completely in DC1. So frame is sent to the ICD in DC1, then the gateway by default, routes packets VLAN B. This VLAN B lies in fact in DC2, so now it has to go all the way back to DC2. You get my point...? :)

    With localization happen only local to the domain controller. If all servers / VMS in the domain controller can speak locally to its "own" default gateway.

     3. unknown unicast flooding (can you give me an example?)

    Unknown unicast traffic is unicast packets/images with unknown destination mac address. By default, switches are flooding this type of traffic to all ports in the VLAN. With path of fabric that would take place during your DCI, but with OTV, it is all taken care locally, so massive savings on bandwidth here and it is much more effective.

     4. ARP optimization between Data Center (can you give an example regarding ARP optimization?)

    There is another function of OTV, which makes it far superior on the way of tissue. Essentially, we are reducing the volume of traffic passing through the transport infrastructure (i.e. ICD)

    When ARP, host in DC1 to host that responds in DC2, we use links and there is travel time of package that might be minimal, but is not the most optimal. OTV AED - or edge device spy ARP response and subsequently knows that this mapping exists from there. ARP takes place after the first Protocol, the EDA almost proxy ARP to DC1 so the ARP request locally does not have to travel to DC2.

     5. Typically two flows (Odd VLANs by OTV-VDC-1 and even vlans by OTV-VDC-2) carry the entire layer 2 traffic flow between the two Data Centes. Hence the load balancing the links is not efficient. ( (can you explain compare with FabricPath if you have example?)

    IMHO, it's bad and good. Balance the workload of the OTV if you have more than an AED on site. VLAN strange appointment via an AED, even numbered VLAN go through the other. Depending on traffic on VLANs, this could become unbalanced. Fabric used by all its links to mac addresses 'route' to the respective SID - ID switch she needs to do. So perhaps a better uniformity of split here.

     6. VLAN scalability for OTV is lower than FabricPath as of this content writing. (can you explain what this mean i didn't understand it)

    I completely disagree with this comment. I too do not understand.

     7. Resiliency of FabricPath network is better than OTV in some failure scenarios.(can me an example ?)

    I also disagree with that. Resilience of path of fabric could be same as OTV or perhaps better. However, my personal experience is that OTV fine tuning with things like BFD failover is much faster!

    Fabric is good because the control of aircraft ISIS and its operation is admirable, but could say the same for the OTV.

    Lets say one of the DCI links had to die, the transmission of the tissue path would continue through the other links, then perhaps for low latency, high frequency, environments that would be beneficial. OTV will change the EDA and re - learn mac, announced by other AEDS, addresses, but as I said, the time could be extremely minimal and tuning. This isn't a big deal, unless you need under second time convergence!

    I hope that I have answered your questions, I recommend use for your DCI OTV, use the path of fabric for your inside of local switching in your DC. This has been implemented repeatedly and the links I sent you the models validated Cisco also point out.

    Remember - fabric has been built to be a step towards TRILL, and replacement of protocols spanning-tree, OTV was built especially for the dci. They are both built and examples of specific design. It makes no sense to get these confused or mixed up, unless there is a real and pressing the case.

    Joel conclusion is right, use the right tools for the job. If the use case is good for the FP then OK, if not, OTV.

    Rcmnd - reading http://www.packetmischief.ca/2013/04/23/DCI-series-overlay-transport-vir...

    These are just my thoughts.

    Bilal (CCIE #45032)

  • Finetune lunch locations

    Hello! I'm sorry that if this has been asked before, I couldn't find.

    Is it possible that I can %-finetune locations with midi in logic pro x (latest version)?

    (I'm programming channels and they need to be fine-tuned pennies harmonize perfectly with another instrument)

    My only idea is to convert strings and use flexpitch on them, but there is no way to midi?

    Thank you in advance.

    d.

    IF you want to fine chain of tune that are "Audio" correct?

  • Z600: New to me Z600

    I just finished setting up my new to me Z600 with 2 processors E5640 and 18 GB of ram (said the pub 16 GB but she actually had 3x2gb and 3x4gb).

    I already did some reaseach on this forum and I got lucky with the latest version of the motherboard. I have 48 gb of ram on the way and plan to discover updates as funds allow.

    Couple of things, I am curious about at this stage.

    (1) the LED on the power button does not light upward. I saw refernce to this topic somewhere and they have may be burned. Unless there is a BIOS setting I'm missing that seems to be the only plausible cause. The machine seems to work as it should.

    (2) I'm missing the top trim of the grill and the rear handle. In my view, it was mounted in a rack. Its a minnor thing, but I would replace it if I can. I came with P/N 536605-001, is this correct? I found one on ebay with a suspicious image, anyone know any other source (I tried)?

    You clearly have this well-studied.  Here is some info for you (and others in the future):

    1 part HP numbering system includes two Assembly and buy spares parts for the same exact point numbers and you can sometimes find better for article on eBay or elsewhere in the knowledge of both.  For my Z600, the part number on the label on the cable was 468625-001 REV:B and it is the same as 536305-001.  This is the cable that manages the switch with blue LEDS attached, the son of the speaker system and the thermal sensor in this single cable.  You can't buy just the switch itself.  The Revision B may indicate that HP including how to keep the LED lights goes... it's nice to have this Visual indicator because I put my workstations to sleep, and it is useful to know their status like that.

    2 replacing that Assembly cable requires more digging deep you might be comfortable with, but it's doable.  I marked where the clips were before you cut them with a marker Sharpie on the metal under the lid of the... practice right panel to back things together.  The video CV on how to do this is HERE.

    http://h20464.www2.HP.com/Media/730DD9A1-B5D6-4CFA-A950-C630D70C3073/nav_FRU_video_powerswitchassembly.htm

    3 cursor sets the Z600 and the perhaps Z620 suffered some fine-tuning by HP from versions prior to the last, but I 506601-002, 536311-001, and those 663074-001 and they seem to be interchangeable in practice.  Good deal on this one you got.

    4. great buy on this SSD... these workstations are generation SATA II and is therefore only the version of the Intel SSD.  If it's HP or besides I never had a problem with these 320 series.  They have some internal capacitors integrated to enable automatic saving of data if power failure, unlike the X 25-M series.  Be sure to leave about 20% of the unused capacity for better performance (overprovisioning).  Set the TRIM to run once per week via the Toolbox Intel software, and I don't think that that wakes you up a workstation to run TRIM, but not sure on that.  Thus, it is better to put it for when you are going to use the workstation, usually.

    5 memory... you are already ahead of me!  6 sticks of the same memory is the key to better performance.

    6. the transformer: I mine officially maxed out with 2 x X 5675, running under the heat sinks "Mainstream" that accompanies this Z600 (they run at 95W each and Mainstream heatsinks are noted for this too).  Apparently, unofficially, the MHz 3.46 X 5690 can roll with the Z600, and I a Z400 running with one of those too.  However, warmer 130W TDP max missions and require the 'Performance' for the Z600 heat sinks that are quite expensive (as are the processors).  You can adapt a Performance of the Z400 radiator in the a two spots just Z600 bend down the bottom rear air deflector slightly, but the other processor socket positioning requires the official version more expensive Performance Z600 to adapt.  Fans are wired identically for Z400 and Z600 performance of heat sinks, so the motherboard does not know the difference if you use this method to save money.

    7 Behold my summary of W7Pro64 WEI.  With 2 X 5690 processors in the processor and the memory of the scores we 7.9.  The X 25-M works a little faster and in this box it will get 7.7 score and rarely reliable, 7.8, but he capped in size to 160 GB and does not have the special capacitors, I mentioned to protect data in power outtage.  I stick to what I showed here... very fast and capable workstation:

  • AirPort Extreme URL to change settings

    What is the URL, for example, for the extreme router.circa 2011-2012 192.168.1.xxx?

    I can change the settings of my ATT router using 192.168.1.254... In addition, its code of the device...

    Why not the extreme router hy?

    AIrport utility is sorely lacking to offer this fine tuning tool...

    no way to find the best way to 5 GHz,... hard to do much of anything...

    Jim B

    What is the URL, for example, for the extreme router.circa 2011-2012 192.168.1.xxx?

    There is none. It does not exist.

    Can change the settings on my ATT router using 192.168.1.254... In addition, its code of the device...

    Why not the extreme router hy?

    Because Apple does not use an utility for URL in function for the administration of the router.

    Instead, Apple uses the AirPort, an application that is built into the Mac OS utility. There is also an app for iPhone and iPad that allows users to administer airports.  According to the model of the airport you want to administer, it may be possible to use the AirPort for Windows utility, if you have a PC.

  • Satellite Pro A200/PSAE7 - turn volume change without end, not smooth Volume control

    Hello

    On my newly purchased Pro A200/PSAE7 control (hardware) volume - front, as soon as speaker - turns without end and when you use the volume does not change "smooth" - more "brutal". For this reason, there is no possible to 'fine tuning '.

    Q: is - that someone else has the same side material (without end of turn) and the software side (without smooth volume change) situation?

    Thanks a lot for any response in advance!

    Best regards
    Andreas

    Hello

    'problem' of the abrupt volume changes when turn the volume control has disappeared. I don't know if it's based on disable "TDispVol.exe" as startup service or another reason.

    Best regards
    Andreas

  • RAID 0 - size of the pagefile - MIPS - Overclocking - HD video Production

    01/06/10

    Hi HP.

    Last month I bought a refurbished

    HP Pavilion Elite m9650f
    Product # NJO62AAR #ABA
    S/N [text removed for privacy]

    Intel Core i7 920 Quad Core 2.66 GHz CPU
    Pegatron, IPMTB-TK, Truckee (HP) - UL8E, MB
    6 GB (2 GB x 3 sticks), RAM PC3-8500, DDR3,
    750GB, SATA 3 G, 7 200 RPM x 2, RAID 0, HD
    NVIDIA GeForce 9800 GT, 1.5 GHz, 512 MB GDDR3

    After a rocky start, with many BSOD and updates of the
    HP website and replace a bad stick of RAM, the HP is now stable.

    I tested this HP with Vista x 64 and Win 7 x 64 separately
    and fine tuned for high performance and he analyzed several
    time at PCPitstop.com with 'OverDrive '.

    This HP will be used for HD video Production and computer animation.

    Here are some questions that I wonder about:

    I tried separately from Windows Vista x 64 and Windows 7 x 64.

    It seems that I get an increase of about 4,000 MIPS (CPU) with Vista on Win 7.

    Is this a significant difference or not?

    Does anyone know how a difference of about 4,000 MIPS
    will or will not affect motion graphics and
    HD video production applications?

    For HD video production, it is best not to let the divided page file
    in 2 or more fragments or is it more important to have too large
    a page as your RAM file will allow?

    BIOS of HP does not access the Overclocking.
    Have ideas on how to work around this problem?
    [Pegatron, card mother IPMTB-TK, Truckee (HP) - UL8E]

    Can you tell me step by step how to configure RAID 0?

    I have two Association Seagate 750 GB, SATA 3 G, hard disks 7 200 RPM.

    They are physically installed and I have too much Intel Matrix Storage Manager.

    I tried, but I'm not sure that everything came together properly

    and I want to do it again or see a second time to be sure.

    Could you please tell me step by step how to set up a RAID 0 on this HP
    and then what I should see when I look at 'Computer' (the desktop icon)
    and the total GB of storage should I find, I see still two hard drives
    and then in Control Panel / administrative tools/computer management/storage how
    Disk management should review, etc.

    You have any other suggestions to improve this
    HP for HD video Production and computer animation?

    Thank you for your time.

    Hi Big Dave,

    Thank you for responding and for having responded to my ad in the hardware section too.

    Until recently, I never knew RAID any so I backed up my hard drive

    to try the fastest mode of 0, just for the experience and I can say that 113 MB per second is quite impressive.

    In addition, I was not sure of the steps so I winged it is best that I could.  Now, I want to assure you of the steps.

    Thanks for the link to install VISTA RAID that's just what I was looking for.

    I know RAID 0 is too risky and I am ready to return to RAID 1.

    In the two discs hard Seagate firmware is up to date.

    Thanks for the links compare NIVIDIA and ATI video cards

    and links to replace the power supply and the video card.

    Yes the GTX 260 seems very interesting, and I'll keep it in mind when finances permit.

  • Launches messages like

    My wife and I use an identical pair Mbps: MacBook Pro 15 inch with Retina display (end of 2013).  Yesterday Messages began to misbehave on BOTH machines in the same way.  After watching a few minor excesses, we have disconnected (e) messages and rebooted our machines.  When we launched Messages after the reboot, it came in a weird state:

    -l'app * seems * to launch very well

    - but the message window does not appear

    - and Messages > Preferences... command is dimmed

    (if the dialog box through which you connect is not available)

    Sometimes recovery app Messages translates into a big window empty for most in the center of the screen with only the notice 'No conversation selected'.

    For the record:

    -We each have our own Apple ID for use with Messages, although we share another Apple ID for things like iTunes.

    -We miss Messages Version 8.0 (4226) in the Mavericks (OS X 10.9.5)

    Troubleshooting notes:

    1. leaving Messages, I dragged all the files ~Library/Preferences desktop com.apple.iChat plist.  Messages restarted without improvement.

    2. I created a new OS X user and connected to Messages there - yay! - so I know that it means that there are problems in the user of my normal environment.  While it would seem that simply by moving all my "stuff" to the newly created user's environment is a fairly simple way to cure my misfortunes, I hesitate to do so.  I'm a web developer, whose environment is very rich and fine-Tuned to support my work on a daily basis.  Transplanting as the installation of a new user (without using the Migration Wizard, which would probably transplant the source of evil, as well) would cost me dearly.

    3. it seems that the upgrade of our operating system to El Capitan can magically fix we... .but with a server and two computers laptops all inter connecting beautifully in the Mavericks, I was reluctant to push it in this way.  If suggest you this approach, I might choose to do after I have wrapped a big project Saturday.

    Additional troubleshooting suggestions would be greatly appreciated.

    Hello

    Open the police book app.

    Check the BOF AppleGothic list (it should be down)

    It should be on, not double and Validate (File Menu).

    If it's missing, then use the option restore Standard fonts in the file Menu.

    21:26 Tuesday; February 23, 2016

     iMac 2.5 Ghz i5 2011 (Mavericks) 10.9
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro (Snow Leopard 10.6.8) 2 GB
     Mac OS X (10.6.8).
     a few iPhones and an iPad

  • Brightness not adjustable LCD screen in win7

    I recently had g500s lenovo with 64-bit preloaded windows8

    I got bored of windows8 and retrograde to windows7 home premium 64-bit (a difficult procedure, or said by the way and with your help through the path)

    Windows 7 has worked very well after installing device drivers, with the exception of the brightness of the LCD screen that is unresponsive to any fine-tuning...

    in the windows power management home page, as well as shortcut keyboard, the cursor keys ainsi que les touches de raccourci clavier, le curseur va going either maximum or minimum brightness (no inbetween steps in windows 8 there were > 6 steps)

    in the screen advanced settings, for as long as I set the brightness (for example at 50% on battery, plugged 70%) that does not lead to any change of the brightness almost

    Sorry for the overload and thankx in advance

    http://support.Lenovo.com/en_US/detail.page?docid=HT078787

Maybe you are looking for

  • Problems trying to download the software Bonus for Centro

    Hello I recently bought a new AT & T Centro for my wife and was very excited to see the software available for download with her bonus. However, when I try to download, the site asks me to enter the serial number of the phone, but it gives me the mes

  • is it safe to deleted SP2 for Windows XP

    Is it safe to deleted Microfoet.net framework 2.0 Service Pack 2 files so I have SP3?

  • Hey :)... first post here :))

    Well, I just bought a new "HP DV6 7010-tx"... and all in the CPU temperature goes up to 90 + ' C! It's very well? Thanks... waiting for answer

  • SX10 and support with key 8/10

    With the new SX10 user interface seems to be the remote control and probably the web interface. Can we pair it the SX10 with a tactile Unit 8 or 10 touch? If this is not the case now, it is planned?

  • There are 8 'apps' cloud programs?

    I realize that Skydrive is a basic program is. The rest of the Windows 8 'apps' is also based cloud? If not, who are cloud based, and which is not? Thank youBruce