dome95 wrote:Ah ok, understood. But the problem remains: i can't edit Xorg.conf because i don't have root although
I did it in the shell....
There is no xorg.conf file anymore. You don't need it.
if you mean how to edit files inside /etc/X11/xorg.conf.d/ folder then
You can do it in two ways
1) open a konsole
type
- Code: Select all
su
give root password
then
nano /etc/X11/xorg.conf.d/some_file
or
2) open a konsole and type as user
- Code: Select all
kdesu krwite /etc/X11/xorg.conf.d/some_file
in the window give root password
