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`

Installation of NVIDIA driver on Fedora 13

Phân loại:

The official driver from http://www.nvidia.com for my Geforece 310M (on Acer Aspire 5745g laptop running Fedora Core 13 x86_64) does not work:

- X Windows does not work

- Opening /dev/nvidia0 brings error "Input/output error".

Trying another way: Unofficial Nvidia driver. Be sure to remove the official Nvidia driver before running step 1.

Huong dan su dung pin lithium

Download file.

Install JSON PHP Extension on CentOs / RedHat

Phân loại:

I had numerous requests for info and questions relating to JSON extension in CentOS. To enable these functions in RedHat and CentOs 5, the process is really simple and fast.

NOTE: As of PHP 5.2, json extension is now standard. If you’re running PHP 5.2 or later, or like to upgrade instead, you can skip this!

Extract a .rpm file without installing it

Phân loại:
rpm2cpio myrpmfile.rpm | cpio -idmv

How to install the 64-bit Adobe Flash Player 10 for Ubuntu Linux?

So you just read the announcement from Adobe for the alpha version of the 64-bit Flash Player 10 for Linux and you want to install in Ubuntu Linux?

Here is how to do it.

Syndicate content