Ubuntu 12.04 - gnome-settings-daemon crash and problem with fn keysMy computer boots to a black screen, what options do I have to fix it?Problem with all fn Keys for Thinkpad W520Creating Custom Short cut Keys Ubuntu 12.04Problem with brightness settings with Acer Aspire One D255E in 12.04Problem with partitions and 12.04Problem with Arcam rpac and Ubuntu 12.04Custom keybindings without gnome-settings-daemonBrightness Problem Ubuntu 12.04Ubuntu 12.04 Backlight Problem, Function keys not workinggnome-settings-daemon grabs multimedia keys and drops mute since upgrade 16.04Keyboard shortcuts not grabbed by gnome-settings-daemon

The Green Glass Door, Revisited

Did "Dirty Harry" feel lucky?

Why does 8 bit truecolor use only 2 bits for blue?

I won a car in a poker game. How is that taxed in Canada?

Is a MySQL database a viable alternative to LDAP?

Why are UK MPs allowed to abstain (but it counts as a no)?

Why is infinite intersection "towards infinity" an empty set?

What happens when a file that is 100% paged in to the page cache gets modified by another process

Why would an airport be depicted with symbology for runways longer than 8,069 feet even though it is reported on the sectional as 7,200 feet?

Would scoring well on a non-required GRE Mathematics Subject Test make me more competitive?

When calculating averages, why can we treat exploding die as if they're independent?

Automatically end list item with proper punctuation (semicolon, period)

antimatter annihilation in stars

Word for something that used to be popular but not anymore

is it possible to change a material depending on whether it is intersecting with another object?

Why can't some airports handle heavy aircraft while others do it easily (same runway length)?

Leaving the USA for 10 yrs when you have asylum

Python implementation of atoi

Why do the Brexit opposition parties not want a new election?

What exactly is Apple Cider

How can faith be maintained in a world of living gods?

Galilean transformation vs simple translation

How to run NPCs with complicated mechanics?

Can you pop microwave popcorn on a stove?



Ubuntu 12.04 - gnome-settings-daemon crash and problem with fn keys


My computer boots to a black screen, what options do I have to fix it?Problem with all fn Keys for Thinkpad W520Creating Custom Short cut Keys Ubuntu 12.04Problem with brightness settings with Acer Aspire One D255E in 12.04Problem with partitions and 12.04Problem with Arcam rpac and Ubuntu 12.04Custom keybindings without gnome-settings-daemonBrightness Problem Ubuntu 12.04Ubuntu 12.04 Backlight Problem, Function keys not workinggnome-settings-daemon grabs multimedia keys and drops mute since upgrade 16.04Keyboard shortcuts not grabbed by gnome-settings-daemon






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








1















I know there are many questions similar to this, I've been reading them and searching for a solution for 2 days but no luck so far.



I have a Samsung NP550P5C laptop and just installed Ubuntu 12.04.3 on it. When I first installed there was nothing wrong, all the function keys, like brightness and volume adjustment, were working perfectly fine. Then I ran the updates including the kernel update. And suddenly my Fn keys stopped working, even before I rebooted. I spent a couple of hours trying to solve it but it didn't work. So I did a fresh install again. I read somewhere that it could be the kernel update that causing it, so this time I didn't do the kernel update. It was ok this time until I rebooted after the updates, but after the reboot they again stopped working.
Only the touch pad enable/disable and screenshot keys are working now.



I tried installing samsung-tools, samsung-laptop, nothing changed.
Also when I go in to System Settings->Keyboard->Shortcuts and edit a shortcut, actually it recognizes the key, for example when I hit Fn + F8 it shows as "Audio raise volume".



Plus, when this problem with the function keys occurs, there's always a slight change in the graphics, like in firefox and vlc player the buttons are more edgy than before. It looks like something messed with the themes or something.



Thanks in advance



edit: When I run gnome-settings-daemon it returns the output below and crashes.



=== xinerama setup Configuration ===
Clone: false
Output: Laptop attached to LVDS-0
status: on
width: 1600
height: 900
rate: 60
primary: true
position: 0 0
Output: (null) attached to VGA-0
status: off
width: -1
height: -1
rate: -1
primary: false
position: -1 -1
Output: (null) attached to HDMI-0
status: off
width: -1
height: -1
rate: -1
primary: false
position: -1 -1
Output: (null) attached to DisplayPort-0
status: off
width: -1
height: -1
rate: -1
primary: false
position: -1 -1
=== Applying Configuration Configuration ===
Clone: false
Output: Laptop attached to LVDS-0
status: on
width: 1600
height: 900
rate: 60
primary: true
position: 0 0
Output: (null) attached to VGA-0
status: off
width: -1
height: -1
rate: -1
primary: false
position: -1 -1
Output: (null) attached to HDMI-0
status: off
width: -1
height: -1
rate: -1
primary: false
position: -1 -1
Output: (null) attached to DisplayPort-0
status: off
width: -1
height: -1
rate: -1
primary: false
position: -1 -1

(gnome-settings-daemon:2955): Gdk-WARNING **: The program 'gnome-settings-daemon' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
(Details: serial 274 error_code 8 request_code 140 minor_code 30)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the GDK_SYNCHRONIZE environment
variable to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)


Additional commands and outputs:



sudo uname -u



Linux yunus-550P5C-550P7C 3.8.0-31-generic #46~precise1-Ubuntu SMP Wed Sep 11 18:21:16 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux



sudo lsb_release -a



No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.04.3 LTS
Release: 12.04
Codename: precise


sudo dpkg -l | grep xserver-xorg-video-intel



ii xserver-xorg-video-intel-lts-raring 2:2.21.6-0ubuntu4.1~precise1 X.Org X server -- Intel i8xx, i9xx display driver



cat /etc/X11/default-display-manager



/usr/sbin/lightdm



sudo apt-get install lightdm



Reading package lists... Done
Building dependency tree
Reading state information... Done
lightdm is already the newest version.
The following packages were automatically installed and are no longer required:
xbindkeys thunderbird-globalmenu
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.









share|improve this question


























  • Execute these commands once, hope it'll work after that: 1. sudo dpkg-reconfigure $(dpkg -l | awk 'print $2'|grep "^xserver"|tr 'n' ' ') 2. sudo dpkg-reconfigure -a this command would take some time to execute, depends on packages you've installed, so wait. 3. sudo update-initramfs -u and then restart your system. I recommend you to copy and paste the commands in terminal. Reply what happens..

    – Saurav Kumar
    Oct 8 '13 at 14:15












  • Thanks for the reply. I executed the commands by copy&pasting but the result is still the same.

    – Yunus
    Oct 8 '13 at 14:44











  • Did you get any error in any of the commands? Edit your question and post the output of following commands: sudo uname -a, sudo lsb_release -a and sudo dpkg -l | grep xserver-xorg-video-intel Reply..

    – Saurav Kumar
    Oct 8 '13 at 14:54











  • There wasn't any error, everything seemed to went smoothly.

    – Yunus
    Oct 8 '13 at 15:07











  • Pretty strange! You are using best compatible kernel 3.8.x, latest LTS version of 12.04, latest drivers for your devices and so on.. It should not show any errors.. :( Last thing I can suggest you to execute this command: sudo dpkg-reconfigure lightdm and chose lightdm->ok and sudo update-grub and restart your system. Reply..

    – Saurav Kumar
    Oct 8 '13 at 15:18

















1















I know there are many questions similar to this, I've been reading them and searching for a solution for 2 days but no luck so far.



I have a Samsung NP550P5C laptop and just installed Ubuntu 12.04.3 on it. When I first installed there was nothing wrong, all the function keys, like brightness and volume adjustment, were working perfectly fine. Then I ran the updates including the kernel update. And suddenly my Fn keys stopped working, even before I rebooted. I spent a couple of hours trying to solve it but it didn't work. So I did a fresh install again. I read somewhere that it could be the kernel update that causing it, so this time I didn't do the kernel update. It was ok this time until I rebooted after the updates, but after the reboot they again stopped working.
Only the touch pad enable/disable and screenshot keys are working now.



I tried installing samsung-tools, samsung-laptop, nothing changed.
Also when I go in to System Settings->Keyboard->Shortcuts and edit a shortcut, actually it recognizes the key, for example when I hit Fn + F8 it shows as "Audio raise volume".



Plus, when this problem with the function keys occurs, there's always a slight change in the graphics, like in firefox and vlc player the buttons are more edgy than before. It looks like something messed with the themes or something.



Thanks in advance



edit: When I run gnome-settings-daemon it returns the output below and crashes.



=== xinerama setup Configuration ===
Clone: false
Output: Laptop attached to LVDS-0
status: on
width: 1600
height: 900
rate: 60
primary: true
position: 0 0
Output: (null) attached to VGA-0
status: off
width: -1
height: -1
rate: -1
primary: false
position: -1 -1
Output: (null) attached to HDMI-0
status: off
width: -1
height: -1
rate: -1
primary: false
position: -1 -1
Output: (null) attached to DisplayPort-0
status: off
width: -1
height: -1
rate: -1
primary: false
position: -1 -1
=== Applying Configuration Configuration ===
Clone: false
Output: Laptop attached to LVDS-0
status: on
width: 1600
height: 900
rate: 60
primary: true
position: 0 0
Output: (null) attached to VGA-0
status: off
width: -1
height: -1
rate: -1
primary: false
position: -1 -1
Output: (null) attached to HDMI-0
status: off
width: -1
height: -1
rate: -1
primary: false
position: -1 -1
Output: (null) attached to DisplayPort-0
status: off
width: -1
height: -1
rate: -1
primary: false
position: -1 -1

(gnome-settings-daemon:2955): Gdk-WARNING **: The program 'gnome-settings-daemon' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
(Details: serial 274 error_code 8 request_code 140 minor_code 30)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the GDK_SYNCHRONIZE environment
variable to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)


Additional commands and outputs:



sudo uname -u



Linux yunus-550P5C-550P7C 3.8.0-31-generic #46~precise1-Ubuntu SMP Wed Sep 11 18:21:16 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux



