Debian :: Squeeze And Slim: Autologin / Automatically Log In To X?

Dec 27, 2010

I installed a minimal Debian Squeeze with slim as login manager.

How can I automatically log in to X?

View 1 Replies


ADVERTISEMENT

Debian Multimedia :: Autologin With SLiM Display Manager?

Mar 30, 2011

I have already tried editing /etc/slim.conf and making the "Automatically login..." look like this: auto_login yes default_user<username>

BUT nothing I've tried has work.

View 2 Replies View Related

Debian :: Autologin Not Working / Get It To Autologin At Startup?

Dec 1, 2010

I've built a system and installed Debian 5.0.7 on it, the one thing I'd like to do is to get it to autologin at startup. I've changed my /etc/inittab and ~/.bash_profile as per the instructions in this thread:

viewtopic.php?f=16&t=29333

so that they look like this:
/etc/inittab:
# /etc/inittab: init(8) configuration.
# $Id: inittab,v 1.91 2002/01/25 13:35:21 miquels Exp $
code....

View 3 Replies View Related

Fedora :: Autologin On Console (FC13) / Enable Autologin On Desired Tty For Certain User?

Aug 8, 2010

Code:
# cat /etc/init/tty.conf
# This service maintains a getty on the sepcified device.

stop on runlevel [016]
respawn
instance $TTY
exec /sbin/mingetty $TTY
exec /sbin/mingetty --autologin user tty1
when i use this conf I'm auto logged back in again , and cant't execute any command
commenting pre-last line has no effect.

How to enable autologin on desired tty for certain user?

View 6 Replies View Related

OpenSUSE Install :: Inconsistent Autologin / Can't Get Autologin To Work Consistently?

Nov 29, 2009

I've been on 11.2 KDE for about a week (clean install). Previously on 11.1 Gnome. Everything's great except I can't get Autologin to work consistently. It worked perfectly in 11.1 Gnome! In 11.2 KDE sometimes it works and sometimes it doesn't. I set it up as root in both Yast and System Settings.

View 6 Replies View Related

OpenSUSE Install :: Autologin Xfce 4 / Can Not Enable Autologin?

Feb 17, 2010

I use Xfce 4.I can not enable autologin.I make the necessary changes:

Yast
system
editor / etc / sysconfig /
desktop
display manager
and put my name in
DISPLAYMANAGER_AUTOLOGIN
code....

View 9 Replies View Related

Debian Multimedia :: Vlc Gives Tall And Slim View?

May 14, 2010

I have installed VLC on two computers of mine on which Sid is running. Both computers are updated to the latest version of Vlc being 1.0.6.

Now the weird thing: on my laptop Vlc runs without any problem. But on my desktop every movie, clip or whatever gives a tall, slim view on the left side of the application window. I really can't find any setting that might cause this.

View 11 Replies View Related

Debian Configuration :: Can't Mount Device/partitions With Slim Or Xdm

Jun 28, 2011

I have Debian Testing. I am testing XFCE and LXDE and i want to use display manager other than GDM. I have tried SLIM and XDM but when i use them i can't mount partitions and USB through Thunar, PcMan or Nautilus - i get message that i am not authorized (if i do groups in terminal - adm dialout fax cdrom floppy tape audio dip video plugdev games fuse powerdev netdev lpadmin scanner sambashare). When i install GDM everything works fine. I have installed FUSE, HAL, Udev,...I have tried a lot of stuff from AcchLinux forums but nothing worked really.

View 4 Replies View Related

Debian :: Enabling Autologin In LXDE Not Working

Nov 30, 2015

I'm running Debian + LXDE in a VirtualBox. Here are the details:

Code: Select all➜  ~  hostnamectl
   Static hostname: debian64
         Icon name: computer-vm
           Chassis: vm
        Machine ID: #############################
           Boot ID: ###########################
    Virtualization: kvm
  Operating System: Debian GNU/Linux stretch/sid
            Kernel: Linux 4.2.0-1-amd64
      Architecture: x86-64

I really would like to jump into my desktop environment when I start my machine without the need to enter my user name and password. Apparently this is very easy to do. I added the following lines to my /etc/lightdm/lightdm.conf

Code: Select allpam-service=lightdm
pam-autologin-service=lightdm-autologin
autologin-user=username
autologin-user-timeout=0
session-wrapper=/etc/lightdm/Xsession

And also added my user to the autologin group

Code: Select allgroupadd -r autologin
gpasswd -a username autologin

As you can imagine, it didn't work. Otherwise I wouldn't be here... I also tried to install Slim and enable autologin adding the following line to the /etc/slim.conf

Code: Select allauto_login = yes

That didn't work either!

Am I missing anything? Enabling autologin in LXDE?

View 6 Replies View Related

Debian :: Autologin And Update / Without The Password(s) / Su/sudo To Execute?

Oct 28, 2010

