Welcome to the Linux Foundation Forum!

How to find Hsync and Vsync of a monitor?

Posts: 5

Hi,

I am trying to configure my X window environment and currently facing a problem in setting up the hsync and vsync of my laptop monitor.

Is there any tool that can detect these rates?

Btw, my screen in 12.1" WXGA Acer CrystalBrite LCD

--

Regards,

fk

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Comments

  • Posts: 216
    fedry wrote:
    Hi,

    I am trying to configure my X window environment and currently facing a problem in setting up the hsync and vsync of my laptop monitor.

    Is there any tool that can detect these rates?

    Btw, my screen in 12.1" WXGA Acer CrystalBrite LCD

    --
    Regards,
    fk

    For those values, it is usually best to see what the manufacturer lists - check manual or website. I don't specify those values in the xorg.conf of my laptops and they work fine.

    You can try this command to get some good screen info though:
    1. xdpyinfo
    On my box (Fedora) it is in the xorg-x11-utils package.

    Also, you can try to let X determine your best settings. Try these steps:

    1. (re-)boot into non-Graphical runlevel (init 3)
    2. log in as root
    3. run
    1. X -configure
    4. test it with
    1. X -config /root/xorg.conf.new
    (or whatever the generated xorg conf file is called)
    5. press Ctrl+Alt+Backspace to get out of the X test window

    and see if that works for you.
  • Posts: 5
    Thank you. It works for my laptop. :)

    --
    Regards,
    fk
  • Posts: 216
    fedry wrote:
    Thank you. It works for my laptop. :)

    --
    Regards,
    fk
    Cheers!

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Categories

Upcoming Training