• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Custom IC Design
  3. How to stop the flashing/blinking keyboard cursor?

Stats

  • Locked Locked
  • Replies 6
  • Subscribers 125
  • Views 4866
  • Members are here 0
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to stop the flashing/blinking keyboard cursor?

Magistus
Magistus over 10 years ago

Hi,

in Virtuoso all keyboard cursors are flashing/blinking. In the CIW, in the Library Manager, in the Edit Object Properties Window, anywhere. That is unnerving!

Is there a way to stop this flashing/blinking? Maybe by reducing the flashing/blinking-rate to zero?

Thank you and kind regards,

Magistus...

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 10 years ago

    "Keyboard cursor" is an unusual term. Do you mean the cursor at the insertion point in any entry widget on any form or UI? If so, that's pretty much standard in all applications, on Linux or Windows. So I'd be surprised if that's what  you mean. If you mean something else, please explain what. If you mean this, please explain why you want to change it for virtuoso when everything else in the world seems to work that way too...

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Magistus
    Magistus over 10 years ago
    If I would write only "cursor" everyone would think that I mean the (mouse-) pointer. wikipedia call that thing what I mean a "text cursor".
    You are right, that that blinking is standard. But on Windows one can turn that behavior of by reducing the flashing/blinking-rate to zero (moving the bar to the left) in the keyboard property window.
    I run Virtuoso on a Windows-Machine by using MobaXterm and connecting to a linux-server. That means, that the windows-properties have no effect on Virtuoso. That is my problem.
    Do you have an idea if there is a way to change that cursor-blinking?
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 10 years ago

    On my Linux machine, I can do this with:

    /usr/bin/qtconfig-qt4

    and then go to the Interface tab and change the Cursor Flash Time setting. Because Virtuoso is a Qt-based UI, this also affects Virtuoso.

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Magistus
    Magistus over 10 years ago

    Wonderful! You gave me the right keyword: qtconfig. That led me to the site

    http://www.jurta.org/en/prog/noblink

    Thank you very much Andrew!

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Magistus
    Magistus over 6 years ago in reply to Andrew Beckett

    Hi Andrew,

    4 years ago your answer helped me to find the solution. I found the site
    http://www.jurta.org/en/prog/noblink
    In the paragraph "Qt applications in KDE" I found the hint to add
    [Qt]
    cursorFlashTime=0
    in
    ~/.config/Trolltech.conf
    and from then on, the cursors didn’t blink anymore.

    But now we want to use ICADVM instead of ICADV and the cursors are blinking again!

    Does ICADVM use Qt5 whereas ICADV does use Qt4? Is it possible, that this is the reason?

    The site advises to use this utility
    https://github.com/igogo/qt5noblink
    for Qt5 apps. But my knowledge in using linux is to bad. I don’t understand how to use this utility with virtuoso. Step 1 and 2 are clear. But I don’t understand what I have to do with the command in step 3.

    Do you have an idea, how I can stop the cursor blinking in ICADVM?

    Thank you!
    Magistus

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 6 years ago in reply to Magistus

    Hi Magistus,

    I'm not sure I should encourage you to do this, but here goes anyway...

    ICADVM181 and IC618 are based on Qt5, as you suggested.

    If you've built the shared library, then you can just (if using bash) do:

    LD_PRELOAD=/path/to/qt5noblink.so virtuoso

    If you're using csh, rather than setting LD_PRELOAD generally using setenv, I'd suggest you create a wrapper script called "virtuosonobl" which does:

    #!/bin/sh
    LD_PRELOAD=/path/to/qt5noblink-master/qt5noblink.so virtuoso "$@"

    Then you can just run "virtuosonobl" provided it's in your path.

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information