I have succesfully installed Debian with gnome-core, iceweasel and other useful packages and also followed this guide to autologin and start X. I noticed that the sudo chmod +s /sbin/halt and adding /sbin/halt
in ~/.bashrc made Debian refuse me to log out (from X) and 'log out' turns off the computer insted.Removing /sbin/halt from .bashrc turned everything to as i want it. Should I "repair" or remove something I created with chmod +s command or should I leave it as it is?

Also I would like apt-get(or aptitude) update to run after login (and before startx), so i added sudo apt-get update to .bashrc but it will prompt me with password. Is there someway I could do this without the password(s) which su/sudo needs to execute? This is not so important but it would be very nice to update the system on startup.

View 5 Replies View Related

Debian Multimedia :: Got Slim Running - No Sound, On Gdm3 Sound Works?

Jul 5, 2011

Running Compiz as a standalone WM.Managed to get Slim working, will post how later, but have no sound. If I boot using gdm3 the sound works. Obviously gdm3 loads something Slim doesn't, but can't workout what!Tried adding /usr/bin/pulseaudio --start --log-target=syslog & to my script - no dice, still no sound

View 2 Replies View Related

Debian :: Slim Free PDF Reader As Alternative To Adobe Reader?

Sep 25, 2010

I'm looking for alternative to Adobe Acrobat Reader, a slim free PDF Reader with browser plugin, for example for Iceweasel.

View 6 Replies View Related

Debian :: Unstable Squeeze To Stable Squeeze?

Apr 10, 2011

I am still running the linux-image-2.6.32-5-686 kernel a computer with squeeze. I installed squeeze on it when it was unstable. I would like to bring up to the new stable state.Should I do apt-get install linux-image-2.6.32-5-686or should Iapt-get dist-upgrade

View 1 Replies View Related

Debian :: Uninstalling Sun-java6 Automatically Adds Default-jre (openjdk) And OpenJdk Automatically Installs Sun-java

Nov 4, 2010

how do I uninstall Java? Tried with Synaptic and apt-get remove, but uninstalling sun-java6 automatically adds default-jre (openjdk) and uninstalling openJdk automatically installs sun-java ... but I don't want ANY Java on my machine - am I missing something? Already thought I maybe have a package that requires SOME kind of Java, but how do I find out?

View 2 Replies View Related

Ubuntu :: System Is A Msi Slim Pc With 2 Gigs Ram And 500 G Hd?

Jul 12, 2010

i doubt theres a fix for this as wine is emulating windows but is there any possible way to speed up wine a bit? I do need some windows programs to work properly but there soooo laggy. my system is a msi slim pc with 2 gigs ram and 500 g hd so i dont see why it would be running slow or is that just how wine is?

View 1 Replies View Related

Ubuntu :: Slim Down Big Gnome Menu?

Aug 5, 2010

i've posted and read and been through metacity forums, and still cant find a answer to slimming down the Gnome menu. The only way i can get the list shorter (less wasted space between menu entries, going top downwards) is a certain GTK theme (LK OS-K Blue) but i dont care for the metallic theme. i have spend 6 hours tonight tweaking .gtkrc files here and there, with varying results, the spacing is really horrible and makes an otherwise good desktop look horrible.

the fonts are small, unused entries are hidden, resolution is 1600x900. it can be done via a certain Metacity theme, but x=thickness and y=thickness & Treeviews in gtkrc have either no effect, or affect the wrong widgets, scrollbars,buttons or checkboxes. etc. i have compared both themes gtkrc files side by side,too. no progress. i have been chasing this UI 'feature' for months, but now i'm getting fed up. anyone have any better / more detailed info ?

View 2 Replies View Related

Hardware :: Dual Slim DVD+RW For A Single 5in Bay?

Mar 12, 2010

I have been searching Google for a Dual slim DVD+RW for a single 5in bay. I have not found the magic search string yet. Dose any one know of such a device?? I want two DVD+RW units to mount into one 5in bay.

View 3 Replies View Related

Slackware :: Slim And Libpng Don't Work Together?

Mar 18, 2010

compile slim-1.3.1 (last stable) on slackware-current but it failed. So I use svn version, compilation worked but when I launch slim, X is started but slim crashed.I have this message in slim.log :

Code:
/usr/bin/xauth: creating new authority file /var/run/slim.auth
X.Org X Server 1.7.5

[code]....

View 4 Replies View Related

Debian Configuration :: Dropbox Install For Debian Squeeze From Source Code

Feb 19, 2011

how to install Dropbox for Debian Squeeze from source.Please read everything before you begin. I prepared it as I installed Dropbox for my own system. Please Note: I use sudo, you may have to use root or 'su' from the command line. If you don't know the difference between sudo and su, then you shouldn't try this until you know. At the time I did this, the lastest dropbox version was 0.6.7.

View 7 Replies View Related

Debian Multimedia :: Squeeze Compiling Dwm From Debian Source / Reality Check

