You are not logged in.

#1 2009-08-04 18:48:27

Nahuel
Member
Registered: 2009-07-05
Posts: 10

Intel i810+slow performance+'blue frame on videos'

Good day.
I have a HP Pavilion dv1000 laptop with an Intel Centrino CPU and 1.2 Gb or RAM.
My problems with the video card are not serious, but they started to annoy me. When I watch videos (using Mplayer, VLC or anything) and I move/resize the video output window I get a blue background and a flickering video. This isn't really bad, but I thought it might give you a clue of what the problem might be.
The biggest issue are flash videos on websites. Youtube, for example, works 'fine' with the video in small size, but when I go fullscreen, all I can get are static frames and a slow computer.

In case it helps, here's my messy xorg.conf:

Section "Module"
  Load "synaptics"
  Load "i810"
  Load "dri"
EndSection

Section "ServerLayout"
  Identifier     "Layout0"
  Screen      0  "Screen0" 0 0
  InputDevice   "SynapticsTouchpad" "SendCoreEvents"
EndSection

Section "Files"
  FontPath "/usr/share/fonts/local/"
EndSection

Section "Device"
  Identifier     "Device0"
  Driver         "intel"
  VendorName  "Intel Corporation"
  BoardName   "82852/855GM Integrated Graphics Device"
  Option         "Legacy3D" "false"

EndSection

Section "Screen"
  Identifier     "Screen0"
  Device         "Device0"
EndSection

Section "InputDevice"
   Identifier  "SynapticsTouchpad"
   Driver      "synaptics"
   Option      "AlwaysCore"        "true"  # send events to CorePointer
   #Option      "Device"            "/dev/input/mice"
   Option      "Device"            "/dev/psaux"
   Option      "Protocol"          "auto-dev"
   Option      "SHMConfig"         "false" # configurable at runtime? security risk
   Option      "LeftEdge"          "1700"  # x coord left
   Option      "RightEdge"         "5300"  # x coord right
   Option      "TopEdge"           "1700"  # y coord top
   Option      "BottomEdge"        "4200"  # y coord bottom
   Option      "FingerLow"         "25"    # pressure below this level triggers release
   Option      "FingerHigh"        "30"    # pressure above this level triggers touch
   Option      "MaxTapTime"        "180"   # max time in ms for detecting tap
   Option      "VertEdgeScroll"    "true"  # enable vertical scroll zone
   Option      "HorizEdgeScroll"   "true"  # enable horizontal scroll zone
   Option      "CornerCoasting"    "true"  # enable continuous scroll with finger in corner
   Option      "CoastingSpeed"     "0.30"  # corner coasting speed
   Option      "VertScrollDelta"   "100"   # edge-to-edge scroll distance of the vertical scroll
   Option      "HorizScrollDelta"  "100"   # edge-to-edge scroll distance of the horizontal scroll
   Option      "MinSpeed"          "0.10"  # speed factor for low pointer movement
   Option      "MaxSpeed"          "0.60"  # maximum speed factor for fast pointer movement
   Option      "AccelFactor"       "0.0020"    # acceleration factor for normal pointer movements
   Option      "VertTwoFingerScroll"   "true"  # vertical scroll anywhere with two fingers
   Option      "HorizTwoFingerScroll"  "true"  # horizontal scroll anywhere with two fingers
   Option      "TapButton1" "1"
   Option      "TapButton2" "2"
   Option      "TapButton3" "3"
   Option      "XkbLayout"  "es"
   Option      "XkbVariant" ""
EndSection

Section "DRI"
    Group      "video"
    Mode       0660
EndSection

Thank you.

Offline

Board footer

Powered by FluxBB