1. apt-get remove nvidia-glx
(or, rm /etc/init.d/nvidia-glx)
2. apt-get install build-essential
3. vi /etc/default/linux-restricted-modules-common
DISABLED_MODULE="nv nvidia_new"
4. vi /etc/X11/xorg.conf
5. Find the line with “Modules” and comment out (by putting a "#" before the line) the 2 lines
Section "Modules"
#Load "dri"
#Load “GLcore”
Load "glx"
Find the Section "Device" and make sure the word is “nvidia”
Section "Device"
Identifier "NVIDIA Corporation"
Driver "nvidia"
BusID "PCI:1:0:0"
6. /etc/init.d/gdm stop
7. sh nvidia-driver
8. /etc/init.d/gdm start
CES 2024에서 꼭 체크해봐야 할 안드로이드 경험 4가지
-
이 블로그는 구글 The Keyword 블로그(영문)에서도 확인하실 수 있습니다.
[image: 구글 CES 2024 부스 전경이 나오고 있다]
올해 CES에서 안드로이드에 푹 빠져보세요! 구글은 센트럴 플라자-1에 위치한 부스에서 제공하는 꼭 체험해봐야 할 안드로이드...
1 year ago
No comments:
Post a Comment