Re: [Thinstation-general] XFWM4 issue and duplicate icones
Brought to you by:
doncuppjr
|
From: Brian K. <bk...@ci...> - 2016-11-21 22:00:26
|
okay, I've got audio. So, I'm setting my TS.conf.buildtime audio to
AUDIO_LEVEL=100. However, when it builds, the audio is set to 45 (-21db).
Where is that 45 coming from? It did work before I added the following
script to fix my "mic mute/ volume set to 0" issue. Now, my mic works
great, but I cannot set the speaker volume. Where to next folks? Please
and thanks again.
restore_alsa() {
while [ -z "$(pidof pulseaudio)" ]; do
sleep 0.5
done
alsactl -f /var/lib/alsa/asound.state restore
}
restore_alsa &
Brian Koch
IT Dept
City of Taylor, MI
(734) 374-1514 or Ext. 7550 (internal use)
Please have a ticket put in if you need an issue resolved.
On Fri, Nov 18, 2016 at 11:28 AM, Brian Koch <bk...@ci...> wrote:
> Michael K, I tried to run amixer in my build to get my config file in my
> build. It fails with the following (below). I've added packages alsa-lib,
> alsa-plugins and pulseaudio to my build.conf. What could I be missing or
> have I added too much? Also, after reading pulseaudio website, I learned
> that pulseaudio overrides alsa settings. So, I'm a bit stumped.
>
> DevStation_mac_address:/var/lib/alsa# *amixer scontents*
> ALSA lib pulse.c:243:(pulse_connect) PulseAudio: Unable to connect:
> Connection refused
>
> amixer: Mixer attach default error: Connection refused
> DevStation_mac_address:/var/lib/alsa# *amixer scontrols*
> ALSA lib pulse.c:243:(pulse_connect) PulseAudio: Unable to connect:
> Connection refused
>
> amixer: Mixer attach default error: Connection refused
>
>
>
> Brian Koch
> IT Dept
> City of Taylor, MI
> (734) 374-1514 or Ext. 7550 (internal use)
> Please have a ticket put in if you need an issue resolved.
>
> On Wed, Nov 16, 2016 at 2:47 PM, Michael K <ts....@gm...> wrote:
>
>> Take a look at packages/alsa/etc/init.d/audio for reference
>> You may have to set MIC_DEVICE or UNMUTE if your microphone capability
>> isn't named "Mic" or to unmute addtional devices.
>> The mixer GUI is just an application on top of either ALSA or PulseAudio
>> with ALSA. So find out what command makes the mic come on from the command
>> line and see if there's an option that already matches. If not, run your
>> own amixer command from an init script of your own.
>>
>> SESSION_1_VMWARE_MIC_LEVEL isn't a thing. Don't use it. As in my other
>> response, it cancels all other options.
>>
>>
>> On Tue, Nov 15, 2016 at 5:16 PM, Brian Koch <bk...@ci...>
>> wrote:
>>
>>> Addendum: I've determined where my headache is,.. I just don't know how
>>> to have it turned on all the time. In the build, if ICONMODE is set to
>>> AUTO, I see the application called "Sound Mixer" in the Start Menu. Under
>>> the Recording tab, the "Toggle audio recording from Microphone" is Muted.
>>> I need to make it UnMuted. When I toggle the Microphone to On (Mute is
>>> off), my webcam microphone works with RTAV just fine.
>>>
>>> IF I don't do the above toggle, VMWARE RTAV log states that MIC Volume
>>> is set to 0. When toggled on, this is no longer an issue. Where is this
>>> set in the TS Developer so that the MIC is always on once my package is
>>> built? Again, my mic is preset to either 90 or 100 in
>>> Thinstation.conf.buildtime and preset in Session_1_Vmare_mic_level=100.
>>> I plan to return to ICONMODE=off once this is fixed.
>>>
>>> Michael and everyone, Thanks again in advance
>>>
>>>
>>> Brian Koch
>>> IT Dept
>>> City of Taylor, MI
>>> (734) 374-1514 or Ext. 7550 (internal use)
>>> Please have a ticket put in if you need an issue resolved.
>>>
>>> On Tue, Nov 15, 2016 at 12:26 PM, Brian Koch <bk...@ci...>
>>> wrote:
>>>
>>>> Michael, okay. I made the change to vmview. VDI session connects.
>>>> Lost the microphone that I had working last week, but still have the
>>>> camera. In the logs, it states that Audio =100 is invalid. Yet, I can
>>>> hear and see the person on the other end.
>>>>
>>>> I do have at the top of my Thinstation.conf.buildtime MIC_Level=100 and
>>>> AUDIO_Level=100.
>>>>
>>>> In session 1, SESSSION_1_VMVIEW_MIC_LEVEL=100. I'm wondering if it
>>>> should read as follows: SESSION_1_MIC_LEVEL=100 and AUDIO the same way.
>>>> According to the logs, it's setting the MIC to 0. Now, the webcam and mic
>>>> are only needed IF the user starts a webmeeting. Otherwise, it's not
>>>> needed. When I started a meeting and then disconnected from it, the only
>>>> notes in the log is MIC set to 0.
>>>>
>>>> Should I be putting the volume level in the config file? Something
>>>> like, vmview.mic_level=100 and vmview.audio_level=100?
>>>>
>>>> I do have a volume icon on my toolbar (near clock). Weirdly, it was
>>>> set for 82. Don't know where that came from. I set things to 100 just so
>>>> users can't gripe "It's not loud enough."
>>>>
>>>>
>>>> Brian Koch
>>>> IT Dept
>>>> City of Taylor, MI
>>>> (734) 374-1514 or Ext. 7550 (internal use)
>>>> Please have a ticket put in if you need an issue resolved.
>>>>
>>>> On Mon, Nov 14, 2016 at 6:40 PM, Michael K <ts....@gm...>
>>>> wrote:
>>>>
>>>>> You also need thunar - it's the file manager and desktop for XFCE.
>>>>> Your session 1 type is wrong. It should be just 'vmview' not
>>>>> 'vmviewpcoip'. Sorry for not catching that.
>>>>>
>>>>> On Wed, Nov 9, 2016 at 2:16 PM, Brian Koch <bk...@ci...>
>>>>> wrote:
>>>>>
>>>>>> Michael K, I went ahead and tried it and Switchuser and the Server
>>>>>> options. I've got 2 firefox icons on my desktop. That was the goal.
>>>>>> However, both give a "Launch Error--'Failed to run "Title1.desktop': The
>>>>>> name org.xfce.FileManager was not provided by any .service files."
>>>>>>
>>>>>> And, my Vmware application icon is gone. All that I have is some
>>>>>> un-openable text file named as "Title 1" that I wanted for the Vmware
>>>>>> application. I'd like the text file gone and the application back.
>>>>>>
>>>>>> For references: I now have Session_1_VMVIEW_Server="domainname",
>>>>>> Session_2_Firefox_Server="domainname"
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> Brian Koch
>>>>>> IT Dept
>>>>>> City of Taylor, MI
>>>>>> (734) 374-1514 or Ext. 7550 (internal use)
>>>>>> Please have a ticket put in if you need an issue resolved.
>>>>>>
>>>>>> On Wed, Nov 9, 2016 at 1:53 PM, Brian Koch <bk...@ci...>
>>>>>> wrote:
>>>>>>
>>>>>>> Michael K, just to clarify some of my confusion, why would I turn on
>>>>>>> "switchuser" if I only need tsuser (I believe)? I didn't believe that I
>>>>>>> wanted more than one user, such as "tsuser."
>>>>>>>
>>>>>>> The way I was designing the system was to boot into the the tsuser
>>>>>>> profile with limited access to the desktop system other than what's
>>>>>>> provided to get to vmware. How would I configure my system to not need to
>>>>>>> change profiles? In my build.conf, param tsuser is "tsuser". I never
>>>>>>> touched the param lines. And, to answer your question, "switchuser" is not
>>>>>>> listed in my build file either.
>>>>>>>
>>>>>>> Do I add switchuser or disable "param tsuser"?
>>>>>>>
>>>>>>>
>>>>>>> Brian Koch
>>>>>>> IT Dept
>>>>>>> City of Taylor, MI
>>>>>>> (734) 374-1514 or Ext. 7550 (internal use)
>>>>>>> Please have a ticket put in if you need an issue resolved.
>>>>>>>
>>>>>>> On Wed, Nov 9, 2016 at 12:56 PM, Michael K <ts....@gm...>
>>>>>>> wrote:
>>>>>>>
>>>>>>>> Did you set tsuser without including the switchuser package?
>>>>>>>>
>>>>>>>> The default Firefox and VMware icons and others come from reading
>>>>>>>> /lib/menu/*. Any that don't say nodesktop=true will be on the desktop.
>>>>>>>> You can turn them all off with ICONMODE=off. Your icons via SESSION_* will
>>>>>>>> be the only ones.
>>>>>>>>
>>>>>>>> You're also not using SERVER for any of your sessions, which is why
>>>>>>>> some of your icons aren't doing what you want. FIREFOX_OPTIONS ->
>>>>>>>> FIREFOX_SERVER and VMVIEW_SERVER = "domain name:443"
>>>>>>>>
>>>>>>>> On Wed, Nov 9, 2016 at 10:55 AM, Brian Koch <bk...@ci...>
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> Please ignore the "Now, I've got it:"... I'm still looking for
>>>>>>>>> help.
>>>>>>>>>
>>>>>>>>> Here's active packages in Build.conf
>>>>>>>>>
>>>>>>>>> package v4l-utils # Try to use camera
>>>>>>>>> package pulseaudio # VMWare audio ??
>>>>>>>>> package talkplugin # Could be Google Talkplugin
>>>>>>>>> package vmware-view-usb # Possible add-on for viewusb
>>>>>>>>> package gstreamer # Looking for volumeicon
>>>>>>>>> functionality
>>>>>>>>> package pavucontrol
>>>>>>>>>
>>>>>>>>> package alsa
>>>>>>>>> package consolekit #not originally in Build.conf. Added
>>>>>>>>> for testing
>>>>>>>>> package dmidecode #not originally in Build.conf. Added for
>>>>>>>>> testing
>>>>>>>>> package gnome-media
>>>>>>>>> package gnome-network-properties
>>>>>>>>> package gnome-core
>>>>>>>>> package polkit #not originally in Build.conf.
>>>>>>>>> Added for testing
>>>>>>>>> package dbus
>>>>>>>>> package volumeicon
>>>>>>>>> package gst-plugins-base
>>>>>>>>> package gst-plugins-good
>>>>>>>>> package libva
>>>>>>>>> package cpufreq
>>>>>>>>>
>>>>>>>>> package xorg7-vmware
>>>>>>>>> package xorg7-intel #Intel video driver for most
>>>>>>>>> modern chipsets except the GMA3500/3600
>>>>>>>>>
>>>>>>>>> package xorg7vnc # Remote Control Client Workstation
>>>>>>>>> package firefox
>>>>>>>>> package vmviewpcoip
>>>>>>>>> package xfwm4
>>>>>>>>> package xfce4-power-manager
>>>>>>>>> package terminal
>>>>>>>>> package www
>>>>>>>>>
>>>>>>>>> package cups
>>>>>>>>> package hdupdate
>>>>>>>>> package scp
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Here's my thinstation file. What am I missing?
>>>>>>>>>
>>>>>>>>> AUDIO_LEVEL=100
>>>>>>>>> MIC_LEVEL=100
>>>>>>>>> KEYBOARD_MAP=en_us
>>>>>>>>> SESSION_0_TYPE=xfwm4
>>>>>>>>> SESSION_0_AUTOSTART=on
>>>>>>>>> XFWM4_COMPOSITING=true
>>>>>>>>> XFWM4_BRIGHTNESS="-33"
>>>>>>>>> XFWM4_RED=0
>>>>>>>>> XFWM4_GREEN=0
>>>>>>>>> XFWM4_BLUE=0
>>>>>>>>> XFWM4_START_POSITION="BOTTOM"
>>>>>>>>> #CUSTOM_CONFIG=Off
>>>>>>>>> #RECONNECT_PROMPT=Menu #This line appears to cause my entire
>>>>>>>>> package to crash
>>>>>>>>> DESKTOP_ICON_SIZE=48
>>>>>>>>> DESKTOP_FONT_SIZE=12
>>>>>>>>> DESKTOP_SHOWTRASH=false
>>>>>>>>> DEKSTOP_SHOWHOME=false
>>>>>>>>> DESKTOP_SHOWREMOVEABLE=false
>>>>>>>>> DESKTOP_SHOWFILESYSTEM=false
>>>>>>>>> GTK_THEME=Xfce
>>>>>>>>> XFWM4_THEME=Default
>>>>>>>>> PANEL_PAGER=false
>>>>>>>>> PANEL_USER=false
>>>>>>>>> PANEL_REV_CLOCKSYSTRAY=true
>>>>>>>>> ICONS_THEME="gnome"
>>>>>>>>> ICONS_CUT_SIZES="256x256 scalable"
>>>>>>>>> #ICEWM ICONMODE -> AUTO
>>>>>>>>> #XFWM4 ICONMODE -> Manual ?
>>>>>>>>> ICONMODE=auto
>>>>>>>>> XTERM_CMD="xfce4-terminal"
>>>>>>>>> #SESSION_0_TYPE=icewm
>>>>>>>>> #ICEWM_THEME=xp-new
>>>>>>>>> #SESSION_0_AUTOSTART=on
>>>>>>>>> #MENU_SHOWRES=off # Hide resolution menu.
>>>>>>>>> ##changed 12:34pm 09/29/16
>>>>>>>>> MENU_SHOWABOUT=on # Hide about menu
>>>>>>>>> ##changed ABOUT
>>>>>>>>> #MENU_SHOWTHEME=off
>>>>>>>>> #PANEL_PAGER=false
>>>>>>>>> #PANEL_USER=false
>>>>>>>>> #PANEL_REV_CLOCKSYSTRAY=true
>>>>>>>>> ###Start Monitor Test
>>>>>>>>> X_DEVICE_OPTION1="swcursor On"
>>>>>>>>> USE_XRANDR=on
>>>>>>>>> #XRANDR_OPTIONS="-s 1680x1050"
>>>>>>>>> XRANDR_OPTIONS="--output HDMI1 --mode 1680x1050 --left-of VGA1
>>>>>>>>> --mode 1680x1050"
>>>>>>>>> #XRANDR_OPTIONS="--auto --output VGA-1 --mode 1680x1050 --left-of
>>>>>>>>> HDMI-1"
>>>>>>>>> X_DPI=98
>>>>>>>>> #X_MONITOR_MODELINE='"1680x1050" 146.2 1680 1784 1960 2240 1050
>>>>>>>>> 1053 1059 1089 -HSync -VSync'
>>>>>>>>> ###MONITOR TEST COMPLETED
>>>>>>>>> X_NUMLOCK=ON
>>>>>>>>> #DESKTOP_ICON_SIZE=48
>>>>>>>>> #DESKTOP_FONT_SIZE=12
>>>>>>>>> #ICONS_COMPOSITE_THEME_ORDER="gnome Tango Neu"
>>>>>>>>> #ICONS_CUT_SIZES="16x16 32x32 48x48 256x256 scalable"
>>>>>>>>> #ICONS_THEME=gnome
>>>>>>>>> ##changed 10:06am 10/5/16 ICON seen with AUTO. Testing Manual at
>>>>>>>>> 11:06am
>>>>>>>>> #ICONMODE=auto
>>>>>>>>> ##changed ICONMODE
>>>>>>>>> # XTERM_CMD="xfce4-terminal"
>>>>>>>>> NET_USE=BOTH
>>>>>>>>> NET_USE_DHCP=on
>>>>>>>>> #NET_HOSTNAME=ts_*
>>>>>>>>> NET_TELNETD_ENABLED=ON
>>>>>>>>> TIME_ZONE=America/New_York
>>>>>>>>> NET_TIME_SERVER=us.pool.ntp.org
>>>>>>>>> NET_REMOTE_ACCESS_FROM="0.0.0.0"
>>>>>>>>> TFTP_BLOCKSIZE=1024
>>>>>>>>> USB_ENABLED=On
>>>>>>>>> BIND_MOUNT0="storage:/mnt/storage"
>>>>>>>>> STORAGE_CONFIG1=/mnt/storage
>>>>>>>>> #USB_STORAGE_SYNC=on
>>>>>>>>> USB_MOUNT_DIR="/mnt/usbdevice"
>>>>>>>>> USB_MOUNT_USELABEL=YES
>>>>>>>>> CDROM_MOUNT_OPTIONS=/mnt/cdrom
>>>>>>>>> LOCALE=en_US
>>>>>>>>> MOUNT_0="LABEL=boot /boot auto
>>>>>>>>> x-mount.mkdir,defaults 0 0"
>>>>>>>>> MOUNT_1="LABEL=home /root auto
>>>>>>>>> x-mount.mkdir,defaults 0 0"
>>>>>>>>> MOUNT_2="LABEL=swap swap swap defaults 0
>>>>>>>>> 0"
>>>>>>>>> ##### NET FILE and HDUPDATE #############
>>>>>>>>> NET_FILE_ENABLED=On
>>>>>>>>> NET_FILE_METHOD=tftp
>>>>>>>>> HDUPDATE_ENABLED=Y
>>>>>>>>> HDUPDATE_SERVER="ip address"
>>>>>>>>> HDUPDATE_SERVER_TYPE=tftp
>>>>>>>>> HDUPDATE_PATH=/update
>>>>>>>>> HDUPDATE_WS_VERSION=1
>>>>>>>>> HDUPDATE_TEMP=RAM
>>>>>>>>> HDUPDATE_FORCE=N
>>>>>>>>> ##### HDUPDATE #############
>>>>>>>>> # VMVIEW_DEFAULTBROKER="server path"
>>>>>>>>> # VMVIEW_SSLVERIFYMODE=3
>>>>>>>>> SESSION_1_TITLE="Title 1"
>>>>>>>>> SESSION_1_TYPE=vmviewpcoip
>>>>>>>>> #VMVIEW_DEFAULTBROKER="server path"
>>>>>>>>> #VMVIEW_SSLVERIFYMODE=3
>>>>>>>>> SESSION_1_VMVIEW_AUDIO_LEVEL=100
>>>>>>>>> SESSION_1_VMVIEW_MIC_LEVEL=100
>>>>>>>>> SESSION_1_VMVIEW_disableMaximizedApp=TRUE
>>>>>>>>> SESSION_1_VMVIEW_sendCtrlAltDelToLocal=TRUE
>>>>>>>>> SESSION_1_VMVIEW_sendCtrlAltDelToVM=TRUE
>>>>>>>>> SESSION_1_VMVIEW_sendCtrlAltInsToVM=TRUE
>>>>>>>>> SESSION_1_VMVIEW_NOMENUBAR=false
>>>>>>>>> SESSION_1_VMVIEW_NONINTERACTIVE=true
>>>>>>>>> SESSION_1_VMVIEW_DOMAINNAME="domain name"
>>>>>>>>> SESSION_1_VMVIEW_AUTODETECT=TRUE
>>>>>>>>> SESSION_1_VMVIEW_connectUSBOnStartup=true
>>>>>>>>> SESSION_1_VMVIEW_connectUSBOnInsert=true
>>>>>>>>> VMVIEW_DEFAULTBROKER="domain name:443"
>>>>>>>>> VMVIEW_SSLVERIFYMODE=3
>>>>>>>>> SESSION_1_AUTOSTART=Off
>>>>>>>>> SESSION_1_ICON=ON
>>>>>>>>>
>>>>>>>>> SESSION_2_TITLE="Title 2"
>>>>>>>>> SESSION_2_TYPE=firefox
>>>>>>>>> SESSION_2_FIREFOX_OPTIONS="Internal website"
>>>>>>>>> SESSION_2_AUTOSTART=Off
>>>>>>>>> SESSION_2_ICON=On
>>>>>>>>>
>>>>>>>>> SESSION_3_TITLE="Title 3"
>>>>>>>>> SESSION_3_TYPE=firefox
>>>>>>>>> SESSION_3_FIREFOX_OPTIONS="internal website"
>>>>>>>>> SESSION_3_AUTOSTART=Off
>>>>>>>>> SESSION_3_ICON=On
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Any help is appreciated
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Brian Koch
>>>>>>>>> IT Dept
>>>>>>>>> City of Taylor, MI
>>>>>>>>> (734) 374-1514 or Ext. 7550 (internal use)
>>>>>>>>> Please have a ticket put in if you need an issue resolved.
>>>>>>>>>
>>>>>>>>> On Tue, Nov 8, 2016 at 5:19 PM, Brian Koch <bk...@ci...>
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>>> Hello, I'm stumped by 3 issues. Months ago, I started with XFMW4
>>>>>>>>>> and couldn't get my thinstation to work. I got it to work but I couldn't
>>>>>>>>>> icons on the desktop. I went to ICEWM. I solved it but we wanted XFWM4.
>>>>>>>>>> I converted back to XFWM4. Here's what we need:
>>>>>>>>>>
>>>>>>>>>> Session 0 = XFWM4
>>>>>>>>>> Session 1 = VMVIEWPCOIP
>>>>>>>>>> Sessions 2 = Firefox (for now)
>>>>>>>>>> Session 3= Firefox (for now)
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> Issue 1: After converting back to XFWM4, I no longer have
>>>>>>>>>> Shutdown or Restart in the Shutdown window. Just "Reload". I've looked at
>>>>>>>>>> polkit, Consolekit, XFWM4, XFCE. Don't know why the user level is blocked
>>>>>>>>>> from 2 out of 3 options to "Turn off" the pc.
>>>>>>>>>>
>>>>>>>>>> Issue 2: Firefox has 3 Icons on my desktop. The 2 that I want.
>>>>>>>>>> Sessions 2 and 3 are set to Server now. After moving from ICEWM, each
>>>>>>>>>> Session_#_FFox_Homepage is pointed at the Session 2 homepage. And, above
>>>>>>>>>> both is a "Firefox" icon pointed at thinstation.org (not needed).
>>>>>>>>>>
>>>>>>>>>> Issue 3: VMWare connection icon is not named the "custom name"
>>>>>>>>>> that I want. The working app is named "Vmware.." on my build 3 icons
>>>>>>>>>> below it is what appears to be some unopen-able text file with my "custom
>>>>>>>>>> name. Application is functional just name is on some icon that I don't
>>>>>>>>>> want or need. The spare icon has been there from the start and is not
>>>>>>>>>> functioning with anything.
>>>>>>>>>>
>>>>>>>>>> I've got icons on the desktop 2 for Vmware (1 is dead link to no
>>>>>>>>>> where). And, 3 for Firefox (1 that I don't want). My session commands
>>>>>>>>>> follow proper procedure. I'm wondering
>>>>>>>>>>
>>>>>>>>>> Any thoughts?
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> Now, I've got it
>>>>>>>>>>
>>>>>>>>>> Brian Koch
>>>>>>>>>> IT Dept
>>>>>>>>>> City of Taylor, MI
>>>>>>>>>> (734) 374-1514 or Ext. 7550 (internal use)
>>>>>>>>>> Please have a ticket put in if you need an issue resolved.
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ------------------------------------------------------------
>>>>>>>>> ------------------
>>>>>>>>> Developer Access Program for Intel Xeon Phi Processors
>>>>>>>>> Access to Intel Xeon Phi processor-based developer platforms.
>>>>>>>>> With one year of Intel Parallel Studio XE.
>>>>>>>>> Training and support from Colfax.
>>>>>>>>> Order your platform today. http://sdm.link/xeonphi
>>>>>>>>> _______________________________________________
>>>>>>>>> Thinstation-general mailing list
>>>>>>>>> Thi...@li...
>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/thinstation-general
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>> ------------------------------------------------------------
>>>>>>>> ------------------
>>>>>>>> Developer Access Program for Intel Xeon Phi Processors
>>>>>>>> Access to Intel Xeon Phi processor-based developer platforms.
>>>>>>>> With one year of Intel Parallel Studio XE.
>>>>>>>> Training and support from Colfax.
>>>>>>>> Order your platform today. http://sdm.link/xeonphi
>>>>>>>> _______________________________________________
>>>>>>>> Thinstation-general mailing list
>>>>>>>> Thi...@li...
>>>>>>>> https://lists.sourceforge.net/lists/listinfo/thinstation-general
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>> ------------------------------------------------------------
>>>>>> ------------------
>>>>>> Developer Access Program for Intel Xeon Phi Processors
>>>>>> Access to Intel Xeon Phi processor-based developer platforms.
>>>>>> With one year of Intel Parallel Studio XE.
>>>>>> Training and support from Colfax.
>>>>>> Order your platform today. http://sdm.link/xeonphi
>>>>>> _______________________________________________
>>>>>> Thinstation-general mailing list
>>>>>> Thi...@li...
>>>>>> https://lists.sourceforge.net/lists/listinfo/thinstation-general
>>>>>>
>>>>>>
>>>>>
>>>>> ------------------------------------------------------------
>>>>> ------------------
>>>>>
>>>>> _______________________________________________
>>>>> Thinstation-general mailing list
>>>>> Thi...@li...
>>>>> https://lists.sourceforge.net/lists/listinfo/thinstation-general
>>>>>
>>>>>
>>>>
>>>
>>> ------------------------------------------------------------
>>> ------------------
>>>
>>> _______________________________________________
>>> Thinstation-general mailing list
>>> Thi...@li...
>>> https://lists.sourceforge.net/lists/listinfo/thinstation-general
>>>
>>>
>>
>> ------------------------------------------------------------
>> ------------------
>>
>> _______________________________________________
>> Thinstation-general mailing list
>> Thi...@li...
>> https://lists.sourceforge.net/lists/listinfo/thinstation-general
>>
>>
>
|