Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Making XDM look good
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next  
Reply to topic    Gentoo Forums Forum Index Gentoo Chat
View previous topic :: View next topic  
Author Message
boroshan
l33t
l33t


Joined: 16 Apr 2003
Posts: 730
Location: upside down

PostPosted: Sun Feb 20, 2005 11:34 am    Post subject: Reply with quote

here's mine

The shutdown and reboot buttons are cribbed from qingy (which is a bit unstable on my laptop). The buttons change colour with mouseover events, and you get a 5 second countdown to change your mind. They're written in Perl/Tk rather than Tcl/Tk, but the package is part of the standard perl distribution, so it should run for everyone with minimal modifications.

button widget
countdown widget

I also use FVWM in a minimal configuration under xdm. It gives me some fine control over title bars, borders and the like, as well as a menu, although all I use that for now is screenshots ;) I think I'll see about using it for session management, now that I know how to do it.
_________________
Don't let THEM immanentize the Eschaton!
Back to top
View user's profile Send private message
aminal
Apprentice
Apprentice


Joined: 17 Mar 2004
Posts: 170
Location: Baltimore, MD

PostPosted: Mon Mar 21, 2005 3:56 pm    Post subject: Reply with quote

Does anyone know how to get xcompmgr to work at the xdm login screen? I see one person has a screenie with it working, but when I try, the background image doesn't load.

Thanks
Back to top
View user's profile Send private message
gungholady
Guru
Guru


Joined: 19 Oct 2003
Posts: 392

PostPosted: Tue Mar 22, 2005 2:25 am    Post subject: Reply with quote

Thanks Pwnz3r and hicksboson. Now I don't have to worry about gdm not working with USE="-pam". Here is a screenshot of my xdm:

http://www.brannanorwills.com/xdmshot.png
Back to top
View user's profile Send private message
Omega21
l33t
l33t


Joined: 14 Feb 2004
Posts: 788
Location: Canada (brrr. Its cold up here)

PostPosted: Tue Mar 22, 2005 3:06 am    Post subject: Reply with quote

I will probably get flamed big for this, but I really think that Windows XP's (Home edition)
login screen was done very well. I really like the animation and the user icons. I doubt XDM
is capable of that, but some time in the next 2 years Id like to modify it to be like XP's..
Heck even Mandrake's mod of KDM would be nice. Anyways, Im very impressed with what
I can see XDM does. I just may try it.
_________________
iMac G4 1GHz :: q6600 //2x 500GB//2GB RAM//8600GT//Gentoo :: MacBook Pro//2.53GHz
Back to top
View user's profile Send private message
gungholady
Guru
Guru


Joined: 19 Oct 2003
Posts: 392

PostPosted: Tue Mar 22, 2005 4:05 pm    Post subject: Reply with quote

I have an error in my xdm.log that I can't find the source of. I've solved the other errors. Here is the one that I don't know where for sure where the problem is or how to fix it. I think it has to do with the kmrc file. Here is the relevant portion of the xdm.log:

Code:
Changing kdmrc in /usr/kde/3.4
Warning: Cannot convert string "auto" to type ScrollMode
Warning: Cannot convert string "auto" to type ScrollMode


Here is what I have in my kdmrc file:

Code:
[General]
ConfigVersion=2.3
PidFile=/var/run/xdm-pid
Xservers=/etc/X11/xdm/Xservers

[Xdmcp]
Enable=true
Port=177

[Shutdown]
HaltCmd=/sbin/halt
LiloCmd=/sbin/lilo
LiloMap=/boot/map
RebootCmd=/sbin/reboot
UseLilo=false

[X-*-Core]
AllowNullPasswd=false
AllowRootLogin=false
AllowShutdown=Root
AutoReLogin=false
Reset=/usr/kde/3.4/share/config/kdm/Xreset
Resources=/etc/X11/xdm/Xresources
Session=/etc/X11/xdm/Xsession
Setup=/etc/X11/xdm/Xsetup
Startup=/usr/kde/3.4/share/config/kdm/Xstartup
SystemShell=/bin/bash

