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

 

 

 

xorg.conf in /etc/X11

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
oui
Posts: 120
Joined: 2008-01-29 20:51

xorg.conf in /etc/X11

#1 Post by oui »

Hi

What did happen with (the use f) that file as i did be declared obsolete (in the most distributions, but not all! Some not big brother ones continue to use her xorg.conf)?

I suppose it was possible at that time to read explanation which settings of xorg.conf have to be found at which other place in the future, also now :?:

Continues such a document to be existing?

I am searching for the ACTUAL system file containing the old settings for input units like graphic tablet, mouse and keyboards especially keyboard layout, variant and options.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 132 times

Re: xorg.conf in /etc/X11

#2 Post by Head_on_a_Stick »

oui wrote:What did happen with (the use f) that file as i did be declared obsolete (in the most distributions
A file placed at /etc/X11/xorg.conf will still be read by X. See xorg.conf(5) for a full list of acceptable locations.
oui wrote:I am searching for the ACTUAL system file containing the old settings for input units like graphic tablet, mouse and keyboards especially keyboard layout, variant and options.
Try

Code: Select all

# Xorg :0 -configure
^ That will generate a skeleton file at /root/xorg.conf.new that you can copy over and edit.
deadbang

allnikol
Posts: 4
Joined: 2020-11-04 01:25

Re: xorg.conf in /etc/X11

#3 Post by allnikol »

...especially keyboard layout, variant and options
If what you're mainly looking for is keyboard setup, you may find https://wiki.debian.org/Keyboard helpful. It addresses both the tools in place to help with changing your keyboard configuration and the config file where that information is written.

As for the information that used to go in xorg.conf, most of that simply isn't stored any more. Between advances in hardware and advances in the kernel, autodetection mostly just works nowadays, and the OS queries the hardware at runtime to find out what its capabilities are, so there's no need to keep a static record of those capabilities in a file on disk. As @Head_on_a_Stick has pointed out, you can still generate and use an xorg.conf file, but it's generally not needed (and not recommended) unless you have an unusual setup that the autodetection doesn't handle well.

Post Reply