You are not logged in.
Good Evening.
I upgraded to the new xorg-package in testing and I read the news on archlinux.org.
At first I changed all /usr/X1186/lib entries to /urs/lib, but there are still some errors:
(EE) Failed to load module "bitmap" (module does not exist, 0)
(EE) Failed to load module "pcidata" (module does not exist, 0)
Fatel server error:
Unable to load required base modules, Exiting ...
But the modules are there
/usr/lib/xorg/fonts/libbitmap.so
/usr/lib/xorg/modules/libpcidata.so
I run 'pacman -S testing/xorg' to get all packages - but that doesen't help.
I managed to finally get x up but. I changed the ModulePath
ModulePath "/usr/lib/xorg"
Things above are solved. But below is a problem.
But I get new failures. However I see my openbox for 1 second and than it's out again.
Here are the messages concerning openbox. I removed and installed it again. And I didn't found anything like /usr/X1186.. in the openbox' rc.xml
dlopen: /usr/lib/xorg/modules/extensions/libGLcore.so: undefined symbol: __glXLastContext
(EE) Failed to load /usr/lib/xorg/modules/extensions/libGLcore.so
(EE) Failed to load module "GLcore" (loader failed, 7)
expected keysym, got dead_diaresis: line 143 of pc/de
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
> Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
(openbox:6625): ObRender-WARNING **: Failed to load the theme 'Blah41'
Falling back to the default: 'TheBear'
(openbox:6625): ObRender-WARNING **: Failed to load the theme 'TheBear'.
(openbox:6625): Openbox-CRITICAL **: Unable to load a theme.
waiting for X server to shut down .FreeFontPath: FPE "/usr/share/fonts/misc" refcount is 2, should be 1; fixing.
If you need, I can paste xorg.conf or other files.
Thanks[/code]
Gruß, Johannes
http://www.hehejo.de
http://gallery.hehejo.de/jo
Offline
You need these 2 in Section Files:
RgbPath "/usr/lib/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
About the missing theme stuff: grab the xorg.sh scriptlet from CVS (cvs.archlinux.org, go to x11/xorg and download the xorg.sh scriptlet, or grab it from abs in /var/abs/x11/xorg/xorg.sh) and put it in /etc/profile.d/xorg.sh. Make sure to make it executable, it seems it won't work otherwise.
About the GLCore problem: what hardware are you using, which libgl driver do you have installed, what is in the Load section in xorg.conf?
Offline
You need these 2 in Section Files:
RgbPath "/usr/lib/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
that's in. and working fine.
About the missing theme stuff: grab the xorg.sh scriptlet from CVS (cvs.archlinux.org, go to x11/xorg and download the xorg.sh scriptlet, or grab it from abs in /var/abs/x11/xorg/xorg.sh) and put it in /etc/profile.d/xorg.sh. Make sure to make it executable, it seems it won't work otherwise.
That didn't help with these profiles. I think they are stored in an old location - but that doesent matter anymore - I found better themes.
But I copied the xorg.sh to it's right place and chmod it properly.
About the GLCore problem: what hardware are you using, which libgl driver do you have installed, what is in the Load section in xorg.conf?
I don't know what GLcore is or what libgl driver I use.
I don't know if I need them..
The computer is a centrino notebook with the "superior" extreme graphics from intel. Chipset must be i810.
As you can see I commentet load GLcore out - but everything ist fine.
Section "Module"
Load "ddc" # ddc probing of monitor
# Load "GLcore"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "bitmap" # bitmap-fonts
Load "type1"
Load "freetype"
Load "record"
EndSection
Thank you for your help - happy christmas.
Gruß, Johannes
http://www.hehejo.de
http://gallery.hehejo.de/jo
Offline
I've got the exact same problem with Openbox.
Anyone managed to fix this?
.oO Komodo Dave Oo.
Offline
Offline
Just upgraded to testing today and after all the changes to xorg.cof when i startx i get the followin erros:
(EE) Failed to load module "speedo" (module does not exist, 0)
(EE) Failed to load module "xtt" (module does not exist, 0)
(EE) Failed to load module "radeon" (module does not exist, 0)
(EE) Failed to load module "mouse" (module does not exist, 0)
(EE) Failed to load module "kbd" (module does not exist, 0)
Fatel server error:
Unable to load required base modules, Exiting ...
I have ModulePath set to "/usr/lib/xorg/modules"
What can I do to fix this?
Thnx
A good friend will come and bail you out of jail...BUT a true friend will be sitting next to you saying, "Damn...that was fun!"
Offline
For the modules section, you only need these:
Load "dri"
Load "dbe"
Load "extmod"
Load "glx"
Load "xtrap"
Load "record"
Load "freetype"
Load "type1"
These are the ones inserted by a run of Xorg -configure.
Make sure you install the right drivers, in your case this would be xf86-video-ati, xf86-input-keyboard and xf86-input-mouse (just pacman -Sf the mouse driver, as there's a manpage conflict at this moment)
Offline
it worked thnx.
A good friend will come and bail you out of jail...BUT a true friend will be sitting next to you saying, "Damn...that was fun!"
Offline
Ok, for the record: missing 'kbd' and 'mouse' modules mean you don't have 'xf86-input-keyboard' and 'xf86-input-mouse' installed.
Speedo is probably its own package too. As for xtt, just remove that, as freetype superceeds it.
If you're having problems with GLcore and your graphics driver is installed, then you may need to install mesa.
Offline
GLCore shouldn't be loaded directly. GLX or whatever GL implementation loads it when it needs it. It's the same issue as when you would load "EXA" modules, your X won't work either then.
Offline