CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Mesh Generation & Pre-Processing Software > enGrid

No yellow sides

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 4, 2013, 20:20
Default No yellow sides
  #1
New Member
 
W Chan
Join Date: Apr 2013
Posts: 2
Rep Power: 0
wchan is on a distinguished road
Hello,

I am new to enGrid and have been working through the tutorials. "A" faces are green like they should be but "B" faces are black. This seems to be the case for all the STL and EGC files in the tutorial.

The colors under Tool>Configure>Colours are set correctly. Changing the "A" colors has an effect but changing "B" does not.

I am using 1.4 on ubuntu 12.10. I followed this tutorial to install: https://github.com/enGits/engrid/wik...D-Installation.

Thanks!
Attached Images
File Type: jpg engrid-no-yellow.jpg (24.6 KB, 12 views)
wchan is offline   Reply With Quote

Old   April 5, 2013, 04:13
Default
  #2
Senior Member
 
Oliver Gloth
Join Date: Mar 2009
Location: Todtnau, Germany
Posts: 121
Rep Power: 17
ogloth is on a distinguished road
Hi,

I have seen this before and it turned out to be an issue with the graphics driver.

What graphics adapter do you have an which driver are you using?

Cheers,
Oliver
ogloth is offline   Reply With Quote

Old   April 5, 2013, 16:13
Default
  #3
New Member
 
W Chan
Join Date: Apr 2013
Posts: 2
Rep Power: 0
wchan is on a distinguished road
Changing the video driver from nouveau to nvidea fixed the problem.

I have attached some relevant information for reference below.

Thanks.

[before]
$ sudo lshw -c video
*-display
description: VGA compatible controller
product: G98 [Quadro NVS 420]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:05:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
configuration: driver=nouveau latency=0
resources: irq:24 memory:f6000000-f6ffffff memory:e8000000-ebffffff memory:f4000000-f5ffffff ioport:dc80(size=128) memory:f7e00000-f7e1ffff
*-display
description: 3D controller
product: G98 [Quadro NVS 420]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:06:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list rom
configuration: driver=nouveau latency=0
resources: irq:35 memory:f1000000-f1ffffff memory:ec000000-efffffff memory:f2000000-f3ffffff ioport:cc80(size=128) memory:f0f00000-f0f1ffff

$ modinfo nouveau
filename: /lib/modules/3.5.0-18-generic/kernel/drivers/gpu/drm/nouveau/nouveau.ko
license: GPL and additional rights
description: nVidia Riva/TNT/GeForce
author: Stephane Marchesin
srcversion: D8741BDCCA23B4D2840A19C
alias: pci:v000012D2d*sv*sd*bc03sc*i*
alias: pci:v000010DEd*sv*sd*bc03sc*i*
depends: drm,drm_kms_helper,ttm,mxm-wmi,wmi,video,i2c-algo-bit
intree: Y
vermagic: 3.5.0-18-generic SMP mod_unload modversions
parm: agpmode:AGP mode (0 to disable AGP) (int)
parm: modeset:Enable kernel modesetting (int)
parm: vbios:Override default VBIOS location (charp)
parm: vram_pushbuf:Force DMA push buffers to be in VRAM (int)
parm: vram_notify:Force DMA notifiers to be in VRAM (int)
parm: vram_type:Override detected VRAM type (charp)
parm: duallink:Allow dual-link TMDS (>=GeForce 8) (int)
parm: uscript_lvds:LVDS output script table ID (>=GeForce 8) (int)
parm: uscript_tmds:TMDS output script table ID (>=GeForce 8) (int)
parm: ignorelid:Ignore ACPI lid status (int)
parm: noaccel:Disable all acceleration (int)
parm: nofbaccel:Disable fbcon acceleration (int)
parm: force_post:Force POST (int)
parm: override_conntype:Ignore DCB connector type (int)
parm: tv_disable:Disable TV-out detection (int)
parm: tv_norm:Default TV norm.
Supported: PAL, PAL-M, PAL-N, PAL-Nc, NTSC-M, NTSC-J,
hd480i, hd480p, hd576i, hd576p, hd720p, hd1080i.
Default: PAL
*NOTE* Ignored for cards with external TV encoders. (charp)
parm: reg_debug:Register access debug bitmask:
0x1 mc, 0x2 video, 0x4 fb, 0x8 extdev,
0x10 crtc, 0x20 ramdac, 0x40 vgacrtc, 0x80 rmvio,
0x100 vgaattr, 0x200 EVO (G80+) (int)
parm: perflvl:Performance level (default: boot) (charp)
parm: perflvl_wr:Allow perflvl changes (warning: dangerous!) (int)
parm: msi:Enable MSI (default: off) (int)
parm: ctxfw:Use external HUB/GPC ucode (fermi) (int)
parm: mxmdcb:Santise DCB table according to MXM-SIS (int)



