[PLUTO-help] xserver
Marco Curreli
marcocurreli a tiscali.it
Ven 23 Gen 2009 21:05:46 CET
On 18:40 Fri 23 Jan , Ernesto Dedò wrote:
> hwd non c'è nei repo ufficiali di debian.
in effetti è un programma scritto per Arch Linux, l'ho
scoperto ora.
> Il problema mio è che dopo un apt-get dist-upgrade da stable a testing
> mi dà come risoluzione massima dello schermo 800x680. Come gli dico che
> la risoluzione massima non è quella?
> non cambia niente con dpkg-reconfigure xserver.xorg, durante il quale
> non ti chiede più la risoluzione dello schermo nè la quantità di memoria
> della scheda grafica.
>
genera xorg.con con Xorg -configure, come ti ho detto
nella sezione "Monitor" controlla se nelle righe del tipo:
# 720x400 @ 85Hz (VESA) hsync: 37.9kHz
ModeLine "720x400" 35.5 720 756 828 936 400 401 404 446 -hsync +vsync
tua risoluzione
Vai alla sezione Screen, come da esempio
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultColorDepth 16
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
e aggiungi la risoluzione che vuoi in Modes (nel mio caso in
corrispondenza di Depth16, ma puoi lasciare anche una sola
subsession e cambiare DefaultColorDepth)
More information about the pluto-help
mailing list