sudo lsb_release -a



No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.04.3 LTS
Release: 12.04
Codename: precise


sudo dpkg -l | grep xserver-xorg-video-intel



ii xserver-xorg-video-intel-lts-raring 2:2.21.6-0ubuntu4.1~precise1 X.Org X server -- Intel i8xx, i9xx display driver



cat /etc/X11/default-display-manager



/usr/sbin/lightdm



sudo apt-get install lightdm



Reading package lists... Done
Building dependency tree
Reading state information... Done
lightdm is already the newest version.
The following packages were automatically installed and are no longer required:
xbindkeys thunderbird-globalmenu
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.









share|improve this question


























  • Execute these commands once, hope it'll work after that: 1. sudo dpkg-reconfigure $(dpkg -l | awk 'print $2'|grep "^xserver"|tr 'n' ' ') 2. sudo dpkg-reconfigure -a this command would take some time to execute, depends on packages you've installed, so wait. 3. sudo update-initramfs -u and then restart your system. I recommend you to copy and paste the commands in terminal. Reply what happens..

    – Saurav Kumar
    Oct 8 '13 at 14:15












  • Thanks for the reply. I executed the commands by copy&pasting but the result is still the same.

    – Yunus
    Oct 8 '13 at 14:44











  • Did you get any error in any of the commands? Edit your question and post the output of following commands: sudo uname -a, sudo lsb_release -a and sudo dpkg -l | grep xserver-xorg-video-intel Reply..

    – Saurav Kumar
    Oct 8 '13 at 14:54











  • There wasn't any error, everything seemed to went smoothly.

    – Yunus
    Oct 8 '13 at 15:07











  • Pretty strange! You are using best compatible kernel 3.8.x, latest LTS version of 12.04, latest drivers for your devices and so on.. It should not show any errors.. :( Last thing I can suggest you to execute this command: sudo dpkg-reconfigure lightdm and chose lightdm->ok and sudo update-grub and restart your system. Reply..

    – Saurav Kumar
    Oct 8 '13 at 15:18













1












1








1








I know there are many questions similar to this, I've been reading them and searching for a solution for 2 days but no luck so far.



I have a Samsung NP550P5C laptop and just installed Ubuntu 12.04.3 on it. When I first installed there was nothing wrong, all the function keys, like brightness and volume adjustment, were working perfectly fine. Then I ran the updates including the kernel update. And suddenly my Fn keys stopped working, even before I rebooted. I spent a couple of hours trying to solve it but it didn't work. So I did a fresh install again. I read somewhere that it could be the kernel update that causing it, so this time I didn't do the kernel update. It was ok this time until I rebooted after the updates, but after the reboot they again stopped working.
Only the touch pad enable/disable and screenshot keys are working now.



I tried installing samsung-tools, samsung-laptop, nothing changed.
Also when I go in to System Settings->Keyboard->Shortcuts and edit a shortcut, actually it recognizes the key, for example when I hit Fn + F8 it shows as "Audio raise volume".



Plus, when this problem with the function keys occurs, there's always a slight change in the graphics, like in firefox and vlc player the buttons are more edgy than before. It looks like something messed with the themes or something.



Thanks in advance



edit: When I run gnome-settings-daemon it returns the output below and crashes.



=== xinerama setup Configuration ===
Clone: false
Output: Laptop attached to LVDS-0
status: on
width: 1600
height: 900
rate: 60
primary: true
position: 0 0
Output: (null) attached to VGA-0
status: off
width: -1
height: -1
rate: -1
primary: false
position: -1 -1
Output: (null) attached to HDMI-0
status: off
width: -1
height: -1
rate: -1
primary: false
position: -1 -1
Output: (null) attached to DisplayPort-0
status: off
width: -1
height: -1
rate: -1
primary: false
position: -1 -1
=== Applying Configuration Configuration ===
Clone: false
Output: Laptop attached to LVDS-0
status: on
width: 1600
height: 900
rate: 60
primary: true
position: 0 0
Output: (null) attached to VGA-0
status: off
width: -1
height: -1
rate: -1
primary: false
position: -1 -1
Output: (null) attached to HDMI-0
status: off
width: -1
height: -1
rate: -1
primary: false
position: -1 -1
Output: (null) attached to DisplayPort-0
status: off
width: -1
height: -1
rate: -1
primary: false
position: -1 -1

(gnome-settings-daemon:2955): Gdk-WARNING **: The program 'gnome-settings-daemon' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
(Details: serial 274 error_code 8 request_code 140 minor_code 30)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the GDK_SYNCHRONIZE environment
variable to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)


Additional commands and outputs:



sudo uname -u



Linux yunus-550P5C-550P7C 3.8.0-31-generic #46~precise1-Ubuntu SMP Wed Sep 11 18:21:16 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux



sudo lsb_release -a



No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.04.3 LTS
Release: 12.04
Codename: precise


sudo dpkg -l | grep xserver-xorg-video-intel



ii xserver-xorg-video-intel-lts-raring 2:2.21.6-0ubuntu4.1~precise1 X.Org X server -- Intel i8xx, i9xx display driver



