Skip to content

Instantly share code, notes, and snippets.

@mkettn
Created September 23, 2017 16:50
Show Gist options
  • Save mkettn/53136a73d40607037dc9478ff944ff3d to your computer and use it in GitHub Desktop.
Save mkettn/53136a73d40607037dc9478ff944ff3d to your computer and use it in GitHub Desktop.
launch sdk the sane way
#!/bin/bash
VIVADO_PATH=/opt/Xilinx/SDK/2017.2
export J2D_D3D=false
export _JAVA_OPTIONS="-Dsun.java2d.dpiaware=true -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true -Dsun.java2d.xrender=true"
export SWT_GTK3=0
wmname LG3
source $VIVADO_PATH/settings64.sh
$VIVADO_PATH/bin/xsdk "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment