Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Hi I'm a new Linux user

  1. #1
    Join Date
    Nov 2009
    Location
    Rugby, UK
    Beans
    5
    Distro
    Ubuntu 9.10 Karmic Koala

    Hi I'm a new Linux user

    Hello,
    I'm new to using Linux.
    I have just tried to install drivers for my Nvidia Graphics card, but when ever i boot in to Ubuntu 9.10 i now get a message from my monitor saying unsupported. I'm guessing that the resolution is now out of range for my monitor. How can i change this.
    Thanks
    Skidz

  2. #2
    Join Date
    Feb 2006
    Beans
    5,714

    Re: Hi I'm a new Linux user

    press CTRL+ALT+F1 and log into the terminal and post the output of /etc/X11/xorg.conf

    you probably need to add something like this
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1280x1024" "1440x1050"
    EndSubSection
    change the numbers to match the max for your screen
    Debian Testing(64bit) + XFCE4 AM2 5200+ ATI Radeon HD4350, 4gig RAM,320Gig and 750gig HDs

    what's the difference between an answer and a solution? An answer is what they want to hear, a solution is what they don't want to hear

  3. #3
    Join Date
    Jan 2007
    Location
    London, UK
    Beans
    3,525
    Distro
    Ubuntu Development Release

    Re: Hi I'm a new Linux user

    Quote Originally Posted by dj-skidz View Post
    Hello,
    I'm new to using Linux.
    I have just tried to install drivers for my Nvidia Graphics card, but when ever i boot in to Ubuntu 9.10 i now get a message from my monitor saying unsupported. I'm guessing that the resolution is now out of range for my monitor. How can i change this.
    Thanks
    Skidz
    Press CTRL + ALT+ F2. put your username and password and type below command:
    Code:
    xrandr
    Post output here.
    You came empty handed, that is how you shall leave. Whatever you claim as yours today, belonged to someone else yesterday, will be someone else's tomorrow.

  4. #4
    Join Date
    Nov 2009
    Location
    Rugby, UK
    Beans
    5
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Hi I'm a new Linux user

    Hi
    Thanks for your quick reply.
    Sorry for my ignorance, but do i have to type sudo sh /etc/X11/xorg.conf?
    Skidz

  5. #5
    Join Date
    Mar 2009
    Location
    Warminster, England
    Beans
    57

    Re: Hi I'm a new Linux user

    Quote Originally Posted by dj-skidz View Post
    Hi
    Thanks for your quick reply.
    Sorry for my ignorance, but do i have to type sudo sh /etc/X11/xorg.conf?
    Skidz
    Hello there,

    First of all welcome to Ubuntu.

    If you just type into the terminal
    Code:
    cat /etc/X11/xorg.conf
    and then copy the output into here with what monitor you have (+default resolution)

    Thanks,
    Neil Perry

  6. #6
    Join Date
    Nov 2009
    Location
    Rugby, UK
    Beans
    5
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Hi I'm a new Linux user

    I have a 19" Logik Flatscreen monitor.
    I can't post the whole read out, as i am typing this in a 2nd computer.

    SubSection "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    Default Depth 24
    Subsection "Display"
    Depth 24
    Modes "1600x1200" "1280x1024" "800x600" "640x480"
    EndSubSection
    Thanks

  7. #7
    Join Date
    Jan 2007
    Location
    London, UK
    Beans
    3,525
    Distro
    Ubuntu Development Release

    Re: Hi I'm a new Linux user

    Can you run this command and post output here. It will give you horizontal and vertical refresh rate and then you can add it into xorg.conf

    run this:
    Code:
    cvt 1600 1200 60
    You came empty handed, that is how you shall leave. Whatever you claim as yours today, belonged to someone else yesterday, will be someone else's tomorrow.

  8. #8
    Join Date
    Nov 2009
    Location
    Rugby, UK
    Beans
    5
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Hi I'm a new Linux user

    Quote Originally Posted by ukripper View Post
    Can you run this command and post output here. It will give you horizontal and vertical refresh rate and then you can add it into xorg.conf

    run this:
    Code:
    cvt 1600 1200 60
    Result:

    #1600x1200 59.87 Hz (cvt 1.93M3 hsync:74.54kHz; pclk: 161.00MHz
    Modeline "1600x1200_60.00" 161.00 1600 1712 1880 2160 1200 1203 1207 1245 -hsync +vsync

    Thanks

  9. #9
    Join Date
    Jan 2007
    Location
    London, UK
    Beans
    3,525
    Distro
    Ubuntu Development Release

    Re: Hi I'm a new Linux user

    Quote Originally Posted by dj-skidz View Post
    Result:

    #1600x1200 59.87 Hz (cvt 1.93M3 hsync:74.54kHz; pclk: 161.00MHz
    Modeline "1600x1200_60.00" 161.00 1600 1712 1880 2160 1200 1203 1207 1245 -hsync +vsync

    Thanks
    Here is your Horizontal refresh rate: 75
    Vertical rate : 60

    Now you need to add this in your xorg.conf:
    Code:
    sudo nano /etc/X11/xorg.conf
    Now find Section "Monitor" and add below lines in bold under identifier:
    Section "Monitor"
    Identifier "Monitor0"
    HorizSync 49.0 - 74.0
    VertRefresh 60.0
    save and exit.

    reboot and see if it makes any difference.
    You came empty handed, that is how you shall leave. Whatever you claim as yours today, belonged to someone else yesterday, will be someone else's tomorrow.

  10. #10
    Join Date
    Nov 2009
    Location
    Rugby, UK
    Beans
    5
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Hi I'm a new Linux user

    That has worked, thanks very much to everyone

Page 1 of 2 12 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
  •