CUDA

Start Nvidia driver without starting X server

Phân loại:

#!/bin/bash

echo -n Starting NVIDIA GeForce 310M...
modprobe nvidia

if [ "$?" -eq 0 ]; then
        # Count the number of NVIDIA controllers found.
        N3D=`/sbin/lspci | grep -i NVIDIA | grep "3D controller" | wc -l`

Syndicate content