| View previous topic :: View next topic |
| Author |
Message |
sgerdan n00b


Joined: 18 Jul 2008 Posts: 31
|
Posted: Tue Jul 22, 2008 12:47 pm Post subject: (Solved)where is xorg.conf? |
|
|
I wanted to set up keyboard layout for X,and I need to edit xorg.conf file to do that.But I can't find it under /etc/X11.How can I find out where that file exists?
Last edited by sgerdan on Wed Jul 23, 2008 10:21 am; edited 1 time in total |
|
| Back to top |
|
 |
exif n00b

Joined: 07 Jul 2008 Posts: 57 Location: Waterloo, ON, Canada
|
Posted: Tue Jul 22, 2008 1:04 pm Post subject: |
|
|
If you have slocate installed try:
Otherwise you can use find:
| Code: | | find / -name "xorg.conf" |
Note: find will be much slower. |
|
| Back to top |
|
 |
yabbadabbadont Veteran


Joined: 13 Mar 2003 Posts: 4739
|
|
| Back to top |
|
 |
poly_poly-man Veteran


Joined: 06 Dec 2006 Posts: 2113 Location: where the bennys go, nj, us
|
Posted: Tue Jul 22, 2008 1:06 pm Post subject: |
|
|
umm... if it's not in /etc/X11/ or /usr/lib/X11/, you probably set something up wrong.
http://www.gentoo.org/doc/en/xorg-config.xml
Follow that guide to correctly set up X.
right now, it is probably using defaults.
poly-p man _________________
| http://bash.org/?10626 wrote: | | <CompuMan> The tragedy of Canada is they could have had British culture, French cooking, and American technology, but instead they got American culture, British cooking, and French technology. |
|
|
| Back to top |
|
 |
yabbadabbadont Veteran


Joined: 13 Mar 2003 Posts: 4739
|
Posted: Tue Jul 22, 2008 1:13 pm Post subject: |
|
|
Whoa! Dejavu.  |
|
| Back to top |
|
 |
sgerdan n00b


Joined: 18 Jul 2008 Posts: 31
|
Posted: Tue Jul 22, 2008 1:32 pm Post subject: |
|
|
| Thanks for the tips guys.I'll look into the links you gave. |
|
| Back to top |
|
 |
krinn l33t


Joined: 02 May 2003 Posts: 895
|
Posted: Tue Jul 22, 2008 2:56 pm Post subject: |
|
|
And you will get an xorg.conf in your /root directory that you could simply change then. |
|
| Back to top |
|
 |
|