[X-*-Greeter]
AntiAliasing=true
AuthComplain=true
ColorScheme=Keramik
DefaultUser=kathy
EchoMode=OneStar
FaceSource=PreferUser
FailFont=verdana,12,-1,5,75,0,0,0,0,0
FocusPasswd=true
GUIStyle=Light, 3rd revision
GreetFont=Newspaper,11,-1,5,50,0,0,0,0,0
GreetString=%n - Gentoo %s
GreeterPosFixed=false
GreeterPosX=100
GreeterPosY=100
HiddenUsers=messagebus
Language=en_US
LogoArea=None
LogoPixmap=
MaxShowUID=65000
MinShowUID=1000
PreselectUser=Default
SelectedUsers=
SessionTypes=Enlightenment-0.17,Gnome,Xsession,
ShowUsers=NotHidden
SortUsers=true
StdFont=verdana,12,-1,5,50,0,0,0,0,0
UseBackground=true

[X-:*-Core]
AllowNullPasswd=true
AllowRootLogin=true
AllowShutdown=All
NoPassEnable=false
NoPassUsers=

[X-:0-Core]
Authorize=true
AutoLoginEnable=false
AutoLoginUser=kathy

[X-:1-Core]
Authorize=true

[Xdmcp]
Enable=false
Willing=/etc/X11/xdm/Xwilling
Xaccess=/etc/X11/xdm/Xaccess


Any clues on how to solve this? I'm not sure that the kdmrc is the source of the error though.
Back to top
View user's profile Send private message
placeholder
Advocate
Advocate


Joined: 07 Feb 2004
Posts: 2500

PostPosted: Tue Mar 22, 2005 10:16 pm    Post subject: Reply with quote

gungholady: Perhaps you could try moving the kdmrc from the normal location and running XDM. Other than that, I cannot help much with that.

aminal: Make sure that xcompmgr runs first and that it has an & after it. I will try that too really quick. Cheers.

Omega21: This was already spoken in another topic which you created, so stop trying to threadjack because nobody really cares about the XP login screen in a topic about customizing XDM.
Back to top
View user's profile Send private message
gungholady
Guru
Guru


Joined: 19 Oct 2003
Posts: 392

PostPosted: Wed Mar 23, 2005 12:53 am    Post subject: Reply with quote

Moving the kdmrc file did not solve the problem. I'm not sure where the error is coming from.
Back to top
View user's profile Send private message
aminal
Apprentice
Apprentice


Joined: 17 Mar 2004
Posts: 170
Location: Baltimore, MD

PostPosted: Mon Mar 28, 2005 3:49 am    Post subject: Reply with quote

Quote:
aminal: Make sure that xcompmgr runs first and that it has an & after it. I will try that too really quick. Cheers.


Thanks for the reply, but it didn't work. Xdm starts with shadows, and a grey background. When I log in, The background that is *supposed* to show flashes, and then fvwm starts. I don't know what the problem is.

my Xsetup:

Code:

#!/bin/sh
# Programs to run with XDM
#shadows

xcompmgr -cCfF &
#Background

/usr/bin/xsetbg -fork /etc/X11/xdm/pixmaps/countsix.png
# Start xclock

/usr/bin/X11/xclock -bd white -geometry '-0+0'  -norender -font *-snap-* -digital -bg white -fg black -update 1 &
#buttons

/etc/X11/xdm/scripts/buttons &


GiveConsole:

Code:

#!/bin/sh
# Close xclock

/bin/killall xclock
# Close buttons

/bin/killall xmessage
#Close xcomp

/bin/killall xcompmgr
# Give the new user console ownership
chown $USER /dev/console
Back to top
View user's profile Send private message
Omega21
l33t
l33t


Joined: 14 Feb 2004
Posts: 788
Location: Canada (brrr. Its cold up here)

PostPosted: Mon Mar 28, 2005 4:08 am    Post subject: Reply with quote

Pwnz3r wrote:

Omega21: This was already spoken in another topic which you created, so stop trying to threadjack because nobody really cares about the XP login screen in a topic about customizing XDM.


Im Not. I simply stated I would like to modify XDM to act in that way.
Nice pics, though btw.
_________________
iMac G4 1GHz :: q6600 //2x 500GB//2GB RAM//8600GT//Gentoo :: MacBook Pro//2.53GHz
Back to top
View user's profile Send private message
placeholder
Advocate
Advocate


Joined: 07 Feb 2004
Posts: 2500

PostPosted: Mon Mar 28, 2005 6:21 am    Post subject: Reply with quote

Omega21: Good luck with that. I would try to help you, but I never liked the WinXP login screen.

