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

Thread: issues with screen resolution

  1. #1
    Join Date
    May 2008
    Location
    England
    Beans
    155
    Distro
    Ubuntu 8.04 Hardy Heron

    Exclamation issues with screen resolution

    After I installed 8.10 (fresh install from linux format cover-disc) and installing the nvidia drivers for my GeForce 8400 from ubuntu restricted driver manager (and then updating from proposed updates as suggested on another forum) I am stuck with a resolution of 1024x768, which is a step down from my monitors full resolution of 1280x1024 (the monitor is an LG Flatron L1718S)

    My xorg.conf is as follows

    Code:
    # nvidia-settings: X configuration file generated by nvidia-settings
    # nvidia-settings:  version 1.0  (buildd@palmer)  Mon Nov  3 08:46:46 UTC 2008
    
    Section "ServerLayout"
        Identifier     "Layout0"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Mouse0" "CorePointer"
    EndSection
    
    Section "Files"
    EndSection
    
    Section "Module"
        Load           "dbe"
        Load           "extmod"
        Load           "type1"
        Load           "freetype"
        Load           "glx"
    EndSection
    
    Section "ServerFlags"
        Option         "Xinerama" "0"
    EndSection
    
    Section "InputDevice"
        # generated from default
        Identifier     "Mouse0"
        Driver         "mouse"
        Option         "Protocol" "auto"
        Option         "Device" "/dev/psaux"
        Option         "Emulate3Buttons" "no"
        Option         "ZAxisMapping" "4 5"
    EndSection
    
    Section "InputDevice"
        # generated from default
        Identifier     "Keyboard0"
        Driver         "kbd"
    EndSection
    
    Section "Monitor"
        # HorizSync source: builtin, VertRefresh source: builtin
        Identifier     "Monitor0"
        VendorName     "Unknown"
        ModelName      "CRT-0"
        HorizSync       28.0 - 55.0
        VertRefresh     43.0 - 72.0
        Option         "DPMS"
    EndSection
    
    Section "Device"
        Identifier     "Device0"
        Driver         "nvidia"
        VendorName     "NVIDIA Corporation"
        BoardName      "GeForce 8400 GS"
    EndSection
    
    Section "Screen"
        Identifier     "Screen0"
        Device         "Device0"
        Monitor        "Monitor0"
        DefaultDepth    24
        Option         "TwinView" "0"
        Option         "TwinViewXineramaInfoOrder" "CRT-0"
        Option         "metamodes" "1024x768_60 +0+0"
        SubSection     "Display"
            Depth       24
            Modes      "1280x1024_60" "1024x768_50"
        EndSubSection
    EndSection
    and the output of xrandr - is

    Code:
    Screen 0: minimum 320 x 240, current 1024 x 768, maximum 1024 x 768
    default connected 1024x768+0+0 0mm x 0mm
       1024x768       50.0* 
       800x600        51.0     52.0     53.0  
       680x384        54.0     55.0  
       640x480        56.0  
       512x384        57.0  
       400x300        58.0  
       320x240        59.0
    Any suggestions would be welcome!
    Last edited by civillian; December 16th, 2008 at 06:23 PM.
    HP DV6-3085EA, AMD Phenom P920

  2. #2
    Join Date
    Feb 2008
    Beans
    15

    Re: issues with screen resolution

    I had a similar problem getting 1920x1200@60hz, I used the nvidia-settings (had to upgrade nvidia drivers to 180.16 to get it to work as it kept segfaulting when i saved to xorg.conf with it) and it added this to my screen section.. maybe you can modify it to your settings...

    Code:
    Option         "metamodes" "1920x1200_60 +0+0"
    Regards

    XsCode
    Last edited by XsCode; December 16th, 2008 at 07:14 PM. Reason: missed a quotation mark at the end of the option line

  3. #3
    Join Date
    May 2008
    Location
    England
    Beans
    155
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: issues with screen resolution

    how do I find out what version of the drivers I have installed?
    HP DV6-3085EA, AMD Phenom P920

  4. #4
    Join Date
    Feb 2008
    Beans
    15

    Re: issues with screen resolution

    180.16 are the latest beta drivers and not available via apt I don't think...

    you can check the version with nvidia-settings

  5. #5
    Join Date
    May 2008
    Location
    England
    Beans
    155
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: issues with screen resolution

    I'm using the 177.82 drivers (reccomended by restricted drivers manager)...how would I go about upgrading them to the beta 180.16?
    HP DV6-3085EA, AMD Phenom P920

  6. #6
    Join Date
    Feb 2008
    Beans
    15

    Re: issues with screen resolution

    32bit are here

    64Bit are here

    you may want to print this bit out...

    1. Make sure you have build-essential installed
    2. in a terminal type
      Code:
      sudo /etc/init.d/gdm stop
      This will drop you to the command line.
    3. log in
    4. type (if you downloaded the driver to your home folder, otherwise cd to wherever you put it)
      Code:
      sudo sh ./NVIDIA-Linux-x86-180.16-pkg1.run
    5. follow the instructions
    6. when you get back to the command line type
      Code:
      sudo /etc/init.d/gdm start


    you should now be running on 180.16

    nvidia settings will have moved to Applications -> System Tools

    Regards

    XsCode

  7. #7
    Join Date
    May 2008
    Location
    England
    Beans
    155
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: issues with screen resolution

    Thanks, I'll try doing that, adding the line
    Code:
    Option         "metamodes" "1280x1024_60 +0+0"
    although I'm not sure about the refresh rate (its 50 atm but it may be 60 at the higher resolution?)

    and I'll post results.

    Thanks for help!
    HP DV6-3085EA, AMD Phenom P920

  8. #8
    Join Date
    May 2008
    Location
    England
    Beans
    155
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: issues with screen resolution

    I did what you suggested and now I have the latest nvidia driver, and my xorg.conf looks like this

    Code:
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig:  version 1.0  (buildmeister@builder57)  Fri Dec 12 13:13:55 PST 2008
    
    # nvidia-settings: X configuration file generated by nvidia-settings
    # nvidia-settings:  version 1.0  (buildd@palmer)  Mon Nov  3 08:46:46 UTC 2008
    
    Section "ServerLayout"
        Identifier     "Layout0"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Mouse0" "CorePointer"
    EndSection
    
    Section "Files"
    EndSection
    
    Section "Module"
        Load           "dbe"
        Load           "extmod"
        Load           "type1"
        Load           "freetype"
        Load           "glx"
    EndSection
    
    Section "ServerFlags"
        Option         "Xinerama" "0"
    EndSection
    
    Section "InputDevice"
    
        # generated from default
        Identifier     "Mouse0"
        Driver         "mouse"
        Option         "Protocol" "auto"
        Option         "Device" "/dev/psaux"
        Option         "Emulate3Buttons" "no"
        Option         "ZAxisMapping" "4 5"
    EndSection
    
    Section "InputDevice"
    
        # generated from default
        Identifier     "Keyboard0"
        Driver         "kbd"
    EndSection
    
    Section "Monitor"
    
        # HorizSync source: builtin, VertRefresh source: builtin
        Identifier     "Monitor0"
        VendorName     "Unknown"
        ModelName      "CRT-0"
        HorizSync       28.0 - 55.0
        VertRefresh     43.0 - 72.0
        Option         "DPMS"
    EndSection
    
    Section "Device"
        Identifier     "Device0"
        Driver         "nvidia"
        VendorName     "NVIDIA Corporation"
        BoardName      "GeForce 8400 GS"
    EndSection
    
    Section "Screen"
        Identifier     "Screen0"
        Device         "Device0"
        Monitor        "Monitor0"
        DefaultDepth    24
        Option         "TwinView" "0"
        Option         "TwinViewXineramaInfoOrder" "CRT-0"
        Option         "metamodes" "1024x768_60 +0+0"
        SubSection     "Display"
            Depth       24
            Modes      "1280x1024_50" "1024x768_50"
        EndSubSection
    EndSection
    I tried adding
    Code:
    Option         "metamodes" "1280x1024_60 +0+0"
    but it crashed the xserver when I reloaded it so I had to remove it. I can get a resolution of 1152x864 but its still a bit small

    Can anyone make any more suggestions?
    HP DV6-3085EA, AMD Phenom P920

  9. #9
    Join Date
    Feb 2008
    Beans
    15

    Re: issues with screen resolution

    try adding this line to the monitor section in xorg.conf then restarting xorg

    Code:
    modeline "1280x1024@75" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
    P.S. Happy Birthday for next week

  10. #10
    Join Date
    May 2008
    Location
    England
    Beans
    155
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: issues with screen resolution

    Thanks (for both)!
    Do I need to add the line as
    Code:
    modeline "1280x1024@75" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
    or
    Code:
    option modeline "1280x1024@75" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
    ?
    HP DV6-3085EA, AMD Phenom P920

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
  •