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
woolsherpahat
Guru
Guru


Joined: 09 Mar 2004
Posts: 347

PostPosted: Sat Jan 08, 2005 2:27 am    Post subject: Reply with quote

NME wrote:
http://www.picturehost.co.uk/free.one/xdmshot.png
i found a way to control my music before even logging in... :)
i was lucky ncmpc can be controlled using only the mouse bc the login grabs all keyboard input..
can i get rid of the black borders around the term though?


Holy portage batman! That's fucking cool.

and I must thank Pwnz3r as well, not only have I stolen your .Xdefaults but your xdm configs as well. Props out, credit where credit is due . Using xdm is great for me because I don't want all the crap that comes with kdm or gdm, and I couldn't get qingy to compile right on PPC, it's masked last I checked, xdm is clean, kicks ass and now it looks cool also.

and for pjj, I just created /etc/X11/Sessions/default with the 'source ~/.xinitrc' line, set my XSESSION variable in /etc/rc.d, and made sure the permissions for my /etc/X11/Sessions/default were 755. Most excellent.
_________________
The Real OTW
"Blue skies and high fives"
Back to top
View user's profile Send private message
atmel
n00b
n00b


Joined: 20 Jul 2003
Posts: 6
Location: Mission Viejo, CA

PostPosted: Sat Jan 08, 2005 8:01 am    Post subject: screenshot Reply with quote

what do you guys use to take a screenshot of the xdm screen?
Back to top
View user's profile Send private message
oberyno
Guru
Guru


Joined: 15 Feb 2004
Posts: 467
Location: /bin/zsh

PostPosted: Sat Jan 08, 2005 9:00 am    Post subject: Re: screenshot Reply with quote

atmel wrote:
what do you guys use to take a screenshot of the xdm screen?
Scrot. Uncomment the /usr/bin/scrot line in Pwnz3r's Xsetup.

Anyway, here's my screenshot.
Back to top
View user's profile Send private message
woolsherpahat
Guru
Guru


Joined: 09 Mar 2004
Posts: 347

PostPosted: Sat Jan 08, 2005 11:32 pm    Post subject: Reply with quote

Sweet, I did some work on mine, needs a little more tweaking and I'm thinking of using xmms instead of ncmpc since xlogin seems to grab all keystrokes.

Click
_________________
The Real OTW
"Blue skies and high fives"
Back to top
View user's profile Send private message
pjj
Apprentice
Apprentice


Joined: 30 Apr 2004
Posts: 165
Location: The Netherlands

PostPosted: Sat Jan 08, 2005 11:56 pm    Post subject: Reply with quote

10k1 wrote:
Sweet, I did some work on mine, needs a little more tweaking and I'm thinking of using xmms instead of ncmpc since xlogin seems to grab all keystrokes.

Click


Looks awesome :D
Back to top
View user's profile Send private message
IvanHoe
l33t
l33t


Joined: 05 Oct 2002
Posts: 658

PostPosted: Mon Jan 10, 2005 5:25 am    Post subject: Reply with quote

Pwnz3r wrote:
Just to show XDM off a bit more....

Latest XDM

Hehe, if that girl has to poop in a hurry then she's all set.
Back to top
View user's profile Send private message
placeholder
Advocate
Advocate


Joined: 07 Feb 2004
Posts: 2500

PostPosted: Tue Jan 11, 2005 10:37 pm    Post subject: Reply with quote

IvanHoe wrote:
Pwnz3r wrote:
Just to show XDM off a bit more....

Latest XDM

Hehe, if that girl has to poop in a hurry then she's all set.

She has a cybernetic body so I do not see that happening.
Back to top
View user's profile Send private message
placeholder
Advocate
Advocate


Joined: 07 Feb 2004
Posts: 2500

PostPosted: Thu Jan 13, 2005 7:08 pm    Post subject: Reply with quote

I recently found out that in order to change the border colour of xclock, use -bd 'rgb:xx/xx/xx', replacing the x's with hex values. The same might work for other programs as well.
Back to top
View user's profile Send private message
jack_mort
Apprentice
Apprentice


Joined: 30 Jan 2003
Posts: 167

