Frequently Asked Questions (Hardware Configuration)- My WiFI it's not working!! What can I do?Ans:
Wifi support for e17 it's not very good.
Existent module, exalt it's been buggy and not on main CVS tree code.
Usually people have good experience with an application called WICD so i recommend that for OzOS.
To use it go on menu:
Applications > System Tools > Wireless WICD Starton OzOS 0.5 or some old RCs you may need to run:
sudo sysv-rc-conf
use the arrow keys to go to wicd line and press space on columns 2, 3, 4, 5.
To restart the service run:
sudo etc/init.d/wicd restart
- My resolution it's wrong! What can i do?Ans:
You can try the following methods:
sudo dpkg-reconfigure -phigh xserver-xorg
or
gksudo displayconfig-gtk
(thanks to Pikey for point me out this one!)
If you installed some proprietary graphic driver (using envy or manually) you can try the included X configurator.
For nvidia would be:
sudo nvida-xconfig
- How can I set my mouse to left handed use?Ans:
create a file named ~/.Xmodmap with the following text:Enter on a terminal:
xmodmap .Xmodmap
This should be needed only once.
Even if you don't type the above command on next login, X should ask if you wan to use current or the new .Xmodmap config.