Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[SOLVED] Xorg and keyboard layout

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
cubancigar11
Posts: 2
Joined: 2009-08-08 15:50

[SOLVED] Xorg and keyboard layout

#1 Post by cubancigar11 »

Hi!

I have just installed sid and I am having trouble with xorg.

The new tool (dpkg-reconfigure) creates empty xorg.conf. I know this is a bug, which causes keyboard layout to become "us", the default value.

What I want to know is, how to change it! It is driving me nuts!!
Last edited by cubancigar11 on 2009-08-08 19:16, edited 1 time in total.

L_V
Posts: 1477
Joined: 2007-03-19 09:04
Been thanked: 11 times

Re: Xorg and keyboard layout

#2 Post by L_V »

cubancigar11 wrote:The new tool (dpkg-reconfigure) creates empty xorg.conf. I know this is a bug
???
Where did you read that ??

X --help

X -configure => probe for devices and write an xorg.conf (xorg.conf.new written in /root)

You should also investigate dpkg-reconfigure console-setup

codge
Posts: 207
Joined: 2008-03-22 17:35

Re: Xorg and keyboard layout

#3 Post by codge »

Here's my xorg.conf layout for a british layout.


# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "gb"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection

Section "Device"
Identifier "Configured Video Device"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
EndSection

cubancigar11
Posts: 2
Joined: 2009-08-08 15:50

Re: Xorg and keyboard layout

#4 Post by cubancigar11 »

Thanks a lot!

X -configure worked (I had to manually edit the file then, though).

I got this idea after googling a little bit. May be I added unrelated bug reports in my head :roll:

Post Reply