FAQ Search Today's Posts Mark Forums Read
» Video Reviews

» Linux Archive

Linux-archive is a website aiming to archive linux email lists and to make them easily accessible for linux users/developers.


» Sponsor

» Partners

» Sponsor

Go Back   Linux Archive > Ubuntu > Kubuntu User

 
 
LinkBack Thread Tools
 
Old 11-16-2009, 12:18 PM
Derek Broughton
 
Default Enabling Ctrl-Alt-Backspace in 9.10

Howard Coles Jr. wrote:

> On Sunday 15 November 2009 08:32:33 pm Derek Broughton wrote:
>> Reinhold Rumberger wrote:
>> > Am Sonntag 15 November 2009 schrieb Nigel Ridley:
>> >> OK, this is good for a one_user_system but I have another laptop
>> >> that 4 people have accounts on. How do I edit X-org.conf to
>> >> enable Ctrl-Alt-Backspace?
>> >
>> > Usually by adding the following lines to xorg.conf, but they don't
>> > seem to be effective:
>> >
>> > Section "ServerFlags"
>> > Option "DontZap" "false"
>> > EndSection
>> >
>> > IOW, even though this is the way to do it according to "man Xorg", it
>> > doesn't work here...
>>
>> My understanding was that Karmic no longer supports this.
>>
>
> Look up this page:
> " http://www.ubuntugeek.com/how-to-enabledisable-ctrlaltbackspace-in-
> ubuntu-9-10-karmic.html "

Isn't that what I just said? dontzap doesn't work anymore.
--
derek


--
kubuntu-users mailing list
kubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-users
 
Old 11-16-2009, 01:18 PM
Nigel Ridley
 
Default Enabling Ctrl-Alt-Backspace in 9.10

pkaplan1 wrote:
> On Sunday 15 November 2009 23:55 Howard Coles Jr. wrote:
>> On Sunday 15 November 2009 08:32:33 pm Derek Broughton wrote:
>>> Reinhold Rumberger wrote:
>>>> Am Sonntag 15 November 2009 schrieb Nigel Ridley:
>>>>> OK, this is good for a one_user_system but I have another laptop
>>>>> that 4 people have accounts on. How do I edit X-org.conf to
>>>>> enable Ctrl-Alt-Backspace?
>>>> Usually by adding the following lines to xorg.conf, but they don't
>>>> seem to be effective:
>>>>
>>>> Section "ServerFlags"
>>>> Option "DontZap" "false"
>>>> EndSection
>>>>
>>>> IOW, even though this is the way to do it according to "man Xorg", it
>>>> doesn't work here...
>>> My understanding was that Karmic no longer supports this.
>> Look up this page:
>> " http://www.ubuntugeek.com/how-to-enabledisable-ctrlaltbackspace-in-
>> ubuntu-9-10-karmic.html "
>>
> I found that adding the above lines in xorg.conf allows the key combo
> rightalt+printscreen+k to kill X, at least on intel graphics.
>
> To enable ctrl+alt+backspace for all users try creating a file called
> /etc/hal/fdi/policy/10_keymap.fdi and add the following line (no quotes):
> "<merge key="input.xkb.options" type="string">terminate:ctrl_alt_bksp</merge>"

Is it in /etc or /usr/share?:

You can add the following line in /usr/share/hal/fdi/policy/10osvendor/10-x11-input.fdi (inside
the <match key=”info.capabilities” contains=”input.keys”> section):

<merge key="input.xkb.options" type="string">terminate:ctrl_alt_bksp</merge>

Taken from:
http://www.ubuntugeek.com/how-to-enabledisable-ctrlaltbackspace-in-ubuntu-9-10-karmic.html

>
> Can't recall where I found this.
> Paul
>

Nigel


--
kubuntu-users mailing list
kubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-users
 
Old 11-16-2009, 01:32 PM
 
Default Enabling Ctrl-Alt-Backspace in 9.10

----- Original Message -----
From: "Nigel Ridley" <nigel@prayingforisrael.net>
To: "Kubuntu Help and User Discussions" <kubuntu-users@lists.ubuntu.com>
Sent: Monday, November 16, 2009 9:18:24 AM GMT -05:00 US/Canada Eastern
Subject: Re: Enabling Ctrl-Alt-Backspace in 9.10


>> I found that adding the above lines in xorg.conf allows the key combo
>> rightalt+printscreen+k to kill X, at least on intel graphics.
>>*
>> To enable ctrl+alt+backspace for all users try creating a file called
>> /etc/hal/fdi/policy/10_keymap.fdi and add the following line (no quotes):
>> "<merge key="input.xkb.options" type="string">terminate:ctrl_alt_bksp</merge>"

