You are not logged in.
Pages: 1
i just installed the packages and when i tried to test the beryl window manager as it says on wiki page i got this message:
(beryl-manager:4204): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
(emerald:4269): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
(beryl-settings:4278): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
Traceback (most recent call last):
File "/usr/bin/beryl-settings", line 35, in ?
locale.setlocale(locale.LC_ALL, "")
File "/usr/lib/python2.4/locale.py", line 381, in setlocale
return _setlocale(category, locale)
locale.Error: unsupported locale setting
any help?
Last edited by Jet Li (2007-02-22 18:45:50)
Offline
You have to enable the locale specific to your language/location etc. Open /etc/locale.gen in your favorite text editor (as root) and uncomment the locale(s) you'd like to enable. Save the file then run the command locale-gen as root. That's what got it working for me, hope this helps.
Last edited by amdviaman (2007-02-22 18:52:10)
Desktop: Biostar GeForce 6100-M9 + AMD64 4000+ 2.4GHz, 1MB L2 + 1GB DDR400 + 80GB PATA 500GB SATA + Nvidia 7600GT, 256MB GDDR3
Notebook: HP Pavilion DV6-1245DX + Intel Core 2 Duo T6500, 2.10GHz, 2MB L2 + 4GB DDR2 + 320GB SATA + Intel 4500MHD, 17" Widescreen + Lightscribe DVD+RW
Offline
ok that worked so far... thanks... but there is one more problem...when i do right click on beryl icon on taskbar and select beryl as window manager instead of kde it gives me this message:
[root@myhost ~]# kwin: Fatal IO error: client killed
**************************************************************
* Beryl system compatibility check *
**************************************************************
Detected xserver : NVIDIA
Checking Display :0.0 ...
Checking for XComposite extension : failed
No composite extension
[Warning ]: Multiple X screens support in Beryl is considered experimental and
[Warning ]: might not work properly, depending on your setup.
[Warning ]: Please report success stories with Xgl, non-nVidia or multiple video
[Warning ]: cards to the developers. Developers can be reached through:
[Warning ]: http://lists.beryl-project.org/
what does this mean? what do i have to do?
Offline
Do you have multiple monitors? Also it appears that you don't have the composite extension loaded into X, So add the following lines to your /etc/X11/xorg.conf
Section "Extensions"
Option "Composite" "Enable"
Endsection
You may also have problems with window decorators not showing, so add the following to the "Screen" secrion of /etc/X11/xorg.conf
Option "addARGBGLXVisuals" "True"
Option "XAANoOffscreenPixmaps" "True"
If you have any more issues, consult the Arch wiki entry for Beryl: http://wiki.archlinux.org/index.php/Beryl
EDIT Added info regarding locale errors to the wiki.
Last edited by amdviaman (2007-02-22 23:50:39)
Desktop: Biostar GeForce 6100-M9 + AMD64 4000+ 2.4GHz, 1MB L2 + 1GB DDR400 + 80GB PATA 500GB SATA + Nvidia 7600GT, 256MB GDDR3
Notebook: HP Pavilion DV6-1245DX + Intel Core 2 Duo T6500, 2.10GHz, 2MB L2 + 4GB DDR2 + 320GB SATA + Intel 4500MHD, 17" Widescreen + Lightscribe DVD+RW
Offline
We have the wiki, please use it: http://wiki.archlinux.org/index.php/Ber … _for_beryl
hightower
EDIT: too late
Last edited by hightower (2007-02-22 23:33:20)
Offline
Pages: 1