Hello everybody,
First of all I'm a completely new user in FreeBSD. (And I've also never used Linux before). So here is my problem: It concerns the French accents on the FreeBSD console. I didn't know where else I could post this message because it doesn't concern directly X.
Here are the changes I made:
/etc/rc.conf:
/etc/login.conf in the default section, I added:
and then:
[CMD="sudo cap_mkdb /etc/login.conf"][/CMD]
I use hal for X, and everything is configured according to the FreeBSD handbook, using UTF-8. I also use the NVIDIA driver so I did make sure that no "keyboard lines" weren't commented in /etc/X11/xorg.conf
Ok, so I rebooted the system just to make sure everything was launched correctly. The accented characters are working fine in the login screen.
-> However, once logged, they don't work anymore. I started X to see how it was, and it worked very well. On awesome, on Firefox title bar, accented characters were also displayed. (and even in the CTRL+R window (to start programs in awesome wm) )
Here is a second attempt to make it work on X AND in the console:
/etc/login.conf in the default section, I added:
and then:
[CMD="sudo cap_mkdb /etc/login.conf"][/CMD]
Then accented characters were working in the console. However, when starting X the Firefox title bar couldn't display accented characters anymore but some strange letters such as ... well I can't write it but it couldn't display the "éèà " etc.
Do you have any ideas to make this work? (I'd like to keep the en_US version by the way.)
Thank you very much,
PS: I tested a lot of combinations after searching on the internet, without success.
First of all I'm a completely new user in FreeBSD. (And I've also never used Linux before). So here is my problem: It concerns the French accents on the FreeBSD console. I didn't know where else I could post this message because it doesn't concern directly X.
Here are the changes I made:
/etc/rc.conf:
Code:
font8x8=iso15-font8x8
font8x14=iso15-font8x14
font8x16=iso15-font8x16
/etc/login.conf in the default section, I added:
Code:
:charset=UTF-8:\
:lang=en_US.UTF-8:
[CMD="sudo cap_mkdb /etc/login.conf"][/CMD]
I use hal for X, and everything is configured according to the FreeBSD handbook, using UTF-8. I also use the NVIDIA driver so I did make sure that no "keyboard lines" weren't commented in /etc/X11/xorg.conf
Ok, so I rebooted the system just to make sure everything was launched correctly. The accented characters are working fine in the login screen.
-> However, once logged, they don't work anymore. I started X to see how it was, and it worked very well. On awesome, on Firefox title bar, accented characters were also displayed. (and even in the CTRL+R window (to start programs in awesome wm) )
Here is a second attempt to make it work on X AND in the console:
/etc/login.conf in the default section, I added:
Code:
:charset=UTF-8:\
:lang=en_US.ISO-8859-15:
[CMD="sudo cap_mkdb /etc/login.conf"][/CMD]
Then accented characters were working in the console. However, when starting X the Firefox title bar couldn't display accented characters anymore but some strange letters such as ... well I can't write it but it couldn't display the "éèà " etc.
Do you have any ideas to make this work? (I'd like to keep the en_US version by the way.)
Thank you very much,
PS: I tested a lot of combinations after searching on the internet, without success.