You are not logged in.

#1 2014-12-11 10:32:30

marcokrtsho
Member
Registered: 2014-12-10
Posts: 28

xorg-conf where is it?

Hello again!!
i need to set DPI for my monitor but in this direcotory: /etc/X11/xorg.confg.d/  i don't have any xorg.conf file....

i try to generate it with this commnad:

Xorg :1 -configure

but i get this error:

Number of created screens does not match number of detected devices.
Configuration failed.


Thank you for BIG help!!!

Offline

#2 2014-12-11 10:42:18

the_shiver
Member
Registered: 2013-03-27
Posts: 130

Offline

#3 2014-12-11 10:54:31

marcokrtsho
Member
Registered: 2014-12-10
Posts: 28

Re: xorg-conf where is it?

thank you!!! but i still don't understand why my xorg.conf file missed..

Offline

#4 2014-12-11 11:49:52

th3voic3
Member
Registered: 2012-03-20
Posts: 92

Re: xorg-conf where is it?

marcokrtsho wrote:

thank you!!! but i still don't understand why my xorg.conf file missed..

An xorg.conf isn't required anymore, which is why you don't have one. Specific options can be set in files under "xorg.conf.d". All of that is explained in the wiki article.

Offline

#5 2014-12-11 12:26:45

marcokrtsho
Member
Registered: 2014-12-10
Posts: 28

Re: xorg-conf where is it?

Thank you!
I check in my xorg.conf.d but thus folder is empty..it's normal?

Offline

#6 2014-12-11 12:54:15

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,092

Re: xorg-conf where is it?

Why do you think you need a full config file?


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#7 2014-12-11 12:55:16

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,564
Website

Re: xorg-conf where is it?

th3voic3 wrote:

An xorg.conf isn't required anymore, which is why you don't have one. Specific options can be set in files under "xorg.conf.d". All of that is explained in the wiki article.

Emphasis added.  What part of that isn't clear?  Yes, it is normal to not have anything in that directory: you haven't put anything in that directory.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#8 2014-12-11 12:57:51

Lone_Wolf
Forum Moderator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,966

Re: xorg-conf where is it?

yes, Xorg stores it's default files here : /usr/share/X11/xorg.conf.d  .

The only files present in /etc/X11/xorg.conf.d are those you create yourself.

example :
I have a joystick that gives weird effects (mouse cursor constantly moving, scrolling text etc ) when used with the stock /usr/share/X11/xorg.conf.d/50-joystick.conf ,
To solve this I need to disable some settings , so i created my own /etc/X11/xorg.conf.d/50-joystick.conf

Section "InputClass"
	Identifier "joystick catchall"
	MatchIsJoystick "on"
	MatchDevicePath "/dev/input/event*"
	Driver "joystick"
	Option "StartKeysEnabled" "False"
	Option "StartMouseEnabled" "False"
EndSection

Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#9 2014-12-11 13:02:19

marcokrtsho
Member
Registered: 2014-12-10
Posts: 28

Re: xorg-conf where is it?

Lone_wolf all your answers clear always my doubts...really thank!!!

Offline

Board footer

Powered by FluxBB