Pagina 1 di 1

[Ati] X1250 login a righe

Inviato: mercoledì 29 aprile 2009, 0:16
da n0vell0
Ciao a tutti,
monto una Ati Radeon Xpress 1250 (X1250 per gli amici) su Samsung R60+, sopra ci gira, da oggi, Jaunty.
Per risolvere l'impossibilità di attivare gli effetti di compiz ho sostituito il mio xorg.conf con questo

Codice: Seleziona tutto

# xorg.conf (X.Org 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 xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Monitor"
	Identifier	"Configured Monitor"
	Option		"DPMS"  "true"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
	Device		"Ati X1250"

EndSection

Section "Module"
	Load "dbe"
	Load "dri"
	Load "glx"
EndSection

Section "DRI"
	Mode 0666
EndSection

Section "Extensions"
	Option "Composite" "Enable"
	Option "RENDER" "true"
	Option "DAMAGE" "true"
EndSection

Section "ServerLayout"
	Identifier      "Default Layout"
	Screen          "Default Screen"
	Option 		"AIGLX" "true"
EndSection

Section "Device"
	Identifier	"Ati X1250"
	Driver		"radeon"
	BusID		"PCI:1:5:0"
	Option "XAANoOffscreenPixmaps"
	Option "RenderAccel" "true"
	Option "AddARGBGLXVisuals" "true"
	Option "AllowGLXWithComposite" "true"
	Option          "AGPMode"       "8"
	Option          "AccelMethod"   "EXA"
	Option          "ColorTiling"   "on"
EndSection

Section "ServerFlags"
	Option         "DontZap" "off"
EndSection
Il problema è stato risolto ma si presenta ancora un piccolo problema.
Al login automatico, poco prima di entrare in GNOME, si ha una schermata nera a righe multicolore che dura nemmeno un secondo. A rigor di logica c'è qualche impostazione nel xorg.conf che causa tutto ciò. Quale? Come modificarla?
Grazie

AB