Re: xorg + kde + keyboard

2004-09-12 Thread Karol Czachorowski
On Sun, 12 Sep 2004 01:38:44 -0500, Brad Sims wrote:

> Does it work if you symlink /etc/X11/xkb to /usr/local/X11R6.8? To me that
> seems the obvious fix albeit a workaround.

It doesn't work, but adding: /usr/local/X11R6.8/lib solved the problem.
But there is another one: how to tell kdm/wdm to use X.org instead of 4.3?

Karol


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: xorg + kde + keyboard

2004-09-11 Thread Karol Czachorowski
On Sat, 11 Sep 2004 16:17:42 +0200
Edon Kelmendi <[EMAIL PROTECTED]> wrote:

> In your /etc/X11/xorg.conf use 'Driver  "kbd"' as your keyboard
> driver. 
> Could you tell me how did you installed it (grabbed the sources and
> compiled them)?

I do exactly as in Steve Smith's howto:
http://incubator.vislab.usyd.edu.au/roller/page/Steve/20040909

Changing driver to kbd doesn't work.

And logs from Xorg.0.log:

(**) Option "CoreKeyboard"
(**) Generic Keyboard: Core Keyboard
(**) Option "Protocol" "standard"
(**) Generic Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Generic Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Generic Keyboard: XkbModel: "pc105"
(**) Option "XkbLayout" "pl"
(**) Generic Keyboard: XkbLayout: "pl"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
[...]
(II) XINPUT: Adding extended input device "Generic Keyboard" (type:
KEYBOARD)
(EE) Couldn't load XKB keymap, falling back to pre-XKB keymap


And it seems, that KDE looks only in /etc/X11/xkb, not in
/usr/local/X11R6.8 where X server is installed.

Karol
-- 
| Karol Czachorowski   |
| JID: narel(at)jabber.org GG: 2786028  |


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



xorg + kde + keyboard

2004-09-11 Thread Karol Czachorowski
I've just installed X.org on my sid. But I have one big problem - keyboard
layout in KDE doesn't work. I cannot use additional keys, cannot set
keyborad for my language. Anyone knows what to do?

Karol


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: USB driver for digital camera?

2004-05-30 Thread Karol Czachorowski
On Sun, 30 May 2004 14:47:06 -0400
Marc Shapiro <[EMAIL PROTECTED]> wrote:

> When I plug the camera in and turn it on, however, I get a message 
> saying that USB has detected the new device, but that there is no
> active driver for it.  Is there a linux driver/kernel module that I
> need to load to use this device?

Maybe you should try gphoto2?

Karol
-- 
| Karol Czachorowski   |
| JID: narel(at)jabber.org GG: 2786028  |


pgpEtTSmU0PJf.pgp
Description: PGP signature


Re: Debian Slow?

2004-03-05 Thread Karol Czachorowski
On Fri, Mar 05, 2004 at 01:47:01PM +1300, [EMAIL PROTECTED] wrote:
> I'm starting to wonder how much difference gentoo's optimization
> actually makes. 

Gentoo is much faster than debian. Generally every new distro is faster,
cause other distros has i586 or higher optimalization (while debian has
i386). It gives a lot in X applications (but also in others) - better
memory use, take advantages of many processor specific instructions etc.

To speed up my debian I have many packages rebuilded with optimalization
flags. But sometimes it's hard to pass flags to compilator. And
apt-build is definitely not good for that task. It will be very usefull
to standarize it for debian (e.g. adds few lines in every package in
debian/rules file with commands to overwrite defaults flags for
compilers).

But if your debian box is much much slower than gentoo, maybe it's
problem with your configuration. I recommend you to check DMA settings
for your hard drives- it could be significant for performance.

Karol
-- 
|   Karol Czachorowski |
|   JID: narel(at)jabber.org   GG: 2786028  |


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Debian Slow?

2004-03-05 Thread Karol Czachorowski
On Thu, 4 Mar 2004 18:33:36 -0800
Paul Johnson <[EMAIL PROTECTED]> wrote:

> Unless you're doing something CPU intensive that can take advantage of
> special CPU instructions, you will waste hours upon hours recompiling
> the world to save milliseconds here and there.  The packages that
> benefit from optimizations are compiled subarchitecture-specific
> already anyway in Debian.

Almost all X applications works better (sometimes much better) with
optimalization. I have KDE recompiled for my processor and it starts
even twice faster!
So, in my opinion, recompilation is a good idea.

Karol
-- 
|   Karol Czachorowski |
|   JID: narel(at)jabber.org   GG: 2786028  |


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: recompilation and optimalization

