I have a t2.large
instance on Amazon EC2
with 8Go
of ram and 30Go
of disk space.
The OS used is Ubuntu 14.04 Trusty
and the desktop manager is xfce4
. I'm using xrdp
to remotely access the desktop, and it is working relatively well.
However, I have issues with some GUI
applications, the error I get is:
libGL error: failed to load driver: swrast
The graphic card is:
$ lshw -C video+
*-display UNCLAIMED
description: VGA compatible controller
product: GD 5446
vendor: Cirrus Logic
physical id: 2
bus info: pci@0000:00:02.0
version: 00
width: 32 bits
clock: 33MHz
capabilities: vga_controller bus_master
configuration: latency=0
resources: memory:f0000000-f1ffffff memory:f3000000-f3000fff
And I cannot find the driver for this graphic card (Cirrus Logic).
Is it possible to change the Graphic card
with AmazonEC2
? Or is there a universal driver
for all graphic cards on Ubuntu
?
Thanks.