You are not logged in.
Pages: 1
Hi!
I'm a new Arch convert, and so far I have (only!) one problem, but It's about to drive me crazy. console apps such as - mc, mp3blaster, elinks, are not shown corectly. (just in case you haven't understood me - I'm talking here when X not working) For example, in MC the two panels are mixing one onto the other. I hope someone is understanding what the hell I'm talking about...
My first thought was it has something to do with the consolefont. So I swithced back to default8x16.
setfont /usr/share/kbd/consolefont/default8x16.gz
it was my font on my old distro, gentoo, and there I didn't have any problems. It did not help.
I would love to try and google this, but due to my somewhat crappy English, I don't think it's possible. I simply don't know how to put this.
So, I hope someone in here will be able to help.
Someday, I'll be a real boy!
Offline
Do these applications work properly in a terminal window when X is running? Do you have a way of posting a screenshot of what it looks like or describing the problem in more detail?
Offline
they work fine in a terminal window. But I do a lot of work without X runing, so it really bugs me.
I don't think there is any way for me to post a screen shot. I don't have a digital camera.
I think I heard once that you can do something with /dev/fb and convert it to jpeg. Is it true? if so, will someone please tell me how, so I can share my problems with the world.
================
UPDATE: I just found out about fbgrab.
Here is how it looks when I start working. It's not so bad actually.
[URL=http://img11.imageshack.us/my.php?image=pic6ff.png][/URL]
But when I start to move around, things gets messy.
[URL=http://img14.imageshack.us/my.php?image=pic25dk.png][/URL]
It's not an fbsplash issue as well.
[URL=http://img4.imageshack.us/my.php?image=pic37iu.png][/URL]
Elinks menus.
[URL=http://img4.imageshack.us/my.php?image=pic41uc.png][/URL]
Any ideas?
Someday, I'll be a real boy!
Offline
I have encountered exactly the same problem with Midnight Commander in the console and it also vexed me (even though I might not use the console as extensively as you do ). Note that mc has similar problems on an X terminal, but they have to do with non-ascii characters messing up the screen (probably because I have a UTF-8 locale). These seem to be two separate issues, but ...
Offline
I had the same issue as yours, i thinks it needs a bug
[My Blog] | [My Repo] | [My AUR Packages]
Offline
I've done some searching and it seems MC has a problem with UTF8 fonts.
a workaround is to start mc like this :
mc -a
This uses +, |, - for line drawing and looks ugly, but it works.
Other suggestions i found : switch to an iso-8859-1 font (not sure how to do this).
There are patches from redhat and suse to fix UTF8 support for mc, and they will be included in mc 4.7, but there's no release date mentioned for that version yet.
This is the link for the suse patches : http://www.suse.de/~nadvornik/mc.html
They also need a patched version of slang.
I haven't tried the patches.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
You aren't running a vesafb with some funky options are you?
Offline
as Lone_Wolf wrote above me, the problem is with UTF-8 locales. (although in my box it's not limitied only for mc)
what complicated things for me was the fact that I also need to use the iso08 (hebrew) font, which also has problems.
It goes like this:
ISO8859-X locale + default font = all is OK. (except I can't read hebrew)
ISO8859-8 + hebrew font= some problems, but still usable.
UTF-8 locale + any font = see the screenshots up.
When I wrote my first message, I was on UTF-8 locale. that's why changing to default font did not help.
For now, I switched to an ISO-based locale. And if I need to work with X in UTF8, I can always do so via gdm.
Someday, I'll be a real boy!
Offline
Oooook. Sorry, forgot this was an app specific thing. If you set your vesafb to ypan versus ywrap there are different character issues that can come up when using ncurses/scrolling apps, I was thinking that might be this, but clearly it is a UTF8 thing.
Offline
This happens to me exactly as you describe Aviad, only on the console... I first saw this with xorgcfg and alsamixer, and it still happens every time I use those apps when X is not running.
Judging from what I saw with xorgcfg, I think that part of the problem is that old stuff isn't cleared from the display before new stuff is shown, i.e. the display is not being updated properly. Alsamixer shows some similar stuff; however, its display is whacky enough that I don't think refresh problems are sufficient to explain it.
Offline
Will those UTF-8 patches be applied to MC in Arch Linux?
All mainstream distros have them.
There are even patches to compile mc with slang2.
MC is depeloped very slowly, so I think it worth to patch it havily instead of waiting for 4.7.
Maybe we should start a thread or wiki page where console programs will be listed and UTF8 issues will be highlighted?
to live is to die
Offline
Will those UTF-8 patches be applied to MC in Arch Linux?
All mainstream distros have them.
There are even patches to compile mc with slang2.
MC is depeloped very slowly, so I think it worth to patch it havily instead of waiting for 4.7.Maybe we should start a thread or wiki page where console programs will be listed and UTF8 issues will be highlighted?
Yes this is a good idea. I have also this problem, and the MC really looks ugly and messy
Offline
I have exactly same problem. It is really pissing me off, because Arch Linux seems to be the only distribution with broken UTF8 support I have tried :-( Even old Red Hat 9 had working UTF8 support.
And btw. I have looked to mc PKGBUILD and there _are_ UTF8 related patches. Also ncurses is compiled with UTF8 support. So this is really strange and I don't know what to do :-(
Offline
I have filled bug report, you can look here: http://bugs.archlinux.org/task/4418
Offline
Hello. Recently I've downloaded and installed archlinux 0.7.2 x86_64, this issue isn't fixed. So, is there any way to stay on UTF-8 (fix ncurses apps)?
Offline
No, I have this version too. As I mentioned there we can patch mc. This works for both x86 and x86_64.
Offline
Pages: 1