Prev: xanim: Undefined symbol "__sF" on FreeBSD 8.0
Next: xf86-video-radeonhd: incorrect libpci dependency?
From: Henrik Hudson on 14 Mar 2010 04:27 On Sat, 13 Mar 2010, Warren Block wrote: > Lightly tested on an Acer notebook with Radeon X1250 graphics. xfce4 > with compositing works, GL screensavers work. Thanks! Yeap, works for me as well, but I did have some issues with other apps. system: fresh install of 8-STABLE on 3/12; amd64 with nVidia binary blob drivers. linux compat not installed and using the nVidia AGP connector. xorg itself built flawlessly and xdm installed and worked fine at the login screen. However, xfce4 would crash, after doing the "login" animation, and coredump. Disabling xdm and using startx did the same. I had Composite enabled and a few other tweaks that are composite / 3d accel related in xorg.conf. After disabling this and rebooting I was able to login into XFCE4. However, after re-enabling it and rebooting I was still able to log into XFCE4. However, starting an xterm would crash XFCE4. The XFCE4 terminal app worked fine, but xterm would crash it. I disabled Composite again, rebooted, and now xterm and everything else seems to work okay. If anyone wants a copy of my xorg.conf or any other logs, let me know. Kudos though. I'm sure once the freeze is up it will all iron out. Thanks. henrik -- Henrik Hudson lists(a)rhavenn.net ----------------------------------------- "God, root, what is difference?" Pitr; UF _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
From: Warren Block on 14 Mar 2010 12:50 On Sat, 13 Mar 2010, Robert Noland wrote: > On Fri, 2010-03-12 at 20:10 +0100, Torfinn Ingolfsen wrote: >> >> >> On Fri, Mar 12, 2010 at 6:24 PM, Robert Noland <rnoland(a)freebsd.org> >> wrote: >> Can you try the attached patch and verify that AGP attaches >> and reports >> correctly. I will try and see if I can enable drm on this >> chip with the >> current driver, or import version 2.9.1 of the driver this >> weekend. You >> won't get drm with the 2.9.1 version, but it would be better >> than vesa. >> >> With the patch, AGP reports like this: >> root(a)kg-v7# dmesg | grep agp >> agp0: <Intel Ironlake (D) SVGA controller> on vgapci0 >> agp0: detected 32764k stolen memory >> agp0: aperture size is 256M >> >> How do I verify that it is reporting correctly? > > Ok, now that agp seems to be working... I have created a port for the > 2.9.1 version of the Intel driver. You will need to uninstall the > existing intel driver and install this one. You still won't have drm, > but should be a good bit better than vesa... > > http://people.freebsd.org/~rnoland/xf86-video-intel29.tar.gz > > Please let me know how it goes. You will likely want to use UXA > acceleration with this driver. UXA might be needed for the Intel 2.7 driver, too. The xorg 7.5 update installed okay on my AA1 netbook. Existing xorg.conf specified EXA. With Intel 2.7, xfce4 showed no icons and would reliably signal 11 by choosing Settings/Appearance/Fonts, the point size, and then the scroll up button. With UXA, it works. Composite works with both 2.7 and 2.9, but all screen updates are pretty slow. With composite disabled in xfce4's Window Manager Tweaks/Compositor/Enable Display compositing, xfce4 is usable. Thanks! -Warren Block * Rapid City, South Dakota USA _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
From: Torfinn Ingolfsen on 14 Mar 2010 15:35 Hi, On Sat, Mar 13, 2010 at 8:14 PM, Garrett Cooper <yanefbsd(a)gmail.com> wrote: > Actually it's: > > Section "Screen" > # ... > Option "AllowGLXWithComposite" "false" > Option "RenderAccel" "false" > # ... > > Section "Extensions" > # ... > Option "Composite" "disable" > Option "AllowGLXWithComposite" "false" > # ... > > Ok, done that. (testing with 'vesa' driver). As before, 'startx' works, 'startxfce4' doesn't. Same results as my normal user and as root. >From /var/log/Xorg.0.log I can see this: (**) Extension "Composite" is disabled (WW) Ignoring unrecognized extension "AllowGLXWithComposite" [...] (==) AIGLX disabled (II) Loading extension GLX [...] (WW) VESA(0): Option "AllowGLXWithComposite" is not used (WW) VESA(0): Option "RenderAccel" is not used I don't know if tjose messages are important or not. > But getting back to basics, maybe you should try starting up X > with twm to see whether or not the whole setup is broken. Well, as reported earlier, 'startx' works. > Then you'll > be able to run glxgears and some xfce4 apps to determine whether or > not opengl is broken or xfce4 is busted somewhere along the way. > Ok, back to a basic xorg.conf, using the 'vesa' driver, no special settings exccept setting my keyboard language layout to norwegian. Doing startx, then testing a few things. xvinfo - reports "no adaptors present" xdriinfo - reports extension "XFree86-DRI" missing..., not direct rendering capable glxgears - runs and reports 90+ FPS I still don't know why Xfce refuses to run. -- Regards, Torfinn Ingolfsen _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
From: Torfinn Ingolfsen on 14 Mar 2010 15:41 Hi, On Sat, Mar 13, 2010 at 8:16 PM, Garrett Cooper <yanefbsd(a)gmail.com> wrote: > > I just read Robert's email. DRM's busted so it looks like X won't work > for you until that's resolved. He was talking about the 2.9.1 version of the 'intel' driver, which I tested. All my other testing has been with the 'vesa' driver which works with startx, but not with startxfce4. Is there any reason why Xfce shouldn't work with the vesa driver? (It used to work just fine, but that was a couple of years ago) -- Regards, Torfinn Ingolfsen _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
From: Torfinn Ingolfsen on 14 Mar 2010 16:04
Update: On Sun, Mar 14, 2010 at 8:35 PM, Torfinn Ingolfsen <tingox(a)gmail.com> wrote: > > I still don't know why Xfce refuses to run. > Oh, I forgot about the xfce programs. The following works (when started from a shell inside 'startx'): - mousepad - thunar - xfce4-about - xfce4-appfinder - xfce4-panel - xfrun4 - xfterm4 - xfdesktop-settings - xfdesktop When I start xfce4-session, it starts up the panel (xfce4-panel), the desktop (xfdesktop) and then it crashes. And 'xfwm4' complains that another window manager is already running (true enough). HTH -- Regards, Torfinn Ingolfsen _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org" |