Eu tenho um notebook cce j38a com placa de vídeo sis 711/611.
Estou rodando o drive vesa porque não consegui carregar o drive
correto de jeito nenhum...

O máximo que consegui foi fazer os dois monitores funcionarem um como
clone do outro, porém com janela extendida não fluiu.



[EMAIL PROTECTED]:~$ cat /etc/X11/xorg.conf.old
Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "abnt2"
        Option          "XkbLayout"     "br"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
EndSection

Section "InputDevice"
        Identifier      "Synaptics Touchpad"
        Driver          "synaptics"
        Option          "SendCoreEvents"        "true"
        Option          "Device"        "/dev/psaux"
        Option          "Protocol"      "auto-dev"
        Option          "HorizEdgeScroll"       "0"
EndSection

Section "Device"
        Identifier      "Configured Video Device"
        Boardname       "vesa"
        Busid           "PCI:1:0:0"
        Driver          "vesa"
        Screen  0
EndSection

Section "Monitor"
        Identifier      "Configured Monitor"
        Vendorname      "Plug 'n' Play"
        Modelname       "Plug 'n' Play"
  modeline  "[EMAIL PROTECTED]" 25.2 640 656 752 800 480 490 492 525 -vsync 
-hsync
EndSection

Section "Monitor"
        Identifier      "monitor2"
        Vendorname      "Plug 'n' Play"
        Modelname       "Plug 'n' Play"
  modeline  "[EMAIL PROTECTED]" 25.2 640 656 752 800 480 490 492 525 -vsync 
-hsync
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Monitor         "Configured Monitor"
        Device          "Configured Video Device"
        Defaultdepth    24
        SubSection "Display"
                Depth   24
                Modes           "[EMAIL PROTECTED]"
        EndSubSection
EndSection


Section "Screen"
        Identifier      "screen1"
        Device          "Configured Video Device"
        Defaultdepth    24
        Monitor         "monitor1"
        SubSection "Display2"
                Depth   24
                Modes           "[EMAIL PROTECTED]"
        EndSubSection
EndSection



Section "ServerLayout"
        Identifier      "Default Layout"
  screen 0 "Default Screen" 0 0
  screen 1 "screen1" rightof "Default Screen"
        Inputdevice     "Synaptics Touchpad"
EndSection
Section "Module"
        Load            "glx"
        Load            "GLcore"
        Load            "v4l"
EndSection

Section "ServerFlags"
        Option          "Xinerama"      "true"
EndSection



Alguém sabe qual é o erro?
Emanuel, esse xorg pode te ajudar.


abs.
Israel

-- 
Interessado em aprender mais sobre o Ubuntu em português?
http://wiki.ubuntu-br.org/ComeceAqui  -
ubuntu-br mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br

Responder a