Ubuntu :: Use LightDM Instead Of GDM?

May 18, 2011

Has anyone sucessfully got LightDM to work? If so how did you do it? I am running Ubuntu 11.04 with the Classic Gnome Desktop and would like to use LightDM instead of GDM... I have installed LightDM but nothing is different at all.

View 6 Replies


ADVERTISEMENT

Debian Multimedia :: Lightdm Login Screen Does Not Bring Up Lightdm-gtk-greeter Dialog Box

May 4, 2015

In Jessie the lightdm login screen does not bring up a lightdm-gtk-greeter dialog box but what seems to be some other one. I can increase the font size by modifying the /etc/lightdm/lightdm-gtk-greeter.conf file, but the login dialog box will not grow to accommodate the larger font (old eyes). The lightdm-gtk-greeter dialog box in Wheezy was a rectangle with a glyph of a console centered in its upper portion, and all the files I have examined indicate that this should be the same in Jessie, but instead the login screen in Jessie displays a narrower rectangle with a head-and-shoulder stylization off to the left.

View 2 Replies View Related

Ubuntu :: Use Lightdm Login Manager Instead Of Gdm?

Nov 10, 2010

I just installed Lightdm from "bob"'s ppa, and it looks great when I run it from a virtual console (like Ctrl+Alt+F5), but how can I replace the gdm login manager with it? And when I do that how can I make ldm not register the Samba Guest User as an actual user? I am using ubuntu 10.10

View 9 Replies View Related

Debian :: Login As Guest Using LightDM?

Mar 20, 2015

I'm trying to login as guest, but this option does not seem to be available even after changing the LightDM configuration file. I'm on Debian Wheezy + XFCE 4.8. My /etc/lightdm/lightdm.conf looks like this:

[SeatDefaults]
#xserver-command=X
#xserver-layout=
#xserver-config=
xserver-allow-tcp=false
#xdmcp-manager=
#xdmcp-port=177

[Code] .......

View 3 Replies View Related

Debian :: Random Images On Lightdm Greeter

Oct 11, 2015

System is Wheezy 7.9 with lightdm and MATE desktop.

I have 128GB SSD with various partitions for operating systems and a separate HDD for the /home folders for each OS. Wheezy is my primary system, the others, apart from the original XP are experimental.

/etc/lightdm/lightdm-gtk-greeter.conf is
Code: Select all#
# background = Background file to use, either an image path or a color (e.g. #772953)
# show-language-selector (true or false)
# theme-name = GTK+ theme to use

[code]....

The problem is that each time I use the Ubuntu system and I change back to Debian, the greeter background contains snippets of whatever was displayed while I was in Ubuntu. What I don't understand is how this can happen, given that the operating systems are installed in separate partitions with separate /home partitions as well. After I have used Debian and restart, the greeter screen is clear, as it should be.URL....

View 4 Replies View Related

Debian :: Unable To Start / Stop Lightdm

Apr 4, 2016

I'm running Debian 8.4 on a Lenovo W500 laptop and I recently upgraded from kernel version 3.2.0-4 to 3.16.0-4. Since then I encounter issues with lightdm (I suppose) which manifest themselves in two different scenarios:

1) scenario 1: lightdm fails to start.Instead of showing the graphical login screen, the system boots into terminal. Lightdm seems to be running, but I can't enter the X-Session (Alt+Ctrl+F7 doesn't work), nor can I restart the lightdm via

Code: Select all# service lightdm stop
# service lightdm start

dmesg shows the following (I've only pasted the end of dmesg):
Code: Select all[  240.100071] INFO: task kworker/0:2:39 blocked for more than 120 seconds.
[  240.106512]       Not tainted 3.16.0-4-amd64 #1
[  240.112956] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  240.119494] kworker/0:2     D ffff880155155a48     0    39      2 0x00000000

[code].....

and /var/log/lightdm/lightdm.log shows errors of type
Code: Select allGtk-CRITICAL: gtk_container_foreach: assertion 'GTK_IS_CONTAINER (container)' failed

when I then try to shutdown via
Code: Select all# shutdown -h now

