Page 10 of 14
Posted: Thu Dec 13, 2007 6:02 pm
by nextime
Yes, i'm sure that all palettes are right.
It seem to be an issue with the video driver, the videocard it's a crappy nvidia with proprietary driver.
Using the non-gl version of xlib_shm with the -s option solve the problem and i can see good images on video.
Posted: Fri Jan 18, 2008 1:10 pm
by wisekki
Are there going to be a working version for ZM 1.23 perhaps?
I'm just asking because this is a very cool user contribution for ZM.
- wisekki
Posted: Fri Jan 18, 2008 3:12 pm
by maciekc
wisekki wrote:Are there going to be a working version for ZM 1.23 perhaps?
I'm just asking because this is a very cool user contribution for ZM.
- wisekki
You just need to specify correct shm_key in command line - -k SHM_KEY.
It will work.
Posted: Fri Jan 18, 2008 7:45 pm
by wisekki
Nice, thnx man
it works just fine.. didn't even realize that the shared memory key was changed
Posted: Wed Jan 23, 2008 8:31 pm
by linuxsense
Hmm...I wonder if this could be turned into a plasmoid for KDE4?
Version 1.23.3
Posted: Fri May 16, 2008 9:57 am
by lukav
Hi,
I've try everything and I keep getting:
ERROR: Failed to shmget
ENOENT - segment doesn't exist
Code: Select all
xlib_shm -w 1024 -h 768 -m 10 -k 0x7a6d2000
I've set the key and run as root.
ZM is running as www-data. I've run xlib_shm as www-data and still no luck
Please help
Re: Version 1.23.3
Posted: Fri May 16, 2008 12:43 pm
by maciekc
lukav wrote:Hi,
I've try everything and I keep getting:
ERROR: Failed to shmget
ENOENT - segment doesn't exist
Code: Select all
xlib_shm -w 1024 -h 768 -m 10 -k 0x7a6d2000
I've set the key and run as root.
ZM is running as www-data. I've run xlib_shm as www-data and still no luck
Please help
Please post shm segmnts that exist:
Re: Version 1.23.3
Posted: Sat May 17, 2008 12:20 pm
by lukav
maciekc wrote:Please post shm segmnts that exist:
Code: Select all
key shmid perms size cpid lpid nattch uid gid cuid cgid atime dtime ctime
2053963786 0 700 36865188 3261 3291 2 33 33 33 33 1211026726 1211026726 1210932051
2053963787 32769 700 36865188 3267 3291 1 33 33 33 33 1211026726 1211026726 1210932051
2053963788 65538 700 36865188 3273 3291 2 33 33 33 33 1211026726 1211026726 1210932052
2053963789 98307 700 36865188 3279 3291 2 33 33 33 33 1211026726 1211026726 1210932052
0 163844 1600 393216 3456 3351 2 103 109 103 109 1210932094 0 1210932094
Re: Version 1.23.3
Posted: Sun May 18, 2008 7:58 am
by maciekc
Code: Select all
key shmid perms size cpid lpid nattch uid gid cuid cgid atime dtime ctime
2053963786 0 700 36865188 3261 3291 2 33 33 33 33 1211026726 1211026726 1210932051
2053963787 32769 700 36865188 3267 3291 1 33 33 33 33 1211026726 1211026726 1210932051
2053963788 65538 700 36865188 3273 3291 2 33 33 33 33 1211026726 1211026726 1210932052
2053963789 98307 700 36865188 3279 3291 2 33 33 33 33 1211026726 1211026726 1210932052
0 163844 1600 393216 3456 3351 2 103 109 103 109 1210932094 0 1210932094
Looks like your shm key is 7A6D0000
Try:
Code: Select all
xlib_shm -w 1024 -h 768 -m 10 -k 0x7a6d0000
Re: Version 1.23.3
Posted: Sun May 18, 2008 1:34 pm
by lukav
maciekc wrote:
Looks like your shm key is 7A6D0000
Try:
Code: Select all
xlib_shm -w 1024 -h 768 -m 10 -k 0x7a6d0000
Thanks, I should have payed more attention. I've recheck the zm settings the key there is clearly the one you have suggested.
And it works.
Thanks a lot!
Sorry about that.
Posted: Thu Sep 04, 2008 4:39 am
by linuxsense
Anyone ever compile this for a 64bit Ubuntu system?
I seem to be missing the libmysqlclient libs in lib32 to run the 32bit version....
Posted: Thu Sep 04, 2008 6:39 am
by maciekc
linuxsense wrote:Anyone ever compile this for a 64bit Ubuntu system?
I seem to be missing the libmysqlclient libs in lib32 to run the 32bit version....
I've been using it on 64bit debian. It should also work on ubuntu.
Posted: Thu Sep 04, 2008 6:53 am
by linuxsense
maciekc wrote:linuxsense wrote:Anyone ever compile this for a 64bit Ubuntu system?
I seem to be missing the libmysqlclient libs in lib32 to run the 32bit version....
I've been using it on 64bit debian. It should also work on ubuntu.
Do you mean you are running the 32bit version on 64bit debian or you were successful in compiling it on a 64bit system?
When I ldd the 32bit version it shows libmysqlclient.so.15 as missing in /usr/lib32 and I could not find a deb to provide it...
Posted: Thu Sep 04, 2008 3:51 pm
by maciekc
linuxsense wrote:
Do you mean you are running the 32bit version on 64bit debian or you were successful in compiling it on a 64bit system?
When I ldd the 32bit version it shows libmysqlclient.so.15 as missing in /usr/lib32 and I could not find a deb to provide it...
I've compiled the 64bit version without any problems.
Posted: Thu Sep 04, 2008 6:30 pm
by linuxsense
maciekc wrote:linuxsense wrote:
Do you mean you are running the 32bit version on 64bit debian or you were successful in compiling it on a 64bit system?
When I ldd the 32bit version it shows libmysqlclient.so.15 as missing in /usr/lib32 and I could not find a deb to provide it...
I've compiled the 64bit version without any problems.
Thanks, it compiled just fine for me.