ciao!
devi modificare xorg.conf e inserire le seguenti righe:
Codice:
Section "Device"
Identifier "NVIDIA GeForce" # il nome che vuoi
Driver "nvidia"
BusID "PCI:1:0:0"
Option "NoLogo" "True" # toglie il logo all'avvio
Option "AllowGLXWithComposite" "true" # per abilitare le trasparenze
Option "RenderAccel" "true" # abilita l'accelerazione hardware
VideoRam 262144 # la quantità di memoria della tua scheda
EndSection
inoltre, per le trasparenze:
Codice:
Section "Extensions"
Option "Composite" "Enable"
EndSection
questo è quello che dice il README a proposito di Option "NvAGP" "1"
Codice:
Option "NvAGP" "integer"
Configure AGP support. Integer argument can be one of:
0 : disable agp
1 : use NVIDIA's internal AGP support, if possible
2 : use AGPGART, if possible
3 : use any agp support (try AGPGART, then NVIDIA's AGP)
Please note that NVIDIA's internal AGP support cannot
work if AGPGART is either statically compiled into your
kernel or is built as a module, but loaded into your
kernel (some distributions load AGPGART into the kernel
at boot up). Default: 3 (the default was 1 until after
1.0-1251).