Results 1 to 6 of 6
I just installed debian today and had a question. How do I make my resolution larger? When I went into the setting for resolution it only had 800x600 and 640x480, ...
- 08-27-2005 #1Just Joined!
- Join Date
- Aug 2005
- Posts
- 2
Debian Resolution
I just installed debian today and had a question. How do I make my resolution larger? When I went into the setting for resolution it only had 800x600 and 640x480, how can I get it to 1024x768?
- 08-27-2005 #2
I guarantee you'll find the answer in this Google search.
- 08-27-2005 #3Just Joined!
- Join Date
- Aug 2005
- Posts
- 2
Google Search
Thank you I will try looking through the search
- 08-27-2005 #4Linux Newbie
- Join Date
- May 2005
- Posts
- 222
try type in this code....
dpkg-reconfigure xserver-xfree86
a dialog will come up....put you through a series of questions, most important is you monitor vertical and horizontal sync frequencies. If they are high enough you can use higher resolutions.
- 08-30-2005 #5Just Joined!
- Join Date
- Aug 2005
- Location
- india
- Posts
- 27
follow these steps
sorry if you are not a newbie to linux
give the root passwordCode:su password:
use gedit instead of nano if you use gnome and kedit if use kdeCode:cd /etc/X11/ nano XF86Config-4
under the section "screen "
enter the value 1024x768 before the other values..
mine is as follows
the best optipn would be replace the XF86Config-4 file from a live cd to your /etc/X11/ folderCode:Section "Screen" Identifier "Default Screen" Device "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device" Monitor "Generic Monitor" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection
- 09-02-2005 #6Just Joined!
- Join Date
- Jun 2005
- Location
- Canada, Halifax
- Posts
- 86
Debian resolution
To get the most out of you monitor fetch from either the manual or the manfacturer's website the horizontal and vertical refresh rates for your partciular device (seemingly innocent differences in model numbers can make a big difference). When you reconfigure X11's settings include those figures instead fo the default 'safe' values.


Reply With Quote
