[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: tarjeta nvidia en7600gs y 2 monitores



El Miércoles, 20 de Febrero de 2008 18:43:19 aux escribió:
> Hola, actualmente estoy usando debian lenny con los drivers de nvidia.
> Tengo conectado a la tarjeta grafica 2 monitores y todo funciona bien,
> puedo arrastrar ventanas de un monitor al otro sin problemas. La única pega
> que tengo es que si por ejemplo arrastro una ventana del monitor 1 al 2 y
> sobrepaso la superficie del monitor 2, la ventana sigue hacia la derecha
> bastante trozo y una parte queda escondida, como si detectara que tengo mas
> resolución de la que tengo.  Esto puede parecer una tonteria pero mientras
> trabajo y arrastro cosas me paso y se me quedan tapadas las ventanas.
>
> Las dos pantallas son LCD a 1280x1024
>
> Sabeis como se puede corregir esto? Gracias

Yo haría algunos cambios. Dejale que elija las resoluciones la tarjeta del 
segundo monitor. Yo lo tengo en un portatil y no se a que monitor me voy a 
pinchar. De todas formas prueba ajustando con nvidia-settings

te paso mi xorg.conf

  Section "ServerLayout"
      Identifier     "Default Layout"
      Screen         "Screen0"
      InputDevice    "Configured Mouse"
      InputDevice    "Generic Keyboard"
      InputDevice    "Touchpad"
      InputDevice    "Vaio keys"
      Option         "AIGLX" "true"
      Option         "StandbyTime"      "3"
      Option         "SuspendTime"      "5"
      Option         "OffTime"          "8"
  EndSection

  Section "ServerFlags"
      Option         "Xinerama" "0"
      Option         "DefaultServerLayout" "Default Layout"
  EndSection

  Section "Files"
      FontPath       "/usr/share/fonts/X11/misc"
      FontPath       "/usr/share/fonts/X11/100dpi:unscaled"
      FontPath       "/usr/share/fonts/X11/75dpi:unscaled"
      FontPath       "/usr/share/fonts/X11/Type1"
      FontPath       "/var/lib/defoma/fontconfig.d"
      FontPath       "/usr/local/share/fonts"
      FontPath       "/usr/share/fonts/truetype"
  EndSection

  Section "Module"
      Load           "i2c"
      Load           "bitmap"
      Load           "ddc"
      Load           "extmod"
      Load           "freetype"
      Load           "glx"
      Load           "int10"
      Load           "vbe"
      Load           "dbe"
      Load           "extmod"
  EndSection

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


  Section "InputDevice"
      Identifier     "Generic Keyboard"
      Driver         "kbd"
      Option         "CoreKeyboard"
      Option         "Protocol" "Standard"
      Option         "XkbRules" "xorg"
      Option         "XkbModel" "pc105"
      Option         "XkbLayout" "es"
      Option         "CustomKeycodes" "off"
  EndSection


  Section "InputDevice"
      Identifier     "Vaio keys"
      Driver         "evdev"
      Option         "Device" "/dev/input/event7"
      Option         "Name" "Sony Vaio Keys"
      Option         "XkbLayout" "es"
      Option         "XkbModel" "pc105"
      Option         "bustype" "0010"
      Option         "vendor" "104d"
      Option         "version" "0000"
      Option         "product" "0000"
  EndSection


  Section "InputDevice"
      Identifier     "Configured Mouse"
      Driver         "mouse"
      Option         "CorePointer"
      Option         "Device" "/dev/input/mouse0"
      Option         "Protocol" "ImPS/2"
      Option         "Emulate3Buttons" "false"
  EndSection

Section "InputDevice"
    Driver     "synaptics"
    Identifier "Touchpad"
    Option     "Device"        "/dev/input/mouse1"
    Option     "Protocol" "alps"
    Option     "SHMConfig"        "true"
    Option     "SendCoreEvents" "true"
EndSection


  Section "Device"
      Identifier     "Nvidia0"
      Driver         "nvidia"
      VendorName     "NVIDIA Corporation"
      BoardName      "GeForce Go 7600"
      Screen         0
  EndSection

  Section "Monitor"
      Identifier     "Monitor0"
      VendorName     "Sony"
      ModelName      "Nvidia Default Flat Panel"
      HorizSync      29.0 - 49.0
      VertRefresh    0.0 - 60.0
      Option         "DPMS" "true"
  EndSection

  Section "Screen"
      Identifier     "Screen0"
      Device         "Nvidia0"
      Monitor        "Monitor0"
      DefaultDepth 24
      Option         "DisableGLXRootClipping" "True"
      Option         "TwinView" "1"
      Option         "metamodes" "DFP: nvidia-auto-select +0+0, CRT: 
nvidia-auto-select +1280+0"
      Option         "AllowGLXWithComposite" "true"
      Option         "UseDisplayDevice" "DFP-0, CRT-0"
      Option         "TwinViewXineramaInfoOrder" "DFP"
      Option         "DPI" "101 x 101"
      Option         "NvAGP" "1"
      Option         "TripleBuffer" "true"
      Option         "RenderAccel" "True"
      Option         "AddARGBGLXVisuals" "True"
      Option         "EnableACPIHotkeys" "true"
      Option         "OnDemandVBlankInterrupts" "true"
         SubSection "Display"
            Depth           1
            Modes           "1280x800" "1024x768" "800x600" "640x480"
         EndSubSection

         SubSection "Display"
            Depth           4
            Modes           "1280x800" "1024x768" "800x600" "640x480"
         EndSubSection

         SubSection "Display"
            Depth           8
            Modes           "1280x800" "1024x768" "800x600" "640x480"
         EndSubSection

         SubSection "Display"
            Depth           15
            Modes           "1280x800" "1024x768" "800x600" "640x480"
         EndSubSection

         SubSection "Display"
            Depth           16
            Modes           "1280x800" "1024x768" "800x600" "640x480"
         EndSubSection

         SubSection "Display"
            Depth           24
            Modes           "1280x800" "1024x768" "800x600" "640x480"
         EndSubSection
  EndSection

un saludo

BasaBuru


Reply to: