Topic: xorg.conf.d missing

Hey

I recently installed #! on my pavilion dv6t-3000 Most things work right out of the box, but for some reason I am unable to right click. I searched around on the forums a little bit and I think what strikes me as the most effective fix is to edit a file inside xorg.config.d? Problem is when I cd to /etc/X11 there is no xorg.conf.d

I installed xserver-xorg-input-synaptic but still don't see it and I still can't right click.

Re: xorg.conf.d missing

Look under /usr/share/X11/xorg.conf.d

If you poke the bear it is going to come after you.

Re: xorg.conf.d missing

Awesome.

But the file there says I should not edit it by copy it to /etc/X11/xorg.conf.d

Since the folder doesn't exist in /etc/ I tried using cp and rsync to copy the X11 directory, but both commands would skip the directory. Should I just edit this file?

Re: xorg.conf.d missing

You can just edit the files there.
Check /var/log/Xorg.0.log: you will see it takes the config files under /usr/share/X11

If you poke the bear it is going to come after you.

Re: xorg.conf.d missing

Great, thanks so much.