2004-01-30 Thread Karol Czachorowski
On Thu, 29 Jan 2004 12:10:00 -0700
"Monique Y. Herman" <[EMAIL PROTECTED]> wrote:

> This may be heresy, but, if you want to compile and optimize all of your
> packages, maybe you should look into the gentoo distribution instead of
> debian?
> I've never used it, but from what I understand, its big draw is that you
> compile everything you use.

Yes, Gentoo has great tool, portage which can build and install packages with your onw 
configuration. But I don't want Gentoo. I'm only wondering if is it a simple way to 
recompile some of the packages with optimalization. Believe or not, but it's a big 
difference, especially for X applications (I already recompiled many applications and 
test it on my computers). Faster start, less memory used. Other distributions often 
have packages for e.g i386/i586 or even i686. Why not try to do this with Debian? But 
sometimes it's hard (very hard) to pass flags to compiler.
If anyone is interested in optimalized packages, I can make a repository. Just let me 
know.

Karol
-- 
|   Karol Czachorowski |
|   JID: narel(at)jabber.org   GG: 2786028  |


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



recompilation and optimalization

2004-01-28 Thread Karol Czachorowski
Hi.

Is there any way I could recompile existing packages in my system?
apt-build has no documentation and seems not to work...

And if I use apt-get source and build manually, in many packages, I can't
add optimalization flags to gcc/g++ (CFLAGS/CXXFLAGS aren't pass to
compiler). Is there any (universal) way to pass flags to compiler while
building debian packages?

Karol


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Gaim needs kernel-headers ?

2003-11-09 Thread Karol Czachorowski
On Sun, 09 Nov 2003 14:45:37 +
John Peter <[EMAIL PROTECTED]> wrote:

> I have Sarge and 2.4.22 kernel ( installed and configured by me from 
> sources).
> I allready had installed gaim_0.72-1 wich was compiled from sources and
> a.deb produced with Checkinstall .
> No kernel headers where needed - perhaps because it was built against 
> the installed
> kernel?
> Now I removed (purged) the installed version, changed the distro in 
> sources.list to
> sid and installed the very same version of gaim but it installed 
> linux-kernel-headers
> for the 2.5.999 version - does this just mean it was built with this 
> kernel ?And does
> it really need them ( the headers) ?

Recently, libc6 has changed in sid and libc6-dev now needs new
linux-kernel-headers. From Debian Weekly News:

Split Kernel Header Files. Otto Wyss [46]wondered why [47]libc6-dev
suddenly depended on [48]linux-kernel-headers. Mark Brown
[49]explained that there have always been some kernel headers included
in libc6-dev. They have just been split out into a separate package
now. Several of these headers are referenced by headers provided by
glibc which would break those headers if linux-kernel-headers is not
installed.

So you have to install linux-kernel-headers if you have libc6-dev.

If you want to check dependiencies type:
apt-cache show gaim
and check line 'Depends:'

Karol
-- 
|   Karol Czachorowski |
|   JID: narel(at)jabber.org   GG: 2786028  |


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Using an IDE CD-writer via scsi emulation

2003-11-09 Thread Karol Czachorowski
On Sun, 9 Nov 2003 21:53:51 +0100
[EMAIL PROTECTED] (Otto Wyss) wrote:

> I knew I could read and write CD's on my system but I lost it during my
> upgrades about a year ago. I remember when I switched the system I
> couldn't write CD and I had documented the "hdd=ide-scsi". But after
> changeing lilo.conf I can't read CD's anymore. So I looked into the
> CD-Writing-Howto but it didn't help.

