Page 1 of 3 123 LastLast
Results 1 to 10 of 29

Thread: Natty - "Monitor: unknown" - Can't set display resolution

  1. #1
    Join Date
    May 2011
    Beans
    8
    Distro
    Ubuntu

    Unhappy Natty - "Monitor: unknown" - Can't set display resolution

    Hi,

    I have done a scratch install of Ubuntu 11.04 (Natty) successfully today. I am facing problem while adjusting my monitor resolution.

    My motherboard is pretty old, Kobian 845GLNDSMx. When I tried to adjust the resolution from Preferences -> Monitors, the resolution is shown as 800x600 (4:3), Refresh Rate - 0Hz and Rotaion as normal. "Monitor Unknown" is highlighted on the window. Moreover, "Detect Monitors" doesn't work.


    Could you help resolve this issue.

    Regards
    Yug
    PS: I faced similar issue with fiesty too.

  2. #2
    Join Date
    May 2011
    Beans
    8
    Distro
    Ubuntu

    Re: Natty - "Monitor: unknown" - Can't set display resolution

    While searching Ubutu forum for the solution, I have found the below link which gives the .rpm driver from Intel for 845G/GL and steps to install it.

    http://ubuntuforums.org/showthread.p...phics+on+linux

    However, I am stuck at the step "sudo alien <filename.rpm>" due to following errors.

    yug@yug-M903LR:~/Downloads$ sudo alien dri-I915-v1.1-20041217.i386.rpm
    [sudo] password for yug:
    Warning: Skipping conversion of scripts in package dri-I915: postinst prerm
    Warning: Use the --scripts parameter to include the scripts.
    Package build failed. Here's the log:
    dh_testdir
    dh_testdir
    dh_testroot
    dh_prep
    dh_installdirs
    dh_installdocs
    dh_installchangelogs
    find . -maxdepth 1 -mindepth 1 -not -name debian -print0 | \
    xargs -0 -r -i cp -a {} debian/dri-i915
    dh_compress
    dh_makeshlibs
    dh_installdeb
    dh_shlibdeps
    dh_gencontrol
    dpkg-gencontrol: warning: Depends field of package dri-i915: unknown substitution variable ${shlibsepends}
    dh_md5sums
    dh_builddeb
    dpkg-deb: error: parsing file 'debian/dri-i915/DEBIAN/control' near line 2 package 'dri-i915':
    error in Version string 'v1.1-20041218': version number does not start with digit
    dh_builddeb: dpkg-deb --build debian/dri-i915 .. returned exit code 2
    make: *** [binary-arch] Error 9
    yug@yug-M903LR:~/Downloads$


    Could anyone know the solution to bypass this error " version number does not start with digit"

    Thanks in advance.

    Regards
    Yug

  3. #3
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,809
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Natty - "Monitor: unknown" - Can't set display resolution

    Quote Originally Posted by yug_matt View Post
    While searching Ubutu forum for the solution, I have found the below link which gives the .rpm driver from Intel for 845G/GL and steps to install it.

    http://ubuntuforums.org/showthread.p...phics+on+linux

    However, I am stuck at the step "sudo alien <filename.rpm>" due to following errors.

    yug@yug-M903LR:~/Downloads$ sudo alien dri-I915-v1.1-20041217.i386.rpm
    [sudo] password for yug:
    Warning: Skipping conversion of scripts in package dri-I915: postinst prerm
    Warning: Use the --scripts parameter to include the scripts.
    Package build failed. Here's the log:
    dh_testdir
    dh_testdir
    dh_testroot
    dh_prep
    dh_installdirs
    dh_installdocs
    dh_installchangelogs
    find . -maxdepth 1 -mindepth 1 -not -name debian -print0 | \
    xargs -0 -r -i cp -a {} debian/dri-i915
    dh_compress
    dh_makeshlibs
    dh_installdeb
    dh_shlibdeps
    dh_gencontrol
    dpkg-gencontrol: warning: Depends field of package dri-i915: unknown substitution variable ${shlibsepends}
    dh_md5sums
    dh_builddeb
    dpkg-deb: error: parsing file 'debian/dri-i915/DEBIAN/control' near line 2 package 'dri-i915':
    error in Version string 'v1.1-20041218': version number does not start with digit
    dh_builddeb: dpkg-deb --build debian/dri-i915 .. returned exit code 2
    make: *** [binary-arch] Error 9
    yug@yug-M903LR:~/Downloads$


    Could anyone know the solution to bypass this error " version number does not start with digit"

    Thanks in advance.

    Regards
    Yug
    Hi, you can not install an rpm file in ubuntu, it uses .debs. Have you went into additional drivers to see if there is a driver for your video card there?

  4. #4
    Join Date
    May 2011
    Beans
    8
    Distro
    Ubuntu

    Re: Natty - "Monitor: unknown" - Can't set display resolution

    Hi,
    sudo alien command is used to convert .rpm to .deb. But this conversion is failing due to the error related to version number. Morever, I am not able to find latest .rpm on the intel download page.

    Actually, my motherboard manufacturer is kobian (Mercury). There is no linux graphic driver supported for the motherboad. Hence I raised a support ticket to Mercury with no response from them as yet.

    I am giving try if intel driver would work as the chipset is same 845GL.

    Will configuring xorg.conf work in this situation. Any thoughts on this.

    Thanks
    Yug

  5. #5
    Join Date
    Jun 2006
    Location
    Nux Jam
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Natty - "Monitor: unknown" - Can't set display resolution

    please dont add mess to a clean installation: your driver is part of kernel, so let it do its job itself

    sudo rm /etc/X11/xorg.conf

    sudo apt-get update
    sudo apt-get install -f
    sudo dpkg --configure -a

  6. #6
    Join Date
    May 2011
    Beans
    8
    Distro
    Ubuntu

    Re: Natty - "Monitor: unknown" - Can't set display resolution

    There is no /etc/X11/xorg.conf in my system. However, I did the steps you mentioned with no success. I still find that "Display" setttings show "Monitor Unknown".

  7. #7
    Join Date
    Jun 2011
    Beans
    1

    Re: Natty - "Monitor: unknown" - Can't set display resolution

    i'm having the same exact problem, i've been trying to update my graphics drivers and i get the same exact message. any help would be appreciated

  8. #8
    Join Date
    May 2007
    Beans
    59

    Re: Natty - "Monitor: unknown" - Can't set display resolution

    I have a solution for you, but you must be sure you know what you're doing before you try this. You need to know for sure the mode you're choosing is supported by your monitor!
    All this is done via command line, so fire up a terminal.

    I'll give my case as example, I wanted to display a mode that wasn't listed (1280X960) which is a mode I'm sure my monitor used in the past.
    To know which output we want to use and how exactly it's called, run a query to xrandr
    Code:
    xrandr -q
    The output is something like this
    Code:
    Screen 0: minimum 320 x 200, current 1024 x 768, maximum 4096 x 4096
    VGA1 connected 1024x768+0+0 (normal left inverted right x axis y axis) 306mm x 230mm
       1280x1024      60.0  
       1024x768       85.0*    75.1     70.1     60.0     43.5  
       832x624        74.6  
       800x600        85.1     72.2     75.0     60.3     56.2  
       640x480        85.0     72.8     75.0     66.7     60.0  
       720x400        87.8     70.1
    As you can see, the mode I want isn't listed, but we know now how is my monitor output called
    We start by creating a new mode using a tool called cvt
    Code:
    cvt 1280 960
    The syntax is "cvt width height", use your desired settings
    The output is something like the following
    Code:
    # 1280x960 59.94 Hz (CVT 1.23M3) hsync: 59.70 kHz; pclk: 101.25 MHz
    Modeline "1280x960_60.00"  101.25  1280 1360 1488 1696  960 963 967 996 -hsync +vsync
    Now select and copy everything after Modeline (all the red text)
    Now we need to add this new mode to xrandr to be able to use it later
    Instead of using the weird name given by default, I preferred to call it "CUSTOM"
    Code:
    xrandr --newmode "CUSTOM"  101.25  1280 1360 1488 1696  960 963 967 996 -hsync +vsync
    Then we add this new mode to our desired output
    Code:
    xrandr --addmode VGA1 "CUSTOM"
    Now we're able to change the mode of our screen to the newly added mode
    Code:
    xrandr --output VGA1 --mode "CUSTOM"
    To make it permanent we can add the last command to the gdm startup script
    Code:
    gksu gedit /etc/gdm/Init/Default &
    Find the line
    /sbin/initctl -q emit login-session-start DISPLAY_MANAGER=gdm
    and add all the previous xrandr commands right before it
    Code:
    xrandr --newmode "CUSTOM" 101.25  1280 1360 1488 1696  960 963 967 996 -hsync +vsync
    xrandr --addmode VGA1 "CUSTOM"
    xrandr --output VGA1 --mode "CUSTOM"
    [/code]

    Save, exit and restart
    If for some reason the computer doesn't start with the newly added settings, don't worry, at least it will be now available for you to chose it via the "System Settings>Monitors"
    (Check the screenshot below)
    Untitled.png

    I hope this helps

    If someone knows a better way, please let me know.

    Ziv
    Last edited by zivley; June 11th, 2011 at 10:17 PM.

  9. #9
    Join Date
    Apr 2009
    Beans
    2,601

    Re: Natty - "Monitor: unknown" - Can't set display resolution

    @zivley--thanks for the step by step description. I had tried xrandr before (apparently poorly), but your method made it work this time--still not sure why--you know what was different. Anyway, thanks again.

  10. #10
    Join Date
    May 2007
    Beans
    59

    Re: Natty - "Monitor: unknown" - Can't set display resolution

    U R welcome!
    I'm glad I could help someone with it

Page 1 of 3 123 LastLast

Tags for this Thread

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
  •