--- Shawn McCuan <[EMAIL PROTECTED]> wrote: > Hi; > I cannot remember what to type in my shell to bring > up the xfree86 > configuration tool so I can set my resolution higher > than the current > 800x600 that is driving me insane. Ive tried > > xfree86 --config > xfree86config > > And I belive it is something similar to those, but, > im not sure which! > > Help please? > > Thanks; > Shawn McCuan > > > -- > To UNSUBSCRIBE, email to > [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED] > >
There are 2 easy ways to do this: The more easy is #dpkg-reconfigure xserver-xfree86 The other one is editing your /etc/X11/XF86Config-4 in your screen section you have: SubSection "Display" Depth 24 Modes "800x600" "640x480" EndSubSection after editing you must have: SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection Regards. ===== -- Sergio Basurto J. If I have seen further it is by standing on the shoulders of giants. (Isaac Newton) -- __________________________________ Do you Yahoo!? The all-new My Yahoo! - Get yours free! http://my.yahoo.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]