Results 1 to 7 of 7

Thread: Screen Resolution Default

  1. #1
    Join Date
    Sep 2010
    Location
    Somewhere on planet Earth
    Beans
    29
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Question Screen Resolution Default

    Hey guys, I got a question:

    Anywhey, I got Kubuntu 10.10 on two desktops, but one has no problems with resolution(note: different monitors; obvious problem source), but the other does: It doesn't keep my resolution; ever. When I log out or restart, it's reset to too big(640x400). Almost too big to reset the res, but just barely not. I need my default res at 1024x768.

    So how do I change the default to 1024x768?

    I couldn't find a post like this anywhere, but if there is, then link it to me plz. Also, if the 'Change default' button or whatever is right in front of my face, tell me...
    P.S. I don't really mind the terminal; don't think I don't know what I'm doing.

    Hasta luego,
    Gameboyman99
    Linux/Ubuntu hates me, but I love Linux/Ubuntu... Unconditional love...

  2. #2
    Join Date
    Sep 2010
    Location
    Montreal
    Beans
    340
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Screen Resolution Default

    System>preferences>monitors

    Set resolution click apply and make default.
    GOOGLE IS YOUR FRIEND
    restoring grub

  3. #3
    Join Date
    Sep 2010
    Location
    Montreal
    Beans
    340
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Screen Resolution Default

    Wait im not familiar with kubuntu but open the monitors app (im guessing you should have it anyway
    GOOGLE IS YOUR FRIEND
    restoring grub

  4. #4
    Join Date
    Nov 2008
    Location
    S.H.I.E.L.D. 6-1-6
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Screen Resolution Default

    if it doesn't show in the monitor section, you can force the resolution.

    adding a modeline is best thing to do.

    Press CTRL+ALT+F1
    login
    Run this


    Code:
    sudo killall gdm
    sudo killall kdm
    sudo X -configure
    sudo gdm
    login (again)


    Code:
    kate /etc/X11/xorg.conf
    Ill make the mods for you. (Adding a 'Mode "horizontalxvertical"' should be sufficient in the current version of xorg)
    Last edited by sandyd; November 26th, 2010 at 04:43 AM. Reason: fixed, forgot code tags
    Don't waste your energy trying to change opinions ... Do your thing, and don't care if they like it.

  5. #5
    Join Date
    Sep 2010
    Location
    Somewhere on planet Earth
    Beans
    29
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Screen Resolution Default

    xorg.conf is blank... nothing in it. BTW I don't have gedit, I have kate or notepad w/ Wine. And maybe I'm wrong but I think xorg.conf isn't used anymore...
    Gameboyman99
    Linux/Ubuntu hates me, but I love Linux/Ubuntu... Unconditional love...

  6. #6
    Join Date
    Nov 2008
    Location
    S.H.I.E.L.D. 6-1-6
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Screen Resolution Default

    Quote Originally Posted by Gameboyman99 View Post
    xorg.conf is blank... nothing in it. BTW I don't have gedit, I have kate or notepad w/ Wine. And maybe I'm wrong but I think xorg.conf isn't used anymore...
    fixed.
    forgot the code tags so it looked like the only commands that were shown were gedit
    Don't waste your energy trying to change opinions ... Do your thing, and don't care if they like it.

  7. #7
    Join Date
    Sep 2010
    Location
    Somewhere on planet Earth
    Beans
    29
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Red face Re: Screen Resolution Default

    Uhh... Somethings wrong... I don't even have a xorg.conf file...???
    Gameboyman99
    Linux/Ubuntu hates me, but I love Linux/Ubuntu... Unconditional love...

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
  •