[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: RH 7.1 problems
- To: Ben-Nes Michael <miki(at-nospam)canaan.co.il>
- Subject: Re: RH 7.1 problems
- From: Ilya Konstantinov <linux-il(at-nospam)future.galanet.net>
- Date: Tue, 12 Jun 2001 12:44:01 +0300
- Cc: linux ILUG <linux-il(at-nospam)linux.org.il>
- Delivered-To: linux.org.il-linux-il@linux.org.il
- In-Reply-To: <00a101c0f320$e0a84100$aa5796d4@canaan.co.il>
- References: <00a101c0f320$e0a84100$aa5796d4@canaan.co.il>
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
- User-Agent: Mutt/1.3.18i
On Tue, Jun 12, 2001 at 12:20:09PM +0300, Ben-Nes Michael wrote:
> Hi All
>
> I changed the interface in KDE to iso8859-8 and restarted X, Since then X
> Crash when I start it.
>
> Where I can change the interface language from console ?
~/.kde/share/config/kdeglobals
Change 'Charset=iso8859-8' to 'Charset=iso10646-1' and make sure you
have some fonts with an iso10646-1 encoding (e.g. if you use TrueType
fonts, simply add an '-iso10646-1' entry per every fon -- this perl
script should do it automatically:
perl -i -pe 's/(.*)-iso8859-1$/$1-iso8859-1\n$1-iso10646-1/g' fonts.dir
)
> also, Where I can change the Desktop Resolution ?
/etc/X11/XF86Config or /etc/X11/XF86Config-4.
Find the SubSection "Display" for your bpp (color mode) and add the
allowed resolutions you want. Keep in mind the desktop virtual size
would be as large as the largest resolution.
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il