aminal: I wish I could help more, but I am out of ideas. Cheers.
Back to top
View user's profile Send private message
boroshan
l33t
l33t


Joined: 16 Apr 2003
Posts: 730
Location: upside down

PostPosted: Fri Apr 01, 2005 8:15 am    Post subject: Timidity, Anyone? Reply with quote

Hi Gang!

I've got my XDM working quite nicely now. I've even set it up to run timidity and play a random selection of cool jazz tracks over the login screen. The only trouble comes when I log in: the timidity process gets killed and the noise is cut off sharp. What I want is a way to fade the tune out before killing the midi process. I could send commands to the dumb interface if I had a pipe open, and there has got to be one of timidity's many interfaces that supports some sort of remote control, if only I understood more of those myriad TLAs. But every time I try I get dazzled by the alphabet soup.

So. Does anyone here know much about timidity?
_________________
Don't let THEM immanentize the Eschaton!
Back to top
View user's profile Send private message
whitesouls
Guru
Guru


Joined: 19 Nov 2004
Posts: 358
Location: In Front of My Laptop

PostPosted: Fri Apr 01, 2005 8:59 am    Post subject: Reply with quote

i would really like to thank this big timer herr... " Pwnz3r " ...u did a good job...but your grub splashscreens are high coloured...where i have to hunt for others...and now i using and IBM's one...i'll post the screenshot later...but ur wallpapers and grub splashscreen are simply nice man..:D :mrgreen: :mrgreen:
_________________
whitesouls

Please insert the [SOLVED] tag if your problem is solved in your respective thread.
Back to top
View user's profile Send private message
morbus
Tux's lil' helper
Tux's lil' helper


Joined: 10 May 2004
Posts: 139
Location: Munich

PostPosted: Sun Jul 10, 2005 1:28 am    Post subject: Reply with quote

Another great thing is using torsmo with xdm. just add
Code:

torsmo -c /home/$USER/.torsmorc

to your Xsetup_0 and you will have a nice sysmoniter with your xdm (that can replace the clock as well!).

Has anyone figured out how to make these windows real transparent?

mfg
morbus
Back to top
View user's profile Send private message
groovin
Guru
Guru


Joined: 07 Feb 2004
Posts: 429
Location: California, USA

PostPosted: Wed Aug 03, 2005 4:07 pm    Post subject: Reply with quote

i just installed gentoo on a new system. on my old system, i got xdm looking great thanks to this thread, but on my new system, the login screen doesnt show any background... i also dont seem to have xsetbg on my system. anyone got an idea why thats so and where i can get xsetbg back from? thanks
Back to top
View user's profile Send private message
mikegpitt
Advocate
Advocate


Joined: 22 May 2004
Posts: 3224

PostPosted: Mon Aug 08, 2005 5:42 pm    Post subject: Reply with quote

groovin wrote:
i just installed gentoo on a new system. on my old system, i got xdm looking great thanks to this thread, but on my new system, the login screen doesnt show any background... i also dont seem to have xsetbg on my system. anyone got an idea why thats so and where i can get xsetbg back from? thanks

Groovin: I believe it is in the xloadimage ebuild.


aminal wrote:

Thanks for the reply, but it didn't work. Xdm starts with shadows, and a grey background. When I log in, The background that is *supposed* to show flashes, and then fvwm starts. I don't know what the problem is.

Aminal: Did you ever figure out why this happens? I have the same problem on my laptop.
Back to top
View user's profile Send private message
vrln
Guru
Guru


Joined: 11 Sep 2004
Posts: 534
Location: Finland

PostPosted: Thu Aug 11, 2005 8:54 am    Post subject: Reply with quote

One of the great mysteries of Linux, in my opinion, is that why do many popular programs that have the potential to look awesome have to look horrible "out of the box". There are plenty of examples: Fluxbox, Openbox, XDM, FVWM, Aterm, Eterm and the list goes on.
_________________
Interested in E17? Get Enlightened by reading the user guide.
Back to top
View user's profile Send private message
Pixelbrei
n00b
n00b


Joined: 25 Apr 2003
Posts: 62

PostPosted: Tue Aug 16, 2005 10:56 pm    Post subject: Reply with quote

heh, nice, i just "pimped" my xdm, too, because of the load of dependencies of the other dms.
have a look :) http://blubb.at/pixelbrei/xdm.jpg

