Parabéns.

Em 2 de novembro de 2011 14:34, João Paulo Ferreira
<jferreira...@gmail.com>escreveu:

> Olá Rodolfo,
>
> Muito obrigado pela ajuda.
>
> Conseguir resolver o problema da seguinte forma:
>
>
> Section "Screen"
>        Identifier "Screen0"
>        Device     "Card0"
>        Monitor    "Monitor0"
>
>        SubSection "Display"
>                Modes "1366x768" "1280x960" "1024x768" "800x600" "640x480"
>                Virtual 1366 768
>                Depth     24
>        EndSubSection
> EndSection
>
>
> Em Screen eu adicionei a seguinte linha: "Modes "1366x768" "1280x960"
> "1024x768" "800x600" "640x480"" e "Virtual 1366 768"
>
> em Monitor:
>
> Section "Monitor"
>        Identifier   "Monitor0"
>        VendorName   "AOC"
>        ModelName    "F19L"
>        HorizSync   31.5 - 64.3
>        VertRefresh 40-150
> EndSection
>
> Eu modifiquei VendorName para o nome do fabricante do meu monitor em
> ModelName coloquei o modelo do meu monitor e adicionei as seguintes
> linhas: "HorizSync   31.5 - 64.3" "VertRefresh 40-150".
>
> Reniciei a máquina e o problema foi resolvido.
>
>
> On 2 nov, 07:50, Rodolfo <rof20...@gmail.com> wrote:
> > Pode mostrar aqui como ficou após as alterações ?
> >
> > Em 1 de novembro de 2011 22:13, João Paulo Ferreira
> > <jferreira...@gmail.com>escreveu:
>  >
> >
> >
> >
> >
> >
> >
> > > Olá Rodolfo,
> >
> > > Eu fiz as devidas alterações porém continua a mesma coisa.
> >
> > > Quem puder me ajudar fico agradecido.
> >
> > > On 31 out, 11:40, Rodolfo <rof20...@gmail.com> wrote:
> > > > O que está faltando é o flag MODES na Section "Screen", que é o que
> > > define
> > > > a resolução. Após a mudança reinicie o servidor X, ou a máquina
> mesmo se
> > > > preferir. E se puder apague todos os outros modos de profundidade de
> cor
> > > e
> > > > deixe somente 24 depth.
> > > > -------------------------------
> > > > Section "Screen"
> > > >               SubSection "Display"
> > > >                Viewport   0 0
> > > >                Depth     24
> > > >                *Modes "1024x768"
> > > > *       EndSubSection
> > > > EndSection
> > > > -------------------------------------
> >
> > > > Em 30 de outubro de 2011 23:08, João Paulo Ferreira
> > > > <jferreira...@gmail.com>escreveu:
> >
> > > > > Olá meu colegas da comunidade Debian.
> >
> > > > > Estou aqui mais uma vez para solicitar à ajuda de vocês.
> >
> > > > > O problema dessa vez está na minha placa de vídeo, hoje realizei a
> > > > > instalação do Debian 6 (Squeeze) no meu desktop porém a resolução
> > > > > máxima que me disponibiliza é: 800x600.
> >
> > > > > Já tentei configurar o xorg.conf na mão sem sucesso, instalar o
> drive
> > > > > da via sem sucesso, pesquisei no Google e não encontrei nada.
> >
> > > > > Segue abaixo algumas informações interessantes.
> >
> > > > > LSPCI
> >
> > > > > 01:00.0 VGA compatible controller: VIA Technologies, Inc.
> CN896/VN896/
> > > > > P4M900 [Chrome 9 HC] (rev 01)
> >
> > > > > XORG.CONF
> >
> > > > > 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  "dri2"
> > > > >        Load  "dri"
> > > > >        Load  "glx"
> > > > >        Load  "dbe"
> > > > >        Load  "extmod"
> > > > >        Load  "record"
> > > > > 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 "Device"
> > > > >        ### Available Driver options are:-
> > > > >        ### Values: <i>: integer, <f>: float, <bool>:
> "True"/"False",
> > > > >        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
> > > > >        ### [arg]: arg optional
> > > > >        #Option     "PrintVGARegs"              # [<bool>]
> > > > >        #Option     "PrintTVRegs"               # [<bool>]
> > > > >        #Option     "I2CScan"                   # [<bool>]
> > > > >        #Option     "VBEModes"                  # [<bool>]
> > > > >        #Option     "NoAccel"                   # [<bool>]
> > > > >        #Option     "AccelMethod"               # <str>
> > > > >        #Option     "ExaNoComposite"            # [<bool>]
> > > > >        #Option     "ExaScratchSize"            # <i>
> > > > >        #Option     "SWCursor"                  # [<bool>]
> > > > >        #Option     "ShadowFB"                  # [<bool>]
> > > > >        #Option     "RotationType"              # [<str>]
> > > > >        #Option     "Rotate"                    # [<str>]
> > > > >        #Option     "VideoRAM"                  # <i>
> > > > >        #Option     "ActiveDevice"              # [<str>]
> > > > >        #Option     "BusWidth"                  # [<str>]
> > > > >        #Option     "Center"                    # [<bool>]
> > > > >        #Option     "PanelSize"                 # [<str>]
> > > > >        #Option     "ForcePanel"                # [<bool>]
> > > > >        #Option     "TVDotCrawl"                # [<bool>]
> > > > >        #Option     "TVDeflicker"               # <i>
> > > > >        #Option     "TVType"                    # [<str>]
> > > > >        #Option     "TVOutput"                  # [<str>]
> > > > >        #Option     "TVPort"                    # [<str>]
> > > > >        #Option     "DisableVQ"                 # [<bool>]
> > > > >        #Option     "DisableIRQ"                # [<bool>]
> > > > >        #Option     "EnableAGPDMA"              # [<bool>]
> > > > >        #Option     "NoAGPFor2D"                # [<bool>]
> > > > >        #Option     "NoXVDMA"                   # [<bool>]
> > > > >        #Option     "VbeSaveRestore"            # [<bool>]
> > > > >        #Option     "DisableXvBWCheck"          # [<bool>]
> > > > >        #Option     "ModeSwitchMethod"          # [<str>]
> > > > >        #Option     "MaxDRIMem"                 # <i>
> > > > >        #Option     "AGPMem"                    # <i>
> > > > >        Identifier  "Card0"
> > > > >        Driver      "openchrome"
> > > > >        VendorName  "VIA Technologies, Inc."
> > > > >        BoardName   "CN896/VN896/P4M900 [Chrome 9 HC]"
> > > > >        BusID       "PCI:1:0: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
> >
> > > > > [MONITOR]
> >
> > > > > FABRICANTE: AOC
> > > > > MODEL: F19L
> >
> > > > > obs.: O arquivo xorg.conf foi gerado a a partir do comando: Xorg
> :1 -
> > > > > configure
> >
> > > > > Desde já agradeço a disponibilidade de vocês.
> >
> > > > > --
> > > > > To UNSUBSCRIBE, email to
> > > debian-user-portuguese-requ...@lists.debian.org
> > > > > with a subject of "unsubscribe". Trouble? Contact
> > > > > listmas...@lists.debian.org
> > > > > Archive:
> >
> > >
> http://lists.debian.org/a16ab9e5-5c1b-4b2d-97c3-cc2861f91...@v8g2000vbe.googlegroups.com
> >
> > > --
> > > To UNSUBSCRIBE, email to
> debian-user-portuguese-requ...@lists.debian.org
> > > with a subject of "unsubscribe". Trouble? Contact
> > > listmas...@lists.debian.org
> > > Archive:
> > >
> http://lists.debian.org/16676ed7-e0f3-4125-bd5f-716280f68...@gk10g2000vbb.googlegroups.com
>
>
> --
> To UNSUBSCRIBE, email to debian-user-portuguese-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
> listmas...@lists.debian.org
> Archive:
> http://lists.debian.org/35c073b7-6ed0-475d-bbf1-c5a4e4cc0...@q16g2000yqn.googlegroups.com
>
>

Responder a