+ Responder ao Tópico



  1. #1

    Padrão Problemas na configuração do monitor no CL9

    Olá pessoal tudo bem? Estou tentando configurar o meu monitor StdioWorks 550m aqui no CL9 só que não importa como eu o configure, a tela do x fica cheia de pontos, parecendo uma interferencia. Já não sei mais se é problema de conf do monitor, ou da plca de vídeo.
    Tenho aqui uma placa de vídeo: Silicon Integrated Systems [SiS] 6306 3D-AGP (rev 42).
    Alguém tem alguma idéia ai?

    abraços
    Dirceu Semighini Filho

  2. #2

    Padrão Problemas na configuração do monitor no CL9

    realmente pode ser uma das duas coisas... tenta mudar de monitor e se for possível trocar a placa de vídeo pra testar... dá uma olhada nas configurações tipo 800x600 porque as vezes pode estar uma configuração que a placa de vídeo não tá suportando

  3. #3

    Padrão Problemas na configuração do monitor no CL9

    N~ao tem jeito, ja coloquei 800X600 mas nao adianta, continua ocorrendo o problema.
    A placa de video e uma SiS6306, que aparentemente nao tem um modulo, mas no conectiva 8 funcionava direitinho. Estou tentando compilar o kernel la, so que estou com problemas para instalar as ferramentas de modulo.

  4. #4
    ksmarini
    Visitante

    Padrão Problemas na configuração do monitor no CL9

    caro vonlinkerstain,
    o que está acontecendo é o seguinte:
    quando vc instalou CL8 vc instalou tb o Servidor X, que detecta automaticamente a sua placa de vídeo e instala o módulo responsável pelo seu funcionamento, e quando vc instalou o CL9, muito provavelmente vc optou pela instalação mínima ou a instalação de servidor, e nenhuma das duas opções instala o servidor X, para resolver o seu problema basta acrescentar o driver de vídeo da sis e reconfigurar o X!!
    qualquer dúvida, entre em contato que eu te explico como fazer!

  5. #5

    Padrão Problemas na configuração do monitor no CL9

    Na verdade eu fiz um upgrade do cl8 para o cl9
    tenho que instalar o xfree86 entao?

  6. #6
    ksmarini
    Visitante

    Padrão Problemas na configuração do monitor no CL9

    pelo que vc comentou, seu Xfree já deve estar instalado, e se eu entendi bem o seu problema, o que vc tem que alterar não é a resolução do monitor e sim a profundidade de cores.
    No conectiva, o arquivo responsável por essa configuração é o XF86config-4, que se localiza na pasta /etc/X11/
    vc pode alterar esse arquivo de várias maneiras, tipo: usando o Xconfigurator, o xf86cfg e até mesmo o editor de texto vim, depois basta reiniciar o X que suas configurações já estarão em pleno funcionamento!

    Obs.: se ainda assim não funcionar, poste o conteúdo do arquivo XF86config-4 aqui no forum para que possamos analisá-lo! 8)

  7. #7

    Padrão Problemas na configuração do monitor no CL9

    Certo, daqui a pouco eu posto o conte'udo deste arquivo aqui, porem acho que o grande problema do meu X nao e a profundidade de cores, ja que estou utilizando 24bits, acho que o problema do meu X e a configuracao da placa de video, pois ela e uma Sis 6206 e pelo que vi no kernel 2.4 nao tem um driver para esta placa.
    Estou tentando compilara o kernel 2.6 la so que esta acontecendo um monte de erros e como eu nao consigo ficar ligado no X por muito tempo (ele esta cansando a vista pra kct) nao consigo achar uma solucao para isso.
    Vou tentar alterar a profundidade das cores, para ver o que acontece......

  8. #8

    Padrão Problemas na configuração do monitor no CL9

    Aqui vai o XF86config

    Section "Module"

    # This loads the DBE extension module.

    Load "dbe" # Double buffer extension

    # This loads the miscellaneous extensions module, and disables
    # initialisation of the XFree86-DGA extension within that module.
    SubSection "extmod"
    Option "omit xfree86-dga" # don't initialise the DGA extension
    EndSubSection

    # This loads the Type1 and FreeType font modules
    Load "type1"
    Load "speedo"
    # Load "freetype"
    # Load "xtt"
    # Load "xtt"

    # This loads the GLX module
    # Load "glx"
    # This loads the DRI module
    # Load "dri"

    EndSection

    # **********************************************************************
    # Files section. This allows default font and rgb paths to be set
    # **********************************************************************

    Section "Files"

    # The location of the RGB database. Note, this is the name of the
    # file minus the extension (like ".txt" or ".db"). There is normally
    # no need to change the default.

    RgbPath "/usr/X11R6/lib/X11/rgb"
    # If you don't have a floating point coprocessor and emacs, Mosaic or other
    # programs take long to start up, try moving the Type1 and Speedo directory
    # to the end of this list (or comment them out).
    #

    FontPath "/usr/X11R6/lib/X11/fonts/local/"
    FontPath "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    # FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
    # FontPath "/usr/X11R6/lib/X11/fonts/TrueType/"
    # FontPath "/usr/X11R6/lib/X11/fonts/freefont/"
    FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
    # FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"

    # The module search path. The default path is shown here.

    # ModulePath "/usr/X11R6/lib/modules"

    EndSection

    # **********************************************************************
    # Server flags section.
    # **********************************************************************

    Section "ServerFlags"

    # Uncomment this to cause a core dump at the spot where a signal is
    # received. This may leave the console in an unusable state, but may
    # provide a better stack trace in the core dump to aid in debugging

    # Option "NoTrapSignals"

    # Uncomment this to disable the <Crtl><Alt><Fn> VT switch sequence
    # (where n is 1 through 12). This allows clients to receive these key
    # events.

    # Option "DontVTSwitch"

    # Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
    # This allows clients to receive this key event.

    # Option "DontZap"

    # **********************************************************************
    # Core keyboard's InputDevice section
    # **********************************************************************

    Section "InputDevice"

    Identifier "Keyboard1"
    Driver "Keyboard"

    # For most OSs the protocol can be omitted (it defaults to "Standard").
    # When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
    # uncomment the following line.

    # Option "Protocol" "Xqueue"

    Option "AutoRepeat" "500 30"


    # Option "XkbDisable"

    Option "XkbRules" "xfree86"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us_intl"

    EndSection
    # **********************************************************************
    # Core Pointer's InputDevice section
    # **********************************************************************

    Section "InputDevice"

    # Identifier and driver

    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "Auto"
    Option "Device" "/dev/mouse"

    # Mouse-speed setting for PS/2 mouse.

    # Option "Resolution" "256"

    # When using XQUEUE, comment out the above two lines, and uncomment
    # the following line.

    # Option "Protocol" "Xqueue"
    # Any number of monitor sections may be present

    Section "Monitor"

    Identifier "d"

    # HorizSync is in kHz unless units are specified.
    # HorizSync may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.

    HorizSync 31.5 - 48.5

    # HorizSync 30-64 # multisync
    # HorizSync 31.5, 35.2 # multiple fixed sync frequencies
    # HorizSync 15-25, 30-50 # multiple ranges of sync frequencies

    # VertRefresh is in Hz unless units are specified.
    # VertRefresh may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.

    VertRefresh 50-90

    EndSection


    # **********************************************************************
    # Graphics device section
    # **********************************************************************

    # Any number of graphics device sections may be present

    # Standard VGA Device:

    Section "Device"
    Identifier "Standard VGA"
    BoardName "Unknown"

    # The chipset line is optional in most cases. It can be used to override
    # the driver's chipset detection, and should not normally be specified.

    # Chipset "generic"

    # The Driver line must be present. When using run-time loadable driver
    # modules, this line instructs the server to load the specified driver
    # module. Even when not using loadable driver modules, this line
    # indicates which driver should interpret the information in this section.

    Driver "vga"
    # The BusID line is used to specify which of possibly multiple devices
    # this section is intended for. When this line isn't present, a device
    # section can only match up with the primary video device. For PCI
    # devices a line like the following could be used. This line should not
    # normally be included unless there is more than one video device
    # intalled.

    # BusID "PCI:0:10:0"

    # VideoRam 256

    # Clocks 25.2 28.3

    EndSection

    # Device configured by xf86config:

    Section "Device"
    Identifier "SiS 3D PRO AGP"
    Driver "sis"


    #VideoRam 4096
    # Option "no_accel" # Use this if acceleration is causing problems
    # Option "fifo_moderate"
    # Option "fifo_conserv"
    # Option "fifo_aggressive"
    # Option "fast_vram"
    # Option "pci_burst_on"
    # Option "xaa_benchmark" # DON'T use with "ext_eng_queue" !!!
    # Option "ext_eng_queue" # Turbo-queue. This can cause drawing
    # errors, but gives some accel
    # Insert Clocks lines here if appropriate
    EndSection


    # **********************************************************************


    # **********************************************************************
    # Screen sections
    # **********************************************************************

    # Any number of screen sections may be present. Each describes
    # the configuration of a single screen. A single specific screen section
    # may be specified from the X server command line with the "-screen"
    # option.
    Section "Screen"
    Identifier "Screen 1"
    Device "SiS 3D PRO AGP"
    Monitor "d"
    DefaultDepth 16

    Subsection "Display"
    Depth 8
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 16
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 24
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    EndSection

    # **********************************************************************
    # ServerLayout sections.
    # **********************************************************************

    # Any number of ServerLayout sections may be present. Each describes
    # the way multiple screens are organised. A specific ServerLayout
    # section may be specified from the X server command line with the
    # "-layout" option. In the absence of this, the first section is used.
    # When now ServerLayout section is present, the first Screen section
    # is used alone.
    Section "ServerLayout"

    # The Identifier line must be present
    Identifier "Simple Layout"

    # Each Screen line specifies a Screen section name, and optionally
    # the relative position of other screens. The four names after
    # primary screen name are the screens to the top, bottom, left and right
    # of the primary screen. In this example, screen 2 is located to the
    # right of screen 1.

    Screen "Screen 1"

    # Each InputDevice line specifies an InputDevice section name and
    # optionally some options to specify the way the device is to be
    # used. Those options include "CorePointer", "CoreKeyboard" and
    # "SendCoreEvents".

    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

    EndSection

    # Section "DRI"
    # Mode 0666
    # EndSection

    Ufa acabou

    P.S. Ocultei algumas coisas que estavam como comentario, para dar uma resumida

  9. #9
    ksmarini
    Visitante

    Padrão Problemas na configuração do monitor no CL9

    Citação Postado originalmente por vonlinkerstain
    # Any number of screen sections may be present. Each describes
    # the configuration of a single screen. A single specific screen section
    # may be specified from the X server command line with the "-screen"
    # option.
    Section "Screen"
    Identifier "Screen 1"
    Device "SiS 3D PRO AGP"
    Monitor "d"
    DefaultDepth 16
    Na verdade vc está usando 16 Bits, mude o DefaultDepth 16 para DefaultDepth 24 e veja se resolve!!!

  10. #10

    Padrão Problemas na configuração do monitor no CL9

    Cara já mudei tudo, mudando para 24 bits a coisa melhora, ao invés de o monitor ficar com chuviscos, ele exibe um faixa vertical com uma imagem de outro lugar....
    por exemplo bem aqui agora, estou vendo uma faixa que me mostra aquele canto, lá do baixar
    sacou?
    Acho que é erro do driver, só que não consigo compilar o kernel aqui

  11. #11
    alexandre/BH/MG
    Visitante

    Padrão driver p/ placa de video pci/agp sis integrated video

    Pessoal,
    alguem sabe onde posso encontrar o driver p/ placa de video pci/agp sis integrated video?

  12. #12

    Padrão Problemas na configuração do monitor no CL9

    o driver desta placa e o sis...

    Tenta atualizar o sistema, se a sua placa for nova...

  13. #13
    gmlinux
    Visitante

    Padrão Problemas na configuração do monitor no CL9

    descomenta a linha:
    # Option "no_accel" # Use this if acceleration is causing problems
    talvez algum problema com aceleração...