Home
| Calendar
| Mail Lists
| List Archives
| Desktop SIG
| Hardware Hacking SIG
Wiki | Flickr | PicasaWeb | Video | Maps & Directions | Installfests | Keysignings Linux Cafe | Meeting Notes | Linux Links | Bling | About BLU |
> I tried "sudo find xorg.conf" and it indicated the file was not found, Is that literally the command you used? The syntax for find(1) is find where-to-search [ patterns ] So the command find xorg.conf says to start at "xorg.conf" in the current directory, and since there were no patterns given to narrow down the search, it will list all files and folders found beneath it. If there is no file or directory named "xorg.conf" in the current directory, then it will complain that there's No such file or directory. To search the entire system for a file named xorg.conf, the command would be find / -name xorg.conf with "sudo" prepended so it won't get permission errors, of course. And find(1) will traverse the entire filesystem for this, so it will take a long time. On Sun, Dec 6, 2009 at 2:55 PM, <edwardp-KK0ffGbhmjU at public.gmane.org> wrote: >> >> On my (fresh) install of Karmic, xorg.conf exists, and about the only thing >> in it is a setting for Screen -> ?DefaultDepth -> ?24. >> > > I tried "sudo find xorg.conf" and it indicated the file was not found, > assuming that is the correct command to find a file. ?It is not in > /etc/X11/ as with other distros. ?This is with a new install of 9.10. > > It is that 24 that I want to change, to 16. > > I am trying to solve a Flash-related audio problem, which was also > present and fixed in Windows on the same system, when I changed the > Windows color setting from 32-bit to 16-bit. > > _______________________________________________ > Discuss mailing list > Discuss-mNDKBlG2WHs at public.gmane.org > http://lists.blu.org/mailman/listinfo/discuss > -- John Abreau / Executive Director, Boston Linux & Unix AIM abreauj / JABBER jabr-iMZfmuK6BGBxLiRVyXs8+g at public.gmane.org / YAHOO abreauj / SKYPE zusa_it_mgr Email jabr-mNDKBlG2WHs at public.gmane.org / WWW http://www.abreau.net / PGP-Key-ID 0xD5C7B5D9 PGP-Key-Fingerprint 72 FB 39 4F 3C 3B D6 5B E0 C8 5A 6E F1 2C BE 99
BLU is a member of BostonUserGroups | |
We also thank MIT for the use of their facilities. |