>Is it in /etc or /usr/share?:
/etc/hal/fdi/policy/ * *You have to create the file 10_keymap.fdi * It didn't exist on my system. *

>You can add the following line in /usr/share/hal/fdi/policy/10osvendor/10-x11-input.fdi (inside
>the <match key=”info.capabilities” contains=”input.keys”> section):

*> * *<merge key="input.xkb.options" type="string">terminate:ctrl_alt_bksp</merge>

>Taken from:
>http://www.ubuntugeek.com/how-to-enabledisable-ctrlaltbackspace-in-ubuntu-9-10-karmic.html

>>
>> Can't recall where I found this.
>> Paul
>>

>Nigel


--
kubuntu-users mailing list
kubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-users
--
kubuntu-users mailing list
kubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-users
 
Old 11-16-2009, 03:31 PM
"Howard Coles Jr."
 
Default Enabling Ctrl-Alt-Backspace in 9.10

On Monday 16 November 2009 07:18:40 am Derek Broughton wrote:
> Howard Coles Jr. wrote:
> > On Sunday 15 November 2009 08:32:33 pm Derek Broughton wrote:
> >> Reinhold Rumberger wrote:
> >> > Am Sonntag 15 November 2009 schrieb Nigel Ridley:
> >> >> OK, this is good for a one_user_system but I have another laptop
> >> >> that 4 people have accounts on. How do I edit X-org.conf to
> >> >> enable Ctrl-Alt-Backspace?
> >> >
> >> > Usually by adding the following lines to xorg.conf, but they don't
> >> > seem to be effective:
> >> >
> >> > Section "ServerFlags"
> >> > Option "DontZap" "false"
> >> > EndSection
> >> >
> >> > IOW, even though this is the way to do it according to "man Xorg", it
> >> > doesn't work here...
> >>
> >> My understanding was that Karmic no longer supports this.
> >
> > Look up this page:
> > " http://www.ubuntugeek.com/how-to-enabledisable-ctrlaltbackspace-in-
> > ubuntu-9-10-karmic.html "
>
> Isn't that what I just said? dontzap doesn't work anymore.
>

Not sure what you mean, but, that link gives 4 different ways to re-enable the
function, user by user in Gnome & KDE, some other way, and the xkb additon.
the point was that if you look up that page how ever you want to "re-enable"
the function you can.

--
See Ya'
Howard Coles Jr.
John 3:16!

--
kubuntu-users mailing list
kubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-users
 
Old 11-16-2009, 04:38 PM
Derek Broughton
 
Default Enabling Ctrl-Alt-Backspace in 9.10

Howard Coles Jr. wrote:

> On Monday 16 November 2009 07:18:40 am Derek Broughton wrote:
>> Howard Coles Jr. wrote:
>> > On Sunday 15 November 2009 08:32:33 pm Derek Broughton wrote:
>> >> Reinhold Rumberger wrote:
>> >> > Am Sonntag 15 November 2009 schrieb Nigel Ridley:
>> >> >> OK, this is good for a one_user_system but I have another laptop
>> >> >> that 4 people have accounts on. How do I edit X-org.conf to
>> >> >> enable Ctrl-Alt-Backspace?
>> >> >
>> >> > Usually by adding the following lines to xorg.conf, but they don't
>> >> > seem to be effective:
>> >> >
>> >> > Section "ServerFlags"
>> >> > Option "DontZap" "false"
>> >> > EndSection
>> >> >
>> >> > IOW, even though this is the way to do it according to "man Xorg",
>> >> > it doesn't work here...
>> >>
>> >> My understanding was that Karmic no longer supports this.
>> >
>> > Look up this page:
>> > " http://www.ubuntugeek.com/how-to-enabledisable-ctrlaltbackspace-in-
>> > ubuntu-9-10-karmic.html "
>>
>> Isn't that what I just said? dontzap doesn't work anymore.
>>
>
> Not sure what you mean,

I mean: I said I believed "dontzap" was no longer supported, and that page
_says_ "dontzap" is no longer supported. So what does your response have to
offer me? If you really meant to respond to the OP, respond to the OP.
--
derek


--
kubuntu-users mailing list
kubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-users
 

Thread Tools




All times are GMT. The time now is 10:27 PM.

VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright 2007 - 2008, www.linux-archive.org