http://bugs.winehq.org/show_bug.cgi?id=33552 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net --- Comment #5 from Anastasius Focht <focht(a)gmx.net> 2013-12-05 11:45:20 CST --- @Someone --- quote --- Card : Nvidia Gefore GT 630, driver 313.30 --- quote --- --- quote --- Sorry, not 100% fixed, my VRAM is not detected correctly --- quote --- Your card is listed here: http://source.winehq.org/git/wine.git/blob/57d7f74d34f2ce0968af2eb14c7e866d6... --- snip --- 1249 {HW_VENDOR_NVIDIA, CARD_NVIDIA_GEFORCE_GT630, "NVIDIA GeForce GT 630", DRIVER_NVIDIA_GEFORCE6, 1024}, --- snip --- CARD_NVIDIA_GEFORCE_GT630 -> pci deviceid = 0x0f00 Verify (it should display the same id): --- snip --- $ lspci -nn | grep VGA | grep NVIDIA | cut -d: -f 4 | cut -d ']' -f 1 --- snip --- It seems this graphics card series comes with 1 GiB, 2 GiB and 4 GiB DDR3 SDRAM. If you have more than 1 GiB you have to put an override in registry to tell Wine. For example 2 GiB (to override Wine's default value of 1 GiB for GT630 entry): --- quote --- [HKEY_CURRENT_USER\Software\Wine\Direct3D] "VideoMemorySize"=dword:00000800 --- quote --- Regards -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.