Results 1 to 32 of 32

Thread: UBUNTU: Screen resolution problem...

  1. #1
    FFFFFFFFFFFFUUUUUUUUUUUUU Anonymous D's Avatar
    Join Date
    Sep 2008
    Posts
    3,625
    Credits
    2,724
    Mentioned
    1 Post(s)

    Default UBUNTU: Screen resolution problem...

    I have my laptop hooked up pretty much like a desktop. Monitor, keyboard, mouse, etc.

    Well I dont have the battery in it to keep the heat down, and the charger popped out earlier. I plugged it back in and turned it on, and my resolution is all screwed up. Even on the highest resolution I can choose, its still not as high as it was before the plug popped out. I dont even remember what the resolution was, but I cant get it back now.
    Quote Originally Posted by Nermy2k View Post
    roses are red,
    violets are blue,
    deathmaster numbers,
    i'm gonna rape you

    Quote Originally Posted by Mr. E View Post
    I had a dream

  2. #2
    mutton mutton's Avatar
    Join Date
    Sep 2008
    Posts
    3,707
    Credits
    2,668
    Trophies
    Mentioned
    0 Post(s)

    Default

    check your xorg.conf

  3. #3
    FFFFFFFFFFFFUUUUUUUUUUUUU Anonymous D's Avatar
    Join Date
    Sep 2008
    Posts
    3,625
    Credits
    2,724
    Mentioned
    1 Post(s)

    Default

    Yea everyone tells me that, and I have no idea what to do once Im there. I am led to beleive that it should show the resolutions available, and I can just add the one I want, but I dont even know which one I had, and all I see once I open it is something that looks the same as the terminal.
    Quote Originally Posted by Nermy2k View Post
    roses are red,
    violets are blue,
    deathmaster numbers,
    i'm gonna rape you

    Quote Originally Posted by Mr. E View Post
    I had a dream

  4. #4
    mutton mutton's Avatar
    Join Date
    Sep 2008
    Posts
    3,707
    Credits
    2,668
    Trophies
    Mentioned
    0 Post(s)

    Default

    try letting X reconfigure itself, which should involve steps like the following:

    stop X (Ctrl-Alt-Backspace)
    # X -configure
    # X -config xorg.conf.new
    leave the test screen (Ctrl-Alt-F1)
    # mv /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
    # mv xorg.conf.new /etc/X11/xorg.conf
    # xinit
    # startx
    open your resolution settings and see if new ones appear

  5. #5
    sponge sponge's Avatar
    Join Date
    Oct 2008
    Location
    sponge
    Posts
    3,788
    Credits
    860
    Blog Entries
    1
    Mentioned
    0 Post(s)

    Default

    Does ctrl+alt+bksp still kill X in Ubuntu? Xorg disabled the feature (citing security or something) a while back but it can be re-enabled by the user or packager.

    Anyway, this looks promising. I'd nuke that file in ~/.config/blah and restart X (logging out usually does this, X is killed before GDM is restarted).
    Quote Originally Posted by Atmosfear View Post
    scarf wasn't man enough to do it so queendork pushed herself down the stairs.

  6. #6
    FFFFFFFFFFFFUUUUUUUUUUUUU Anonymous D's Avatar
    Join Date
    Sep 2008
    Posts
    3,625
    Credits
    2,724
    Mentioned
    1 Post(s)

    Default

    Ok I tried this in the terminal and my computer won't do shit now.

    Code:
    sudo /etc/init.d/gdm restart
    It's been stuck on the same screen for like 5 minutes now and doesn't seem to be doing anything at all.
    Quote Originally Posted by Nermy2k View Post
    roses are red,
    violets are blue,
    deathmaster numbers,
    i'm gonna rape you

    Quote Originally Posted by Mr. E View Post
    I had a dream

  7. #7
    FFFFFFFFFFFFUUUUUUUUUUUUU Anonymous D's Avatar
    Join Date
    Sep 2008
    Posts
    3,625
    Credits
    2,724
    Mentioned
    1 Post(s)

    Default

    Visual reference.




    So wtf do I do now? Just turn it off?
    Quote Originally Posted by Nermy2k View Post
    roses are red,
    violets are blue,
    deathmaster numbers,
    i'm gonna rape you

    Quote Originally Posted by Mr. E View Post
    I had a dream

  8. #8
    sponge sponge's Avatar
    Join Date
    Oct 2008
    Location
    sponge
    Posts
    3,788
    Credits
    860
    Blog Entries
    1
    Mentioned
    0 Post(s)

    Default

    Assuming GDM actually started again you'll need to switch to the proper virtual console, probably Alt+F7 (if F7 doesn't work, start at F1 and go up. Use the left Alt key, not the right one).
    Quote Originally Posted by Atmosfear View Post
    scarf wasn't man enough to do it so queendork pushed herself down the stairs.

  9. #9
    FFFFFFFFFFFFUUUUUUUUUUUUU Anonymous D's Avatar
    Join Date
    Sep 2008
    Posts
    3,625
    Credits
    2,724
    Mentioned
    1 Post(s)

    Default

    Ok. I got to where I can log in. But it's still on a black screen with text only. And I guess im in the terminal now. So what now?
    Quote Originally Posted by Nermy2k View Post
    roses are red,
    violets are blue,
    deathmaster numbers,
    i'm gonna rape you

    Quote Originally Posted by Mr. E View Post
    I had a dream

  10. #10
    sponge sponge's Avatar
    Join Date
    Oct 2008
    Location
    sponge
    Posts
    3,788
    Credits
    860
    Blog Entries
    1
    Mentioned
    0 Post(s)

    Default

    If you don't have anything important unsaved I'd just do a `sudo reboot` and hope Ubuntu sorts it out / gets you to a functional GDM and desktop on reboot.
    Quote Originally Posted by Atmosfear View Post
    scarf wasn't man enough to do it so queendork pushed herself down the stairs.

  11. #11
    FFFFFFFFFFFFUUUUUUUUUUUUU Anonymous D's Avatar
    Join Date
    Sep 2008
    Posts
    3,625
    Credits
    2,724
    Mentioned
    1 Post(s)

    Default

    I did that already, and it just goes back to how it was.
    Quote Originally Posted by Nermy2k View Post
    roses are red,
    violets are blue,
    deathmaster numbers,
    i'm gonna rape you

    Quote Originally Posted by Mr. E View Post
    I had a dream

  12. #12
    FFFFFFFFFFFFUUUUUUUUUUUUU Anonymous D's Avatar
    Join Date
    Sep 2008
    Posts
    3,625
    Credits
    2,724
    Mentioned
    1 Post(s)

    Default

    Quote Originally Posted by mutton View Post
    try letting X reconfigure itself, which should involve steps like the following:

    stop X (Ctrl-Alt-Backspace)
    # X -configure
    # X -config xorg.conf.new
    leave the test screen (Ctrl-Alt-F1)
    # mv /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
    # mv xorg.conf.new /etc/X11/xorg.conf
    # xinit
    # startx
    open your resolution settings and see if new ones appear
    I tried doing this and when I do X -configure I get this error.

    user not authorized to run the X server, aborting.

    I am the only user on this computer, and I am set up as an admin. Maybe Ctrl-Alt-Backspace doesnt stop X?
    Quote Originally Posted by Nermy2k View Post
    roses are red,
    violets are blue,
    deathmaster numbers,
    i'm gonna rape you

    Quote Originally Posted by Mr. E View Post
    I had a dream

  13. #13
    sponge sponge's Avatar
    Join Date
    Oct 2008
    Location
    sponge
    Posts
    3,788
    Credits
    860
    Blog Entries
    1
    Mentioned
    0 Post(s)

    Default

    Quote Originally Posted by Anonymous D View Post
    I tried doing this and when I do X -configure I get this error.

    user not authorized to run the X server, aborting.

    I am the only user on this computer, and I am set up as an admin. Maybe Ctrl-Alt-Backspace doesnt stop X?
    All of those commands have to be run as root, try running `sudo X -configure`.
    Quote Originally Posted by Atmosfear View Post
    scarf wasn't man enough to do it so queendork pushed herself down the stairs.

  14. #14
    sponge sponge's Avatar
    Join Date
    Oct 2008
    Location
    sponge
    Posts
    3,788
    Credits
    860
    Blog Entries
    1
    Mentioned
    0 Post(s)

    Default

    Well startx is normally run by regular users but Ubuntu is so fucking weird I have no idea how they set it all up.
    Quote Originally Posted by Atmosfear View Post
    scarf wasn't man enough to do it so queendork pushed herself down the stairs.

  15. #15
    Deal with it DaiTengu's Avatar
    Join Date
    Sep 2008
    Location
    Appleton, Wisconsin, United States
    Posts
    3,193
    Credits
    2,679,784
    Mentioned
    5 Post(s)

    Default

    I do hate the fact that Ubuntu scrambles the root password and makes you sudo for everything.


    Just do this:

    sudo su


    then type in your password

    Then you'll be root and you can break anything you want.

  16. #16
    FFFFFFFFFFFFUUUUUUUUUUUUU Anonymous D's Avatar
    Join Date
    Sep 2008
    Posts
    3,625
    Credits
    2,724
    Mentioned
    1 Post(s)

    Default

    Quote Originally Posted by DaiTengu View Post
    I do hate the fact that Ubuntu scrambles the root password and makes you sudo for everything.


    Just do this:

    sudo su


    then type in your password

    Then you'll be root and you can break anything you want.
    I dont like how you used the word break.
    Quote Originally Posted by Nermy2k View Post
    roses are red,
    violets are blue,
    deathmaster numbers,
    i'm gonna rape you

    Quote Originally Posted by Mr. E View Post
    I had a dream

  17. #17
    Deal with it DaiTengu's Avatar
    Join Date
    Sep 2008
    Location
    Appleton, Wisconsin, United States
    Posts
    3,193
    Credits
    2,679,784
    Mentioned
    5 Post(s)

    Default

    /etc/init.d/gdm restart

  18. #18
    Deal with it DaiTengu's Avatar
    Join Date
    Sep 2008
    Location
    Appleton, Wisconsin, United States
    Posts
    3,193
    Credits
    2,679,784
    Mentioned
    5 Post(s)

    Default

    also, post your /var/log/Xorg.0.log

  19. #19
    FFFFFFFFFFFFUUUUUUUUUUUUU Anonymous D's Avatar
    Join Date
    Sep 2008
    Posts
    3,625
    Credits
    2,724
    Mentioned
    1 Post(s)

    Default

    Do I have to be in root for that?
    Quote Originally Posted by Nermy2k View Post
    roses are red,
    violets are blue,
    deathmaster numbers,
    i'm gonna rape you

    Quote Originally Posted by Mr. E View Post
    I had a dream

  20. #20
    Deal with it DaiTengu's Avatar
    Join Date
    Sep 2008
    Location
    Appleton, Wisconsin, United States
    Posts
    3,193
    Credits
    2,679,784
    Mentioned
    5 Post(s)

    Default

    no

    edit: to restart GDM, type:

    sudo /etc/init.d/gdm restart


    I'm guessing it will fail.

    Then post the contents of your /etc/log/Xorg.0.log

  21. #21
    FFFFFFFFFFFFUUUUUUUUUUUUU Anonymous D's Avatar
    Join Date
    Sep 2008
    Posts
    3,625
    Credits
    2,724
    Mentioned
    1 Post(s)

    Default

    Ok I did the gdm restart, and it went to the black screen I posted earlier. I had to press Alt+F1 to get to where I could manually log in, and then had to make the comp reboot. Then I was able to lock back in normally. When/where exactly am I supposed to type in the Xorg log info? I put it in the terminal after it rebooted but it said no such command.
    Quote Originally Posted by Nermy2k View Post
    roses are red,
    violets are blue,
    deathmaster numbers,
    i'm gonna rape you

    Quote Originally Posted by Mr. E View Post
    I had a dream

  22. #22
    Deal with it DaiTengu's Avatar
    Join Date
    Sep 2008
    Location
    Appleton, Wisconsin, United States
    Posts
    3,193
    Credits
    2,679,784
    Mentioned
    5 Post(s)

    Default

    it's a log file

    It'll be long, so I hope you're not planning on typing it out. you need to ssh, ftp, or sftp into your laptop and copy it to the machine you're using to post, then post it in a [code] block here. or post it on patstebin.com and post the link here.

    Edit: while you're at it, post the contents of your xorg.conf file as well (/etc/X11/xorg.conf)

  23. #23
    FFFFFFFFFFFFUUUUUUUUUUUUU Anonymous D's Avatar
    Join Date
    Sep 2008
    Posts
    3,625
    Credits
    2,724
    Mentioned
    1 Post(s)

    Default

    I'm posting from my iPhone. Plus I have no idea what ftp ssh and sftp mean.
    Quote Originally Posted by Nermy2k View Post
    roses are red,
    violets are blue,
    deathmaster numbers,
    i'm gonna rape you

    Quote Originally Posted by Mr. E View Post
    I had a dream

  24. #24
    I toast to fat bitches Harner's Avatar
    Join Date
    Sep 2008
    Location
    PA, USA
    Posts
    451
    Credits
    1,016
    Mentioned
    0 Post(s)

    Default

    I'm a Linux fan, myself and have done some really amazing things with it from an infrastructure standpoint. My advice is to go buy a Windows 7 DVD (or torrent one).

    Good luck, pal.

  25. #25
    FFFFFFFFFFFFUUUUUUUUUUUUU Anonymous D's Avatar
    Join Date
    Sep 2008
    Posts
    3,625
    Credits
    2,724
    Mentioned
    1 Post(s)

    Default

    Well I would if my computer wasnt so old. I put XP on it a while back, and had to put Ubuntu right back on it because it was so slow.

    I just need to get a new computer eventually.
    Quote Originally Posted by Nermy2k View Post
    roses are red,
    violets are blue,
    deathmaster numbers,
    i'm gonna rape you

    Quote Originally Posted by Mr. E View Post
    I had a dream

  26. #26
    sponge sponge's Avatar
    Join Date
    Oct 2008
    Location
    sponge
    Posts
    3,788
    Credits
    860
    Blog Entries
    1
    Mentioned
    0 Post(s)

    Default

    Quote Originally Posted by DaiTengu View Post
    also, post your /var/log/Xorg.0.log
    are you really this retarded someone who uses GNOME exclusively (as all that's necessary for normal ubuntu operation) isn't going to know how to dump a log file to output (much less push it to some sort of internet filestore or ssh in given that ubuntu probably doesn't even have a sshd installed/running if they aren't total security morons)

    anyway anony d just to get me up to speed:
    when you boot up, what do you see? the normal graphical login or text login or other? (if other, post photo of screen)
    if you're booting and just seeing the text login (which I'm guessing is the case), login and run `startx`. This probably won't work, post of photo of the screen output if it doesn't.
    Also if it doesn't work, run `tail /var/log/Xorg.0.log` and post a photo of that output.
    Quote Originally Posted by Atmosfear View Post
    scarf wasn't man enough to do it so queendork pushed herself down the stairs.

  27. #27
    FFFFFFFFFFFFUUUUUUUUUUUUU Anonymous D's Avatar
    Join Date
    Sep 2008
    Posts
    3,625
    Credits
    2,724
    Mentioned
    1 Post(s)

    Default

    When I start the computer normally I get the normal login.

    I can get to the text login by doing a gdm restart and then sudo reboot though.
    Quote Originally Posted by Nermy2k View Post
    roses are red,
    violets are blue,
    deathmaster numbers,
    i'm gonna rape you

    Quote Originally Posted by Mr. E View Post
    I had a dream

  28. #28
    sponge sponge's Avatar
    Join Date
    Oct 2008
    Location
    sponge
    Posts
    3,788
    Credits
    860
    Blog Entries
    1
    Mentioned
    0 Post(s)

    Default

    Quote Originally Posted by Anonymous D View Post
    When I start the computer normally I get the normal login.

    I can get to the text login by doing a gdm restart and then sudo reboot though.
    What happens when you login with gdm? Nothing?
    Quote Originally Posted by Atmosfear View Post
    scarf wasn't man enough to do it so queendork pushed herself down the stairs.

  29. #29
    FFFFFFFFFFFFUUUUUUUUUUUUU Anonymous D's Avatar
    Join Date
    Sep 2008
    Posts
    3,625
    Credits
    2,724
    Mentioned
    1 Post(s)

    Default

    You mean from the text screen? It basically logs in the same way regardless of how I log in. I always end up on my desktop with everything right except for the resolution.
    Quote Originally Posted by Nermy2k View Post
    roses are red,
    violets are blue,
    deathmaster numbers,
    i'm gonna rape you

    Quote Originally Posted by Mr. E View Post
    I had a dream

  30. #30
    sponge sponge's Avatar
    Join Date
    Oct 2008
    Location
    sponge
    Posts
    3,788
    Credits
    860
    Blog Entries
    1
    Mentioned
    0 Post(s)

    Default

    Oh, I thought you were saying that you could log in but then you were getting dumped back to a console.

    In that case, try this. Delete that file, log out, and log back in.
    Quote Originally Posted by Atmosfear View Post
    scarf wasn't man enough to do it so queendork pushed herself down the stairs.

  31. #31
    Deal with it DaiTengu's Avatar
    Join Date
    Sep 2008
    Location
    Appleton, Wisconsin, United States
    Posts
    3,193
    Credits
    2,679,784
    Mentioned
    5 Post(s)

    Default

    Quote Originally Posted by sponge View Post
    are you really this retarded someone who uses GNOME exclusively (as all that's necessary for normal ubuntu operation) isn't going to know how to dump a log file to output (much less push it to some sort of internet filestore or ssh in given that ubuntu probably doesn't even have a sshd installed/running if they aren't total security morons)
    Ugh. back when I first learned how to use linux we didn't have fancy GUIs.


    Edit: also, this is exactly what they'd tell him to do on http://ubuntuforums.org/

  32. #32
    sponge sponge's Avatar
    Join Date
    Oct 2008
    Location
    sponge
    Posts
    3,788
    Credits
    860
    Blog Entries
    1
    Mentioned
    0 Post(s)

    Default

    Quote Originally Posted by DaiTengu View Post
    Ugh. back when I first learned how to use linux we didn't have fancy GUIs.


    Edit: also, this is exactly what they'd tell him to do on http://ubuntuforums.org/
    I mean I only go to ubuntuforums when I have google searched a problem and am willing to click the inevitable link as a last result

    it's usually a big festering pile of duuuuuuuuuuuuuur though
    Quote Originally Posted by Atmosfear View Post
    scarf wasn't man enough to do it so queendork pushed herself down the stairs.

Similar Threads

  1. Monitor keeps changing resolution
    By crapoo16 in forum Technology Today
    Replies: 32
    Last Post: 09-13-2022, 04:08 PM
  2. Problem with maximum resolution.
    By Kage_ in forum Technology Today
    Replies: 6
    Last Post: 03-12-2010, 06:58 PM
  3. Blue screen of death help...
    By Anonymous D in forum Technology Today
    Replies: 13
    Last Post: 11-23-2009, 07:19 AM

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
  •