Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > The Dungeon > Archived (Click Header To See Sub-Forums) > Gallery
FedoraForum Search

Forgot Password? Join Us!

Gallery 7/20/09 - Now that the regular vBulletin Gallery has been restored, this Forum will be closed in the near future. Please post your photos under Community > Photos & Albums

 
 
Thread Tools Search this Thread Display Modes
  #1  
Old 7th April 2009, 10:28 PM
RupertPupkin's Avatar
RupertPupkin Offline
Registered User
 
Join Date: Nov 2006
Location: Detroit
Posts: 4,617
Your login screen thread!

Post a pic of your Fedora login screen here! Here's mine (click to see full image):



By the way, there's a way of doing this without using a virtual machine (hint: man Xnest).
  #2  
Old 7th April 2009, 10:38 PM
blittle Offline
Registered User
 
Join Date: Jun 2007
Posts: 397
wait, didn't they kill the ability to customize GDM?
__________________
My Smolt Profile
  #3  
Old 7th April 2009, 10:43 PM
RupertPupkin's Avatar
RupertPupkin Offline
Registered User
 
Join Date: Nov 2006
Location: Detroit
Posts: 4,617
Good thing I'm not using GDM!
  #4  
Old 7th April 2009, 11:37 PM
sideways's Avatar
sideways Offline
Retired User
 
Join Date: Oct 2004
Location: London, UK
Posts: 4,999
here's mine



GUIs are for girlz

(and F8 is still the best )
  #5  
Old 8th April 2009, 01:09 AM
sideways's Avatar
sideways Offline
Retired User
 
Join Date: Oct 2004
Location: London, UK
Posts: 4,999
you can customise gdm login screen by enabling a gdm user login and then just go and change backgrounds and fonts etc

Code:
su -
chsh -s /bin/bash gdm
passwd gdm
(gdm's home dir is /var/lib/gdm)
  #6  
Old 8th April 2009, 03:01 AM
RupertPupkin's Avatar
RupertPupkin Offline
Registered User
 
Join Date: Nov 2006
Location: Detroit
Posts: 4,617
Quote:
Originally Posted by sideways View Post
GUIs are for girlz
Ah, so you posted this pic to the forums using lynx from the console, eh?
  #7  
Old 8th April 2009, 03:10 AM
sideways's Avatar
sideways Offline
Retired User
 
Join Date: Oct 2004
Location: London, UK
Posts: 4,999
Quote:
Originally Posted by RupertPupkin View Post
Ah, so you posted this pic to the forums using lynx from the console, eh?
Nope, I used (the cool and powerful) Virtualbox, unlike a girl

Seriously, I would post my F10 gdm login screen, but it would look very familiar to everyone
  #8  
Old 8th April 2009, 03:45 AM
RupertPupkin's Avatar
RupertPupkin Offline
Registered User
 
Join Date: Nov 2006
Location: Detroit
Posts: 4,617
Quote:
Originally Posted by sideways View Post
Nope, I used (the cool and powerful) Virtualbox, unlike a girl
Virtualbox? That's for girls! A real man would use fbshot.
  #9  
Old 8th April 2009, 03:56 AM
sideways's Avatar
sideways Offline
Retired User
 
Join Date: Oct 2004
Location: London, UK
Posts: 4,999
fbshot, lol

or, the much promoted Xen (that's for proper virtualisation peeps)

Right, getting back to the original topic, where are your login screens folks?
  #10  
Old 8th April 2009, 04:06 AM
JN4OldSchool Offline
"Sean The Terrible" -- The forum(er) Vista® rep
 
Join Date: Nov 2005
Posts: 8,823
Ashamed to say I am running GDM on the laptop. Mint 6 Fluxbox comes with Slim though, have that running on the desktop, just havent got around to changing this one yet. I kind of like the default login.





  #11  
Old 9th April 2009, 05:35 PM
PabloTwo's Avatar
PabloTwo Online
"Registered User" T-Shirt Winner
 
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,126
Well, not a photo of the actual log-in screen, but a scaled down image of the 'preview.png' from the vernerable 'ol scan-fusion gdm theme. You get the idea.

  #12  
Old 10th April 2009, 04:09 AM
aleph's Avatar
aleph Offline
Banned (for/from) behaving just like everybody else!
 
Join Date: Jul 2007
Location: Beijing, China
Posts: 1,307
What's this "login screen" thingy you guys are talking about? I haven't seen one since... oh wait, you mean you ever log out???
__________________
I believe in nerditarianism. I read FedoraForum for the Fedora-related posts.
  #13  
Old 10th April 2009, 02:13 PM
Jake's Avatar
Jake Offline
Registered User
 
Join Date: Oct 2008
Location: England, Lincolnshire
Posts: 1,576
Hmm, default, I only see it every now and then so I'm not bothered
__________________
Fedora user since FC6.
Linux user since 2003.
Registered Linux ID: #456478
OS: Fedora 16 x86_64
  #14  
Old 11th April 2009, 07:56 PM
SIO's Avatar
SIO Offline
Registered User
 
Join Date: Apr 2009
Location: Russia, Saint-Petersburg
Age: 23
Posts: 4
it's easier!

There is an easier way to take a screenshot of gdm: just use something like
Code:
chvt 8 ; sleep 5 ; XAUTHORITY=/var/lib/gdm/:1.Xauth DISPLAY=:1.0 import -window root /home/sio/gdm.png
And you'll have full sized screenshot of your login screen ;-) Like this one:
  #15  
Old 11th April 2009, 08:26 PM
RupertPupkin's Avatar
RupertPupkin Offline
Registered User
 
Join Date: Nov 2006
Location: Detroit
Posts: 4,617
Quote:
Originally Posted by SIO View Post
There is an easier way to take a screenshot of gdm: just use something like
Code:
chvt 8 ; sleep 5 ; XAUTHORITY=/var/lib/gdm/:1.Xauth DISPLAY=:1.0 import -window root /home/sio/gdm.png
That won't work if you don't have gdm installed (since /var/lib/gdm won't exist) or if you're using a different display manager, like kdm or xdm or wdm.

I just use Xnest (part of the xorg-x11-server-Xnest package) from within my X session. For example, my login screen resolution is 1280x1024, so when I login to X (using Window Maker), I open a terminal window and do this:
Code:
Xnest -geometry 1280x1024 -query localhost :1
That gives me a 1280x1024 window with the actual login screen (I could login to it if I wanted), which I can then take a screenshot of using the screenshot program of my choice (I use ImageMagick's import command, after getting the window ID using xwininfo). And it works from within X, no matter what display manager you're using.

For example, here's a shot of an 800x600 login screen from within my X session:

 

Tags
login, screen, thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
login window "can i change my login screen in fedora 10 oshan1991 Using Fedora 15 31st October 2009 12:11 PM
No root login allowed at login screen - Fedora 10 mitchellray Using Fedora 2 2nd April 2009 02:13 AM
upgraded to fc9 can't login at graphic screen but can login from a console clutch Installation and Live Media 6 14th September 2008 03:11 PM
after upgrade to F8 only X-login, but failing to login, returns to login screen angro Installation and Live Media 1 26th November 2007 08:12 PM


Current GMT-time: 19:26 (Wednesday, 22-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat