xorg modifications don't take place

2009-10-05 Thread Juan Fernando Jaramillo Botero
Hello I have sid, and I change the /etc/X11/xorg.conf file to add the
lines to change the variant and options of the keyboard, like:

Section InputDevice
Identifier  Generic Keyboard
Driver  kbd
Option  XkbRules  xorg
Option  XkbModel  pc104
Option  XkbLayout us
Option  XkbVariant alt-intl
Option  XkbOptions compose:lwin
EndSection

But don't take place after restart xorg. But if I use the command:
setxkbmap -variant alt-intl -option compose:lwin it's work. Some body
know why?

Regards
-- 
Juan Fernando Jaramillo
Gte Tecnología
MIG Internacional
www.miginternacional.com


signature.asc
Description: Digital signature


Re: xorg modifications don't take place

2009-10-05 Thread Sven Hoexter
On Mon, Oct 05, 2009 at 11:24:18AM -0500, Juan Fernando Jaramillo Botero wrote:
 Hello I have sid, and I change the /etc/X11/xorg.conf file to add the
 lines to change the variant and options of the keyboard, like:
 
 Section InputDevice
   Identifier  Generic Keyboard
   Driver  kbd
   Option  XkbRules  xorg
   Option  XkbModel  pc104
   Option  XkbLayout us
 Option  XkbVariant alt-intl
 Option  XkbOptions compose:lwin
 EndSection
 
 But don't take place after restart xorg. But if I use the command:
 setxkbmap -variant alt-intl -option compose:lwin it's work. Some body
 know why?

Input devices are now managed via hal. There is a page about it somewhere at
wiki.debian.org.

Adding
Section ServerFlags
Option AutoAddDevices off
Option AllowEmptyInput off
EndSection
should take you back to the old kbd/mouse input stuff.

Sven
-- 
They're the cowards We are rebels
We got the power to fight the devil
   [ AIV - We are rebels ]


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: xorg modifications don't take place

2009-10-05 Thread Kelly Clowers
On Mon, Oct 5, 2009 at 10:13, Sven Hoexter s...@timegate.de wrote:
 On Mon, Oct 05, 2009 at 11:24:18AM -0500, Juan Fernando Jaramillo Botero 
 wrote:
 Hello I have sid, and I change the /etc/X11/xorg.conf file to add the
 lines to change the variant and options of the keyboard, like:

 Section InputDevice
       Identifier      Generic Keyboard
       Driver          kbd
       Option          XkbRules      xorg
       Option          XkbModel      pc104
       Option          XkbLayout     us
     Option      XkbVariant alt-intl
     Option      XkbOptions compose:lwin
 EndSection

 But don't take place after restart xorg. But if I use the command:
 setxkbmap -variant alt-intl -option compose:lwin it's work. Some body
 know why?

 Input devices are now managed via hal. There is a page about it somewhere at
 wiki.debian.org.

 Adding
 Section ServerFlags
        Option AutoAddDevices off
        Option AllowEmptyInput off
 EndSection
 should take you back to the old kbd/mouse input stuff.

Don't bother with that, just edit /etc/default/console-setup

# The following variables describe your keyboard and can have the same
# values as the XkbModel, XkbLayout, XkbVariant and XkbOptions options
# in /etc/X11/xorg.conf.
XKBMODEL=pc104
XKBLAYOUT=us
XKBVARIANT=alt-intl
XKBOPTIONS=compose:lwin

Those settings will also take effect on your TTYs


Cheers,
Kelly Clowers


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org