I have also the i810 driver with Xorg 7.1.1 (Debian unstable), and both,
mplayer and xine work fine. It's not a laptop, but may be my settings will
help you. These are the sections in my xorg.conf that I think will interest
you:

Section "Module"
       Load    "i2c"
       Load    "bitmap"
       Load    "ddc"
       Load    "dri"
       Load    "extmod"
       Load    "freetype"
       Load    "glx"
       Load    "int10"
       Load    "type1"
       Load    "vbe"
       Load    "dbe"
       Load    "record"
       Load    "xtrap"
EndSection

Section "Device"
       Identifier      "Intel Corporation 82865G Integrated Graphics
Controller"
       Driver          "i810"
       BusID           "PCI:0:2:0"
       Option          "DRI"           "True"
       Option          "XvMCSurface"   "6"
EndSection

Section "Screen"
       Identifier      "Default Screen"
       Device          "Intel Corporation 82865G Integrated Graphics
Controller"
       Monitor         "AL1712"
       DefaultDepth    24
       SubSection "Display"
               Depth           16
               Modes           "1280x1024" "1024x768" "800x600" "640x480"
       EndSubSection
       SubSection "Display"
               Depth           24
               Modes           "1024x768" "800x600" #"1280x1024" "1024x768"
"640x480"
       EndSubSection
EndSection

Section "DRI"
       Mode    0666
EndSection

Hope this will help you
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to