Find the answer to your Linux question:
Results 1 to 10 of 10
I'm a complete noob to Linux. Btw. My max selectable screen resolution is 800x600. My monitor supports 1600x1024 60hz. I do not have an xorg.conf file. How could I add ...
  1. #1
    Just Joined!
    Join Date
    Mar 2010
    Posts
    5

    Xunbuntu 9.10 Resolution Help

    I'm a complete noob to Linux. Btw.
    My max selectable screen resolution is 800x600. My monitor supports 1600x1024 60hz. I do not have an xorg.conf file. How could I add 1600x1024 resolution?

    All help would be appreciated

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Hi and Welcome !


    Which Graphics Card do you have? Open Terminal and execute this
    Code:
    sudo lspci | grep -i vga
    Post output here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Mar 2010
    Posts
    5
    Output :

    01:00.0 VGA compatible controller: nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro] (rev 15)

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Have you installed Installed Nvidia Proprietary driver?
    Check if there is any Hardware Drivers option in Menu? You can install driver using that easily.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Just Joined!
    Join Date
    Mar 2010
    Posts
    5
    I ran it and it did a search for drivers. Than it said No proprietary drivers are in use on this system.

    How would I go about installing the driver? I see no option to do so in Hardware Drivers

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Follow instructions from here. Instructions are same for Ubuntu and Xubuntu.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  7. #7
    Just Joined!
    Join Date
    Mar 2010
    Posts
    5
    None of the options available in EnvyNG are reccomended drivers.

  8. #8
    Just Joined!
    Join Date
    Mar 2010
    Location
    Mountain View, CA
    Posts
    24
    Try to edit xorg file. The xorg.conf file not available default in ubuntu karmic. try below method for create

    In order to generate xorg.conf you need to switch to one virtual console using the key combination CTRL + ALT + F1.

    Now execute the following commands:

    # sudo service gdm stop
    This command will stop the X.
    Now we need to generate the xorg.conf file:
    # sudo Xorg -configure
    This has generated the file in ~/xorg.conf.new.
    We need to make the X using it so we have to put this file inside /etc/X11/
    # sudo mv ~/xorg.conf.new /etc/X11/xorg.conf
    After moving this file to the proper location you can start the X again and see what happens:
    # sudo service gdm start

  9. #9
    Just Joined!
    Join Date
    Mar 2010
    Posts
    5
    Okay, I followed the above instructions and now have many more resolution options but still lack the one i want, which is 1600x1024

  10. #10
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Post the contents of /etc/X11/xorg.conf file here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

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