Incrementare memoria video condivisa
Inviato: lun 29 set 2014, 11:26
Buongiorno a tutti
..
Mi chiedevo se fosse possibile incrementare la memoria condivisa, premetto che dal bios non ho nessuna voce che mi permette di farlo;
E' possibile aumentarla modificando Xorg.conf?
Ho visto l'opzione VideoRam mem
This optional entry specifies the amount of video ram that is installed on the graphics board. This is measured in kBytes. In most cases this is not required because the Xorg server probes the graphics board to determine this quantity. The driver-specific documentation should indicate when it might be needed.
Sapete se posso dare il valore che voglio, per esempio 2Gb oppure la gpu non ne gestisce più di un tot prestabilito???
La scheda video è questa:
Grazie 1000
Francesco
Mi chiedevo se fosse possibile incrementare la memoria condivisa, premetto che dal bios non ho nessuna voce che mi permette di farlo;
E' possibile aumentarla modificando Xorg.conf?
Ho visto l'opzione VideoRam mem
This optional entry specifies the amount of video ram that is installed on the graphics board. This is measured in kBytes. In most cases this is not required because the Xorg server probes the graphics board to determine this quantity. The driver-specific documentation should indicate when it might be needed.
Sapete se posso dare il valore che voglio, per esempio 2Gb oppure la gpu non ne gestisce più di un tot prestabilito???
La scheda video è questa:
Codice: Seleziona tutto
francesco@kali:/www/BuilderNews/template$ sudo lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Caicos [Radeon HD 6400M/7400M Series] (rev ff)
francesco@kali:/www/BuilderNews/template$ lspci -v -s 01:00.0
01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Caicos [Radeon HD 6400M/7400M Series] (rev ff) (prog-if ff)
!!! Unknown header type 7f
Kernel driver in use: radeon
francesco@kali:/www/BuilderNews/template$ lspci -v -s 00:02.0
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09) (prog-if 00 [VGA controller])
Subsystem: Hewlett-Packard Company Device 1670
Flags: bus master, fast devsel, latency 0, IRQ 46
Memory at c0000000 (64-bit, non-prefetchable) [size=4M]
Memory at b0000000 (64-bit, prefetchable) [size=256M]
I/O ports at 5000 [size=64]
Expansion ROM at <unassigned> [disabled]
Capabilities: <access denied>
Kernel driver in use: i915
Francesco