pst wrote:
>what is your XF86Config config ?
>what desktop env do you use GNOME, KDE, (they use their own keyboard
>settings), etc. ?
>
>
Fluxbox, so no own keyboard settings.
Here's the relevant part of my XF86Config:
---------------------
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr_CH"
EndSection
---------------------
Worked fine for quite a while.
>>What does he mean with "Use defaults: rules - 'xorg'", I don't use Xorg?!
>>
>>
>
>you should xorg is better than xf86 they say ;) in sid (unstable) xorg
>should be present i think ...
>
>
No, but there's an Ubuntu package also usable for deb. I once tried to
install... What a mess. It got 2 or 3 cool features like transparency
and stuff, but it broke with my nvidia drivers. Not very mature yet if
you ask me. It's more a licence-philosophy issue anyway.
>
>
>>Also I fiddled around in /etc/X11/xkb/rules which didn't help anything
>>except me deleting all the files there. I reinstalled the xlibs and
>>xlibs-data, but the files are still missing. So if somebody would be so
>>kind to tar them up and send them to me, I would appreciate it.
>>
>>
>
>maybe re-install xkb
>
>
That's what I did. xkb is in the xlibs package.
Googling around gave me the feeling that it more like an old bug that
had been solved once but mysteriously reappered. Especially the
"Couldn't interpret _XKB_RULES_NAMES property" error points more to a
bug than to a configuration mistake.
And as I didn't change any config it must have come with a sys upgrade.
As I already said, I had the same problem on an other machine, but
setxkbmap solved it.
>>I can create an example configuration for you if you are interested.
>
>
>
> That would be great :-)
> Thanks for your explanations!
I have not tested it, so there may be errors (my self compiled kernel at
home does not support iproute2).
Let say, you have 3 network cards with the following IP addresses:
eth0: 192.168.0.2/24
eth1: 192.168.1.2/24
eth2: 192.168.2.2/24
eth0 is connected to your company's network. eth1 and eth2 are connected
to 2 different internet providers. The gateway is 192.168.1.1 for eth1
and 192.168.2.1 for eth2.
Assuming you want to route mail over eth1 and web access over eth2, you
would do the following:
Mark all packets for mail routing:
iptables -t mangle -A PREROUTING -i eth1 -j MARK --set-mark 0x01
iptables -t mangle -A PREROUTING -i eth0 --dport 25 -j MARK --set-mark 0x01
Mark all packets for web access:
iptables -t mangle -A PREROUTING -i eth2 -j MARK --set-mark 0x02
iptables -t mangle -A PREROUTING -i eth0 --dport 80 -j MARK --set-mark 0x02
Populate routing table 1 (for eth1):
ip route add 192.168.0.0/24 dev eth0 table 1
ip route add default via 192.168.1.1 dev eth1 metric 1 table 1
Populate routing table 2 (for eth2):
ip route add 192.168.0.0/24 dev eth0 table 2
ip route add default via 192.168.2.1 dev eth2 metric 1 table 2
Populate the rule table to send all packets marked "0x01" to routing
table 1:
ip rule add fwmark 0x01 table 1
Populate the rule table to send all packets marked "0x02" to routing
table 2:
ip rule add fwmark 0x02 table 2
Greetings, Patrick Kaell
> > Does anyone know what the problem might be, or should I go back to
> > Koffice?
>
> sorry, this kind of operation works perfectly with the 1.1 version, but
> for the beta2.0 i didn't try, so maybe going back to 1.1 is a more
> smooth option, no?
>
I moved to OOo 2.0 because of the better MS office compatibility while I was
at university. Before that I was using Koffice, which I find much faster
and it has a far more intuitive layout than openoffice (I also prefer Abi
Word to OOo). So, the switch back shouldn't be a major deal. I just have
this one last paper to get out....
Mike
Hey guys, I am working with a relatively large document in openoffice 1.9x and
am trying to insert a table of contents. If I insert one, it automatically
detects and adjusts the table of contents for each section that I use heading
level 1-5 on. However, whenever I reopen the document and try to update the
table of contents, it deletes all entries in the table of contents that were
there before I updated it. To get these entries back, I have to reapply the
formatting to every heading that I have. Since I already have roughly 30
headings that I want in the Table of Contents, it is rather annoying.
Does anyone know what the problem might be, or should I go back to Koffice?
Mike
Hi,
We have a firewall at work that runs sarge. It also makes the connection
to the internet, it has a dsl and a cable connection.
We want to balance the traffic over these 2 connections, port based.
E.g. http and ftp over ppp0 (dsl) and all the rest over the cable
connection.
What would be the best way to achieve this?
Regards,
Yves
Hi,
I recently bought a zaurus PDA imported from Japan,
but those PDA aren't furnished with USB cable; I asked
sharpusa and other vendors on internet but they told
me that considering the price of such item, it
wouldn't be a good idea to send it by fedex; the cable
consists of an USB end and other one is a small male
plug; reference of the cable is MUSB03 and someone
reported me that this cable is also used for Sony's
PSP console. Does anybody know a shop in Luxembourg
where I could find this item?
Thank you in advance for answer
cheers
M.
Hi
As I have no windows on my disk, I want to use GoogleEarth under Linux.
I read that iit was possible to run it with wine.
http://appdb.winehq.org/appview.php?versionId=3254
but I can't install this damned thing :-(
I use suSE 9.3, and Wine 20050524
I got sseveral error messages.
Does anybody have some knowledge about it.
Thanx
Al
--
So long and thanx for the fish
<°(((((-<
---------- Forwarded Message ----------
Subject: Re: xine on x86_64
Date: Thu July 21 2005 22:06
From: Felix Knecht <mail(a)felixknecht.de>
To: alex(a)linux.lu
I just found your posting on [Lilux-help]
(http://sendar.prophecy.lu/pipermail/lilux-help/2005-May/000974.html)
I ran in to the same problem a couple of minutes ago. Have you figured out a
way to do this?
I found a work around for it.
Download the package for xine-ui from:
http://www.djs-consulting.com/linux/xine_rpms.php
It is linked from xine-hq, so I guess it is trustworthy source. It complains
about some missing libs. Just ignore that (rpm -Uhv --nodeps ...)
Then you need to fix those errors by creating links to the libs you already
have on your system:
linux:/usr/lib64 # ln -s libssl.so libssl.so.4
linux:/usr/lib64 # ln -s libcrypt.so libcrypto.so.4
After that xine-ui runs fine here. BTW: Its only a problem of the UI, not
xine-lib!
Could you please post this to the list, so others can find the solution (If
you are still on the lilux-help list)!
Felix
--
Verschluesselte emails bevorzugt! Meinen Public Key gibts auf einem
Keyserver: Encrypted emails preferred! Get my public key from a keyserver:
ID: 0xD85E9E32
or:
www.felixknecht.de/public_key_felix_knecht.asc
"They who would give up an essential liberty for temporary security, deserve
neither liberty or security"
- Benjamin Franklin
-------------------------------------------------------
Hello,
I search for a solution to get the ip address of a friends dsl
connection, but for a special reason I can/want not use classic
dyndns.org
What I need is more like a personal dyndns server. That means, instead
of setting up his ddclient script to update members.dyndns.org, I want
it to send updates to my ip and thus I need a service running on my box
that deals with his updates.
I found nothing on the internet that was dyndns2 compatible... does
anybody know if something like this exists, or to I have to study the
docs un how to create a dyndns client and write my own...?
Best regards,
Yves
--
Linux 2.6.12 #1 Sat Jul 9 23:28:04 CEST 2005 i686
10:48:26 up 15:12, 0 users, load average: 0.81, 0.91, 0.91
Hi
I have a project here for testing switches. I made up a system (under
Linux) and now I need Etherrnet ports(cards).
We have received here Intels Pro Adapters (4 Ethernet ports), but these
cards only have PCIx Bus. (64Bit PCIx). The cards do not fit into a 32Bit
pci Slot.
So I need two servers with PCIx Bus. (complicated).
I am also looking for another solution (32 Bit PCI cards), but I don't
find cards with 4 ethernet ports.
Any idea welcome.
Thanx
Al
--
So long and thank for the fish
<°(((((-<