Aug 18, 2011

Below is the recipe I've used to compile dwm from source on Squeeze

su
apt-get install devscripts debian-keyring
apt-get build-dep dwm
exit

It all seems to work, however debuild gave an error about secret keys. Is this a sensible procedure? What happens in the (probably unlikely) event there is another source patch?I've gone to a tiling window manager as the result of the purchase of a wide screen LCD monitor. I like to have some stuff down the right hand side when running Firefox and OpenOffice in the main panes. Any configuration tricks welcome. Modern screens are the wrong shape!

View 6 Replies View Related

OpenSUSE Install :: Using Slim As Login Manager?

Jun 14, 2010

I was trying to set up my Xfce desktop on a fresh install.

I personally dislike Xdm, which is given as the default login manager, and would prefer to use Slim instead.
It is possible to install it using the Package Search feature (it's listed under the Contrib repository), but I haven't been able to set it as the default login manager (I wasn't able to find such a setting in /etc/sysconfig).

View 4 Replies View Related

Ubuntu :: 10.04 Doesn't Recognize LG Slim Gp08lu10?

Sep 16, 2010

I recently upgraded from karmic to lucid. I am currently having a problem trying to get ubuntu to recognize my LG slim External DVD drive. It was recognized fine in Karmic, but for some reason doesnt work now in Lucid. The device does work as i have tried it on other computers.

View 2 Replies View Related

Slackware :: Slim - Default Theme Vs Black

Jan 26, 2010

I'm trying out slim - the login replacement for gdm/kdm/xdm. I find that when I use the special supplied Slackware theme, I can't see the cycling of the session names as I repeatedly hit F1. But when I use the default theme they show up just fine. Is there some special tweak to /etc/slim.conf that will make the session names visible using the Slackware theme?

View 1 Replies View Related

Slackware :: Slim Login Manager In -Current

Mar 4, 2010

I had Slim working with the latest -Current updates, but that was with a package I built before updating.

I borked my system yesterday and had to do a fresh install. Now I can't get Slim working.

I tried running the Slim SlackBuild from Slackbuilds.org, and it failed without giving any errors. I figured out that the problem was with this section:

Code:

The strip commands were failing and caused the SlackBuild to exit, so I added '|| true' to them.

Code:

Not sure why this is needed in -Current and not 13, maybe because of Bash 4.1?

Anyway, now the package builds successfully, but Slim won't start. My system just hangs at a black screen after 'Starting up X11 session manager'...Has anybody been able to get Slim working in -Current?

View 9 Replies View Related

OpenSUSE Install :: Set Up An Autologin On X - 11.2

Jan 4, 2010

I'm trying to set up an autologin on an OpenSuse minimal install of 11.2. So, no Gnome or KDE, just X and TVWM. I tried setting this up in via the Display Manager setings in the SysConfig editor, but that didn't work.

View 1 Replies View Related

Ubuntu :: After A Crash The GDM Wan't Autologin?

Mar 14, 2011

Sometimes(after a crash??) the GDM wan't autologin, is there a way to always autologin? The pc is running in a kiosk environment so it is really annoying that the machine are left in the login shell after a restart/boot.

View 2 Replies View Related

General :: Autologin With Timeout ?

Sep 14, 2009

I am geting a bit confused regarding the autologin of a user , and in need of help desperately. Could anybody please help me with the below queries :

How can we set autologin for any normal user in RHEL5 ? Also, How can we then logout such a user later, as we can't logout such user normally ? How to set timeout for such autologin users ?

View 1 Replies View Related

Debian :: Upgrade Debian Stable Kernel From Squeeze Version?

May 26, 2010

I've just install debian squeeze version, or the testing one, but I am not really happy with it. Is not listening me all the time. If I install the debian stable I don't have internet connection. Is it possible to update the kernel somehow using the testing version?

View 12 Replies View Related

Debian :: Debian Squeeze / Gnome Icon Themes Don't Change

Feb 8, 2011

I installed Debian Squeeze with Gnome today. I'm unable to change from the default icon theme. I can change themes, but the icon theme remains default.Things I've tried:

- I've made a new user account.

- .gtkrc-2.0 in my home is auto-generated, .gtkrc.mine does not exist.

# -- THEME AUTO-WRITTEN DO NOT EDIT include "/usr/share/themes/Darklooks/gtk-2.0/gtkrc" include "/home/haunted/.gtkrc.mine"

# -- THEME AUTO-WRITTEN DO NOT EDIT

- I've tried installing a theme into my /home/.themes.

- I've reinstalled gnome-settings-daemon.

- Tried changing themes then doing a full reboot.

- Cursed it periodically.

View 2 Replies View Related

Debian Installation :: ISO Image For Installing Debian 5.06 On Squeeze Repo

Sep 18, 2010

I want to install Debian 5.06 64 bit on squeeze repo. Where can I find its netinstall ISO?

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved