Na ovladači - i v manuálu je uvedeno - tlačítko screen, to však dělá jen roztažení obrazu (přepínač mezi dvěma poměry).
Připadá mi to jako by televize (nebo Mandriva?) prováděla detekci rozlišení. Když nezmáčknu klávesu ESC včas, tak se tam nastaví rozlišení při té modré obrazovce (u Mandrivy se zobrazí nějaká grafika a grafický nápis Mandriva) tak se provede nastavení podle té grafiky. Potom zmáčknu to ESC a další detekce se neprovede, tudiž tam zůstává to nastavení podle té "grafiky".
Když zmáčknu ESC hned, ještě před tím než se provádí ta autodetekce, tak se mi zobrazí textový režim , pak se provede autodetekce, takže rozlišení je v pořádku.
Provedl jsem výpis ze souboru xorg.conf:
# File generated by XFdrake (rev )
Section "Extensions"
Option "Composite" "Disable"
EndSection
# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************
Section "ServerFlags"
Option "DontZap" "False" # disable <Ctrl><Alt><BS> (server abort)
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
#DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection
Section "Module"
Disable "dri"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "glx" # 3D layer
EndSection
Section "Monitor"
Identifier "monitor1"
VendorName "Generic"
ModelName "Flat Panel 1024x768"
HorizSync 31.5-48.0
VertRefresh 56.0-65.0
# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630
# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection
Section "Device"
Identifier "device1"
VendorName "ATI Technologies Inc"
BoardName "ATI Radeon X1950 and earlier"
Driver "ati"
Option "DPMS"
Option "MonitorLayout" "LVDS,NONE"
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24
Subsection "Display"
Depth 8
Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection
Subsection "Display"
Depth 15
Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection
Subsection "Display"
Depth 16
Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection
Subsection "Display"
Depth 24
Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "layout1"
Screen "screen1"
EndSection
Tento výpis jsem udělal, v době, kdy je nastavení obrazovky v pořádku.
Ale jak to udělat, aby to tak zůstalo i příště?