Page 3 of 4
Re: Problema risoluzione schermo / crash improvvisi
Posted: 25. Apr 2012, 18:18
by djemos
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
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
Re: Problema risoluzione schermo / crash improvvisi
Posted: 26. Apr 2012, 14:06
by dome95
To change screen resolution i haven't mod xorg.conf? On the web i read it and now I'm a little confused, sorry.
Re: Problema risoluzione schermo / crash improvvisi
Posted: 26. Apr 2012, 18:26
by djemos
dome95 wrote:To change screen resolution i haven't mod xorg.conf? On the web i read it and now I'm a little confused, sorry.
You can change screen resolution from systemsettings -> hardware -> screen
Re: Problema risoluzione schermo / crash improvvisi
Posted: 27. Apr 2012, 14:42
by dome95
Ye, i know it. But the problem, as you could read in the previous post is in in that option there aren't the resolutions 1680x1050 and 1366x768 although I installed ati driver. So some users told me to mod xorg.conf but I can't.. This is my problem.
Thx for help
Re: Problema risoluzione schermo / crash improvvisi
Posted: 27. Apr 2012, 16:21
by djemos
ok. I dont have an ati card.
In order to create a minimal working xorg.conf file run the following command
but since you need a xorg.conf look here
http://www.salixos.org/wiki/index.php/H ... ATI_Driver
Re: Problema risoluzione schermo / crash improvvisi
Posted: 5. May 2012, 20:04
by dome95
Alla fine son riuscito a modifica il file xorg. Ma ora non parte piu nulla

(non si avvia piu il motore x)
Re: Problema risoluzione schermo / crash improvvisi
Posted: 6. May 2012, 06:51
by djemos
Try this.
log in init 3 runlevel
remove /etc/X11/xorg.conf
and startx
So you return to previous stage and use x system again.
Re: Problema risoluzione schermo / crash improvvisi
Posted: 6. May 2012, 11:59
by dome95
In the shell i log with my account, then I wrote (with root permission) "remove /etc/X11/xorg.conf" and appear "command not found"
Re: Problema risoluzione schermo / crash improvvisi
Posted: 6. May 2012, 12:49
by djemos
rm /etc/X11/xorg.conf
Re: Problema risoluzione schermo / crash improvvisi
Posted: 7. May 2012, 20:03
by dome95
Perfect, it works again. In the next days i'll try to ri-edit xorg.conf and if I've problem I'll allert u.
Thx for help, bro
@edit: Ok, I failed... when I try to mod xorg.conf server X crash.
This is the configuration of my xorg,conf
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection
Section "Module"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:4:0:0"
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
How, can I add resolution "1366x768" ??
Thx