the OS gets stuck on a message of the form
Code: Select allirq 17: nobody cared

and eventually I have to force a shutdown by holding the poweroff button.scenario 2: lightdm starts, but can't be stopped/In this case I can login and use the system as usual, but when I try to shutdown either via # shutdown -h now, or via the GUI or the power button, the system gets stuck and I have to force a shutdown by holding the poweroff button.It seems that people had similar issues on other distros (see e.g.: URL... but there doesn't seem to be a good fix so far. I can for now solve the issue by downgrading the kernel to 3.2.0-4, but I was wondering if there is a permanent fix.

View 6 Replies View Related

Debian Configuration :: 98% CPU Usage With Browser And LightDM

Jun 19, 2015

Just made a strange discovery, visiting the website: [URL] .... with iceweasel within university's network makes my computer almost unusable. htop's output indicates:

USER: 'root' CPU: '98%' Command: '/usr/bin/X :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch'

What this meant to be and/or how this could be circumnavigated?

View 0 Replies View Related

Debian Multimedia :: Lightdm Loads Twice After Booting Up

Mar 6, 2016

I have an odd issue -- fairly fresh Debian Testing install, using Lightdm.

After booting up, Lightdm starts, and then a moment or two later restarts. As a result, any keystrokes captured by the first run (e.g. the first few characters of my username) are lost. My lightdm log is:

