+ Responder ao Tópico



  1. #1

    Padrão monito defeituoso?

    Olá pessoal!

    meu problema, ao contrario da solução, é bem simples. A resolução do escritorio é bem maior que a do meu monitor. A única maneira confortavel de trabalhar é usando o driver generico VESA.

    Já tentei de tudo e não encontro uma solução viável. Trabalhando assim a maquina é lenta demais, provavelmente porque não aproveita os recursos do computador como deveria. No windows é uma gracinha: 1280x800 e perfeito! e no linux 1600. Mas é uma resolução que meu monitor não suporta! e com certeza, experimentei outas resoluções sem exito.

    Como poderão ver, o slackware detecta meu hardware e o instala adecuadamente. Ou isso é o que parece, pois detecta a placa integrada de video e instala o driver da 'openchrome'. Se utilizo o slackware assim, a cualidad é otima, porém muito mayor do que meu monitor!

    Suponho que o problema seja mesmo o monitor. O manual da notebook não diz nada respeito a isto, de maneira que desconheço inclusive a frequencia de trabalho. A continuaçao detallo minha configuração e hardware:


    ----->meu notebook:
    NOTEBOOK il-1522 PERFORMANCE SERIES da SEMP TOSHIBA.
    O monitor aparentemente é LINCE (nunca vi mais gordo!!)


    --->lspci me mostra isto:

    01:00.0 VGA compatible controller: VIA Technologies, Inc. CN700/P4M800 Pro/P4M800 CE/VN800 [S3 UniChrome Pro] (rev 01)


    --->o arquivo do xorg esta assim:

    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/local"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/OTF"
    FontPath "/usr/share/fonts/Type1"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/CID"
    FontPath "/usr/share/fonts/75dpi/:unscaled"
    FontPath "/usr/share/fonts/100dpi/:unscaled"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/cyrillic"
    EndSection

    Section "Module"
    Load "dbe"
    Load "glx"
    Load "extmod"
    Load "dri2"
    Load "dri"
    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 "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 "Unknown Vendor"
    BoardName "Unknown Board"
    BusID "PCI:1:0:0"
    EndSection

    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 24
    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

    muito obrigado a todos!

  2. #2

    Padrão Re: monito defeituoso?

    Utilizo no meu Slack 13.1 uma configuração do xorg.conf que peguei na distro Metamorphose e funciona tranquilo na resolução 1024x768.

    Segue conteúdo do xorg.conf:

    Section "ServerLayout"
    Identifier "X.org do Metamorphose"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"

    # Configuração do Mouse:
    # Nesta opção você configura o tipo de mouse conectado no micro
    # As opções disponíveis são: "PS/2 Mouse", "Serial Mouse" e "USB Mouse"
    # Se o cursor do seu mouse estiver lento, errático ou impreciso,
    # experimente usar a opção "USB Mouse", que usa um driver mais preciso.

    # Synaptics TouchPad not detected
    # USB Mouse not detected
    InputDevice "PS/2 Mouse" "CorePointer"
    InputDevice "Serial Mouse" "CorePointer"
    # ALPS TouchPad not detected
    EndSection

    #
    # Esta opção permite que o X abra mesmo que o mouse esteja desconectado:
    #
    Section "ServerFlags"
    Option "AllowMouseOpenFail" "true"

    EndSection

    # Não altere as linhas abaixo a menos que saiba o que está fazendo!

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

    Section "Module"
    Load "dbe"
    Load "ddc"
    Load "dri"
    Load "extmod"
    Load "freetype"
    Load "glx"
    Load "int10"
    Load "type1"
    Load "vbe"
    EndSection

    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kb"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "abnt2"
    Option "XkbLayout" "br"
    Option "XkbVariant" "abnt2"
    Option "XkbOptions" "abnt2"
    EndSection

    ## Esta opção configura um teclado us-internacional no iceWM e outros gerenciadores diferentes do KDE.
    ## Para usá-la, você deve descomentar todas as linhas e remover a seção acima.

    #Section "InputDevice"
    # Identifier "Keyboard0"
    # Driver "kbd"
    # Option "CoreKeyboard"
    # Option "XkbRules" "xorg"
    # Option "XkbModel" "pc105"
    # Option "XkbLayout" "abnt2"
    #EndSection



    Section "InputDevice"
    Identifier "Serial Mouse"
    Driver "mouse"
    Option "Protocol" "Microsoft"
    Option "Device" "/dev/ttyS0"
    Option "Emulate3Buttons" "true"
    Option "Emulate3Timeout" "70"
    Option "SendCoreEvents" "true"
    EndSection

    Section "InputDevice"
    Identifier "PS/2 Mouse"
    Driver "mouse"
    Option "Protocol" "auto"
    # Substitua a linha acima por esta se a rodinha do mouse não estiver funcionando:
    # Option "Protocol "IMPS/2"
    # Substitua a linha acima por esta se seu mouse não estiver funcionando:
    # Option "Protocol "ExplorerPS/2"
    Option "ZAxisMapping" "4 5"
    Option "Device" "/dev/input/mice"
    Option "Emulate3Buttons" "true"
    Option "Emulate3Timeout" "70"
    Option "SendCoreEvents" "true"
    EndSection

    Section "InputDevice"
    Identifier "USB Mouse"
    Driver "mouse"
    Option "Device" "/dev/input/mice"
    Option "SendCoreEvents" "true"
    Option "Protocol" "IMPS/2"
    # Substitua a linha acima por esta se seu mouse não estiver funcionando
    # Option "Protocol" "ExplorerPS/2"
    Option "ZAxisMapping" "4 5"
    Option "Buttons" "5"
    EndSection

    # Mouses especiais:

    # Mouse com 5 botões (dois botoes laterais) e roda (se a função dos dois botões extra e da roda
    # ficarem trocadas, substitua a linha "Option "ZAxisMapping" "4 5" por "Option "ZAxisMapping" "6 7"):
    Section "InputDevice"
    Identifier "Mouse7bt"
    Driver "mouse"
    Option "Protocol" "ExplorerPS/2"
    Option "ZAxisMapping" "4 5"
    Option "Buttons" "7"
    Option "Device" "/dev/input/mice"
    EndSection

    # Mouse com 5 botões (dois botoes laterais) e DUAS rodas de scrool:
    Section "InputDevice"
    Identifier "Mouse9bt"
    Driver "mouse"
    Option "Protocol" "ExplorerPS/2"
    Option "ZAxisMapping" "6 7 8 9"
    Option "Buttons" "9"
    Option "Device" "/dev/input/mice"
    EndSection

    Section "Extensions"
    Option "Composite" "Enable"
    EndSection


    Section "InputDevice"
    Identifier "ALPS TouchPad"
    Driver "synaptics"
    Option "Device" "/dev/psaux"
    Option "Protocol" "auto-dev"
    Option "LeftEdge" "120"
    Option "RightEdge" "830"
    Option "TopEdge" "120"
    Option "BottomEdge" "650"
    Option "FingerLow" "14"
    Option "FingerHigh" "15"
    Option "MaxTapTime" "0"
    Option "MaxTapMove" "110"
    Option "EmulateMidButtonTime" "75"
    Option "VertScrollDelta" "20"
    Option "HorizScrollDelta" "20"
    Option "MinSpeed" "0.2"
    Option "MaxSpeed" "0.5"
    Option "AccelFactor" "0.01"
    Option "EdgeMotionMinSpeed" "15"
    Option "EdgeMotionMaxSpeed" "15"
    Option "UpDownScrolling" "1"
    Option "CircularScrolling" "1"
    Option "CircScrollDelta" "0.1"
    Option "CircScrollTrigger" "2"
    EndSection

    Section "InputDevice"
    Identifier "Synaptics TouchPad"
    Driver "synaptics"
    Option "Device" "/dev/input/mouse"
    Option "Protocol" "auto-dev"
    # Option "LeftEdge" "1700"
    # Option "RightEdge" "5300"
    # Option "TopEdge" "1700"
    # Option "BottomEdge" "4200"
    # Option "FingerLow" "25"
    # Option "FingerHigh" "30"
    # Option "MaxTapTime" "180"
    # Option "MaxTapMove" "220"
    # Option "VertScrollDelta" "100"
    # Option "MinSpeed" "0.09"
    # Option "MaxSpeed" "0.18"
    # Option "AccelFactor" "0.0015"
    Option "SHMConfig" "on"
    Option "Emulate3Buttons" "true"
    # Option "Repeater" "/dev/ps2mouse"
    EndSection

    # Auto-generated by KNOPPIX mkxf86config

    Section "Monitor"
    Identifier "Monitor0"
    Option "DPMS" "true"
    HorizSync 28.0 - 78.0 # Warning: This may fry very old Monitors
    ## HorizSync 28.0 - 96.0 # Warning: This may fry old Monitors
    ## VertRefresh 50.0 - 75.0 # Very conservative. May flicker.
    VertRefresh 50.0 - 62.0 # Extreme conservative. Will flicker. TFT default.
    EndSection


    Section "Device" # (sw_cursor is needed for some ati and radeon cards)

    #Option "sw_cursor"
    #Option "hw_cursor"
    #Option "NoAccel"
    #Option "ShowCache"
    #Option "ShadowFB"
    #Option "UseFBDev"
    #Option "Rotate"
    #Option "NvAGP" "0"

    Identifier "Card0"

    # The following line is auto-generated by KNOPPIX mkxf86config

    # Aqui vai o driver usado pela placa de vídeo. Os drivers disponíveis não:
    # chips, cirrus, cyrix, fbdev, glint, i740, i810, mga, neomagic, nv
    # r128, radeon, rendition, s3virge, sis, tdfx, tga, trident, tseng, vesa, vga
    #
    # O vesa é um driver genérico que funciona na maioria das placas de vídeo
    # O fbdev é outro drivers genérico que aproveita o recurso de acesso direto à memória
    # de vídeo suportado pelo Kernel. Se você vê o pinguin durante o boot em texto do sistema,
    # significa que a sua placa suporta o fbdev.

    Driver "intel"

    VendorName "All"
    BoardName "All"
    # BusID "PCI:1:0:0"
    Option "AllowGLXWithComposite" "true"
    Option "XAANoOffscreenPixmaps" "true"
    EndSection

    #
    # Aqui vai a configuração da resolução e taxa de atualização usada pelo monitor.
    # As várias seções determinam as resoluções disponíveis para cada configuração de profundidade
    # de cor, enquanto a opção "DefaultColorDepth" determina qual será usada.

    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    Option "AddARGBGLXVisuals" "true"
    DefaultColorDepth 24
    SubSection "Display"
    Depth 8
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection

    Section "DRI"
    Mode 0666
    EndSection