Pagina 1 di 1

[Wine] Memoria video

Inviato: giovedì 14 febbraio 2008, 15:32
da Caf-Pow
Ho una Ati 9600 con 256 MB di ram, ma avviando alcuni giochi con wine me ne vengono rilevati appena 64...

come posso risolvere?  >:(

Re: [Wine] Memoria video

Inviato: giovedì 14 febbraio 2008, 16:25
da Caf-Pow
Ho reinstallato i driver con envy, ma non è cambiato nulla... tra le altre cose il control center di ati rileva solo 128 MB  :-\

devo editare xorg a questo punto?  >:(

Non sembra esserci nessun riferimento alla memoria video però...  ???

Codice: Seleziona tutto

# 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 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 "Files"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc101"
	Option		"XkbLayout"	"it"
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"
	Driver		"wacom"
	Identifier	"stylus"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"	"stylus"
	Option		"ForceDevice"	"ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier	"eraser"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"	"eraser"
	Option		"ForceDevice"	"ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier	"cursor"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"	"cursor"
	Option		"ForceDevice"	"ISDV4"# Tablet PC ONLY
EndSection

Section "Device"
	Identifier	"ATI Technologies Inc RV350 AP [Radeon 9600]"
	Driver		"fglrx"
	Busid		"PCI:2:0:0"
	Option		"VideoOverlay"	"on"
	Option		"OpenGLOverlay"	"off"
EndSection

Section "Monitor"
	Identifier	"F700P"
	Option		"DPMS"
	Horizsync	30-98
	Vertrefresh	50-160
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies Inc RV350 AP [Radeon 9600]"
	Monitor		"F700P"
	Defaultdepth	24
	SubSection "Display"
		Modes		"1920x1440"	"1600x1200"	"1280x1024"	"1024x768"	"800x600"	"640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
  screen "Default Screen"
	Inputdevice	"Generic Keyboard"
	Inputdevice	"Configured Mouse"
	
	# Uncomment if you have a wacom tablet
	#	InputDevice     "stylus"	"SendCoreEvents"
	#	InputDevice     "cursor"	"SendCoreEvents"
	#	InputDevice     "eraser"	"SendCoreEvents"
EndSection
Section "Extensions"
	Option		"Composite"	"Enable"
EndSection
aiutatemi  :'(

Re: [Wine] Memoria video

Inviato: giovedì 14 febbraio 2008, 18:02
da V
leggi questa guida ...

http://wiki.ubuntu-it.org/Emulatori/Wine/Configurazione

spesso basta una ricerchina nella documentazione e si trovano le risposte ;)

(wine di default usa solo 64MB impostando la chiave Direct3D e la stringa VideoMemorySize risolvi il tuo problema).

ciao

Re: [Wine] Memoria video

Inviato: giovedì 14 febbraio 2008, 19:33
da Caf-Pow
giusto, scusa  :-[

comunque è strano che anche il pannello d controllo ATI ne rilevi 128 invece che 256... da cosa potrebbe dipendere? Da i driver o la configurazione di xorg.conf?

Re: [Wine] Memoria video

Inviato: venerdì 15 febbraio 2008, 13:12
da V
da quanto ne sò nello xorg si può mettere un opzione che stabilisca l'effettivo ammontare della ram (mi pare espresso in KB).
Io però ho un Nvidia quindi non sono sicuro si possa fare anche con ATI  :-\

Re: [Wine] Memoria video

Inviato: sabato 16 febbraio 2008, 14:45
da Caf-Pow
volendo riconfigurare xorg senza togliere i driver ati.. devo selezionare i fglrx?

visto che ricordo che durante la riconfigurazione viene chiesto il quantitativo si ram video, magari risolvo... :-\

al limite faccio un backup... di xorg.conf  :-\