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
>
>

Responder a