[after]
$ sudo lshw -c video
*-display
description: VGA compatible controller
product: G98 [Quadro NVS 420]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:05:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
configuration: driver=nvidia latency=0
resources: irq:24 memory:f6000000-f6ffffff memory:e8000000-ebffffff memory:f4000000-f5ffffff ioport:dc80(size=128) memory:f7e00000-f7e1ffff
*-display
description: 3D controller
product: G98 [Quadro NVS 420]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:06:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list rom
configuration: driver=nvidia latency=0
resources: irq:35 memory:f1000000-f1ffffff memory:ec000000-efffffff memory:f2000000-f3ffffff ioport:cc80(size=128) memory:f0f00000-f0f1ffff

modinfo nvidia_current
filename: /lib/modules/3.5.0-18-generic/updates/dkms/nvidia_current.ko
alias: char-major-195-*
version: 304.43
supported: external
license: NVIDIA
alias: pci:v000010DEd00000E00sv*sd*bc04sc80i00*
alias: pci:v000010DEd00000AA3sv*sd*bc0Bsc40i00*
alias: pci:v000010DEd*sv*sd*bc03sc02i00*
alias: pci:v000010DEd*sv*sd*bc03sc00i00*
depends:
vermagic: 3.5.0-18-generic SMP mod_unload modversions
parm: NVreg_EnableVia4x:int
parm: NVreg_EnableALiAGP:int
parm: NVreg_ReqAGPRate:int
parm: NVreg_EnableAGPSBA:int
parm: NVreg_EnableAGPFW:int
parm: NVreg_Mobile:int
parm: NVreg_ResmanDebugLevel:int
parm: NVreg_RmLogonRC:int
parm: NVreg_ModifyDeviceFiles:int
parm: NVreg_DeviceFileUID:int
parm: NVreg_DeviceFileGID:int
parm: NVreg_DeviceFileMode:int
parm: NVreg_RemapLimit:int
parm: NVreg_UpdateMemoryTypes:int
parm: NVreg_InitializeSystemMemoryAllocations:int
parm: NVreg_UseVBios:int
parm: NVreg_RMEdgeIntrCheck:int
parm: NVreg_UsePageAttributeTable:int
parm: NVreg_EnableMSI:int
parm: NVreg_MapRegistersEarly:int
parm: NVreg_RegisterForACPIEvents:int
parm: NVreg_RegistryDwords:charp
parm: NVreg_RmMsg:charp
parm: NVreg_NvAGP:int

$jockey-text -l
kmod:nvidia_current - nvidia_current (Proprietary, Enabled, Not in use)
kmod:nvidia_173_updates - NVIDIA binary Xorg driver, kernel module and VDPAU library (Proprietary, Disabled, Not in use)
kmod:nvidia_current_updates - NVIDIA binary Xorg driver, kernel module and VDPAU library (Proprietary, Disabled, Not in use)
kmod:nvidia_experimental_304 - Experimental NVIDIA binary Xorg driver, kernel module and VDPAU library (Proprietary, Disabled, Not in use)
kmod:nvidia_experimental_310 - Experimental NVIDIA binary Xorg driver, kernel module and VDPAU library (Proprietary, Disabled, Not in use)
kmod:nvidia_173 - NVIDIA binary Xorg driver, kernel module and VDPAU library (Proprietary, Disabled, Not in use)
wchan is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Mesh size on either sides of an interface saisanthoshm88 CFX 1 August 28, 2012 19:28
[Other] wrapping two sides of a mesh insane_alien OpenFOAM Meshing & Mesh Conversion 2 December 4, 2011 12:06
HELP! Flow over both sides of a plate. farocean97 Main CFD Forum 0 September 12, 2011 10:57
shock tube with different temp. on two sides morteza08 Main CFD Forum 1 July 9, 2010 10:44
How to remove yellow curves Prateek jain CFX 4 June 11, 2007 23:09


All times are GMT -4. The time now is 23:59.