Code: Select all[+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log
[+0.00s] DEBUG: Starting Light Display Manager 1.16.7, UID=0 PID=827
[+0.00s] DEBUG: Loading configuration dirs from /usr/share/lightdm/lightdm.conf.d
[+0.00s] DEBUG: Loading configuration from /usr/share/lightdm/lightdm.conf.d/01_debian.conf
[+0.00s] DEBUG:   [SeatDefaults] is now called [Seat:*], please update this configuration

[Code] ....

This log shows me seeing the login screen, waiting for it to restart, and then logging in correctly on the first attempt.

View 0 Replies View Related

Debian :: Why Doesn't Profile Load At Login With Lightdm

Apr 14, 2016

I have Debian 8.4.0 with lightdm. I'm trying to load some command lines at session startup, putting these in ~/.profile but the file is not loaded. The same procedure works well if I switch lightdm to gdm3.

Anyway, there is some idea to load some script lines at the session startup? The file .bash_profile neither works. I don't want to use ~/.bashrc because it would load every time I open a terminal. Neither to use init.d because it would load for all users.

View 4 Replies View Related

Debian Configuration :: Lightdm Auto-login Error

Dec 18, 2015

I'm working on embedded debian. I do configuration to lightdm for autologin. My device start with autologin but sometimes I see login screen. ı will try it more than 20 times. 17 times its do autologin 3 times not do autologin and show login screen.

Autologin error log.URL...
Autologin log.URL...
Lightdm.conf. URL....

View 0 Replies View Related

Debian Multimedia :: XFCE4 Shutdown Just Goes To LightDM Greeter

Apr 7, 2015

Since I've made the switch to Systemd, I've been having various problems with LightDM.

The most interesting and frustrating problem is when I choose Shutdown or Restart from the XFCE4 shutdown menu, the XFCE4 session closes but then the lightDM greeter pops back up. The system doesn't even try to shut down.

Its as if restart and shutdown both act the same as the Logout button.

Im running XFCE4 4.12 (but same behaviour on 4.10). I have the latest LightDM and the latest Systemd.

View 2 Replies View Related

Debian Multimedia :: Lightdm And MATE 1.8 - Mouse Flickering / Disappearing

Aug 16, 2014

I installed debian 7 with lightdm and MATE 1.8 (from backports) on a new PC.

Since the first day the mose keeps disappearing. For example when I click on something, the mouse disappears and only comes back when I move it. Sometimes it already disappears when hovering over a button (especially annoying when it happens while you try to resize a window).

That problem did not happen for example in LXDE, which I installed just to test that.

I did install MATE 1.8 on several laptops/PCs so far, never hat that problem. Maybe it's because of quite recent hardware?

Code: Select all00:02.0 VGA compatible controller: Intel Corporation Device 041e (rev 06)

View 12 Replies View Related

Debian Multimedia :: Stretch Xfce Lightdm Auto Login

Oct 14, 2015

I'm tried lots of autologin lightdm document. Bu i cant success for auto login.

View 7 Replies View Related

Debian Multimedia :: Failed Script Prevents Lightdm From Starting

Apr 23, 2016

I'm using MATE with Lightdm as display manager in Jessie and I've been using a very simple script run from /usr/share/lightdm/lightdm.conf.d/01_debian.conf to slow down the mouse cursor, something like

Code: Select all#!/bin/bash

xinput --set-prop 10 269 -1

xinput --set-prop 10 267  1.100000
the script was placed in my ~ and called from 01_debian.conf , and so far it used to work.

Lately this script wasn't executed properly, most likely because I had unplugged the mouse from its usb port and then plugged again in a different port, and as a result Lightdm wouldn't start at all.

After much trying, because this by coincidence happened after the update to 8.4, I realized that it wasn't a serious failure of the X server as I suspected (the update included a new version of the flgrx driver), but a simple matter of Lightdm failing because of this script: in fact, I could still manually start the session with startx as regular user, although this only gave me access to a LXDE session instead of MATE (I have also the LXDE environment because when I installed Jessie I did use the LXDE version and then added MATE).

What happened was that the mouse properties were scrambled up, so xinput --set-prop 10 269 -1 had now to be something like xinput --set-prop 10 268 -1 and so on - therefore the script failed and in turns Lightdm failed as well.

-is this supposed to happen when you unplug the mouse and then plug it back in a different usb port? It reminds me of some windows-like behavior, where usb peripherals had to be always in the same port to work properly.

-is Ligthdm supposed to fail because of this, or is it kind of a bug? It looks weird to me that instead of simply not executing the script, the whole display manager fails.

In testing, with an identical setup, as a matter of fact the script failed as well (it's on another partition on the same hardware) but Lightdm started as usual.

-when trying to modify the mouse properties in that script, I couldn't get them right again: what looked correct in the booted system, was once again off at the next reboot (i.e. property 269 was 270 again and so on), therefore I ditched the above setup and placed everything in the .xsessionrc file, and it worked again.

-why startx defaulted to the LXDE environment? where is this setting stored? How could I have specified to start a MATE session instead from command line?

View 5 Replies View Related

Ubuntu Installation :: [Errno 13] Permission Denied: U'C:\ubuntu\install\ubuntu-10.04-desktop-amd64.iso'

Jun 29, 2010

I'm new to Linux, so I decided to try using Wubi to get started. THe problem is, when it finished installing 10.04, I got this message: OSError: [Errno 13] Permission denied: u'C:\ubuntu\install\ubuntu-10.04-desktop-amd64.iso' Is there any way around this? It might just be that overly restrictive thing called Vista (which I have the bad luck to be using). I was considering getting a USB drive for Ubuntu anyway..

View 1 Replies View Related

Ubuntu Installation :: Errno 13 Permission Denied: U'C:\ubuntu\install\ubuntu-10.10-netbook-i386.iso

Apr 11, 2011

I recently got interested with with OS.. So I downloaded wubi in Ubuntu website. I opted for the Ubuntu Netbook Edition as am using a lappy. However, halfway through finishing download I got an error. The log shows:

OSError: [Errno 13] Permission denied: u'C:\ubuntu\install\ubuntu-10.10-netbook-i386.iso'

View 1 Replies View Related

Ubuntu Installation :: Difference Between The Ubuntu Installer For Windows And The Ubuntu CD Image?

Jan 2, 2010

What is the difference between the Ubuntu Installer for windows and the Ubuntu CD image? If I use the ubuntu installer for windows, does it have the capability to partition my drive, will it enable to share files with windows etc or is it just a way not to have to burn a CD. Just curious, the exact details of the installation files were not made clear on the website. Note: Windows Version: XP, 32bit, SP3. I have not partitioned anything yet.

View 2 Replies View Related

Ubuntu Installation :: Dual Boot Win7/ubuntu With Ubuntu On Different Disk?

Nov 19, 2010

I have windows 7 installed on Disk2 (according to windows Disk Manager), and I installed ubuntu 10.10 on Disk0, choosing the dual boot option at installation.

However, grub does not load (presumably because its on disk0 and my machine appears to boot from disk3), so the machine goes straight into windows 7.

How do I get ubuntu to load?

View 2 Replies View Related

Ubuntu Installation :: New Ubuntu User Can't Load Ubuntu Or Windows

Oct 7, 2010

I'm currently running off of my live-cd, and after spending 4 hours of my life trying to fix this myself, i figured someone out here has to know how to help me. Basically, i wanted to try linux, then liked it enough to decide to put on one of my usb-drives (320g adata nobility NH92), and i couldn't get it to boot anything but windows w/o the live-cd, which would then boot the live-cd, lol, in other words, i couldn't get it to boot at all from the external, even though i had changed the setting in my bios to boot from usb first, and tried manually selecting boot from usb and all that fun stuff.

Sooo... eventually i decided it might be a problem with the bootloader, and while i'm not exactly sure at this point what i have done to my computer, all i can successfully boot is the live cd. When I try to boot w/o the live cd, whether i try to boot from my internal (windows) drive, or external, all i get is a device not found error.I think i could fix it if i had windows recovery cd's (i'm running xp, btw), or installation cds, but... unfortunately, they died in a terrible accident. So i have no cd's at all for windows. :/

View 3 Replies View Related

Ubuntu :: Upgrading To 10.10 - Error "select 'Ubuntu' In The Boot Up Menu Right After The BIOS Screen: Booting ' Ubuntu 10.10, Kernel 2.6.35-25-generic'"

Feb 13, 2011

I have been running Ubuntu 10.04 under Windows 7 (Is this call WUBI?) without any problems for a while. My other machines only run Ubuntu (9.04 & 10.04). I decided to give it a try to the latest Ubuntu 10.10. After going through the successful installation and then rebooting, I am getting the following error message once I select 'Ubuntu' in the boot up menu right after the BIOS screen: Booting ' Ubuntu 10.10, kernel 2.6.35-25-generic'

[Code]...

View 7 Replies View Related

Ubuntu Networking :: Ubuntu 2 Ubuntu Via Ethernet While Still Using WiFi?

Jan 26, 2010

I'm wondering if this is even possible. I've searched high and low and have yet to find and answer to this particular setup.

The setup:
Router is in another building.
Desktop connected by WiFi
Laptop connected by WiFi
Both the Desktop and the Laptop are in the same building together. About 5' apart.

SSH server is setup on Desktop
FreeNX client is setup on Laptop

So they can connect just fine via WiFi for remote desktop control of the Desktop from the Laptop (so SSH and FreeNX are working).Is it possible to connect the 2 pc's directly to each other by Ethernet cable AND transfer files between them by Ethernet while still being connected to the Internet by WiFi on them both?Or would the WiFi have to be disabled while using the Ethernet connection?Neither has a Gigabit Ethernet NIC so I know it would at least require a crossover cable or another router to connect the 2 by Ethernet cable.The idea behind all this is to be able to transfer files between computers quickly by Ethernet while the computers are still busy doing other things on the Internet by WiFi.

View 9 Replies View Related

Ubuntu :: Them Most Lightweight Ubuntu Or Ubuntu Based Distro?

May 11, 2010

I've been trying to find what would be the lightest ubuntu or ubuntu based distribution, I have an older PC I'd like to get up and running again, and would prefer something that works pretty quickly on it (for basic web browsing and other things) the specs are:

AMD Duron 900Mhz, 384MB RAM, 40GB HDD, Geforce FX 5200 128MB agp.

View 9 Replies View Related

Ubuntu :: Ubuntu Can't Override Previous Ubuntu Installations

Sep 19, 2010

1. I accidentally wrecked a previous Ubuntu installation so I decided to re-install via the Ubuntu disk. Unfortunately Ubuntu doesn't let me override previous Ubuntu installations...

2. Ubuntu Maverick Meerkat is due to released in about 3 weeks. I want to install it via a clean install.

3. So can anyone tell me how to remove both Ubuntu partitions safely. I am currently running WinVista with Ubuntu Lucid Lynx. I know I have to use something like this to erase GRUB2. Can anyone give me a good tutorial?

View 1 Replies View Related

Ubuntu :: Switching Betwean Ubuntu And Ubuntu Studio

Mar 14, 2011

I want to change from ubuntu 11.04 to ubuntu studio. Is there any way to do this without losing all my stuff/with out completely reinstalling the os?

View 7 Replies View Related

Ubuntu :: Connecting Ubuntu To Ubuntu Through VNC / Remote Desktop

Apr 19, 2011

The scenario is as follows - I will be moving across the country and my desktop will stay here powered and online, while I move with a laptop. I need a way to connect to the desktop for file streaming(music and movies) as well as using the virtual machines. I have thought about SSH and VNC.I need something failsafe. That's priority one. I won't be around to fix it if it breaks. I can set the computer to come on in the BIOS at a certain time if the power went out. But if I can get in remotely the whole setup is useless.SSH only provides terminal use, correct? So if I chose that route I would be able to access the computer via command line and play music and movies with mplayer and such, correct? But I would not be able to run the virtual machines? Because there will be no GUI, right?

I have been playing with Vinagre and Vino through the host and guest of a virtual machine and I cannot get it to connect. Is there a better application? x11vnc? I have forwarded port 5900 on the router and have upnp enabled. Got a better remote desktop suggestion?I would like to run this setup headless.(no monitor) I also would like to run it without a gpu if that is possible to make it more energy efficient.Both computers are 64 bits and will be running Ubuntu 10.10 and soon 11.04.Are these crappy ideas to begin with? Should I go another route to get my files and access the virtual machines?

View 4 Replies View Related

Ubuntu Networking :: File Sharing - Vista Can See Ubuntu - Ubuntu Cannot See Vista

Nov 24, 2010

After a reinstall of 10.10, I am able to turn on file sharing and so I set up a shared folder.

Windows Vista can see this folder but in my network place, there is only one icon, and it's a "Windows Network" icon. Upon clicking on that, I can see the local network, "Rompus Room".

When I click on Rompus Room, nothing happens for a while, then I get a message saying, "Opening "ROMPUS ROOM". Then I get the final message, "Unable to mount location", followed by, "Failed to retieve share list from server"

View 3 Replies View Related

Ubuntu Security :: Ubuntu Sudo Versus Windows 7 User Account Control

Jan 6, 2010

Is windows 7 UAC basically a user/system control system like sudo?

View 7 Replies View Related

Ubuntu Networking :: Not Connecting Ubuntu 9.10; Broadcom 4322AG 802.11a/b/g/draft-n WiFi Adapter?

Jan 13, 2010

I was running 9.10 in LiveCD mode and was unable to get online. Went to System>Administration>Hardware Drives and found "Broadcom STA wireless driver". Cool. So I went ahead and installed 9.10 (dual boot with Vista), repeated above steps but found no "Broadcom STA wireless driver" option, in fact no proprietary drivers. So I still cannot connect to the Internet, and I don't know where to go from here. (Note: I installed 9.10 side by side with Vista: good? bad?)

[Code]...

View 9 Replies View Related

Ubuntu :: System Files In Ubuntu, Usr/share/gnome-screensaver \ Permissions Are Denied?

Feb 5, 2010

So I wanted to replace my password prompt with this:it says to write it over the system files in ubuntu, under usr/share/gnome-screensaverbut i cant do that, as it says permissions are denied...

View 2 Replies View Related

Ubuntu :: While Installing Ubuntu Made Two Partitions And Set Two Load Points But There Is Only One Partition Shown?

Mar 8, 2010

while installing ubuntu i made two partitions and set two load points. //home/but in ubuntu there is only one partition shown(filesystem).. what is going on?

View 5 Replies View Related







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