
Code: Select all
mkdir /usr/local/portageCode: Select all
PORTDIR_OVERLAY=/usr/local/portageCode: Select all
/usr/local/portage/app-misc/qingy/qingy-0.2.ebuild
Code: Select all
ACCEPT_KEYWORDS="~x86" emerge qingy.


Main consequence being that everytime you rsync, your personal ebuilds are not deleted. Otherwise most of it is transparent to the user.mweinstein wrote:That did the trick! Are there any concequences by using that OVERLAY directory? Does it just check there if an app isnt found in the standard place?
Mark
mweinstein wrote:For some reason, after getting it installed, I wasnt able to get directfb to work on my machine. It is a Thinkpad a31p with a Radeon chip. Anyone have any ideas?
I can live without qingy, but it would definately be a nice feature!
Mark


Code: Select all
[john@limbo john]$ ls /etc/pam.d/
chage login other passwd qingy shadow sshd su useradd
[john@limbo john]$ cat /etc/pam.d/qingy
#%PAM-1.0
auth required pam_stack.so service=system-auth
account required pam_stack.so service=system-auth
password required pam_stack.so service=system-auth
session required pam_stack.so service=system-auth
[john@limbo john]$ cat /etc/pam.d/login
#%PAM-1.0
auth requisite pam_securetty.so
auth requisite pam_nologin.so
auth required pam_env.so
auth required pam_unix.so nullok
account required pam_access.so
account required pam_unix.so
session required pam_motd.so
session required pam_limits.so
session optional pam_mail.so dir=/var/spool/mail standard
session optional pam_lastlog.so
session required pam_unix.so



Personally, when I put customs ebuilds in my overlay, I remove the unstable flag (from "~x86" to plain "x86") otherwise you'll be downloading unstable dependencies too.Chickpea wrote:Couple other extras: When you actually emerge qingy you will do this:In essence qingy is considered a masked package. If you have uncommented this line in your /etc/make.conf file then you wont need to type the ACCEPT_KEYWORDS line. Make sense?Code: Select all
ACCEPT_KEYWORDS="~x86" emerge qingy.
There are definitely problems with qingy and pam... no doubt about that. I have prepared an alternative /etc/pam.d/qingy to give to you 'forumers' to test. This evening, when I should get my hands again on my 'big' PC, I hope I can post it here...ManicMailman wrote:um...ok....nevermind...
i think you should call this program wolverine....it has self healing powers.
for instance, at first, my mouse wouldnt work, but after killing X and going back to qingy, it worked.
as mentioned above, non-kde audio didnt work. so i logged in kde as root, and it worked, so i thought there might be something wrong with permissions. but everything looked right. anyway, i logged back in as a normal user, and of course, it worked perfectly. i would not be suprised if i suddenly get an extra 10fps in games now, just for the hell of it. thanks man.
Right now, you cannot unless you change qingy source code by hand. It seems I should add an option to allow this...yagami wrote:ok , its working with rivafb.so module in 640 x 480
but i need to pass some options to the X server. how do i pass the -dpi 96 option ? i need it.
No language settings right now... qingy being version 0.2, I think I will need quite some time to add support for that, so don't expect it very soon. But it will have it in the future.tecknojunky wrote:Personally, when I put customs ebuilds in my overlay, I remove the unstable flag (from "~x86" to plain "x86") otherwise you'll be downloading unstable dependencies too.
So to avoid trouble, just put x86 in it and it will download DirectFB-0.9.18 instead of DirectFB-0.9.19-r1.
I will definitly give a try to this baby.
A couple of questions:
- Does it support language setting like in gdm?
- If you can start different wm in several console, do they each spawn a separate X process?
Ah, good! One thing less to think about for meyagami wrote:well i am using it now , really testing it.
about the dpi problem , i figured it that the displaySize in XF86Config takes care of it , so i can use it now.
Try runningyagami wrote:the resolution , i want to make the screen 1400x1050 ( thats the resolution i use on the other framebuffers )
Code: Select all
fbsetCode: Select all
/etc/fb.modesCode: Select all
/etc/directfbrcCode: Select all
mode=1400x1050This is very interesting: what about an option to select if you want last session of user, or last session of tty?[/code]yagami wrote: session , i would like for the qingy on vt1 had kde 3 for default , gingy on vt2 had enlightenment , etc ...
this would not be set in config file , but to the latest session on that qingy , not the latest session by that user.
Code: Select all
auth required /lib/security/pam_securetty.so
auth required /lib/security/pam_stack.so service=system-auth
auth required /lib/security/pam_nologin.so
account required /lib/security/pam_stack.so service=system-auth
password required /lib/security/pam_stack.so service=system-auth
session required /lib/security/pam_stack.so service=system-auth
session optional /lib/security/pam_console.so
Hi maw and sorry for the late reply...maw wrote:I have a directfbrc file, had to in order to get Qingy to run at 1280x1024. It just says
mode=1280x1024
in it, I don't think I'm missing anything... the problem only occurs during the time shutdown is running, when the border of my console image (it has a border where no text is drawn) gets drawn on top of Qingy's 'shutting down' screen. I hope there's something that can be done about this, but I have no idea if it's a Qingy thing or a bootsplash thing or a DirectFB thing or another thing entirely.
Well, if you are interested you could help me in extend qingymaw wrote: Hiding the last username would be good. Or maybe an option not to display the last username at all, but a setting where it automatically uses their last selected session unless they say otherwise? Might be better for shared computers (although mine isn't shared, I must admit). Although at this point I think it's worth remembering that the GNOME folks do have a point, too many options can be bad. Obviously don't do anything you're not happy with, it's your program, and I can always modify my own copy of it if I get really frustrated with anything, since you write such nice readable code
Code: Select all
Tony root # ACCEPT_KEYWORDS="~ppc" emerge -pv qingy
These are the packages that I would merge, in order:
Calculating dependencies ...done!
[ebuild N ] app-misc/qingy-0.2
Tony root # ACCEPT_KEYWORDS="~ppc" emerge qingy
Calculating dependencies ...done!
>>> emerge (1 of 1) app-misc/qingy-0.2 to /
--- No package manifest found: /usr/local/portage/app-misc/qingy/Manifest
!!! No package digest file found: /usr/local/portage/app-misc/qingy/files/digest-qingy-0.2
!!! Type "ebuild foo.ebuild digest" to generate it.
Tony root # ebuild foo.ebuild digest
!!! doebuild: foo.ebuild not found for digestYou are doing nothing wrong, just missing one step. cd to /usr/local/portage/app-misc/qingy/ and issue aheavyt wrote: I did the steps posted by Chickpea but i get the following error when I try too rmergeThe first timeI tried to emerge qingy it got as far as downloading qingy to /usr/portage/distfiles.(':(')Code: Select all
Tony root # ACCEPT_KEYWORDS="~ppc" emerge qingy Calculating dependencies ...done! >>> emerge (1 of 1) app-misc/qingy-0.2 to / --- No package manifest found: /usr/local/portage/app-misc/qingy/Manifest !!! No package digest file found: /usr/local/portage/app-misc/qingy/files/digest-qingy-0.2 !!! Type "ebuild foo.ebuild digest" to generate it. Tony root # ebuild foo.ebuild digest !!! doebuild: foo.ebuild not found for digest
Where am I going wrong (this is a ppc emerge).![]()
Code: Select all
ebuild qingy-<version>.ebuild digest
You are doing nothing wrong, just missing one step. cd to /usr/local/portage/app-misc/qingy/ and issue aheavyt wrote: I did the steps posted by Chickpea but i get the following error when I try too rmergeThe first timeI tried to emerge qingy it got as far as downloading qingy to /usr/portage/distfiles.(':(')Code: Select all
Tony root # ACCEPT_KEYWORDS="~ppc" emerge qingy Calculating dependencies ...done! >>> emerge (1 of 1) app-misc/qingy-0.2 to / --- No package manifest found: /usr/local/portage/app-misc/qingy/Manifest !!! No package digest file found: /usr/local/portage/app-misc/qingy/files/digest-qingy-0.2 !!! Type "ebuild foo.ebuild digest" to generate it. Tony root # ebuild foo.ebuild digest !!! doebuild: foo.ebuild not found for digest
Where am I going wrong (this is a ppc emerge).![]()
Code: Select all
ebuild qingy-<version>.ebuild digest