Thread: BeryL on Ubuntu
View Single Post
Old 01-03-2007, 09:59 AM   #26 (permalink)
praka123
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: BeryL on Ubuntu

^^ you need to have the line
Section "Extensions"
Option "Composite" "enable"
EndSection

NOT in the End.
press ALT+F2 to get run command:
then insert "gksudo gedit /etc/X11/xorg.conf"
edit and save.also make sure you have the module dbe loaded.(Load "dbe")
below is a sample of mine:
Code:
Section "Device"
        Identifier      "Intel Corporation 82915G/GV/910GL Integrated Graphics Controller"
        Driver          "i810"
        BusID           "PCI:0:2:0"
        Option "XAANoOffscreenPixmaps" "true"
EndSection

Section "Extensions"
        Option "Composite" "enable"
EndSection

 Option          "AIGLX" "true"
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline