Tema: Re: XOrg VGA rezoliucija
Autorius: dfdf
Data: 2012-06-14 14:09:26
https://wiki.archlinux.org/index.php/Xrandr#Adding_undetected_resolutions
gal pades?


"tomis" <tomi.s+news@gmaii.com> wrote in message 
news:op.wfvv3na88mrl0c@localhost.localdomain...
> Sveiki,
>
> Nepavyksta niekaip nustatyt tinkamos rezoliucijos gal pagelbesit.
>
>
> Situacija:
>
> Arch linux, XFCE
> Laptopas Dell LAtitude D620,
> prie VGA lizdo prijungtas Monitorius Samsung T220, kuris palaiko 1680x1050
> 60Hz, bet per VGA laida duodama EDID informacija yra klaidinga (max
> 1280x1024)
>
> XOrg automatiskai nustato rezoliucija pagal EDID ir neduoda ijungt
> didesnes rezoliucijos uz 1280x1024.
>
> Kaip nustatyt rankomis norima rezoliucija?
>
> Bandziau googlej ieskot, paskutinis varijantas toks:
>
> /etc/X11/xorg.conf.d/10-monitor.conf
> ****************
> Section "ServerFlags"
>       Option         "Xinerama" "0"
> EndSection
>
> Section "Device"
>       Option "Monitor-VGA1" "MonitoriusVGA"
>       Option "Monitor-LVDS1" "MonitoriusLVDS"
>       Identifier  "vide0"
>       Driver      "intel"
>       Option      "RenderAccel" "true"
>
> #    BusID       "PCI:0:2:0"
> #Screen       0
> EndSection
>
>
> Section "Monitor"
>       Identifier  "MonitoriusLVDS"
>       VendorName     "LVDS1"
>       ModelName      "T220"
> EndSection
>
> Section "Monitor"
>         # HorizSync source: edid, VertRefresh source: edid
>       Identifier     "MonitoriusVGA"
>       VendorName     "VGA1"
>       ModelName      "T220"
>       HorizSync       30.0 - 81.0
>       VertRefresh     56.0 - 75.0
>       Option         "DPMS"
>       Option      "IgnoreEDID" "1"
> EndSection
>
> Section "Screen"
>       Identifier  "Ekranas0"
>       Device      "vide0"
> #    Monitor "MonitoriusLVDS"
>       DefaultDepth 24
>       Option "metamodes" "T220: 1680x1050_60 +0+0"
>       Subsection "Display"
>           Depth           24
> #        ViewPort    0 0  # initial origin if mode is smaller than desktop
>           Modes "1280x800" "1680x1050"
>       Virtual 2960 1050
>       EndSubSection
> EndSection
>
>
> Section "DRI"
>       Mode 0666
> EndSection