cat /etc/X11/default-display-manager



/usr/sbin/lightdm



sudo apt-get install lightdm



Reading package lists... Done
Building dependency tree
Reading state information... Done
lightdm is already the newest version.
The following packages were automatically installed and are no longer required:
xbindkeys thunderbird-globalmenu
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.









share|improve this question
















I know there are many questions similar to this, I've been reading them and searching for a solution for 2 days but no luck so far.



I have a Samsung NP550P5C laptop and just installed Ubuntu 12.04.3 on it. When I first installed there was nothing wrong, all the function keys, like brightness and volume adjustment, were working perfectly fine. Then I ran the updates including the kernel update. And suddenly my Fn keys stopped working, even before I rebooted. I spent a couple of hours trying to solve it but it didn't work. So I did a fresh install again. I read somewhere that it could be the kernel update that causing it, so this time I didn't do the kernel update. It was ok this time until I rebooted after the updates, but after the reboot they again stopped working.
Only the touch pad enable/disable and screenshot keys are working now.



I tried installing samsung-tools, samsung-laptop, nothing changed.
Also when I go in to System Settings->Keyboard->Shortcuts and edit a shortcut, actually it recognizes the key, for example when I hit Fn + F8 it shows as "Audio raise volume".



Plus, when this problem with the function keys occurs, there's always a slight change in the graphics, like in firefox and vlc player the buttons are more edgy than before. It looks like something messed with the themes or something.



Thanks in advance



edit: When I run gnome-settings-daemon it returns the output below and crashes.



=== xinerama setup Configuration ===
Clone: false
Output: Laptop attached to LVDS-0
status: on
width: 1600
height: 900
rate: 60
primary: true
position: 0 0
Output: (null) attached to VGA-0
status: off
width: -1
height: -1
rate: -1
primary: false
position: -1 -1
Output: (null) attached to HDMI-0
status: off
width: -1
height: -1
rate: -1
primary: false
position: -1 -1
Output: (null) attached to DisplayPort-0
status: off
width: -1
height: -1
rate: -1
primary: false
position: -1 -1
=== Applying Configuration Configuration ===
Clone: false
Output: Laptop attached to LVDS-0
status: on
width: 1600
height: 900
rate: 60
primary: true
position: 0 0
Output: (null) attached to VGA-0
status: off
width: -1
height: -1
rate: -1
primary: false
position: -1 -1
Output: (null) attached to HDMI-0
status: off
width: -1
height: -1
rate: -1
primary: false
position: -1 -1
Output: (null) attached to DisplayPort-0
status: off
width: -1
height: -1
rate: -1
primary: false
position: -1 -1

(gnome-settings-daemon:2955): Gdk-WARNING **: The program 'gnome-settings-daemon' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
(Details: serial 274 error_code 8 request_code 140 minor_code 30)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the GDK_SYNCHRONIZE environment
variable to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)


Additional commands and outputs:



sudo uname -u



Linux yunus-550P5C-550P7C 3.8.0-31-generic #46~precise1-Ubuntu SMP Wed Sep 11 18:21:16 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux



sudo lsb_release -a



No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.04.3 LTS
Release: 12.04
Codename: precise


sudo dpkg -l | grep xserver-xorg-video-intel



ii xserver-xorg-video-intel-lts-raring 2:2.21.6-0ubuntu4.1~precise1 X.Org X server -- Intel i8xx, i9xx display driver



cat /etc/X11/default-display-manager



/usr/sbin/lightdm



sudo apt-get install lightdm



Reading package lists... Done
Building dependency tree
Reading state information... Done
lightdm is already the newest version.
The following packages were automatically installed and are no longer required:
xbindkeys thunderbird-globalmenu
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.






12.04 shortcut-keys brightness samsung






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Oct 8 '13 at 16:00







Yunus

















asked Oct 8 '13 at 9:15









YunusYunus

101 silver badge5 bronze badges




