I am experimenting my Debian 8.5 Intel graphics with Mathematica 11 student edition, and I cannot find a reason why many of the basic graphic objects are blank, although I have cleared (Clear[pic]) objects and killed the kernel (Quit kernel) from the menu Evaluation again and again.
Test code
pic = Image[{{0., 1., 0.}, {1., 0., 1.}, {0., 1., 0.}}];
(* https://reference.wolfram.com/language/ref/SurfaceData.html > last Neat Example*)
With[{surf =
SurfaceData[Entity["Surface", "PeriodicSurface"],
"ParametricEquations"][1]},
ParametricPlot3D[surf[u, v], {u, -0.4, 0.4}, {v, -0.4, 0.4},
PlotStyle -> Texture[pic], MeshStyle -> Opacity[0.15], Axes -> None,
Boxed -> False, Lighting -> "Neutral"]]
Fig. 1 Blank Output and Expected example on Left-hand-side and Right-hand-side, respectively
OS: Debian 8.5
Linux kernel: 4.6 of backports
Hardware: Asus Zenbook UX303UA
Mathematica: 11
