PDA

View Full Version : Come modificare il file xorg.conf per impostare una risoluzione maggiore ?


spyware89
15-11-2008, 22:04
Ciao a tutti, premetto che sono nuovo nel mondo di linux. :)

Come posso fare questo utilizzando Ubuntu / Kubuntu 8.10 ?

Cosa devo scrivere nel file xorg.conf ? :confused:

Grazie.

patel45
16-11-2008, 07:25
il mio Xorg sulla 8.10 è
Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
EndSection

Section "Module"
Load "glx"
EndSection

Section "Device"
Identifier "Configured Video Device"
Driver "fglrx"
EndSection

Mi sembra che c'è poco da modificare.. Non serve più a niente xorg ? è stato sostituito da un altro file ?

sacarde
16-11-2008, 09:00
con

Xorg -configure

da root, genera un xorg.conf.new nella /root


p.s.
dpkg-reconfigure xserver-xorg

non basta?