On Friday 09 November 2007 03:21:08 am Magnar Strand Olsen wrote:
> Rajko M. skrev:
> > On Thursday 08 November 2007 03:43:33 am Magnar Strand Olsen wrote:
> >> fazer skrev:
> >>>> I installed the 8.42 drivers, but it gave me a desktop resolution of
> >>>> [EMAIL PROTECTED] (the highest resolution my 19 inch Hansol CRT monitor
> >>>> supports). After some hassle (see my previous post) I got the ATI
> >>>> control panel working, enabling me to switch resolution to the less
> >>>> eye-straining [EMAIL PROTECTED]
> >>>> However, the system doesn't remember the settings - the next time I
> >>>> log on, the resolution is once again 1792x1344.
> >>>>
> >>>> It is slightly annoying to have to set the resolution each time - has
> >>>> any of you got an idea of how to fix this problem?
> >>>
> >>> Did you try modify /etc/X11/xorg.conf
> >>
> >> Yes, that's the first thing I did - made a backup copy of the xorg.conf
> >> file, and modify it. Oddly enough, the 1792x1344 resolution isn't even
> >> listed in my xorg.conf file.
> >> I removed the entire 1600x1200 entry from xorg.conf (leaving 1280x1024
> >> as the highest resolution), but it didn't change anything. Resolution
> >> was still maxed out at 1792x1344 the next time I turned on my computer.
> >
> > Can you post /etc/X11/xorg.conf
>
> Here it is... The one modification I dared to try was to remove the
> line: "ModeLine "1600x1200" 202.0 1600 1664 1856 2160 1200 1201
> 1204 1250 +hsync +vsync"
There is no need to actually remove lines, unless you are sure that it is not
needed forever. You can put
#
as a first character and line will be treated as comment, ie. ignored.
[...]
> Section "Screen"
> Identifier "aticonfig-Screen[0]"
> Device "aticonfig-Device[0]"
> Monitor "aticonfig-Monitor[0]"
> DefaultDepth 24
> SubSection "Display"
> Viewport 0 0
> Depth 24
# Add this line right here and Xorg will start with 1280x1024.
Modes "1280x1024" "1024x768" "1600x1200"
> EndSubSection
> EndSection
>
> Section "DRI"
> Group "video"
> Mode 0660
> EndSection
The Section Screen has more parameters and one of them is Modes that dictates
which mode is first to show on server start, and which modes will be shown
and in what order when you change them by press and hold Ctrl-Alt, and press
+ or - on numeric part of keyboard. For instance:
Modes "1280x1024" "1024x768" "1600x1200"
will start with "1280x1024" and if you press CtrlAlt+ each time it will cycle
trough modes in this order "1024x768" "1600x1200" "1280x1024" "1024x768" and
so on. The CtrlAlt- will go in opposite direction.
--
Regards,
Rajko.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]