Date: Mon, 16 Jul 2007 15:32:04 +0800 From: Ganbold <ganbold@micom.mng.net> To: freebsd-x11@freebsd.org Cc: Florent Thoumie <flz@FreeBSD.org> Subject: Xorg 7.2 beryl problem on i945GM Message-ID: <469B1EF4.8070609@micom.mng.net>
next in thread | raw e-mail | index | archive | help
Hi, Sorry, posted to wrong list before. I'm having trouble running beryl on laptop with 945GM card. I have current machine: devil# uname -an FreeBSD devil.micom.mng.net 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Tue Jul 10 10:44:42 ULAT 2007 root@devil.micom.mng.net:/usr/obj/usr/src/sys/DEVIL i386 devil# Xorg is updated to 7.2. Now when I try to run beryl-manager a window becomes a white screen and I can't do anything, although mouse moves. I tried to look at http://wiki.freebsd.org/ModularXorg/, but couldn't find anything. Where can I find instructions/howto about running Xorg+beryl/compiz on FreeBSD (with i945GM graphics)? I tried with following xorg config: ... Section "Module" Load "extmod" Load "record" Load "dbe" Load "glx" Load "GLcore" Load "xtrap" Load "dri" Load "freetype" Load "type1" EndSection Section "Device" ### Available Driver options are:- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" ### [arg]: arg optional #Option "NoAccel" # [<bool>] #Option "SWcursor" # [<bool>] #Option "ColorKey" # <i> #Option "CacheLines" # <i> #Option "Dac6Bit" # [<bool>] #Option "DRI" # [<bool>] #Option "NoDDC" # [<bool>] #Option "ShowCache" # [<bool>] #Option "XvMCSurfaces" # <i> #Option "PageFlip" # [<bool>] Identifier "Card0" Driver "i810" VendorName "Intel Corporation" BoardName "Mobile 945GM/GMS/940GML Express Integrated Graphics Controller" BusID "PCI:0:2:0" Option "ForceBIOS" "1280x1024=1280x800" # Option "ForceBIOS" "1280x1024=1440x900" VideoRam 131072 Option "XAANoOffscreenPixmaps" "true" # Option "DRI" "true" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 # Option "AllowGLXWithComposite" "True" # Option "RenderAccel" "True" # Option "AddARGBGLXVisuals" "True" # Option "AIGLX" "True" SubSection "Display" Modes "1280x800" # Modes "1280x1080" # Modes "1440x900" Viewport 0 0 Depth 24 EndSubSection # SubSection "Display" # Viewport 0 0 # Depth 1 # EndSubSection # SubSection "Display" # Viewport 0 0 # Depth 4 # EndSubSection # SubSection "Display" # Viewport 0 0 # Depth 8 # EndSubSection # SubSection "Display" # Viewport 0 0 # Depth 15 # EndSubSection # SubSection "Display" # Viewport 0 0 # Depth 16 # EndSubSection # SubSection "Display" # Viewport 0 0 # Depth 24 # EndSubSection EndSection Section "DRI" Mode 0666 EndSection Section "Extensions" Option "Composite" "Enable" EndSection ------------------------------------------------------------------------- thanks in advance, Ganbold -- All laws are simulations of reality. -- John C. Lilly
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?469B1EF4.8070609>