btw, fvwm and xdm work kinda well together. bottom left are some fvwmbuttons.
ok, the rest is kinda minimalistic, perhaps i will make a more interesting xdm-config some time.
Back to top
View user's profile Send private message
thaswiftness
n00b
n00b


Joined: 31 May 2005
Posts: 34
Location: Florida

PostPosted: Thu Aug 25, 2005 3:26 am    Post subject: Reply with quote

Figured I'd share mine too.

Thanks for the tutorial and all the other helpful posts.
Back to top
View user's profile Send private message
Pixelbrei
n00b
n00b


Joined: 25 Apr 2003
Posts: 62

PostPosted: Sat Aug 27, 2005 9:34 pm    Post subject: Reply with quote

thaswiftness wrote:
Figured I'd share mine too.

Thanks for the tutorial and all the other helpful posts.


wow, really beautyful! congratz :)
Back to top
View user's profile Send private message
geniux
Veteran
Veteran


Joined: 19 Feb 2004
Posts: 1400
Location: /home

PostPosted: Tue Aug 30, 2005 3:58 pm    Post subject: Reply with quote

thaswiftness wrote:
Figured I'd share mine too.

Thanks for the tutorial and all the other helpful posts.

That's f*cking awsome 8O , one of the most beautyful LM-look I've ever seen.
Now I feel like use XDM (or any other LM) myself, thanks you guys :D
_________________
AMD Athlon64 X2 4200+ AM2
MSI K9N SLI Platinum, Enermax Liberty 500W
1GB RAM Crucial DDR2 667MHz, MSI nVidia 7600GS 256MB
400GB + 250GB Samsung SATAII HDD
Gentoo - BeyondSources 2.6.19-20
Back to top
View user's profile Send private message
geniux
Veteran
Veteran


Joined: 19 Feb 2004
Posts: 1400
Location: /home

PostPosted: Tue Aug 30, 2005 10:01 pm    Post subject: Reply with quote

Ok, thanks to you all
Here's mine. It's my first, so I guess I'll tune it a bit or perhaps change it totaly sometime. It sure was fun doing it :wink:
_________________
AMD Athlon64 X2 4200+ AM2
MSI K9N SLI Platinum, Enermax Liberty 500W
1GB RAM Crucial DDR2 667MHz, MSI nVidia 7600GS 256MB
400GB + 250GB Samsung SATAII HDD
Gentoo - BeyondSources 2.6.19-20
Back to top
View user's profile Send private message
lamaistres
Apprentice
Apprentice


Joined: 17 Dec 2002
Posts: 268
Location: Seattle

PostPosted: Wed Aug 31, 2005 6:15 am    Post subject: Reply with quote

Here's a tip for many hours of enjoyment. Run an xscreensaver as the xdm background. Replace "blocktube" with any of the 200 xscreensavers in /usr/lib/misc/xscreensaver/.

/etc/X11/xdm/Xsetup_0
Code:
/usr/lib/misc/xscreensaver/blocktube -root &

/etc/X11/xdm/GiveConsole
Code:
/bin/killall blocktube

Oh yeah, you'lle need xscreensaver installed for this to work :wink:
Back to top
View user's profile Send private message
dalcorta
n00b
n00b


Joined: 01 Nov 2003
Posts: 36

PostPosted: Thu Sep 01, 2005 6:46 pm    Post subject: little problem Reply with quote

I copied your config ( /etc) file to try it out It looks great but now when I login it doesn't go to fvwm it just restarts xdm? what is wrong?
Back to top
View user's profile Send private message
coriolan
Apprentice
Apprentice


Joined: 21 Apr 2005
Posts: 273

PostPosted: Fri Sep 02, 2005 5:22 am    Post subject: Re: little problem Reply with quote

dalcorta wrote:
I copied your config ( /etc) file to try it out It looks great but now when I login it doesn't go to fvwm it just restarts xdm? what is wrong?


How about adding fvwm to your .xsession in your home.
Back to top
View user's profile Send private message
philidias
n00b
n00b


Joined: 02 Sep 2005
Posts: 6

PostPosted: Fri Sep 02, 2005 11:13 pm    Post subject: hey Reply with quote

geniux wrote:
Ok, thanks to you all
Here's mine. It's my first, so I guess I'll tune it a bit or perhaps change it totaly sometime. It sure was fun doing it :wink:


not bad
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo Chat All times are GMT
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next
Page 6 of 8

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum