Results 1 to 5 of 5

Thread: How to view the current modeline

  1. #1
    Join Date
    Oct 2008
    Beans
    2

    Question How to view the current modeline

    Hello every one, I am new to ubuntu.
    Just wanna find out that is it possible to view the modeline I am currently using. Because if i open the xorg.conf, I can only see the follows.

    Section "Device"
    Identifier "Configured Video Device"
    EndSection

    Section "Monitor"
    Identifier "Configured Monitor"
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Monitor "Configured Monitor"
    Device "Configured Video Device"
    EndSection

    Section "ServerLayout"
    Identifier "Default Layout"
    Screen "Default Screen"
    InputDevice "Synaptics Touchpad"

    Didnt show me what modeline I am using.
    Can anyone give me a hand please.

  2. #2
    Join Date
    Jul 2005
    Location
    2 exits past crazy
    Beans
    4,222
    Distro
    Lubuntu 12.10 Quantal Quetzal

    Re: How to view the current modeline

    In a terminal window
    Code:
    xrandr -q
    will show you some interesting information. The current mode is marked with an asterisk. You can also find some interesting information about your current X session by browsing through /var/log/Xorg.0.log

  3. #3
    Join Date
    Oct 2008
    Beans
    2

    Re: How to view the current modeline

    Quote Originally Posted by yabbadabbadont View Post
    In a terminal window
    Code:
    xrandr -q
    will show you some interesting information. The current mode is marked with an asterisk. You can also find some interesting information about your current X session by browsing through /var/log/Xorg.0.log
    thx, what happen is I have a Dell S2409W. which if I use it in windows at 1920x1080@60hz or 50hz resolution, it will keep 'flashing', but I dont have any problem on ubuntu, thats why I was trying to get the modeline from ubuntu and use it on windows. but no luck at all.
    Its very wicked, cuz ubuntu does need a driver and let me use it at 1920x1080 without any problem. And I have been changeing differnt driver and modeline in windows and try to get it work.
    So now its prove that my graphic card (intel 965gm x3100) do support 1920x1080, just problem with either windows or the driver.

  4. #4
    Join Date
    Apr 2010
    Beans
    1
    Distro
    Kubuntu 9.10 Karmic Koala

    Re: How to view the current modeline

    Code:
    xvidtune -show
    source: http://howto-pages.org/ModeLines/

  5. #5
    Join Date
    Feb 2007
    Beans
    24,961
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: How to view the current modeline

    From the Ubuntu Forums Code of Conduct.
    If a post is older than a year or so and hasn't had a new reply in that time, instead of replying to it, create a new thread. In the software world, a lot can change in a very short time, and doing things this way makes it more likely that you will find the best information. You may link to the original discussion in the new thread if you think it may be helpful.
    Thread closed.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •