Re: Xorg problems, with libX11.so

2010-01-20 Thread João Henriques
e second time. It didn't worked until I passed the flags!! -- From: "Simon Geard" Sent: Wednesday, January 20, 2010 9:39 AM To: Subject: Re: Xorg problems, with libX11.so > -- > http://linuxfromscratch.org/mailman/listinfo/blfs-

Re: Xorg problems, with libX11.so

2010-01-20 Thread Simon Geard
On Wed, 2010-01-20 at 05:46 +, Joao Henriques wrote: > /usr/X11/lib/libX11.so: undefined reference to > `xcb_connection_has_error' > /usr/X11/lib/libX11.so: undefined reference to `xcb_poll_for_reply' > /usr/X11/lib/libX11.so: undefined reference to > `xcb_get_maximum_request_length' > /usr/X11

Xorg problems, with libX11.so

2010-01-19 Thread Joao Henriques
Ok, I'm getting this erros when making and installing xorg libs, in libXpm-3.5.8 package: Making all in sxpm make[2]: Entering directory `/sources/xorg/lib/libXpm-3.5.8/sxpm' CC sxpm.o GENsxpm.1 GENsxpm.po CCLD sxpm /usr/X11/lib/libX11.so: undefined reference to `xcb_connect

Re: xorg problems

2007-10-30 Thread randd
Dan, > Most likely you're missing the /etc/udev/rules.d/25-lfs.rules file, > since the default permissions for udev are root:root 0660. Otherwise, > I don't really know how that would happen. Just wanted to clarify something; I'm using udev-113; the defaults on /dev/null - and /dev/zero, /dev/r

Re: xorg problems

2007-10-30 Thread Dan Nicholson
On 10/29/07, Olaf Grüttner <[EMAIL PROTECTED]> wrote: > > > Warning: couldn't find charset data for locale [EMAIL PROTECTED]; using > > > ISO > > > 8859-1. > > > > I think this is a problem in luit. The default location luit looks for > > the locale data isn't the same place it's installed by libX

Re: xorg problems

2007-10-29 Thread randd
The problem you're having sounds like something I've seen and/or experienced before: >> > (EE) AIGLX: DRI module not loaded >> >> That's not good. I'd suspect that xorg-server doesn't think that the >> DRI modules aren't in the same place as libGL (from mesa) does. There >> was a bug in BLFS f

Re: xorg problems

2007-10-29 Thread Olaf Grüttner
> > Warning: couldn't find charset data for locale [EMAIL PROTECTED]; using ISO > > 8859-1. > > I think this is a problem in luit. The default location luit looks for > the locale data isn't the same place it's installed by libX11. Try > reinstalling luit, but pass > --with-localealiasfile='${data

Re: xorg problems

2007-10-24 Thread Dan Nicholson
On 10/24/07, Olaf Grüttner <[EMAIL PROTECTED]> wrote: > Hi everybody, > > I have problems with xorg. I have installed everything according to the > blfs-svn book xorg-7.2 and have received no errors while installing. > > Running xorg as root works, only this message is shown in the xterm > display:

Re: Xorg Problems

2005-09-23 Thread Andrew Benton
Lennon Cook wrote: I just tried setting /dev/agppart to 666, and that didn't achieve anything. It's better to leave /dev/apgart at 0660 and add yourself to the video group -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe

Re: Xorg Problems

2005-09-22 Thread Lennon Cook
Jerry Dinardo <[EMAIL PROTECTED]> wrote: > I have a computer with that chipset at work and to make it work > correctly you must set dev/agpgart parm to intel I8XX and > direct rendering to intel I915 in your kernel config. I also have > /dev/agpgart permissions set to 666 but I am not sure if this

Re: Xorg Problems

2005-09-22 Thread Jerry Dinardo
Lennon Cook wrote: I wrote: An onboard intel thing - if it helps, Ubuntu (or, now, the GNOME 2.12 live CD) works well with it set as 'i810' in xorg.conf (although this is also what I compiled XOrg with... ). And here is the relevant line from lspci: 00:02.1 Display controller: Intel

Re: Xorg Problems

2005-09-21 Thread Lennon Cook
I wrote > because the window manager is crashing (and that has to do with fonts > and themes, which I mostly expected anyway). And that problem is now solved - it was the traditional 'fontconfig isn't looking in /usr/X11R6/lib/X11/fonts'. :) -- http://linuxfromscratch.org/mailman/listinfo/blfs-supp

Re: Xorg Problems

2005-09-21 Thread Lennon Cook
I wrote: > An onboard intel thing - if it helps, Ubuntu (or, now, the GNOME 2.12 > live CD) works well with it set as 'i810' in xorg.conf (although this > is also what I compiled XOrg with... ). And here is the relevant line from lspci: 00:02.1 Display controller: Intel Corporation 82852/855GM In

Re: Xorg Problems

2005-09-21 Thread Lennon Cook
On 9/21/05, Declan Moriarty <[EMAIL PROTECTED]> wrote: > Recently, Somebody Somewhere wrote these words > > Ok, some progress: > > > > The second problem was entirely a false alarm - somehow when I was > > testing whether it was my .xinitrc, I only copied (rather than moved) > > my .xinitrc to not

Re: Xorg Problems

2005-09-21 Thread David Ciecierski
This is a video problem... wrong drivers, or too many modules. What's your video card? Agreed. Although I'd also make sure you have the fonts side sorted out in xorg.conf, ie. correct paths. That would simply isolate the problem. And just a shot in the dark: you did compile bitmap fonts in, r

Re: Xorg Problems

2005-09-21 Thread Declan Moriarty
Recently, Somebody Somewhere wrote these words > Ok, some progress: > > The second problem was entirely a false alarm - somehow when I was > testing whether it was my .xinitrc, I only copied (rather than moved) > my .xinitrc to not be parsed... the reason X was crashing as me was > because the win

Re: Xorg Problems

2005-09-21 Thread Brandin Creech
> Declan Moriarty wrote: > > startx > somefile 2>&1 && init 3 > && init 3 didn't recover me - I missed the redirect when I scanned > this mail before.. I'll try the redirect and || momentarily and post > my results (I think || has more chance of recovering than && by the > way: it will execute ini

Re: Xorg Problems

2005-09-21 Thread Lennon Cook
Declan Moriarty wrote: > It's a permissions thing, or perhaps a video one. Are you loading > irrelevant/conflicting video modules? Kernel is non-modular, and the same one as was running LFS before (where X was fine); Xorg is only compiled with support for i810, which seems to be the right driver fo

Re: Xorg Problems

2005-09-21 Thread Stephen Liu
Hi Lennon, > The second, is that Xorg only starts as root (Xorg and xterm are both > properly suid root) - if I try to start it as a non-priveledged user, > it starts but immediately crashes (leaving my system hanging As 'root' please try; # chmod u+s /usr/X11R6/bin/Xorg then relogin as "user

Re: Xorg Problems

2005-09-21 Thread Declan Moriarty
Recently, Somebody Somewhere wrote these words > I have compiled Xorg on a fresh LFS system, using the package user > hint, and have two major problems - the first (which I also had on > Gentoo many months ago, and never could fix there - it *didn't* happen > on my previous LFS) is that once X star

Xorg Problems

2005-09-20 Thread Lennon Cook
I have compiled Xorg on a fresh LFS system, using the package user hint, and have two major problems - the first (which I also had on Gentoo many months ago, and never could fix there - it *didn't* happen on my previous LFS) is that once X starts, killing it or trying to switch back to a TTY freeze