Ubuntu Notes and How-Tos

Saturday, August 13, 2005

gxine crashes when playing DVD movies

This happens when playing encrypted DVDs as the unencrypted ones just run fine. As it turns out, you need to put the following entries in your xorg.conf file (the one delimited with hashes).



So assuming all the codecs are in place, add these entries to /etc/X11/xorg.conf:




	Section "Device"
Identifier "Intel Corporation 82852/855GM Integrated Graphics Device"
Driver "i810"
BusID "PCI:0:2:0"
#################################
Option "XaaNoOffscreenPixmaps"
#################################
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation 82852/855GM Integrated Graphics Device"
Monitor "Generic Monitor"
###################
DefaultDepth 16
###################

SubSection "Display"
Depth 1
Modes "1280x768"
EndSubSection

...

EndSection


0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home