LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   Randr extension missing (https://www.linuxquestions.org/questions/linux-from-scratch-13/randr-extension-missing-4175562751/)

gnew 12-30-2015 08:18 PM

Randr extension missing
 
I not open configuration (MONITO) in XFCE4 in my build BLFS.
My xrandr is return:
RandR extension missing.

Anyway? Tks

hendrickxm 12-31-2015 03:09 AM

You might have missed an xorg librarie?
Check if you installed all xorg libs, LFS normally includes more then needed and the compilation/install is done with a script.

gnew 12-31-2015 07:22 AM

Quote:

Originally Posted by hendrickxm (Post 5471245)
You might have missed an xorg librarie?
Check if you installed all xorg libs, LFS normally includes more then needed and the compilation/install is done with a script.

Yes! Xorg installed.
Xfce4 Installed and work normal.
Just RANDR missing extension.

:(

kcirick 12-31-2015 08:51 AM

Quote:

Originally Posted by gnew (Post 5471336)
Yes! Xorg installed.
Xfce4 Installed and work normal.
Just RANDR missing extension.

:(

I think what @hendrickxm is saying is go back and check if RANDR was indeed installed. Xorg is a collection of many libraries, so it is possible that one or two libraries were missed when building. Try executing `xrandr` and see if you see expected output.

gnew 12-31-2015 09:25 AM

Quote:

Originally Posted by kcirick (Post 5471373)
I think what @hendrickxm is saying is go back and check if RANDR was indeed installed. Xorg is a collection of many libraries, so it is possible that one or two libraries were missed when building. Try executing `xrandr` and see if you see expected output.


xrandr
RandR extension missing


I will try to recompile XORG files.

Screenshot
http://postimg.org/image/evdo25ldx/

Tks!

gnew 01-01-2016 10:24 AM

is personal, tried compiling Xorg, Xorg HEADERS, all .. it did not work, the XRandR still does not open. but anyone have any ideas?

hendrickxm 01-01-2016 11:51 AM

Quote:

Originally Posted by gnew (Post 5471816)
is personal, tried compiling Xorg, Xorg HEADERS, all .. it did not work, the XRandR still does not open. but anyone have any ideas?

I would check the dependency tree of the xorg-headers and libraries and start from the bottom.
This means reinstalling/compiling xorg.
Dependency graph or build/install order can be found in the blfs book or here: http://emarsk.blogspot.it/2015/09/xo...raph-blfs.html

Keith Hedger 01-02-2016 08:03 AM

Did you install xorg to /usr? If you installed it to /opt you may have to point ld.so.conf to it.


All times are GMT -5. The time now is 09:12 AM.