PostPosted: Thu Jan 13, 2005 7:16 pm    Post subject: Reply with quote

I asked in the french forum but nobody answered me... so I ask it here : why my xclock doesn't display date with my locale (e.g. I've english names for days and months) ?? If anybody has a little bit of a beginning of an answer...
Back to top
View user's profile Send private message
placeholder
Advocate
Advocate


Joined: 07 Feb 2004
Posts: 2500

PostPosted: Thu Jan 13, 2005 10:15 pm    Post subject: Reply with quote

jack_mort wrote:
I asked in the french forum but nobody answered me... so I ask it here : why my xclock doesn't display date with my locale (e.g. I've english names for days and months) ?? If anybody has a little bit of a beginning of an answer...

It does not work for me either. Did you have your locale configured properly upon compilation of X?
Back to top
View user's profile Send private message
jack_mort
Apprentice
Apprentice


Joined: 30 Jan 2003
Posts: 167

PostPosted: Thu Jan 13, 2005 10:28 pm    Post subject: Reply with quote

Yep, everything is working fine with my locale, except xclock and pypanel... Could there a variable needed when compiling ?
Back to top
View user's profile Send private message
placeholder
Advocate
Advocate


Joined: 07 Feb 2004
Posts: 2500

PostPosted: Thu Jan 13, 2005 10:46 pm    Post subject: Reply with quote

jack_mort wrote:
Yep, everything is working fine with my locale, except xclock and pypanel... Could there a variable needed when compiling ?

What is the output of `locale`?
Back to top
View user's profile Send private message
jack_mort
Apprentice
Apprentice


Joined: 30 Jan 2003
Posts: 167

PostPosted: Fri Jan 14, 2005 6:47 am    Post subject: Reply with quote

Here it is :
Code:
jackmort@gentoo ~ $ locale
LANG=fr_FR@euro
LC_CTYPE="fr_FR@euro"
LC_NUMERIC="fr_FR@euro"
LC_TIME="fr_FR@euro"
LC_COLLATE="fr_FR@euro"
LC_MONETARY="fr_FR@euro"
LC_MESSAGES="fr_FR@euro"
LC_PAPER="fr_FR@euro"
LC_NAME="fr_FR@euro"
LC_ADDRESS="fr_FR@euro"
LC_TELEPHONE="fr_FR@euro"
LC_MEASUREMENT="fr_FR@euro"
LC_IDENTIFICATION="fr_FR@euro"
LC_ALL=fr_FR@euro
jackmort@gentoo ~ $
Back to top
View user's profile Send private message
ksadza
n00b
n00b


Joined: 13 Oct 2004
Posts: 9
Location: Brunssum, Limburg, Nederland

PostPosted: Wed Jan 19, 2005 3:31 pm    Post subject: Reply with quote

Since I'm using your XDM config, wich is awsome btw, fbsetbg -l doesn't seem to work in the .fluxbox/startup anymore...

I get this error:
fbsetbg: No previous wallpaper recorded for display :0

however, when I have set my wallpaper by hand,
and after that I open up an aterm and I run "fbsetbg -l" it works fine.

Any ideas on this?
_________________
[img:990e37d355]http://www.sadza.nl/koen/firefox_virus.png[/img:990e37d355]
Jabber: ksdz@amessage.nl
Back to top
View user's profile Send private message
mikegpitt
Advocate
Advocate


Joined: 22 May 2004
Posts: 3224

PostPosted: Fri Jan 21, 2005 3:54 am    Post subject: Reply with quote

Is there anyway to include a sessions dropdown in xdm? I currently use KDM and use it to switch between desktop environments often.
Back to top
View user's profile Send private message
placeholder
Advocate
Advocate


Joined: 07 Feb 2004
Posts: 2500

PostPosted: Fri Jan 21, 2005 5:36 am    Post subject: Reply with quote

ksadza: Odd. Try putting it in ~/.xsession instead and see if that works.

mikegpitt: That could be done with proper Python, C or etc coding that allows you to click to choose a new session with the mouse and then it overwrites the old line in ~/.xsession or ~/.xinitrc depending on which exists. I have the knowhow to do this in Python so I might go ahead and code it soon.
Back to top
View user's profile Send private message
ksadza
n00b
n00b


