[РЕШЕНО] Разрешение для монитора 1980х1080

Автор Angel_ok, 13 августа 2014, 16:15:18

« назад - далее »

0 Пользователи и 2 гостей просматривают эту тему.

Angel_ok

Цитата: qupl от 14 августа 2014, 06:43:54
Тут несколько ошибок, секция Screen одна, а в самом начале расположение задано для трёх.
Какую конфигурацию хочется получить в итоге?  Клон на мониторе, или отдельный раб.стол?
После любого изменения смотрите /var/log/Xorg.0.log, так легче ошибки контролировать.
Изменил xorg.conf на такой
Открыть содержимое (спойлер)
Section "ServerLayout"
Identifier     "X.org Configured"
Screen      0  "Screen0" 0 0
# Screen      1  "Screen1" RightOf "Screen0"
# Screen      2  "Screen2" RightOf "Screen1"
InputDevice    "Mouse0" "CorePointer"
InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
ModulePath   "/usr/lib/xorg/modules"
FontPath     "/usr/share/fonts/X11/misc"
FontPath     "/usr/share/fonts/X11/cyrillic"
FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath     "/usr/share/fonts/X11/Type1"
FontPath     "/usr/share/fonts/X11/100dpi"
FontPath     "/usr/share/fonts/X11/75dpi"
FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath     "built-ins"
EndSection

Section "Module"
Load  "extmod"
Load  "dri2"
Load  "dri"
Load  "record"
Load  "glx"
Load  "dbe"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver      "kbd"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver      "mouse"
Option     "Protocol" "auto"
Option     "Device" "/dev/input/mice"
Option     "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
Identifier   "Monitor0"
VendorName   "Monitor Vendor"
ModelName    "Monitor Model"
EndSection

Section "Monitor"
Identifier   "Monitor1"
VendorName   "Monitor Vendor"
ModelName    "Monitor Model"
EndSection

Section "Monitor"
Identifier   "Monitor2"
VendorName   "Monitor Vendor"
ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "AccelMethod"        # <str>
        #Option     "DRI"                # [<bool>]
        #Option     "ColorKey"            # <i>
        #Option     "VideoKey"            # <i>
        #Option     "Tiling"              # [<bool>]
        #Option     "LinearFramebuffer"  # [<bool>]
        #Option     "Shadow"              # [<bool>]
        #Option     "SwapbuffersWait"    # [<bool>]
        #Option     "TripleBuffer"        # [<bool>]
        #Option     "XvPreferOverlay"    # [<bool>]
        #Option     "DebugFlushBatches"  # [<bool>]
        #Option     "DebugFlushCaches"    # [<bool>]
        #Option     "DebugWait"          # [<bool>]
        #Option     "HotPlug"            # [<bool>]
        #Option     "RelaxedFencing"      # [<bool>]
        #Option     "Throttle"            # [<bool>]
        #Option     "UseVmap"            # [<bool>]
        #Option     "ZaphodHeads"        # <str>
        #Option     "DelayedFlush"        # [<bool>]
        #Option     "FallbackDebug"      # [<bool>]
        #Option     "BufferCache"        # [<bool>]
Identifier  "Card0"
Driver      "intel"
BusID       "PCI:0:2:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "ShadowFB"            # [<bool>]
        #Option     "Rotate"              # <str>
        #Option     "fbdev"              # <str>
        #Option     "debug"              # [<bool>]
Identifier  "Card1"
Driver      "fbdev"
BusID       "PCI:0:2:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "ShadowFB"            # [<bool>]
        #Option     "DefaultRefresh"      # [<bool>]
        #Option     "ModeSetClearScreen" # [<bool>]
Identifier  "Card2"
Driver      "vesa"
BusID       "PCI:0:2:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device     "Card0"
Monitor    "Monitor0"
SubSection "Display"
Viewport   0 0
Depth     1
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     4
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     8
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     15
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     16
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     24
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device     "Card1"
Monitor    "Monitor1"
SubSection "Display"
Viewport   0 0
Depth     1
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     4
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     8
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     15
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     16
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     24
EndSubSection
EndSection

Section "Screen"
Identifier "Screen2"
Device     "Card2"
Monitor    "Monitor2"
SubSection "Display"
Viewport   0 0
Depth     1
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     4
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     8
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     15
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     16
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     24
EndSubSection
EndSection