You have to support for scsi cdroms in your kernel (or as module ide-scsi
and cdrom - the name may be different, I'm using 2.6 kernels and they
don't need scsi emulation).

Karol
-- 
|   Karol Czachorowski |
|   JID: narel(at)jabber.org   GG: 2786028  |


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: kernel-2.6.0-test9 compile issue

2003-11-03 Thread Karol Czachorowski
On Sun, 02 Nov 2003 21:48:06 -0800
Corey Hickey <[EMAIL PROTECTED]> wrote:


> I'm running 2.6.0-test9-mm1 on a KT400, and I haven't noticed any
> particular strain during heavy I/O. At the moment, my system is under
> light load and yet can still give hdparm -t 30-45 MB/sec (which is to
> be expected) for my various UDMA5 drives.
> 
> What particular symptoms are you experiencing?

Every disk operation (hard disks, floppy and cdrom) takes 100% of my CPU
(top says it's i/o wait). When I'm copying big file it's quite good (at
least I can listen to the music, but not watching movies). When system
operates on many small files I can't do anything... I reported a bug on
lkml, but didn't get reply. But I found other people with the same
problem. hdparm -t gives 25-30 MB/sec, so DMA seems to work.

Karol
-- 
|   Karol Czachorowski |
|   JID: narel(at)jabber.org   GG: 2786028  |


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: kernel-2.6.0-test9 compile issue

2003-11-02 Thread Karol Czachorowski
On Sun, 02 Nov 2003 11:17:04 -0600
David Meiser <[EMAIL PROTECTED]> wrote:

> Hello, I am running a system where my main hdd is an external SCSI HDD 
> on an Adaptec AIC7881-U. In the 2.4.xx series kernel, I haven't had any 
> problems compiling, installing, or booting this hard drive. Recently, I 
> decided to give the 2.6.0-test series a try, so I downloaded the source 
> (via apt, of course), and tried to compile the kernel with these
> options:

I don't have any SCSI HDD, but maybe your SCSI driver isn't ready yet in
2.6?. In post-halloween-2.6.txt
(http://www.codemonkey.org.uk/docs/post-halloween-2.6.txt) you can find
these lines:

(Updated as of 2.6.0test9)
...

SCSI.
~
- Various SCSI drivers still need work, and don't even compile.



By the way, anyone using 2.6.0-testX on VIA686[AB] chipset? I have some
troubles with IDE preformance.

Karol
-- 
|   Karol Czachorowski |
|   JID: narel(at)jabber.org   GG: 2786028  |


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Permission denied

2003-09-17 Thread Karol Czachorowski
On 17 Sep 2003 11:03:14 -0400
"David H. Clymer" <[EMAIL PROTECTED]> wrote:

> I cannot uninstall/reinstall, do anything with the kdebase-doc package
> because of a problem with several files, which even as root, i do not 
> have permission to list/delete/modify. How is this so? Is there any way
> I can unlink these files?

What's your filesystem? If ext[23] then try `lsattr `. If files
have attribute +i set, then turn it off by: `chattr -i .


Karol
-- 
|   Karol Czachorowski |
|   JID: narel(at)jabber.org   GG: 2786028  |


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Loading agpgart (Was: Loading drm)

2003-07-20 Thread Karol Czachorowski
On Sun, 20 Jul 2003 03:53:59 +0200 (CEST)
Roberto Sanchez <[EMAIL PROTECTED]> wrote:


> 
> The nForce2 AGPGART is not directly supported in 2.4.xx.  You have some
> options:
> 

I'm almost sure that there is support for nForce2 agpgart in current 2.4
kernels (2.4.21 or later). Or maybe in ac (Alan Cox's) patches (I'm using 
2.4.22-pre3-ac1).


Karol

-- 

|   Karol Czachorowski |
|   JID: narel(at)jabber.org   GG: 2786028  |


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Large X Fonts after switching to font server

2003-06-22 Thread Karol Czachorowski
On 21 Jun 2003 23:42:03 -0500
Elizabeth Barham <[EMAIL PROTECTED]> wrote:

> Hi Everyone,
> 
>I switched from using font files to using a font server and now the
> standard font size is larger, especially on Mozilla. For example,
> Mozilla's 'Preference' page takes up practically 90% of the screen
> vertically as before it was more of a normal window. Plus, the link
> names in the "Personal Toolbar" just above the browser's content area
> are pretty large and not as many fit onto it as before.

Try to exclude from configuration 100dpi fonts or set the default fonts to
75dpi.


Karol

-- 

|   Karol Czachorowski |
|   JID: narel(at)jabber.org   GG: 2786028  |


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: USB adsl modem

2003-06-20 Thread Karol Czachorowski
On Fri, 20 Jun 2003 05:57:46 -0700
Paul Johnson <[EMAIL PROTECTED]> wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> On Fri, Jun 20, 2003 at 02:28:18PM +0200, Willem-Jan Meijer wrote:
> > The modem is a USB modem and my experiences with debian and usb aren't
> > that good
> 
> Ditch it, get a real DSL bridge (ie, ethernet to dsl) instead of that
> USB piece of crap.  That's the easiest, possibly only, way.

If you really want to use only USB, you must have your kernel compiled
with CDCEther.o module (and USB of course).
And good advice if you experince trouble with hardware - try to start
Knoppix - it can help a lot with configuring devices.


Karol

-- 

|   Karol Czachorowski |
|   JID: narel(at)jabber.org   GG: 2786028  |


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]