[Risolto] Driver Ati, risoluzione...una via indolore?

Problemi riscontrati nella Feisty (Ubuntu 7.04) in fase di sviluppo.
Avatar utente
Giooogle.tk
Prode Principiante
Messaggi: 242
Iscrizione: giovedì 31 agosto 2006, 12:50
Contatti:

[Risolto] Driver Ati, risoluzione...una via indolore?

Messaggio da Giooogle.tk »

So che l'argomento è ormai un best-seller in ogni distribuzione ubuntu ma prima di provare una delle strade presenti in giro per il forum volevo essere sicuro di ciò che faccio (l'ultima volta che ho provato a sistemare questa cosa è finita [url=http://"http://forum.ubuntu-it.org/viewtopic.php?t=74733"]male[/url].
Per cui, ho la sfortuna di avere una ATI Mobility Radeon X1400 e uno schermo widescreen 1280x800. Feisty ha attivato di suo i driver restricted per il 3D e invece i fglrx per la scheda.
Il xorg.conf, ancora candido, è questo:

Codice: Seleziona tutto

# /etc/X11/xorg.conf (xorg 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(5) 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.
#
# 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 "ServerLayout"
	Identifier     "Default Layout"
	Screen         "Default Screen" 0 0
	InputDevice    "Generic Keyboard"
	InputDevice    "Configured Mouse"
	InputDevice    "stylus" "SendCoreEvents"
	InputDevice    "cursor" "SendCoreEvents"
	InputDevice    "eraser" "SendCoreEvents"
	InputDevice    "Synaptics Touchpad"
EndSection

Section "Files"

	# path to defoma fonts
	FontPath     "/usr/share/fonts/X11/misc"
	FontPath     "/usr/share/fonts/X11/cyrillic"
	FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/Type1"
	FontPath     "/usr/share/fonts/X11/100dpi"
	FontPath     "/usr/share/fonts/X11/75dpi"
	FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load  "i2c"
	Load  "bitmap"
	Load  "ddc"
	Load  "dri"
	Load  "extmod"
	Load  "freetype"
	Load  "glx"
	Load  "int10"
	Load  "vbe"
EndSection

Section "InputDevice"
	Identifier  "Generic Keyboard"
	Driver      "kbd"
	Option	    "CoreKeyboard"
	Option	    "XkbRules" "xorg"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "us"
	Option	    "XkbOptions" "lv3:ralt_switch"
EndSection

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

Section "InputDevice"
	Identifier  "Synaptics Touchpad"
	Driver      "synaptics"
	Option	    "SendCoreEvents" "true"
	Option	    "Device" "/dev/psaux"
	Option	    "Protocol" "auto-dev"
	Option	    "HorizScrollDelta" "0"
EndSection

Section "InputDevice"

							# /dev/input/event
							# for USB
	Identifier  "stylus"
	Driver      "wacom"
	Option	    "Device" "/dev/wacom"	# Change to 
	Option	    "Type" "stylus"
	Option	    "ForceDevice" "ISDV4"		# Tablet PC ONLY
EndSection

Section "InputDevice"

							# /dev/input/event
							# for USB
	Identifier  "eraser"
	Driver      "wacom"
	Option	    "Device" "/dev/wacom"	# Change to 
	Option	    "Type" "eraser"
	Option	    "ForceDevice" "ISDV4"		# Tablet PC ONLY
EndSection

Section "InputDevice"

							# /dev/input/event
							# for USB
	Identifier  "cursor"
	Driver      "wacom"
	Option	    "Device" "/dev/wacom"	# Change to 
	Option	    "Type" "cursor"
	Option	    "ForceDevice" "ISDV4"		# Tablet PC ONLY
EndSection

Section "Monitor"
	Identifier   "Generic Monitor"
	HorizSync    28.0 - 51.0
	VertRefresh  43.0 - 60.0
	Option	    "DPMS"
EndSection

Section "Device"
	Identifier  "Scheda video generica"
	Driver      "fglrx"
	Option	    "VideoOverlay" "on"
	Option	    "OpenGLOverlay" "off"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Default Screen"
	Device     "Scheda video generica"
	Monitor    "Generic Monitor"
	DefaultDepth     24
	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
	SubSection "Display"
		Depth     24
		Modes    "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "DRI"
	Mode         0666
EndSection

Section "Extensions"
	Option	    "Composite" "0"
EndSection
Mi servirebbe un metodo pulito pulito per per settare la risoluzione giusta e per settare i driver giusti in previsione di compiz o beryl.. (b2b)
Ultima modifica di Giooogle.tk il mercoledì 11 aprile 2007, 10:15, modificato 1 volta in totale.
"Auferre, trucidare, rapere falsis nominibus imperium, atque ubi solitudinem faciunt, pacem appellant."
Divilinux

Re: Driver Ati, risoluzione...una via indolore?

Messaggio da Divilinux »

ma basta aggiungere 1280x800 allo xorg.conf..per tutte le profondita' di colore  :-\..la frequenza sara' comunque la stessa
anche io ho un 1280x800 con una ati x1600
Avatar utente
Giooogle.tk
Prode Principiante
Messaggi: 242
Iscrizione: giovedì 31 agosto 2006, 12:50
Contatti:

Re: Driver Ati, risoluzione...una via indolore?

Messaggio da Giooogle.tk »

Ora aggiungo. E in previsione di compiz o beryl posso tenermi gli fglrx?
"Auferre, trucidare, rapere falsis nominibus imperium, atque ubi solitudinem faciunt, pacem appellant."
Divilinux

Re: Driver Ati, risoluzione...una via indolore?

Messaggio da Divilinux »

bhe certo..non conosco compiz ..ma beryl con gli fglrx funziona normalmente (piu' o meno)..basta usare pero' la sessione Xgl
Avatar utente
Giooogle.tk
Prode Principiante
Messaggi: 242
Iscrizione: giovedì 31 agosto 2006, 12:50
Contatti:

Re: Driver Ati, risoluzione...una via indolore?

Messaggio da Giooogle.tk »

E' sempre tutto più facile di quel che sembra insomma.. Farò come hai detto poi scrivò com'è andata. Nel frattempo ci sono 68 aggiornamenti..  :D
Grazie!!  (b2b)
"Auferre, trucidare, rapere falsis nominibus imperium, atque ubi solitudinem faciunt, pacem appellant."
Avatar utente
Giooogle.tk
Prode Principiante
Messaggi: 242
Iscrizione: giovedì 31 agosto 2006, 12:50
Contatti:

Re: Driver Ati, risoluzione...una via indolore?

Messaggio da Giooogle.tk »

Ha funzionato anche se i font sono più brutti ora..  ;)
Aggiungo un risolto. Grazie Divilinux!
"Auferre, trucidare, rapere falsis nominibus imperium, atque ubi solitudinem faciunt, pacem appellant."
Divilinux

Re: [Risolto] Driver Ati, risoluzione...una via indolore?

Messaggio da Divilinux »

per i font probabilmente e' questione di grandezza..non saprei  (good)..ma non credo sia un problema sistemarli
Scrivi risposta

Ritorna a “Feisty 7.04”

Chi c’è in linea

Visualizzano questa sezione: 0 utenti iscritti e 1 ospite