Find the answer to your Linux question:
Results 1 to 2 of 2
I recently installed Debian and the screen resolution is HUGE! I cannot find a way to change it, because there are no options available within the Preferences. Can someone please ...
  1. #1
    Just Joined!
    Join Date
    Apr 2008
    Posts
    7

    Exclamation screen resolution in Debian

    I recently installed Debian and the screen resolution is HUGE! I cannot find a way to change it, because there are no options available within the Preferences. Can someone please help? I'm an huber-newbie, so you need to spell things out COMPLETELY. Thanks!

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

    Open Terminal and execute this
    Code:
    su -
    dpkg-reconfigure xserver-xorg
    Reconfigure display settings and reboot machine.

    In case it doesn't work, execute this
    Code:
    su -
    lspci | grep -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

Posting Permissions

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