Date: Mon, 4 Jun 2007 12:33:19 +0200 From: Marek Holly <marko@exitcode.org> To: Adam K Kirchhoff <adamk@voicenet.com> Cc: Kris Glynn <Kristen.Glynn@virginblue.com.au>, freebsd-x11@freebsd.org Subject: Re: Intel 945 - Beryl - Xorg 7.2 Message-ID: <20070604103319.GA2015@d610.network.home> In-Reply-To: <200706040428.17509.adamk@voicenet.com> References: <7C3101310BBC894E8A0D5FB2C36B95896432FC@ISKCMX01.virginblue.internal> <20070604064456.GA1551@d610.network.home> <200706040428.17509.adamk@voicenet.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jun 04, 2007 at 04:28:17AM -0400, Adam K Kirchhoff wrote: > On Monday 04 June 2007 02:44:56 Marek Holly wrote: > > On Mon, Jun 04, 2007 at 12:51:55PM +1000, Kris Glynn wrote: > > > Hi, > > > > > > Has any progress been made for Intel cards and AIGLX / Beryl in Xorg 7.2 > > > ? > > > > > > Any ideas when Intel card users will be able to use Beryl ? > > > > I have i915 and Beryl with AIGLX working without problems on CURRENT. > > AIGLX doesn't cause your machine or X server to lock up when you quit out of > X? No, it doesn't. I have to note that I don't use beryl-manager, only execute 'beryl' and 'emerald' at xfce startup. My xorg.conf: Section "Module" Load "extmod" Load "record" Load "xtrap" Load "dbe" Load "type1" Load "freetype" Load "glx" Load "dri" SubSection "extmod" Option "omit xfree86-dga" EndSubSection EndSection Section "Files" RgbPath "/usr/local/lib/X11/rgb" ModulePath "/usr/local/lib/xorg/modules" FontPath "/usr/local/lib/X11/fonts/misc/" FontPath "/usr/local/lib/X11/fonts/TTF/" FontPath "/usr/local/lib/X11/fonts/Type1/" FontPath "/usr/local/lib/X11/fonts/75dpi/" FontPath "/usr/local/lib/X11/fonts/100dpi/" FontPath "/usr/local/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/local/lib/X11/fonts/bitstream-vera/" FontPath "/usr/local/lib/X11/fonts/local/" FontPath "/usr/local/lib/X11/fonts/dejavu/" FontPath "/usr/local/lib/X11/fonts/encodings/" FontPath "/usr/local/lib/X11/fonts/cyrillic/" FontPath "/usr/local/lib/X11/fonts/terminus-fonts/" FontPath "/usr/local/lib/X11/fonts/util/" FontPath "/usr/local/lib/X11/fonts/msttcorefonts/" FontPath "/usr/local/lib/X11/fonts/URW/" FontPath "/usr/local/lib/X11/fonts/urwfonts-ttf/" FontPath "/usr/local/lib/X11/fonts/freefont/" FontPath "/usr/local/lib/X11/fonts/freefont-ttf/" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "AutoRepeat" "500 30" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "us,sk" Option "XkbVariant" "basic,qwerty" Option "XKbOptions" "grp:alt_shift_toggle,grp_led:scroll" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" Option "Buttons" "5" EndSection Section "Monitor" Identifier "DellLCD" VendorName "SEC" ModelName "3450" Option "DPMS" EndSection Section "Device" Option "XAANoOffscreenPixmaps" "true" Option "RenderAccel" "true" Option "DRI" "true" Option "NoAccel" "false" Option "DDC" "false" Identifier "LatitudeGraphicsCard" Driver "i810" VendorName "Intel Corporation" BoardName "82915GM/GMS, 82910GML Integrated Graphics Device" BusID "PCI:0:2:0" VideoRam 65536 EndSection Section "Screen" Identifier "Dell Latitude D610 LCD" Device "LatitudeGraphicsCard" Monitor "DellLCD" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "Latitude D610" Screen "Dell Latitude D610 LCD" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" Option "AIGLX" "true" EndSection Section "DRI" Mode 0666 EndSection Section "Extensions" Option "Composite" "Enable" EndSection -- Marek Holly marko@exitcode.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070604103319.GA2015>