Joined: 13 Oct 2004
Posts: 9
Location: Brunssum, Limburg, Nederland

PostPosted: Thu Jan 27, 2005 12:37 am    Post subject: Reply with quote

thnx

I already solved the issue by chaning "fbsetbg -l" to "DISPLAY=:0.0 fbsetbg -l"
_________________
[img:990e37d355]http://www.sadza.nl/koen/firefox_virus.png[/img:990e37d355]
Jabber: ksdz@amessage.nl
Back to top
View user's profile Send private message
Pithlit
l33t
l33t


Joined: 27 Dec 2003
Posts: 887
Location: fuhen

PostPosted: Thu Jan 27, 2005 7:32 am    Post subject: Reply with quote

I'll just come out of the closet now and ask: Did anyone figure a way to make the login box transparent? How about using a reboot_button.png for reboot?
Back to top
View user's profile Send private message
oxEz
Tux's lil' helper
Tux's lil' helper


Joined: 18 May 2004
Posts: 115

PostPosted: Fri Jan 28, 2005 5:15 am    Post subject: Reply with quote

That's pretty dude! I don't have to close my eyes when xdm starts now :wink:
Back to top
View user's profile Send private message
befortin
Apprentice
Apprentice


Joined: 10 Feb 2004
Posts: 193

PostPosted: Thu Feb 03, 2005 8:45 pm    Post subject: Reply with quote

I have a problem with the background.

The .png loads fine when I'm logged on X using the command "/usr/bin/xsetbg -fork /etc/X11/xdm/pixmaps/wallpaper.png", but if I put the same command in the Xsetup_0 file, it doesn't work... Any idea??
Back to top
View user's profile Send private message
jurrie
Apprentice
Apprentice


Joined: 14 Mar 2004
Posts: 177
Location: Netherlands

PostPosted: Thu Feb 03, 2005 10:33 pm    Post subject: Reply with quote

hmm, is it possible to get the background thingy to work with twinview? It only shows up on my left screen, even thoug I use the tile option.

And is there some way to use hex color codes for xdm? I'd like to use the background color on the wallpaper I want to use, but the color is quite hexie.
Back to top
View user's profile Send private message
suineg
Apprentice
Apprentice


Joined: 02 Mar 2004
Posts: 200
Location: Los Angeles

PostPosted: Fri Feb 04, 2005 12:44 am    Post subject: Reply with quote

great work man! I have a question about xsetbg though, when xdm starts, it takes a second after the login box appears before the background is applied, is this a slowness in xsetbg?

I am probably just being too picky :).

just curious if there was something I could do about this.
Back to top
View user's profile Send private message
suineg
Apprentice
Apprentice


Joined: 02 Mar 2004
Posts: 200
Location: Los Angeles

PostPosted: Fri Feb 04, 2005 2:31 am    Post subject: Reply with quote

jurrie:
I have a dual monitor setup as well, for me, I use a dual monitor wallpaper, and xsetbg seems to automatically stretch it across both displays.
Back to top
View user's profile Send private message
ithika
n00b
n00b


Joined: 14 Dec 2004
Posts: 23
Location: Edinburgh, UK

PostPosted: Fri Feb 04, 2005 6:41 pm    Post subject: Reply with quote

I can't really help with making the login box transparent but if you want to remove unnecessary borders around it, try this:
Code:
xlogin.Login.promptColor: darkslategrey
...
xlogin*Foreground: black


This assumes you have a black background on your screenshot. Change the text of the prompt colour to your choice. Without the promptcolor line you'll not get any visible text. Ultra-stealth-login...
Back to top
View user's profile Send private message
jakamaka
Apprentice
Apprentice


Joined: 17 Jun 2004
Posts: 266
Location: My self-sustainable fusion of thought

PostPosted: Fri Feb 04, 2005 6:44 pm    Post subject: Reply with quote

Very nice config Pwnz3r . :)
_________________
It would be more interesting to learn from children, than try to teach them how to behave, how to live and how to function. - U.G. Krishnamurti
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 4 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