[ubuntu-ar] dibujado de pantalla lento

Fernando SISMONDA fernando at sismonda.com.ar
Wed Oct 15 20:28:13 BST 2008


2008/10/15 javier garcia alfaro <javiergalfaro at gmail.com>

> El 15 de octubre de 2008 14:23, Fernando SISMONDA <
> fernando at sismonda.com.ar> escribió:
>
>>
>>
>> 2008/10/15 javier garcia alfaro <javiergalfaro at gmail.com>
>>
>> El 15 de octubre de 2008 0:21, Federico Lazcano <flazcano at riseup.net>escribió:
>>>
>>>> El Tuesday 14 October 2008 18:33:37 javier garcia alfaro escribió:
>>>> >  hola a todxs,
>>>> > estuve modificando el sources.list para agregar funcionalidades nuevas
>>>> y se
>>>> > actualizó xserver-xorg-input-synaptics, también tuve que modificar el
>>>> > xorg.conf porque no funcionaba x, la cosa es que ahora el proceso de
>>>> > 'redibujado' cada vez que muevo, minimizo o maximizo una ventana, hago
>>>> > scroll, etc. se toma más tiempo de lo que se tomaba y lo hace de una
>>>> forma
>>>> > bastante tosca. esto lo hace con y sin efectos de escritorio, no es el
>>>> gran
>>>> > problema pero jode. esto es ubunu gnome, alguien sabe por dónde puedo
>>>> > indagar para resolverlo? gracias.-
>>>>
>>>> Javón, para empezar fijate si está andando la aceleración gráfica.
>>>>
>>>> ejecutando un glxinfo debería aparecer:
>>>>
>>>> -----8<-----8<-----8<-----8<----------
>>>> name of display: :0.0
>>>> display: :0  screen: 0
>>>> direct rendering: Yes
>>>> server glx vendor string: NVIDIA Corporation
>>>> server glx version string: 1.4
>>>> server glx extensions:
>>>>    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig,
>>>>    GLX_SGIX_pbuffer, GLX_SGI_vid
>>>> -----8<-----8<-----8<-----8< chafa chafa chafa...
>>>>
>>>> Lo más importante es la línea direct rendering: Yes.
>>>>
>>>> Sin eso, no está andando la aceleración 3D. Lo cual puede enlentecer tu
>>>> sistema....
>>>>
>>>
>>> evidentemente no tengo aceleración 3d:
>>>
>>> name of display: :1.0
>>> display: :1  screen: 0
>>> direct rendering: No (If you want to find out why, try setting
>>> LIBGL_DEBUG=verbose)
>>> server glx vendor string: SGI
>>> server glx version string: 1.2
>>> (...) me m
>>>
>>> probé haciendo un LIBGL_DEBUG=verbose glxgears y aparece una animación de
>>> unos engranajes
>>> 856 frames in 5.1 seconds = 167.484 FPS
>>> 700 frames in 5.0 seconds = 139.271 FPS
>>> 720 frames in 5.1 seconds = 142.239 FPS
>>> 700 frames in 5.1 seconds = 138.406 FPS
>>> 720 frames in 5.1 seconds = 142.192 FPS
>>>
>>> la placa de video:
>>> 00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS,
>>> 943/940GML Express Integrated Graphics Controller (rev 03)
>>>
>>> sigo investigando, pero si alguien sabe howto arreglarlo...
>>>
>>> saludos!
>>>
>>>>
>>>> Si no tenés el comando glxinfo:
>>>>
>>>> lazki at ludmila:~$ apt-cache search glxinfo
>>>> mesa-utils - Miscellaneous Mesa GL utilities
>>>>
>>>>
>>>> Un abrazo.
>>>>
>>>>
>>>>
>>>> --
>>>>
>>>> : usá el correo electrónico de manera segura :
>>>> http://es.wikipedia.org/wiki/GPG
>>>>
>>>> --
>>>> Ubuntu-ar lista de correo
>>>> Ubuntu-ar at lists.ubuntu.com
>>>> Modifica tus opciones o desuscribite en:
>>>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-ar
>>>> Siempre leer, comprender y aplicar nuestra etiqueta:
>>>> https://wiki.ubuntu.com/ArgentinaTeam/EtiquetaML
>>>>
>>>>
>>>
>>> --
>>> Ubuntu-ar lista de correo
>>> Ubuntu-ar at lists.ubuntu.com
>>> Modifica tus opciones o desuscribite en:
>>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-ar
>>> Siempre leer, comprender y aplicar nuestra etiqueta:
>>> https://wiki.ubuntu.com/ArgentinaTeam/EtiquetaML
>>>
>>>
>>> Podrías copiar o adjuntar el /etc/X11/xorg.conf
>>
>> Saludos
>>
>> a ver si te dice algo:
>
> Section "Files"
> EndSection
>
> Section "Module"
>     Load        "glx"
>     Load        "GLcore"
>     Load        "v4l"
> EndSection
>
> Section "InputDevice"
>     Identifier    "Generic Keyboard"
>     Driver        "kbd"
>     Option        "CoreKeyboard"
>     Option        "XkbRules"    "xorg"
>     Option        "XkbModel"    "pc105"
>     Option        "XkbLayout"    "us"
> EndSection
>
> Section "InputDevice"
>     Identifier    "Configured Mouse"
>     Driver        "mouse"
>     Option        "CorePointer"
>     Option        "Device"    "/dev/input/mice"
>     Option        "Protocol"    "ImPS/2"
>     Option        "ZAxisMapping"    "4 5"
>     Option        "Emulate3Buttons"    "true"
> EndSection
>
>
> Section "InputDevice"
>     Identifier    "Synaptics Touchpad"
>     Driver        "synaptics"
>     Option        "SendCoreEvents"    "true"
>     Option        "Device"    "/dev/psaux"
>     Option        "Protocol"    "auto-dev"
>         Option          "SHMConfig"             "true" # nuevo
> #    Option        "HorizScrollDelta"    "0"
>         Option          "LeftEdge"              "10" # modificado hasta el
> final
>         Option          "RightEdge"             "1200"
>         Option          "TopEdge"               "10"
>         Option          "BottomEdge"            "370"
>         Option          "FingerLow"             "10"
>         Option          "FingerHigh"            "20"
>         Option          "MaxTapTime"            "180"
>         Option          "MaxTapMove"            "220"
>         Option          "SingleTapTimeout"      "100"
>         Option          "MaxDoubleTapTime"      "180"
>         Option          "LockedDrags"           "off"
>         Option          "MinSpeed"              "1.10"
>         Option          "MaxSpeed"              "1.30"
>         Option          "AccelFactor"           "0.08"
>         Option          "TapButton1"            "1"
>         Option          "TapButton2"            "3"
>         Option          "TapButton3"            "2"
>         Option          "RTCornerButton"        "0"
>         Option          "RBCornerButton"        "0"
>         Option          "LTCornerButton"        "0"
>         Option          "LBCornerButton"        "0"
>         Option          "VertScrollDelta"       "20"
>         Option          "HorizScrollDelta"      "50"
>         Option          "HorizEdgeScroll"       "0"
>         Option          "VertEdgeScroll"        "0"
>         Option          "VertTwoFingerScroll"   "1"
>         Option          "HorizTwoFingerScroll"  "1"
> EndSection
>
> Section "Device"
>     Identifier    "Failsafe Device"
>     Boardname    "vesa"
>     Busid        "PCI:0:2:0"
>     Driver        "intel"
>     Screen    0
>
> # extender monitor
> #     Identifier    "Configured Video Device"
> #         Option        "FramebufferCompression" "off
>
> EndSection
>
> Section "Monitor"
>     Identifier    "Failsafe Monitor"
>     Vendorname    "Generic LCD Display"
>     Modelname    "LCD Panel 1280x800"
>     Horizsync    31.5-50.0
>     Vertrefresh    56.0 - 65.0
>   modeline  "800x600 at 56" 36.0 800 824 896 1024 600 601 603 625 +hsync
> +vsync
>   modeline  "800x600 at 60" 40.0 800 840 968 1056 600 601 605 628 +hsync
> +vsync
>   modeline  "1280x768 at 60" 80.14 1280 1344 1480 1680 768 769 772 795 -hsync
> +vsync
>   modeline  "1280x720 at 60" 74.48 1280 1336 1472 1664 720 721 724 746 -hsync
> +vsync
>   modeline  "1280x800 at 60" 83.46 1280 1344 1480 1680 800 801 804 828 -hsync
> +vsync
>     Gamma    1.0
> EndSection
>
> Section "Screen"
>     Identifier    "Default Screen"
>     Device        "Failsafe Device"
>     Monitor        "Failsafe Monitor"
>     Defaultdepth    24
>     SubSection "Display"
>         Depth    24
>         Virtual    1280    800
>         Modes        "1280x800 at 60"    "1280x720 at 60"    "1280x768 at 60"
> "800x600 at 60"    "800x600 at 56"
>     EndSubSection
> EndSection
>
> Section "ServerLayout"
>     Identifier    "Default Layout"
>   screen 0 "Default Screen" 0 0
>     Inputdevice    "Generic Keyboard"
>     Inputdevice    "Configured Mouse"
>     Inputdevice    "Synaptics Touchpad"
> EndSection
> Section "device" #
>     Identifier    "device1"
>     Boardname    "vesa"
>     Busid        "PCI:0:2:0"
>     Driver        "intel"
>     Screen    1
> EndSection
> Section "screen" #
>     Identifier    "screen1"
>     Device        "device1"
>     Defaultdepth    24
>     Monitor        "monitor1"
>     SubSection "Display"
>         Depth    24
>         Modes        "640x480 at 60"
>     EndSubSection
> EndSection
> Section "monitor" #
>     Identifier    "monitor1"
>     Vendorname    "Plug 'n' Play"
>     Modelname    "Plug 'n' Play"
>   modeline  "640x480 at 60" 25.2 640 656 752 800 480 490 492 525 -vsync
> -hsync
>     Gamma    1.0
> EndSection
> Section "ServerFlags"
> EndSection
>
> muchas gracias!
>
>
>>
>> --
>> SISMONDA, Fernando Miguel
>> CEL: 1560027849
>> SKYPE: fmsismonda
>>
>> --
>> Ubuntu-ar lista de correo
>> Ubuntu-ar at lists.ubuntu.com
>> Modifica tus opciones o desuscribite en:
>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-ar
>> Siempre leer, comprender y aplicar nuestra etiqueta:
>> https://wiki.ubuntu.com/ArgentinaTeam/EtiquetaML
>>
>>
>>
>
> --
> Ubuntu-ar lista de correo
> Ubuntu-ar at lists.ubuntu.com
> Modifica tus opciones o desuscribite en:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-ar
> Siempre leer, comprender y aplicar nuestra etiqueta:
> https://wiki.ubuntu.com/ArgentinaTeam/EtiquetaML
>
>
>
Proba usando el driver i810 yo estoy usando ese en el trabajo y tengo
aceleración 3d.  Por lo que googlie parece funcionar con tu placa también.

Saludos
-- 
SISMONDA, Fernando Miguel
CEL: 1560027849
SKYPE: fmsismonda
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.ubuntu.com/archives/ubuntu-ar/attachments/20081015/b27bff4e/attachment-0001.htm 


More information about the Ubuntu-ar mailing list