[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Configurazione Xfree, me le spiegate un paio di cose ?



Ciao a tutti !

Ieri ho installato una Sarge da DVD, installazione semplicissima, davvero soddisfacente. Apparentemente Mouse, Scheda video e Monitor sono stati visti in automatico, (apparentemente) Al successivo riavvio è partito gdm e mi sono loggato (a proposito, come abilito la possibilità di loggarmi anche come root
oltre che come utente normale ?)
Beh sembrava tutto a posto, quando mi accorgo, che non vedo proprio l'intero schermo, ma ne manca una parte (!!) muovendo il mouse però riesco a coprirlo tutto..cosa ovviamente inaccettabile per un uso quotidiano di X. Mi metto di lena e mi studio i tool per configurare l'interfaccio grafica; queste le periferiche:

1) Scheda video Ati Radeon 7000/VE (correttamente vista da lspci)

2) Monitor Samsung Syncmaster 172N (LCD 17 pollici)

3) Mouse microsoft, correttamente visto in /dev/psaux

Stando così le cose ho inziato con il classico

dpkg-reconfigure xserver-xfree86

e aumento la risoluzione di X (abilito anche 1280x1024)

Avvio X e...la situazione peggiora !

Di fatto aumentando la risoluzione di X, questa aumenta in effetti, ma consensualmente all'area coperta dallo schermo virtuale ( vedo cioè una porzione sempre più piccola dello schermo) a nulla vale cambiare al volo le impostazioni dello schermo virtuale con ctrl alt + o -. Non ho inoltre alcuna voce Virtual nel mio XF86Config-4, che possa giustificare l'abilitazione dello schermo virtuale. Per quanto riguarda la configurazione del monitor sono certo delle impostazioni di refresh e di risoluzione (viste nel sito del produttore).

Per niente convinto ho provato a cambiare tool di configurazione e sono passato a xf86config (modalità testuale), qui ho cambiato il driver "ati" generico con "radeon",

a parte il fatto che xf86xonfig mi crea il file XF86Config e non XF86Config-4, la situazione non cambia.

Facendo varie prove sono arrivato a due conclusioni :

1) L'unica risoluzione alla quale non si attiva lo schermo virtuale è 640x480 (!!), così l'accrocchio è usabile, ma sicuramente non ottimale !

2) Non sono affatto sicuro che ogni volta che lancio dpkg-reconfigure xserver-xfree86 lui mi vada a cambiare il mio XF86Config-4; alla fine ho spostato il file da /etc/X11 alla mia home e ho rilanciato dpkg-reconfigure, ma alla fine, lui non mi ha scritto un nuovo file di configurazione ! Com'e' possibile ??


Riporto di seguito l'XF86Config-4 che uso attualemente (risoluzione 640x480),

Grazie sin d'ora per ogni aiuto


Diego


# XF86Config-4 (XFree86 X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only* # if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86

Section "Files"
	FontPath	"unix/:7100"			# local font server
	# if the local font server has problems, we can fall back on these
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/lib/X11/fonts/cyrillic"
	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/lib/X11/fonts/CID"
	FontPath	"/usr/lib/X11/fonts/Speedo"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
	Load	"GLcore"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"speedo"
	Load	"type1"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"it"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"ImPS/2"
	Option		"Emulate3Buttons"	"true"
	Option		"ZAxisMapping"		"4 5"
EndSection
Section "InputDevice"
	Identifier	"Generic Mouse"
	Driver		"mouse"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"Emulate3Buttons"	"true"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "Device"
	Identifier	"Scheda video generica"
	Driver		"radeon"
EndSection

Section "Monitor"
	Identifier	"SyncMaster"
	HorizSync	28-50
	VertRefresh	43-75
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Scheda video generica"
	Monitor		"SyncMaster"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice	"Generic Mouse"
EndSection

Section "DRI"
	Mode	0666
EndSection



Reply to: