теперь не получается сменить разрешение. какие только комбинации не пробовал - не появляется список прописываемых разрешений:
Скрытый текст
Код:

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "LCDTV16"
Modeline "1360x768" 86.0 1360 1424 1536 1792 768 771 777 795
DisplaySize 339 271 # 96 DPI @ 1280x1024
EndSection
Скрытый текст
Код:

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
Modes "1360x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
Modes "1360x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1360x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
Modes "1360x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1360x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1360x768"
EndSubSection
EndSection
а в логе выдаёт:
Скрытый текст
Код:

[ 18.189] (II) VESA(0): Total Memory: 256 64KB banks (16384kB)
[ 18.189] (II) VESA(0): Monitor0: Using hsync range of 14.00-68.00 kHz
[ 18.189] (II) VESA(0): Monitor0: Using vrefresh range of 48.00-62.00 Hz
[ 18.189] (II) VESA(0): Monitor0: Using maximum pixel clock of 155.00 MHz
[ 18.189] (II) VESA(0): Not using mode "1360x768" (no mode of this name)
[ 18.190] (II) VESA(0): Not using built-in mode "1280x960" (no mode of this name)
[ 18.190] (II) VESA(0): Not using built-in mode "1152x864" (no mode of this name)
[ 18.190] (II) VESA(0): Not using built-in mode "720x400" (no mode of this name)
[ 18.190] (II) VESA(0): Not using built-in mode "640x350" (no mode of this name)
[ 18.190] (II) VESA(0): Not using built-in mode "512x384" (no mode of this name)
[ 18.190] (II) VESA(0): Not using built-in mode "320x240" (no mode of this name)
[ 18.190] (II) VESA(0): Not using built-in mode "320x200" (no mode of this name)
хотя, ранее пишет, что такое разрешение поддерживает:
Скрытый текст
Код:

[ 18.078] (II) VESA(0): Supported detailed timing:
[ 18.078] (II) VESA(0): clock: 86.0 MHz Image Size: 1600 x 900 mm
[ 18.078] (II) VESA(0): h_active: 1360 h_sync: 1424 h_sync_end 1536 h_blank_end 1792 h_border: 0
[ 18.078] (II) VESA(0): v_active: 768 v_sync: 771 v_sync_end 777 v_blanking: 795 v_border: 0
[ 18.078] (II) VESA(0): Supported detailed timing:
[ 18.078] (II) VESA(0): clock: 75.0 MHz Image Size: 1600 x 900 mm
[ 18.078] (II) VESA(0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
[ 18.078] (II) VESA(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
[ 18.078] (II) VESA(0): Monitor name: LCDTV16
[ 18.078] (II) VESA(0): Ranges: V min: 48 V max: 62 Hz, H min: 14 H max: 68 kHz, PixClock max 155 MHz
[ 18.078] (II) VESA(0): Number of EDID sections to follow: 1
что я делаю не так?