Thread: X11R7 on NetBsd
View Single Post
  #5   (View Single Post)  
Old 5th June 2017
PapaParrot's Avatar
PapaParrot PapaParrot is offline
parrot
 
Join Date: Jul 2015
Location: Durango, Mx.
Posts: 472
Default

Ok, thanks ,...that explains why it does not yet exist, so I will try using /etc/X11 first.
thanks

___----- edited --- __
Thanks, I got it working now,...
Actually it turned out the X11 directory was there, but since it starts with X and when
I looked, using 'ls', I did not see it, expecting it to be at the bottom,...
When I did
Code:
mkdir /etc/X11
it told me the directory exists,...
Kind of dumb on my part,... so when I tried :
Code:
 ls | more
Indeed, yes it was right there, the first directory listed.
So then from there it was easy, I move the xorg.conf.new to /etc/X11/xorg.conf .
I did also still need to edit it,
Code:
Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbLayout" "es"  #Just needed to add this to it. 
        
EndSection
added the xkblayout option, using "es",.... So that was really pretty simple,
thanks every one.
__________________
My best friends are parrots

Last edited by PapaParrot; 5th June 2017 at 12:04 PM.
Reply With Quote