Re: rss-glx hard reboot

2005-11-22 Thread Lukasz Pieczara

> How to find a bug?
> 

/usr/bin/kxsrun glmatrix
QPixmap: Cannot create a QPixmap when no GUI is being used
QPixmap: Cannot create a QPixmap when no GUI is being used

and after errors this screen server run, but for example

/usr/bin/kxsrun euphoria
QPixmap: Cannot create a QPixmap when no GUI is being used
QPixmap: Cannot create a QPixmap when no GUI is being used

dosen't run :(



-- 
jid: [EMAIL PROTECTED]
gg: 3669560
pgp: 0x698F1CA2
www: http://luk.emapa.pl


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



Re: rss-glx hard reboot

2005-11-22 Thread Lukasz Pieczara
Lukasz Pieczara wrote:
> This packege cause hard reboot on my sarge machine. Maybe my system is
> exception or maybe somebody is also using this screen savers and find
> any bugs?
> 
> Package: rss-glx
> Priority: optional
> Section: x11
> Installed-Size: 5412
> Maintainer: Ari Pollak <[EMAIL PROTECTED]>
> Architecture: amd64
> Version: 0.7.5-4
> 

I try compile with success from source 0.8 version this screen saver and  i
fix this,  i just remove line 521 of hyperspace.cpp.. (check it:
http://readlist.com/lists/gentoo.org/gentoo-user/7/36057.html)

but when i start kcontrol and select screen saver, only black screen is
visible

i use fglrx driver this works with others packages OK. Direct rendering
is setting correct.
How to find a bug?


-- 
jid: [EMAIL PROTECTED]
gg: 3669560
pgp: 0x698F1CA2
www: http://luk.emapa.pl


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



rss-glx hard reboot

2005-11-22 Thread Lukasz Pieczara
This packege cause hard reboot on my sarge machine. Maybe my system is
exception or maybe somebody is also using this screen savers and find
any bugs?

Package: rss-glx
Priority: optional
Section: x11
Installed-Size: 5412
Maintainer: Ari Pollak <[EMAIL PROTECTED]>
Architecture: amd64
Version: 0.7.5-4

-- 
jid: [EMAIL PROTECTED]
gg: 3669560
pgp: 0x698F1CA2
www: http://luk.emapa.pl


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



Re: ati drivers with last kernel

2005-11-11 Thread Lukasz Pieczara
OK i found patch:
http://www.stanchina.net/~flavio/debian/fglrx-archive/msg00908.html

greetings


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



ati drivers with last kernel

2005-11-11 Thread Lukasz Pieczara
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

hi

i have problem with include module fglrx into new kernel. Script compile
module with success, but show some warnings:

*** Warning: "unregister_ioctl32_conversion"
[/usr/src/modules/fglrx/fglrx.ko] undefined!
*** Warning: "register_ioctl32_conversion"
[/usr/src/modules/fglrx/fglrx.ko] undefined!
*** Warning: "verify_area" [/usr/src/modules/fglrx/fglrx.ko] undefined!

after I try modprobe module, dmesg prints:

fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies,
Starnberg, GERMANY' taints kernel.
fglrx: Unknown symbol verify_area
fglrx: Unknown symbol register_ioctl32_conversion
fglrx: Unknown symbol unregister_ioctl32_conversion

compile wirh module assistant return the same errors...

thanks in advence for answers

//lukasz
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDdKQP/I6/6mmPHKIRAnjUAJ9ShVRmV2QIbtarFTETqPgNso5smACfVOde
xpbXZKpmnQ3w8ed5Xl60DFE=
=npcI
-END PGP SIGNATURE-


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



problems with chroot32

2005-08-18 Thread Lukasz Pieczara

i try install chroot 32:

debootstrap --exclude=libsigc++-1.2-5c102,slang1a-utf8 --arch i386 sid 
/var/chroot/sid-ia32 http://ftp.debian.org/debian


after all

I: Installing core packages...
ln: `/var/chroot/sid-ia32/usr/bin/awk': File exists
umount: /var/chroot/sid-ia32/dev/pts: not mounted
umount: /var/chroot/sid-ia32/dev/shm: not mounted
umount: /var/chroot/sid-ia32/proc/bus/usb: not mounted

i'm typing two lines:

mount -o bind /dev/pts /var/chroot/sid-ia32/dev/pts
mount -t tmpfs tmpfs /var/chroot/sid-ia32/dev/shm

but these commands don't resolve problem

when i want change system root:

# chroot /var/chroot/sid-ia32
# apt-get
apt-get: error while loading shared libraries: libstdc++.so.6: cannot 
open shared object file: No such file or directory


thanks for help ;-)


Łukasz Pieczara
--
jid: [EMAIL PROTECTED]
gg: 3669560
pgp: 0x698F1CA2


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



Re: apt-get dist-upgrade remove bash

2005-04-17 Thread Lukasz Pieczara
Dnia niedziela, 17 kwietnia 2005 13:31, Kurt Roeckx napisał:

> You'll first have to downgrade your base-files:
> apt-get install base-files=3.1.2
>
> Then things should work.
>
>
> Kurt

Thanks a lot, all works. how do you solve this problem? ;-)

greetings

-- 
jid: [EMAIL PROTECTED]
gg: 3669560
pgp: 0x698F1CA2


pgpX6U07TRsYg.pgp
Description: PGP signature


Re: apt-get dist-upgrade remove bash

2005-04-17 Thread Lukasz Pieczara
Dnia niedziela, 17 kwietnia 2005 13:04, Kurt Roeckx napisał:

> apt-get -o Debug::pkgProblemResolver=true dist-upgrade
> You could also try doing apt-get upgrade first.
> Kurt

Yes ofcoz i did it, first:

# apt-get upgrade
Reading Package Lists... Done
Building Dependency Tree... Done
The following packages have been kept back:
  bind9-host dnsutils evolution gstreamer0.8-misc gstreamer0.8-vorbis gwenview 
libc6 libc6-dev libgda2-common libswfdec0.3 libvcdinfo0 libxine1 locales
  openoffice.org-debian-files planner vcdimager
0 upgraded, 0 newly installed, 0 to remove and 16 not upgraded.

Well, i don't want reinstall again OpenOffice, i did it hour ago, after 
upgrade ia32-libs ;-)  i also removed kernel image because i compiled kernel 
from source, after all i'll must install bash, before restart system?

apt-get -o Debug::pkgProblemResolver=true dist-upgrade
Reading Package Lists... Done
Building Dependency Tree... Done
Calculating Upgrade... Starting
Starting 2
Investigating base-files
Package base-files has broken dep on libc6
  Considering libc6 8457 as a solution to base-files 5217
  Removing base-files rather than change libc6
Investigating bash
Package bash has broken dep on base-files
  Considering base-files 5217 as a solution to bash 5116
  Removing bash rather than change base-files
Investigating foomatic-filters
Package foomatic-filters has broken dep on bash
  Considering bash 5116 as a solution to foomatic-filters 10
  Removing foomatic-filters rather than change bash
Investigating foomatic-db
Package foomatic-db has broken dep on foomatic-filters
  Considering foomatic-filters 10 as a solution to foomatic-db 6
  Removing foomatic-db rather than change foomatic-filters
Investigating openoffice.org-debian-files
Package openoffice.org-debian-files has broken dep on openoffice.org
Investigating mailx
Package mailx has broken dep on base-files
  Considering base-files 5217 as a solution to mailx 5
  Removing mailx rather than change base-files
Investigating foomatic-db-engine
Package foomatic-db-engine has broken dep on foomatic-db
  Considering foomatic-db 6 as a solution to foomatic-db-engine 3
  Removing foomatic-db-engine rather than change foomatic-db
Investigating hotplug
Package hotplug has broken dep on bash
  Considering bash 5116 as a solution to hotplug 3
  Removing hotplug rather than change bash
Investigating libgda2-3
Package libgda2-3 has broken dep on libgda2-1
  Considering libgda2-1 0 as a solution to libgda2-3 3
  Added libgda2-1 to the remove list
  Fixing libgda2-3 via remove of libgda2-1
Investigating udev
Package udev has broken dep on hotplug
  Considering hotplug 3 as a solution to udev 1
  Removing udev rather than change hotplug
Investigating python-foomatic
Package python-foomatic has broken dep on foomatic-db-engine
  Considering foomatic-db-engine 3 as a solution to python-foomatic 1
  Removing python-foomatic rather than change foomatic-db-engine
Investigating foomatic-db-hpijs
Package foomatic-db-hpijs has broken dep on foomatic-filters
  Considering foomatic-filters 10 as a solution to foomatic-db-hpijs 1
  Removing foomatic-db-hpijs rather than change foomatic-filters
Investigating foomatic-bin
Package foomatic-bin has broken dep on foomatic-db
  Considering foomatic-db 6 as a solution to foomatic-bin 0
  Removing foomatic-bin rather than change foomatic-db
Investigating foomatic-gui
Package foomatic-gui has broken dep on python-foomatic
  Considering python-foomatic 1 as a solution to foomatic-gui 0
  Removing foomatic-gui rather than change python-foomatic
Investigating cron-apt
Package cron-apt has broken dep on bash
  Considering bash 5116 as a solution to cron-apt 0
  Removing cron-apt rather than change bash
 Try to Re-Instate openoffice.org-debian-files
Investigating hal
Package hal has broken dep on udev
  Considering udev 1 as a solution to hal 2
  Added udev to the remove list
  Fixing hal via keep of udev
Investigating udev
Package udev has broken dep on hotplug
  Considering hotplug 3 as a solution to udev 1
  Removing udev rather than change hotplug
Investigating hal
Package hal has broken dep on udev
  Considering udev 1 as a solution to hal 2
  Added udev to the remove list
  Fixing hal via keep of udev
Investigating udev
Package udev has broken dep on hotplug
  Considering hotplug 3 as a solution to udev 2
  Removing udev rather than change hotplug
Investigating hal
Package hal has broken dep on udev
  Considering udev 3 as a solution to hal 2
  Removing hal rather than change udev
Investigating gnome-volume-manager
Package gnome-volume-manager has broken dep on hal
  Considering hal 3 as a solution to gnome-volume-manager 2
  Removing gnome-volume-manager rather than change hal
Investigating gnome-desktop-environment
Package gnome-desktop-environment has broken dep on gnome-volume-manager
  Considering gnome-volume-manager 3 as a solution to 
gnome-desktop-environment 1
Package gnome-desktop-environment has broken dep on magicdev
  Considering m

apt-get dist-upgrade remove bash

2005-04-17 Thread Lukasz Pieczara
# apt-get dist-upgrade
Reading Package Lists... Done
Building Dependency Tree... Done
Calculating Upgrade... Done
The following packages will be REMOVED:
  base-files bash cron-apt foomatic-bin foomatic-db foomatic-db-engine
  foomatic-db-hpijs foomatic-filters foomatic-gui gnome
  gnome-desktop-environment gnome-volume-manager hal hotplug libgda2-1 mailx
  python-foomatic udev
The following NEW packages will be installed:
  evolution-data-server1.2 gtkhtml3.6 libbind9-0 libcamel1.2-0 libcdio3
  libdns20 libebook1.2-3 libecal1.2-2 libedata-book1.2-2 libedata-cal1.2-1
  libedataserver1.2-4 libedataserverui1.2-4 libegroupwise1.2-5 libgal2.4-0
  libgal2.4-common libgda2-3 libgtkhtml3.6-18 libisc9 libisccc0 libisccfg1
  libiso9660-3 libkipi0 libmodplug0 liboil0.3 libplanner1-0 libshout3
The following packages have been kept back:
  kernel-image-2.6-amd64-k8 openoffice.org-debian-files
The following packages will be upgraded:
  bind9-host dnsutils evolution gstreamer0.8-misc gstreamer0.8-vorbis gwenview
  libc6 libc6-dev libgda2-common libswfdec0.3 libvcdinfo0 libxine1 locales
  planner vcdimager
WARNING: The following essential packages will be removed
This should NOT be done unless you know exactly what you are doing!
  base-files bash
15 upgraded, 26 newly installed, 18 to remove and 2 not upgraded.
Need to get 38.2MB of archives.
After unpacking 5423kB disk space will be freed.
You are about to do something potentially harmful
To continue type in the phrase 'Yes, do as I say!'
 ?]  

After all I'm not sure to remove follwoing packages especially bash and 
bas-files, udev and more...  is it correct way to upgrade this system?

Łukasz Pieczara

-- 
jid: [EMAIL PROTECTED]
gg: 3669560
pgp: 0x698F1CA2


pgpQOJNZ3ZPeD.pgp
Description: PGP signature


java blackdown and sun

2005-03-19 Thread Lukasz Pieczara
hi,

i have troubles with install java for mozilla browser, 

i check:

j2re-1.4.2-fcs-linux-amd64.bin this works better than 
j2re-1.4.2-01-linux-amd64.bin with version 01, mozilla crash on every website 
with applet

sun doens't include mozilla plugin in 1.5.0 version

maybe somebody know any version of java for debian amd64?

thanks for help

-- 
jid: [EMAIL PROTECTED]
gg: 3669560
pgp: 0x698F1CA2


pgpu4DsJJgugo.pgp
Description: PGP signature


Re: ati drivers again

2005-01-25 Thread Lukasz Pieczara
Dnia niedziela, 23 stycznia 2005 15:14, Lukasz Pieczara napisał:

>
> I don't know what's it? but it's not good i think... i have radeon 9550
> with standard 2.6.9-10-amd64-k8 kernel, others option in my X config file:
>
> ModulePath "/usr/X11R6/lib64/modules"
> ModulePath "/usr/X11R6/lib/modules"
> Option "UseInternalAGPGART" "no"

My faul i insert Option "UseInternalAGPGART" "no" line in bad section in x 
config file  ;-)  thanks Aritz for help... again

greetz

-- 
jid: [EMAIL PROTECTED]
gg: 3669560
pgp: 0x698F1CA2


pgpixhCDXORZu.pgp
Description: PGP signature


Re: ati drivers again

2005-01-23 Thread Lukasz Pieczara
Dnia niedziela, 23 stycznia 2005 03:26, Aritz Beraza Garayalde [Rei] napisał:

>
> I had the same problem, and module-assistant seems to keep aside
> variables such as CC or GCC, so y rmoved symlinck from /usr/bin/gcc to
> /usr/bin/gcc-3.3 and replaced it with a new simlink from /usr/bin/gcc
> to /usr/bin/gcc-3.4
>
> Shure it is not the best way to do it, but it works.

Ok, maybe it's not the best way, but I did it :)

# lsmod | grep fglrx
fglrx 263008  0

Thanks for help!

I have own module and I have next problem.. :(

When i change line in my XF86Config file in Device Section

 Driver  "ati" 
for 
 Driver  "fglrx"

i see black screen and nothing more after reboot

Ok i'm looking in /var/log/messages  and 

Jan 23 14:52:01 localhost kernel: fglrx: module license 'Proprietary. (C) 2002 
- ATI Technologies, Starnberg, GERMANY' taints kernel.
Jan 23 14:52:01 localhost kernel: [fglrx] Maximum main memory to use for 
locked dma buffers: 424 MBytes.
Jan 23 14:52:01 localhost kernel: ACPI: PCI interrupt :01:00.0[A] -> GSI 
16 (level, low) -> IRQ 16
Jan 23 14:52:01 localhost kernel: [fglrx] module loaded - fglrx 8.8.25 [Jan 14 
2005] on minor 0
Jan 23 14:52:01 localhost kernel: Fire GL built-in AGP-support
Jan 23 14:52:01 localhost kernel: Based on agpgart interface v0.99 (c) Jeff 
Hartmann
Jan 23 14:52:01 localhost kernel: agpgart: Maximum main memory to use for agp 
memory: 439M
Jan 23 14:52:01 localhost kernel: PML4 1bdbd067 PGD 1c3cb067 PMD 1ab34067 PTE 
0
Jan 23 14:52:01 localhost kernel: CPU 0
Jan 23 14:52:01 localhost kernel: Modules linked in: fglrx ipv6 tsdev mousedev 
psmouse parport_pc lp parport nfs lockd sunrpc af_packet snd_via82xx 
snd_ac97_codec snd_pcm_oss snd_mixer_oss snd_pcm snd_timer snd_page_alloc 
gameport snd_mpu401_uart snd_rawmidi snd_seq_device sndsoundcore via_velocity 
crc_ccitt evdev ehci_hcd uhci_hcd via82cxxx ne2k_pci 8390 crc32 nls_iso8859_1 
vfat fat nls_cp437 ntfs eeprom i2c_sensor i2c_viapro i2c_core ide_generic 
ide_cd ide_core cdrom rtc ext3 jbd mbcache sd_mod sata_via libata scsi_mod 
unix fbcon font vesafb cfbcopyarea cfbimgblt cfbfillrect
Jan 23 14:52:01 localhost kernel: Pid: 3092, comm: XFree86 Tainted: P   
2.6.9-10-amd64-k8
Jan 23 14:52:01 localhost kernel: RIP: 0010:[_end+535407904/2132717568] 
{:fglrx:__fgl_agp_init+544}
Jan 23 14:52:01 localhost kernel: RSP: 0018:01001c0d1e38  EFLAGS: 00210246
Jan 23 14:52:01 localhost kernel: RAX:  RBX: 0001b700 
RCX: 0046
Jan 23 14:52:01 localhost kernel: RDX: 08c0 RSI: 010001b65000 
RDI: 0006
Jan 23 14:52:01 localhost kernel: RBP:  R08: 0036 
R09: 0002
Jan 23 14:52:01 localhost kernel: R10:  R11:  
R12: a02c9270
Jan 23 14:52:01 localhost kernel: R13:  R14:  
R15: a02e6dc8
Jan 23 14:52:01 localhost kernel: FS:  002a95c496e0() 
GS:803ed280() knlGS:
Jan 23 14:52:01 localhost kernel: CS:  0010 DS:  ES:  CR0: 
8005003b
Jan 23 14:52:01 localhost kernel: CR2: 0044 CR3: 00101000 
CR4: 06e0
Jan 23 14:52:01 localhost kernel: Process XFree86 (pid: 3092, threadinfo 
01001c0d, task 01001c1e8070)
Jan 23 14:52:01 localhost kernel: Stack: 01001cf01600 00014000 
a02e6d80 a02bc960
Jan 23 14:52:01 localhost kernel:a02e7100 0001 
a02c9270 40046463
Jan 23 14:52:01 localhost kernel:01001bc41b80 a02b3e52
Jan 23 14:52:01 localhost kernel: Call 
Trace:{:fglrx:firegl_init_aperture+160}
Jan 23 14:52:01 localhost kernel:
{:fglrx:firegl_agp_acquire+0} 
{:fglrx:__ke_agp_available+50}
Jan 23 14:52:01 localhost kernel:
{:fglrx:drm_agp_init+82} 
{:fglrx:_firegl_agp_acquire+112}
Jan 23 14:52:01 localhost kernel:
{:fglrx:firegl_agp_acquire+107} 
{:fglrx:firegl_ioctl+334}
Jan 23 14:52:01 localhost kernel:{sys_ioctl+895} 
{error_exit+0}
Jan 23 14:52:01 localhost kernel:{system_call+126}
Jan 23 14:52:01 localhost kernel:
Jan 23 14:52:01 localhost kernel: Code: 0f b7 75 44 66 81 fe 86 80 0f 85 57 05 
00 00 0f b7 45 46 3d
Jan 23 14:53:05 localhost syslogd 1.4.1#16: restart.

I don't know what's it? but it's not good i think... i have radeon 9550 with 
standard 2.6.9-10-amd64-k8 kernel, others option in my X config file:

ModulePath "/usr/X11R6/lib64/modules"
ModulePath "/usr/X11R6/lib/modules"
Option "UseInternalAGPGART" "no"

greetings

-- 
jid: [EMAIL PROTECTED]
gg: 3669560
pgp: 0x698F1CA2


pgpAB0qGmBROA.pgp
Description: PGP signature


ati drivers again

2005-01-22 Thread Lukasz Pieczara
i try insert module into kernel;

# modprobe fglrx
FATAL: Error inserting fglrx 
(/lib/modules/2.6.8-10-amd64-k8/kernel/drivers/char/drm/fglrx.ko): Invalid 
module format

dmesg returned:

fglrx: version magic '2.6.8-10-amd64-k8 gcc-3.3' should be '2.6.8-10-amd64-k8 
gcc-3.4'

# cat /proc/version
Linux version 2.6.8-10-amd64-k8 ([EMAIL PROTECTED]) (gcc version 
3.4.4 20041218 (prerelease) (Debian 3.4.3-6)) #1 Sun Jan 9 18:25:28 CET 2

Ok i compiled module with cc=3.4 (i changed one line in make.sh file in 
build_mod directory) , but result is the same

sh make_install.sh
- creating symlink
- recreating module dependency list
- trying a sample load of the kernel module
FATAL: Error inserting fglrx 
(/lib/modules/2.6.8-10-amd64-k8/kernel/drivers/char/drm/fglrx.ko): Invalid 
module format
failed.

aby ideas?

-- 
jid: [EMAIL PROTECTED]
gg: 3669560
pgp: 0x698F1CA2


pgpmeCWvETZdw.pgp
Description: PGP signature


Re: after apt-get upgrade

2005-01-15 Thread Lukasz Pieczara
Dnia sobota, 15 stycznia 2005 16:02, Lukasz Pieczara napisał:
> hello
>
> I have little problem, after apt-get upgrade last time

ok I solved this problem by myself ;)

correct answer for my last post is:

dpkg --force-overwrite 
-i /var/cache/apt/archives/libc6_2.3.2.ds1-19.0.0.1.pure64_amd64.deb

thanks for attention

-- 
jid: [EMAIL PROTECTED]
gg: 3669560
pgp: 0x698F1CA2


pgpc2hjHUyb48.pgp
Description: PGP signature


after apt-get upgrade

2005-01-15 Thread Lukasz Pieczara
hello

I have little problem, after apt-get upgrade last time

dpkg: error 
processing /var/cache/apt/archives/libc6_2.3.2.ds1-20.0.0.1.pure64_amd64.deb 
(--unpack):
 trying to overwrite `/usr/lib64', which is also in package xmms-kde
Errors were encountered while processing:
 /var/cache/apt/archives/libc6_2.3.2.ds1-20.0.0.1.pure64_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

many thanks in advance.

-- 
jid: [EMAIL PROTECTED]
gg: 3669560
pgp: 0x698F1CA2


pgpGOfk0acT7F.pgp
Description: PGP signature