101 silver badge5 bronze badges















  • Execute these commands once, hope it'll work after that: 1. sudo dpkg-reconfigure $(dpkg -l | awk 'print $2'|grep "^xserver"|tr 'n' ' ') 2. sudo dpkg-reconfigure -a this command would take some time to execute, depends on packages you've installed, so wait. 3. sudo update-initramfs -u and then restart your system. I recommend you to copy and paste the commands in terminal. Reply what happens..

    – Saurav Kumar
    Oct 8 '13 at 14:15












  • Thanks for the reply. I executed the commands by copy&pasting but the result is still the same.

    – Yunus
    Oct 8 '13 at 14:44











  • Did you get any error in any of the commands? Edit your question and post the output of following commands: sudo uname -a, sudo lsb_release -a and sudo dpkg -l | grep xserver-xorg-video-intel Reply..

    – Saurav Kumar
    Oct 8 '13 at 14:54











  • There wasn't any error, everything seemed to went smoothly.

    – Yunus
    Oct 8 '13 at 15:07











  • Pretty strange! You are using best compatible kernel 3.8.x, latest LTS version of 12.04, latest drivers for your devices and so on.. It should not show any errors.. :( Last thing I can suggest you to execute this command: sudo dpkg-reconfigure lightdm and chose lightdm->ok and sudo update-grub and restart your system. Reply..

    – Saurav Kumar
    Oct 8 '13 at 15:18

















  • Execute these commands once, hope it'll work after that: 1. sudo dpkg-reconfigure $(dpkg -l | awk 'print $2'|grep "^xserver"|tr 'n' ' ') 2. sudo dpkg-reconfigure -a this command would take some time to execute, depends on packages you've installed, so wait. 3. sudo update-initramfs -u and then restart your system. I recommend you to copy and paste the commands in terminal. Reply what happens..

    – Saurav Kumar
    Oct 8 '13 at 14:15












  • Thanks for the reply. I executed the commands by copy&pasting but the result is still the same.

    – Yunus
    Oct 8 '13 at 14:44











  • Did you get any error in any of the commands? Edit your question and post the output of following commands: sudo uname -a, sudo lsb_release -a and sudo dpkg -l | grep xserver-xorg-video-intel Reply..

    – Saurav Kumar
    Oct 8 '13 at 14:54











  • There wasn't any error, everything seemed to went smoothly.

    – Yunus
    Oct 8 '13 at 15:07











  • Pretty strange! You are using best compatible kernel 3.8.x, latest LTS version of 12.04, latest drivers for your devices and so on.. It should not show any errors.. :( Last thing I can suggest you to execute this command: sudo dpkg-reconfigure lightdm and chose lightdm->ok and sudo update-grub and restart your system. Reply..

    – Saurav Kumar
    Oct 8 '13 at 15:18
















Execute these commands once, hope it'll work after that: 1. sudo dpkg-reconfigure $(dpkg -l | awk 'print $2'|grep "^xserver"|tr 'n' ' ') 2. sudo dpkg-reconfigure -a this command would take some time to execute, depends on packages you've installed, so wait. 3. sudo update-initramfs -u and then restart your system. I recommend you to copy and paste the commands in terminal. Reply what happens..

– Saurav Kumar
Oct 8 '13 at 14:15






Execute these commands once, hope it'll work after that: 1. sudo dpkg-reconfigure $(dpkg -l | awk 'print $2'|grep "^xserver"|tr 'n' ' ') 2. sudo dpkg-reconfigure -a this command would take some time to execute, depends on packages you've installed, so wait. 3. sudo update-initramfs -u and then restart your system. I recommend you to copy and paste the commands in terminal. Reply what happens..

– Saurav Kumar
Oct 8 '13 at 14:15














Thanks for the reply. I executed the commands by copy&pasting but the result is still the same.

– Yunus
Oct 8 '13 at 14:44





Thanks for the reply. I executed the commands by copy&pasting but the result is still the same.

– Yunus
Oct 8 '13 at 14:44













Did you get any error in any of the commands? Edit your question and post the output of following commands: sudo uname -a, sudo lsb_release -a and sudo dpkg -l | grep xserver-xorg-video-intel Reply..

– Saurav Kumar
Oct 8 '13 at 14:54





Did you get any error in any of the commands? Edit your question and post the output of following commands: sudo uname -a, sudo lsb_release -a and sudo dpkg -l | grep xserver-xorg-video-intel Reply..

– Saurav Kumar
Oct 8 '13 at 14:54













There wasn't any error, everything seemed to went smoothly.

– Yunus
Oct 8 '13 at 15:07





There wasn't any error, everything seemed to went smoothly.

– Yunus
Oct 8 '13 at 15:07













Pretty strange! You are using best compatible kernel 3.8.x, latest LTS version of 12.04, latest drivers for your devices and so on.. It should not show any errors.. :( Last thing I can suggest you to execute this command: sudo dpkg-reconfigure lightdm and chose lightdm->ok and sudo update-grub and restart your system. Reply..

– Saurav Kumar
Oct 8 '13 at 15:18





Pretty strange! You are using best compatible kernel 3.8.x, latest LTS version of 12.04, latest drivers for your devices and so on.. It should not show any errors.. :( Last thing I can suggest you to execute this command: sudo dpkg-reconfigure lightdm and chose lightdm->ok and sudo update-grub and restart your system. Reply..

– Saurav Kumar
Oct 8 '13 at 15:18










1 Answer
1






active

oldest

votes


















0
















1st Method



Try to reconfigure lightdm (if it doesn't solve your issue then go for 2nd Method)




  • Open terminal(CTRL+ALT+T) and execute following command:



    sudo dpkg-reconfigure lightdm


  • Then chose lightdm from the list.


lighdm
(source: akamaihd.net)




  • Restart your system:



    sudo reboot now


It may fix your issue. If doesn't fix then follow 2nd Method.



2nd Method



Installing a new display manager can fix your problem. Steps to install GDM(a display manager much like lightdm):




  • Open terminal(CTRL+ALT+T) and execute following commands:



    sudo apt-get install gdm
    sudo dpkg-reconfigure lightdm


    then chose gdm from the list:



gdm
(source: akamaihd.net)



 sudo reboot now



  • If it's still not fixed, try removing lightdm after installing gdm:



    sudo apt-get remove --purge lightdm
    sudo reboot


Hope these methods solve your issue. Reply for further assistance.






share|improve this answer



























  • Thank you again. I don't get it, I tried several display managers: gdm, slim, xdm, none of them seem to work. When I boot I get black screen instead of the login screen.

    – Yunus
    Oct 8 '13 at 18:12











  • When your system start in black screen press ctrl+alt+f1 and login. Then execute this command sudo dpkg-reconfigure -a && sudo update-grub then restart your system: sudo reboot. If it still doesn't help you then try this post once: My computer boots to a black screen, what options do I have to fix it?. I'm really sorry, I couldn't help you..

    – Saurav Kumar
    Oct 8 '13 at 18:25











  • It didn't work either, but gdm started to work just fine after removing lightdm completely by sudo apt-get remove --purge lightdm. So you actually helped me, thanks!

    – Yunus
    Oct 8 '13 at 21:17






  • 1





    I was obsessed with this issue, and did one last fresh ubuntu install to detect which update is causing it. So I applied all the updates one by one and I finally figured the cause of this problem. gnome-settings-daemon updated from version 3.4.2-0ubuntu0.6.2 to 3.4.2-0ubuntu0.6.3 and that's when the display manager went crazy. I manually downgraded it, so everything's perfect again.

    – Yunus
    Oct 13 '13 at 15:52











  • If your problem is solved after installing gdm, I insist you to mark this question as solved.. To do that you have to accept my answer. I also prefer you to edit my answer and do the possible change (if any) so that it will help others to get their problem solved.. :)

    – Saurav Kumar
    Oct 13 '13 at 16:04













Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);














draft saved

draft discarded
















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f355269%2fubuntu-12-04-gnome-settings-daemon-crash-and-problem-with-fn-keys%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0
















1st Method



Try to reconfigure lightdm (if it doesn't solve your issue then go for 2nd Method)




  • Open terminal(CTRL+ALT+T) and execute following command:



    sudo dpkg-reconfigure lightdm


  • Then chose lightdm from the list.


lighdm
(source: akamaihd.net)




  • Restart your system:



    sudo reboot now


It may fix your issue. If doesn't fix then follow 2nd Method.



2nd Method



Installing a new display manager can fix your problem. Steps to install GDM(a display manager much like lightdm):




  • Open terminal(CTRL+ALT+T) and execute following commands:



    sudo apt-get install gdm
    sudo dpkg-reconfigure lightdm


    then chose gdm from the list:



gdm
(source: akamaihd.net)



 sudo reboot now



  • If it's still not fixed, try removing lightdm after installing gdm:



    sudo apt-get remove --purge lightdm
    sudo reboot


Hope these methods solve your issue. Reply for further assistance.






share|improve this answer



























  • Thank you again. I don't get it, I tried several display managers: gdm, slim, xdm, none of them seem to work. When I boot I get black screen instead of the login screen.

    – Yunus
    Oct 8 '13 at 18:12











  • When your system start in black screen press ctrl+alt+f1 and login. Then execute this command sudo dpkg-reconfigure -a && sudo update-grub then restart your system: sudo reboot. If it still doesn't help you then try this post once: My computer boots to a black screen, what options do I have to fix it?. I'm really sorry, I couldn't help you..

    – Saurav Kumar
    Oct 8 '13 at 18:25











  • It didn't work either, but gdm started to work just fine after removing lightdm completely by sudo apt-get remove --purge lightdm. So you actually helped me, thanks!

    – Yunus
    Oct 8 '13 at 21:17






  • 1





    I was obsessed with this issue, and did one last fresh ubuntu install to detect which update is causing it. So I applied all the updates one by one and I finally figured the cause of this problem. gnome-settings-daemon updated from version 3.4.2-0ubuntu0.6.2 to 3.4.2-0ubuntu0.6.3 and that's when the display manager went crazy. I manually downgraded it, so everything's perfect again.

    – Yunus
    Oct 13 '13 at 15:52











  • If your problem is solved after installing gdm, I insist you to mark this question as solved.. To do that you have to accept my answer. I also prefer you to edit my answer and do the possible change (if any) so that it will help others to get their problem solved.. :)

    – Saurav Kumar
    Oct 13 '13 at 16:04















0
















1st Method



Try to reconfigure lightdm (if it doesn't solve your issue then go for 2nd Method)




  • Open terminal(CTRL+ALT+T) and execute following command:



    sudo dpkg-reconfigure lightdm


  • Then chose lightdm from the list.


lighdm
(source: akamaihd.net)




  • Restart your system:



    sudo reboot now


It may fix your issue. If doesn't fix then follow 2nd Method.



2nd Method



Installing a new display manager can fix your problem. Steps to install GDM(a display manager much like lightdm):




  • Open terminal(CTRL+ALT+T) and execute following commands:



    sudo apt-get install gdm
    sudo dpkg-reconfigure lightdm


    then chose gdm from the list:



gdm
(source: akamaihd.net)



 sudo reboot now



  • If it's still not fixed, try removing lightdm after installing gdm:



    sudo apt-get remove --purge lightdm
    sudo reboot


Hope these methods solve your issue. Reply for further assistance.






share|improve this answer



























  • Thank you again. I don't get it, I tried several display managers: gdm, slim, xdm, none of them seem to work. When I boot I get black screen instead of the login screen.

    – Yunus
    Oct 8 '13 at 18:12











  • When your system start in black screen press ctrl+alt+f1 and login. Then execute this command sudo dpkg-reconfigure -a && sudo update-grub then restart your system: sudo reboot. If it still doesn't help you then try this post once: My computer boots to a black screen, what options do I have to fix it?. I'm really sorry, I couldn't help you..

    – Saurav Kumar
    Oct 8 '13 at 18:25











  • It didn't work either, but gdm started to work just fine after removing lightdm completely by sudo apt-get remove --purge lightdm. So you actually helped me, thanks!

    – Yunus
    Oct 8 '13 at 21:17






  • 1





    I was obsessed with this issue, and did one last fresh ubuntu install to detect which update is causing it. So I applied all the updates one by one and I finally figured the cause of this problem. gnome-settings-daemon updated from version 3.4.2-0ubuntu0.6.2 to 3.4.2-0ubuntu0.6.3 and that's when the display manager went crazy. I manually downgraded it, so everything's perfect again.

    – Yunus
    Oct 13 '13 at 15:52











  • If your problem is solved after installing gdm, I insist you to mark this question as solved.. To do that you have to accept my answer. I also prefer you to edit my answer and do the possible change (if any) so that it will help others to get their problem solved.. :)

    – Saurav Kumar
    Oct 13 '13 at 16:04













0














0










0









1st Method



Try to reconfigure lightdm (if it doesn't solve your issue then go for 2nd Method)




  • Open terminal(CTRL+ALT+T) and execute following command:



    sudo dpkg-reconfigure lightdm


  • Then chose lightdm from the list.


lighdm
(source: akamaihd.net)




  • Restart your system:



    sudo reboot now


It may fix your issue. If doesn't fix then follow 2nd Method.



2nd Method



Installing a new display manager can fix your problem. Steps to install GDM(a display manager much like lightdm):




  • Open terminal(CTRL+ALT+T) and execute following commands:



    sudo apt-get install gdm
    sudo dpkg-reconfigure lightdm


    then chose gdm from the list:



gdm
(source: akamaihd.net)



 sudo reboot now



  • If it's still not fixed, try removing lightdm after installing gdm:



    sudo apt-get remove --purge lightdm
    sudo reboot


Hope these methods solve your issue. Reply for further assistance.






share|improve this answer















1st Method



Try to reconfigure lightdm (if it doesn't solve your issue then go for 2nd Method)




  • Open terminal(CTRL+ALT+T) and execute following command:



    sudo dpkg-reconfigure lightdm


  • Then chose lightdm from the list.


lighdm
(source: akamaihd.net)




  • Restart your system:



    sudo reboot now


It may fix your issue. If doesn't fix then follow 2nd Method.



2nd Method



Installing a new display manager can fix your problem. Steps to install GDM(a display manager much like lightdm):




  • Open terminal(CTRL+ALT+T) and execute following commands:



    sudo apt-get install gdm
    sudo dpkg-reconfigure lightdm


    then chose gdm from the list:



gdm
(source: akamaihd.net)



 sudo reboot now



  • If it's still not fixed, try removing lightdm after installing gdm:



    sudo apt-get remove --purge lightdm
    sudo reboot


Hope these methods solve your issue. Reply for further assistance.







share|improve this answer














share|improve this answer



share|improve this answer








edited Apr 15 at 8:47









Glorfindel

5073 gold badges8 silver badges16 bronze badges




5073 gold badges8 silver badges16 bronze badges










answered Oct 8 '13 at 16:19









Saurav KumarSaurav Kumar

11k13 gold badges49 silver badges66 bronze badges




11k13 gold badges49 silver badges66 bronze badges















  • Thank you again. I don't get it, I tried several display managers: gdm, slim, xdm, none of them seem to work. When I boot I get black screen instead of the login screen.

    – Yunus
    Oct 8 '13 at 18:12











  • When your system start in black screen press ctrl+alt+f1 and login. Then execute this command sudo dpkg-reconfigure -a && sudo update-grub then restart your system: sudo reboot. If it still doesn't help you then try this post once: My computer boots to a black screen, what options do I have to fix it?. I'm really sorry, I couldn't help you..

    – Saurav Kumar
    Oct 8 '13 at 18:25











  • It didn't work either, but gdm started to work just fine after removing lightdm completely by sudo apt-get remove --purge lightdm. So you actually helped me, thanks!

    – Yunus
    Oct 8 '13 at 21:17






  • 1





    I was obsessed with this issue, and did one last fresh ubuntu install to detect which update is causing it. So I applied all the updates one by one and I finally figured the cause of this problem. gnome-settings-daemon updated from version 3.4.2-0ubuntu0.6.2 to 3.4.2-0ubuntu0.6.3 and that's when the display manager went crazy. I manually downgraded it, so everything's perfect again.

    – Yunus
    Oct 13 '13 at 15:52











  • If your problem is solved after installing gdm, I insist you to mark this question as solved.. To do that you have to accept my answer. I also prefer you to edit my answer and do the possible change (if any) so that it will help others to get their problem solved.. :)

    – Saurav Kumar
    Oct 13 '13 at 16:04

















  • Thank you again. I don't get it, I tried several display managers: gdm, slim, xdm, none of them seem to work. When I boot I get black screen instead of the login screen.

    – Yunus
    Oct 8 '13 at 18:12











  • When your system start in black screen press ctrl+alt+f1 and login. Then execute this command sudo dpkg-reconfigure -a && sudo update-grub then restart your system: sudo reboot. If it still doesn't help you then try this post once: My computer boots to a black screen, what options do I have to fix it?. I'm really sorry, I couldn't help you..

    – Saurav Kumar
    Oct 8 '13 at 18:25











  • It didn't work either, but gdm started to work just fine after removing lightdm completely by sudo apt-get remove --purge lightdm. So you actually helped me, thanks!

    – Yunus
    Oct 8 '13 at 21:17






  • 1





    I was obsessed with this issue, and did one last fresh ubuntu install to detect which update is causing it. So I applied all the updates one by one and I finally figured the cause of this problem. gnome-settings-daemon updated from version 3.4.2-0ubuntu0.6.2 to 3.4.2-0ubuntu0.6.3 and that's when the display manager went crazy. I manually downgraded it, so everything's perfect again.

    – Yunus
    Oct 13 '13 at 15:52











  • If your problem is solved after installing gdm, I insist you to mark this question as solved.. To do that you have to accept my answer. I also prefer you to edit my answer and do the possible change (if any) so that it will help others to get their problem solved.. :)

    – Saurav Kumar
    Oct 13 '13 at 16:04
















Thank you again. I don't get it, I tried several display managers: gdm, slim, xdm, none of them seem to work. When I boot I get black screen instead of the login screen.

– Yunus
Oct 8 '13 at 18:12





Thank you again. I don't get it, I tried several display managers: gdm, slim, xdm, none of them seem to work. When I boot I get black screen instead of the login screen.

– Yunus
Oct 8 '13 at 18:12













When your system start in black screen press ctrl+alt+f1 and login. Then execute this command sudo dpkg-reconfigure -a && sudo update-grub then restart your system: sudo reboot. If it still doesn't help you then try this post once: My computer boots to a black screen, what options do I have to fix it?. I'm really sorry, I couldn't help you..

– Saurav Kumar
Oct 8 '13 at 18:25





When your system start in black screen press ctrl+alt+f1 and login. Then execute this command sudo dpkg-reconfigure -a && sudo update-grub then restart your system: sudo reboot. If it still doesn't help you then try this post once: My computer boots to a black screen, what options do I have to fix it?. I'm really sorry, I couldn't help you..

– Saurav Kumar
Oct 8 '13 at 18:25













It didn't work either, but gdm started to work just fine after removing lightdm completely by sudo apt-get remove --purge lightdm. So you actually helped me, thanks!

– Yunus
Oct 8 '13 at 21:17





It didn't work either, but gdm started to work just fine after removing lightdm completely by sudo apt-get remove --purge lightdm. So you actually helped me, thanks!

– Yunus
Oct 8 '13 at 21:17




1




1





I was obsessed with this issue, and did one last fresh ubuntu install to detect which update is causing it. So I applied all the updates one by one and I finally figured the cause of this problem. gnome-settings-daemon updated from version 3.4.2-0ubuntu0.6.2 to 3.4.2-0ubuntu0.6.3 and that's when the display manager went crazy. I manually downgraded it, so everything's perfect again.

– Yunus
Oct 13 '13 at 15:52





I was obsessed with this issue, and did one last fresh ubuntu install to detect which update is causing it. So I applied all the updates one by one and I finally figured the cause of this problem. gnome-settings-daemon updated from version 3.4.2-0ubuntu0.6.2 to 3.4.2-0ubuntu0.6.3 and that's when the display manager went crazy. I manually downgraded it, so everything's perfect again.

– Yunus
Oct 13 '13 at 15:52













If your problem is solved after installing gdm, I insist you to mark this question as solved.. To do that you have to accept my answer. I also prefer you to edit my answer and do the possible change (if any) so that it will help others to get their problem solved.. :)

– Saurav Kumar
Oct 13 '13 at 16:04





If your problem is solved after installing gdm, I insist you to mark this question as solved.. To do that you have to accept my answer. I also prefer you to edit my answer and do the possible change (if any) so that it will help others to get their problem solved.. :)

– Saurav Kumar
Oct 13 '13 at 16:04


















draft saved

draft discarded















































Thanks for contributing an answer to Ask Ubuntu!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f355269%2fubuntu-12-04-gnome-settings-daemon-crash-and-problem-with-fn-keys%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Tamil (spriik) Luke uk diar | Nawigatjuun

Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?