Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 12
Hello, I just installed Debian on my old Presario laptop and I can't figure out how to change the screen resolution. I searched on the internet a bit and most ...
  1. #1
    Just Joined!
    Join Date
    Jul 2009
    Posts
    12

    Screen resolution?

    Hello,

    I just installed Debian on my old Presario laptop and I can't figure out how to change the screen resolution. I searched on the internet a bit and most of the things I found either weren't available, didn't work, or I couldn't figure it out.

    I'm kind of a noob to Linux configuration but I know the screen can go 1024x768.

    Can someone help?

    Thanks

  2. #2
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,144
    You need to know the specs for your monitor, do you have the owners manual for it? Anyhoo, if you know the correct hsync and vsync then you can add them to the /etc/X11/xorg.conf file in the "Monitor or Screen" section.

    Here is what mine looks like.
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "HP-Compaq"
    ModelName "HP MX50"
    HorizSync 30.0 - 50.0
    VertRefresh 50.0 - 150.0
    Option "DPMS
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  3. #3
    Linux Engineer Segfault's Avatar
    Join Date
    Jun 2008
    Location
    Acadiana
    Posts
    855
    Another thing is it may defaulted to the VESA driver. Last time I tried VESA it couldn't do more than 800x600.

  4. #4
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,144
    Excellent point.
    Maybe it would be a good idea to post the whole xorg.conf file.
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  5. #5
    Just Joined!
    Join Date
    Jul 2009
    Posts
    12
    Thanks for the advice everyone.

    I looked at /etc/X11/xorg.conf and there is nothing in it, completly blank.

  6. #6
    Linux Engineer Segfault's Avatar
    Join Date
    Jun 2008
    Location
    Acadiana
    Posts
    855
    My Debian times are over, from memory one should do something like ...

    dpkg-reconfigure xserver-xorg

    ... I think ...

  7. #7
    Just Joined!
    Join Date
    Jul 2009
    Posts
    12
    Quote Originally Posted by Segfault View Post
    My Debian times are over, from memory one should do something like ...

    dpkg-reconfigure xserver-xorg

    ... I think ...
    I think I tried that earlier today, I saw something about it on the web. It went through mouse and keyboard configuration but monitor configuration was rather noteworthy in its absence.

  8. #8
    Linux Engineer Segfault's Avatar
    Join Date
    Jun 2008
    Location
    Acadiana
    Posts
    855
    Try X -configure.

    If everything fails one can always read man xorg.conf and write one by himself.

  9. #9
    Just Joined!
    Join Date
    Jul 2009
    Posts
    12
    Quote Originally Posted by Segfault View Post
    Try X -configure.

    If everything fails one can always read man xorg.conf and write one by himself.
    When I tried X -configure, it said
    Code:
    Fatal server error:
    Server is already active for display 0
           If the server is no longer running, remove /tmp.X0- lock and start again.
    I assume that was because X was running? It seems like it should be more obvious but I couldn't figure out how to get X to not start. I tried ctrl-alt-backspace and that brought me to the login screen. I tried the different sessions and they all bring up some form of gui.

  10. #10
    Linux Engineer Segfault's Avatar
    Join Date
    Jun 2008
    Location
    Acadiana
    Posts
    855
    You have to shut down login manager, XDM probably. Something like

    /etc/init.d/xdm stop

Page 1 of 2 1 2 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
  •