Section "Screen"
Identifier "Screen0"
Device     "Card0"
Monitor    "Monitor0"
SubSection "Display"
Viewport   0 0
Depth     24
                Modes    "1920x1080_60.00"
EndSubSection
EndSection
[свернуть]
перезагрузился, разрешение стояло 1024х768, разрешение 1920х1080 отсутствовало.
Затем я через xrandr добавил разрешение 1920х1080, установил его и поскольку полосы по бокам не пропали выбрал обратно разрешение 1024х768.
Получил такой лог /var/log/Xorg.0.log

Необходимо чтобы работал один лишь монитор.

Цитата: endru от 14 августа 2014, 05:29:59может дело в драйверах? какая видеокарта?
ang@debian:~$ lspci
00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 09)
00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 09)
00:02.1 Display controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 09)

aptitude search xorg
ang@debian:~$ aptitude search xorg
i   xorg                            - графическая подсистема X                 
p   xorg-dev                        - X.Org X Window System development librarie
p   xorg-docs                       - Miscellaneous documentation for the X.org
i A xorg-docs-core                  - Core documentation for the X.org X Window
v   xorg-driver-input               -                                           
v   xorg-driver-synaptics           -                                           
v   xorg-driver-video               -                                           
v   xorg-input-abi-12               -                                           
v   xorg-input-abi-16               -                                           
i A xorg-sgml-doctools              - Common tools for building X.Org SGML docum
v   xorg-video-abi-10               -                                           
v   xorg-video-abi-12               -                                           
i A xserver-xorg                    - X.Org X server                           
i A xserver-xorg-core               - графическая подсистема Xorg (основная служ
p   xserver-xorg-core-dbg           - Xorg - the X.Org X server (debugging symbo
v   xserver-xorg-core-no-multiarch  -                                           
p   xserver-xorg-dev                - Xorg X server - файлы для разработки     
v   xserver-xorg-input-7            -                                           
p   xserver-xorg-input-acecad       - X.Org X server -- AceCad input driver     
p   xserver-xorg-input-aiptek       - X.Org X server -- Aiptek input driver     
i A xserver-xorg-input-all          - X.Org X server -- input driver metapackage
p   xserver-xorg-input-elographics  - X.Org X server -- ELOGraphics input driver
i A xserver-xorg-input-evdev        - X.Org X server -- evdev input driver     
p   xserver-xorg-input-evdev-dev    - X.Org X server -- evdev input driver (deve
p   xserver-xorg-input-joystick     - X.Org X server -- joystick input driver   
p   xserver-xorg-input-joystick-dev - X.Org X server -- joystick input driver (d
p   xserver-xorg-input-kbd          - X-сервер X.Org (драйвер работы с клавиатур
i A xserver-xorg-input-mouse        - X-сервер X.Org (драйвер работы с мышью)   
p   xserver-xorg-input-mtrack       - Multitouch X input driver                 
p   xserver-xorg-input-multitouch   - Multitouch X input driver                 
p   xserver-xorg-input-mutouch      - X.Org X server -- muTouch input driver   
i A xserver-xorg-input-synaptics    - драйвер сенсорной панели Synaptics для сер
p   xserver-xorg-input-synaptics-de - Synaptics TouchPad driver for X.Org server
i A xserver-xorg-input-vmmouse      - X.Org X server -- VMMouse input driver to
p   xserver-xorg-input-void         - X.Org X server -- void input driver       
i A xserver-xorg-input-wacom        - X.Org X server -- Wacom input driver     
v   xserver-xorg-video-6            -                                           
i A xserver-xorg-video-all          - X.Org X server -- output driver metapackag
v   xserver-xorg-video-amd          -                                           
i A xserver-xorg-video-apm          - X сервер X.Org – драйвер для видеокарт APM
i A xserver-xorg-video-ark          - X сервер X.Org – драйвер для видеокарт ark
i A xserver-xorg-video-ati          - X.Org X server -- AMD/ATI display driver w
p   xserver-xorg-video-ati-dbg      - X.Org X server -- AMD/ATI display driver w
i A xserver-xorg-video-chips        - X сервер X.Org – драйвер для видеокарт Chi
i A xserver-xorg-video-cirrus       - X сервер X.Org – драйвер для видеокарт Cir
p   xserver-xorg-video-dummy        - X сервер X.Org – пустой видеодрайвер     
i A xserver-xorg-video-fbdev        - X сервер X.Org – драйвер fbdev для кадрово
v   xserver-xorg-video-fglrx        -                                           
i A xserver-xorg-video-geode        - X.Org X server -- Geode GX2/LX display dri
p   xserver-xorg-video-geode-dbg    - Geode GX2/LX display driver (debugging sym
p   xserver-xorg-video-glamo        - X.Org X server -- SMedia Glamo display dri
p   xserver-xorg-video-glide        - X сервер X.Org – драйвер видеокарт Glide 
p   xserver-xorg-video-glint        - X.Org X server -- Glint display driver   
i A xserver-xorg-video-i128         - X сервер X.Org – драйвер для видеокарт i12
i A xserver-xorg-video-i740         - X сервер X.Org – драйвер для видеокарт i74
i A xserver-xorg-video-intel        - драйвер видеокарт Intel i8xx, i9xx для гра
p   xserver-xorg-video-intel-dbg    - X.Org X server -- Intel i8xx, i9xx display
p   xserver-xorg-video-ivtv         - X.Org X server -- IVTV display driver     
p   xserver-xorg-video-ivtv-dbg     - X.Org X server -- IVTV display driver (deb
i A xserver-xorg-video-mach64       - X сервер X.Org – драйвер для видеокарт ATI
p   xserver-xorg-video-mach64-dbg   - X.Org X server -- ATI display driver (debu
i A xserver-xorg-video-mga          - X сервер X.Org – драйвер для видеокарт MGA
p   xserver-xorg-video-modesetting  - X.Org X server -- Generic modesetting driv
p   xserver-xorg-video-modesetting- - X.Org X server -- Generic modesetting driv
i A xserver-xorg-video-neomagic     - X сервер X.Org – драйвер для видеокарт Neo
i A xserver-xorg-video-nouveau      - X.Org X server -- Nouveau display driver 
p   xserver-xorg-video-nouveau-dbg  - X.Org X server -- Nouveau display driver (
p   xserver-xorg-video-nvidia       - NVIDIA binary Xorg driver                 
v   xserver-xorg-video-nvidia-any   -                                           
p   xserver-xorg-video-nvidia-legac - NVIDIA binary Xorg driver (173xx legacy ve
p   xserver-xorg-video-nvidia-legac - OBSOLETE NVIDIA binary Xorg driver (71xx l
p   xserver-xorg-video-nvidia-legac - NVIDIA binary Xorg driver (96xx legacy ver
i A xserver-xorg-video-openchrome   - драйвер видеокарт VIA для графической сист
p   xserver-xorg-video-openchrome-d - X.Org X server -- VIA display driver -- de
p   xserver-xorg-video-qxl          - X.Org X server -- QXL display driver     
p   xserver-xorg-video-qxl-dbg      - X.Org X server -- QXL display driver (debu
i A xserver-xorg-video-r128         - X сервер X.Org – драйвер для видеокарт ATI
p   xserver-xorg-video-r128-dbg     - X.Org X server -- ATI r128 display driver
i A xserver-xorg-video-radeon       - X.Org X server -- AMD/ATI Radeon display d
p   xserver-xorg-video-radeon-dbg   - X.Org X server -- AMD/ATI Radeon display d
i A xserver-xorg-video-rendition    - X сервер X.Org – драйвер для видеокарт Ren
i A xserver-xorg-video-s3           - драйвер устаревших видеокарт S3 для графич
i A xserver-xorg-video-s3virge      - драйвер видеокарт S3 ViRGE для графической
i A xserver-xorg-video-savage       - драйвер видеокарт Savage для графической с
i A xserver-xorg-video-siliconmotio - X сервер X.Org – драйвер для видеокарт Sil
i A xserver-xorg-video-sis          - X сервер X.Org – драйвер для видеокарт SiS
i A xserver-xorg-video-sisusb       - X сервер X.Org – драйвер для видеокарт SiS
i A xserver-xorg-video-tdfx         - X сервер X.Org – драйвер для видеокарт 3df
p   xserver-xorg-video-tga          - X.Org X server -- TGA display driver     
i A xserver-xorg-video-trident      - X сервер X.Org – драйвер для видеокарт Tri
i A xserver-xorg-video-tseng        - X сервер X.Org – драйвер для видеокарт Tse
i A xserver-xorg-video-vesa         - X.Org X server -- VESA display driver     
i A xserver-xorg-video-vmware       - X сервер X.Org – драйвер для видеокарт VMw
i A xserver-xorg-video-voodoo       - X.Org X server -- Voodoo display driver 
[свернуть]

Цитата: Yrii от 13 августа 2014, 22:11:56попробуй пройтись по man's:
Эти команды преобразуют изображения лишь в рамках той области, которая есть. Проблему полей это не решает.
Вы думаете, всё так просто? Да, всё просто. Но совсем не так...
                                                                                                          Альберт Эйнштейн

qupl

Так попробуй.
Section "ServerLayout"
Identifier     "X.org Configured"
Screen      0  "Screen0" 0 0
InputDevice    "Mouse0" "CorePointer"
InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
ModulePath   "/usr/lib/xorg/modules"
FontPath     "/usr/share/fonts/X11/misc"
FontPath     "/usr/share/fonts/X11/cyrillic"
FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath     "/usr/share/fonts/X11/Type1"
FontPath     "/usr/share/fonts/X11/100dpi"
FontPath     "/usr/share/fonts/X11/75dpi"
FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath     "built-ins"
EndSection

Section "Module"
Load  "extmod"
Load  "dri2"
Load  "dri"
Load  "record"
Load  "glx"
Load  "dbe"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver      "kbd"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver      "mouse"
Option     "Protocol" "auto"
Option     "Device" "/dev/input/mice"
Option     "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
Identifier   "Monitor0"
VendorName   "Monitor Vendor"
ModelName    "Monitor Model"
Option "Primary" "True"
Option "Enable" "True"
Modeline "1920x1080_60.00"  172.80  1920 2040 2248 2576  1080 1081 1084 1118  -HSync +Vsync
EndSection


Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "AccelMethod"        # <str>
        #Option     "DRI"                # [<bool>]
        #Option     "ColorKey"            # <i>
        #Option     "VideoKey"            # <i>
        #Option     "Tiling"              # [<bool>]
        #Option     "LinearFramebuffer"  # [<bool>]
        #Option     "Shadow"              # [<bool>]
        #Option     "SwapbuffersWait"    # [<bool>]
        #Option     "TripleBuffer"        # [<bool>]
        #Option     "XvPreferOverlay"    # [<bool>]
        #Option     "DebugFlushBatches"  # [<bool>]
        #Option     "DebugFlushCaches"    # [<bool>]
        #Option     "DebugWait"          # [<bool>]
        #Option     "HotPlug"            # [<bool>]
        #Option     "RelaxedFencing"      # [<bool>]
        #Option     "Throttle"            # [<bool>]
        #Option     "UseVmap"            # [<bool>]
        #Option     "ZaphodHeads"        # <str>
        #Option     "DelayedFlush"        # [<bool>]
        #Option     "FallbackDebug"      # [<bool>]
        #Option     "BufferCache"        # [<bool>]
Identifier  "Card0"
Driver      "intel"
BusID       "PCI:0:2:0"
Option "Monitor-VGA1" "Monitor0"
EndSection


Section "Screen"
Identifier "Screen0"
Device     "Card0"
Monitor    "Monitor0"
SubSection "Display"
Viewport   0 0
Depth     24
                Modes    "1920x1080_60.00"
EndSubSection
EndSection

Angel_ok

Цитата: qupl от 14 августа 2014, 10:19:43
Так попробуй.
Section "ServerLayout"
Identifier     "X.org Configured"
Screen      0  "Screen0" 0 0
InputDevice    "Mouse0" "CorePointer"
InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
ModulePath   "/usr/lib/xorg/modules"
FontPath     "/usr/share/fonts/X11/misc"
FontPath     "/usr/share/fonts/X11/cyrillic"
FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath     "/usr/share/fonts/X11/Type1"
FontPath     "/usr/share/fonts/X11/100dpi"
FontPath     "/usr/share/fonts/X11/75dpi"
FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath     "built-ins"
EndSection

Section "Module"
Load  "extmod"
Load  "dri2"
Load  "dri"
Load  "record"
Load  "glx"
Load  "dbe"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver      "kbd"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver      "mouse"
Option     "Protocol" "auto"
Option     "Device" "/dev/input/mice"
Option     "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
Identifier   "Monitor0"
VendorName   "Monitor Vendor"
ModelName    "Monitor Model"
Option "Primary" "True"
Option "Enable" "True"
Modeline "1920x1080_60.00"  172.80  1920 2040 2248 2576  1080 1081 1084 1118  -HSync +Vsync
EndSection


Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "AccelMethod"        # <str>
        #Option     "DRI"                # [<bool>]
        #Option     "ColorKey"            # <i>
        #Option     "VideoKey"            # <i>
        #Option     "Tiling"              # [<bool>]
        #Option     "LinearFramebuffer"  # [<bool>]
        #Option     "Shadow"              # [<bool>]
        #Option     "SwapbuffersWait"    # [<bool>]
        #Option     "TripleBuffer"        # [<bool>]
        #Option     "XvPreferOverlay"    # [<bool>]
        #Option     "DebugFlushBatches"  # [<bool>]
        #Option     "DebugFlushCaches"    # [<bool>]
        #Option     "DebugWait"          # [<bool>]
        #Option     "HotPlug"            # [<bool>]
        #Option     "RelaxedFencing"      # [<bool>]
        #Option     "Throttle"            # [<bool>]
        #Option     "UseVmap"            # [<bool>]
        #Option     "ZaphodHeads"        # <str>
        #Option     "DelayedFlush"        # [<bool>]
        #Option     "FallbackDebug"      # [<bool>]
        #Option     "BufferCache"        # [<bool>]
Identifier  "Card0"
Driver      "intel"
BusID       "PCI:0:2:0"
Option "Monitor-VGA1" "Monitor0"
EndSection


Section "Screen"
Identifier "Screen0"
Device     "Card0"
Monitor    "Monitor0"
SubSection "Display"
Viewport   0 0
Depth     24
                Modes    "1920x1080_60.00"
EndSubSection
EndSection

Изменил, перезагрузился. Разрешение 1920х1080 появилось, но если его выбрать появляются такие же вертикальные полосы
/var/log/Xorg.0.log
Может быть проблема в мониторе или кабеле?
Сейчас еще попробую загрузиться с другого линукса и с винды.
Вы думаете, всё так просто? Да, всё просто. Но совсем не так...
                                                                                                          Альберт Эйнштейн

qupl

xrandr --output LVDS1 --off
xrandr --output VGA1 --primary --mode 1920x1080_60.00
xrandr -q

Angel_ok

Цитата: qupl от 14 августа 2014, 11:24:09
xrandr --output LVDS1 --off
xrandr --output VGA1 --primary --mode 1920x1080_60.00
xrandr -q

Открыть содержимое (спойлер)
ang@debian:~$ xrandr --output LVDS1 --off
ang@debian:~$
ang@debian:~$ xrandr --output VGA1 --primary --mode 1920x1080_60.00
ang@debian:~$ xrandr -q
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 8192 x 8192
VGA1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   1920x1080_60.00   60.0*+
   1024x768       60.0 
   800x600        60.3     56.2 
   848x480        60.0 
   640x480        59.9 
LVDS1 connected (normal left inverted right x axis y axis)
   1366x768       60.0 +
   1360x768       59.8     60.0 
   1024x768       60.0 
   800x600        60.3     56.2 
   640x480        59.9 
HDMI1 disconnected (normal left inverted right x axis y axis)
DP1 disconnected (normal left inverted right x axis y axis)
DP2 disconnected (normal left inverted right x axis y axis)
[свернуть]
В виндовс такая же проблема.
Видимо проблема в самом мониторе или кабеле.
Пойду в магазин.

Спасибо большое за помощь.
Вы думаете, всё так просто? Да, всё просто. Но совсем не так...
                                                                                                          Альберт Эйнштейн

Angel_ok

В сервисном центре выяснил что проблема именно с кабелем.
Всего перепробовал 3 VGA кабеля фирмы Tricom.
Все они искажали изображение.
Купив китайский noname все стало на свои места.
Удалил xorg.conf вообще и теперь могу настраивать конфигурации мониторов как хочу.
Всем спасибо за помощь, виновником оказался VGA кабель.
Вы думаете, всё так просто? Да, всё просто. Но совсем не так...
                                                                                                          Альберт Эйнштейн