Find the answer to your Linux question:
Page 1 of 5 1 2 3 4 5 LastLast
Results 1 to 10 of 44
The highest resolution on Ubuntu 8.04 is 1024x768 which distorts things because the proper resolution for my monitor screen is 1280x1024. Is there any way to change Ubuntu resolution to ...
  1. #1
    Linux Enthusiast cousinlucky's Avatar
    Join Date
    Dec 2005
    Location
    New York City
    Posts
    575

    Ubuntu 8.04 screen resolution problem.

    The highest resolution on Ubuntu 8.04 is 1024x768 which distorts things because the proper resolution for my monitor screen is 1280x1024.

    Is there any way to change Ubuntu resolution to 1280x1024?
    Linux registered user # 414321
    You Should Not Give In To Evils, But Proceed Ever More Boldly Against Them!! -from book six of Virgil's Aeneid
    http://www.paynal.com
    Everything Within The Universe Is Related; We Are All Cousins!!

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Which Graphics Card do you have?
    Execute this
    Code:
    sudo lspci | gerp -i vga
    grep -i driver /etc/X11/xorg.conf
    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
    Linux Enthusiast cousinlucky's Avatar
    Join Date
    Dec 2005
    Location
    New York City
    Posts
    575
    Is the command grep or is it gerp?
    Linux registered user # 414321
    You Should Not Give In To Evils, But Proceed Ever More Boldly Against Them!! -from book six of Virgil's Aeneid
    http://www.paynal.com
    Everything Within The Universe Is Related; We Are All Cousins!!

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Its a grep command.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Linux Enthusiast cousinlucky's Avatar
    Join Date
    Dec 2005
    Location
    New York City
    Posts
    575
    Via Technologies VT 8378 [ S3 unichrome ] or [ 53 unichrome ] I believe it is S3 but my old eyes only knows that it is one or the other.
    Linux registered user # 414321
    You Should Not Give In To Evils, But Proceed Ever More Boldly Against Them!! -from book six of Virgil's Aeneid
    http://www.paynal.com
    Everything Within The Universe Is Related; We Are All Cousins!!

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Its Via S3 Card. Press Alt+F2 and type this
    Code:
    gksu gedit /etc/X11/xorg.conf
    It will open xorg.conf file in Gedit with root privileges. Add Driver "vesa" in Configured Video Device section.
    Code:
    Section "Device"
    Identifier   "Configured Video Device"
    Driver        "vesa"
    EndSection
    Save file and press Alt+Ctrl+Backspace to restart X Server.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  7. #7
    Linux Enthusiast cousinlucky's Avatar
    Join Date
    Dec 2005
    Location
    New York City
    Posts
    575
    OK Devils Casper, I did exactly as you instructed and all I have now in Ubuntu is a black screen.

    I now have a black screen in Ubuntu containing the following:

    starting anac(h)ronistic cron anacron................ok
    starting deferred execution sceduler atd.............ok
    starting periodic command scheduler crond............ok
    checking battery state...............................ok
    running local boot scripts(etc/rc.local).....ok

    I pressed the start/stop button at the front of my computer and booted Ubuntu and got the same black screen.
    Linux registered user # 414321
    You Should Not Give In To Evils, But Proceed Ever More Boldly Against Them!! -from book six of Virgil's Aeneid
    http://www.paynal.com
    Everything Within The Universe Is Related; We Are All Cousins!!

  8. #8
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    It means "vesa" driver is not working for your card and you have to add supported Refresh rates, resolutions manually.

    Press Alt+Ctrl+F1 and login at command prompt. Execute this
    Code:
    sudo nano /etc/X11/xorg.conf
    Remove Driver "vesa" line and press Ctrl+X, Y and hit Enter key to save file.

    Press Alt+Ctrl+F7 and Alt+Ctrl+Backspace Or reboot machine.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  9. #9
    Linux Enthusiast cousinlucky's Avatar
    Join Date
    Dec 2005
    Location
    New York City
    Posts
    575
    All I get now Devils Casper is a new black screen without the file text. Even the backup file is a black screen. I think I am just going to have to reinstall Ubuntu.
    Linux registered user # 414321
    You Should Not Give In To Evils, But Proceed Ever More Boldly Against Them!! -from book six of Virgil's Aeneid
    http://www.paynal.com
    Everything Within The Universe Is Related; We Are All Cousins!!

  10. #10
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    If Display was working with old xorg.conf then there is no need re-install. Execute this
    Code:
    sudo dpkg-reconfigure xserver-xorg -phigh
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Page 1 of 5 1 2 3 4 5 LastLast

Posting Permissions

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