I wanna update and view the graphics card driver.
先说究竟是 A 卡、N 卡还是 I 卡,对症下药。
I wanna using AMD,NVIDIA,Intel,I hear that Debian using AMD Mantle,I hear that NVIDIA support driver for debian,I hear that Intel give graphics specification to Debian.Which is the best for Debian?Can I using them all?Can I view them driver all in window?How do I get the driver information for Debian?Where is the official AMD,NVIDIA,Intel driver information link to debian?How do I update the driver for Debian?How do I know if GIGABYTE GTX 650 TI BOOST run apps on the full same speed on Debian OpenGL compare to Windows OpenGL?
根据维基百科,AMD mantle 只针对微软 Windows 平台。我不知道你说 Debian 支持它的消息来源是什么。
Intel 集成显卡的支持最好,基本上开箱即用。当然,集成显卡的性能通常不如独立显卡。
至于 NVIDIA 和 AMD,它们的开源驱动都效果不好,想来不符合你的需求。如果要安装闭源驱动,请去各自官方网站上寻找对应文件下载。这些驱动都是 Linux 平台通用的,并没有为 Debian 做过特别处理。
[quote=“poloshiao”]一個主題 最好只問一個問題
由先碰到的問題 開始
一次問太多問題 容易失焦 造成混淆[/quote]
[quote=“poloshiao”]建議
一個主題 一個問題
頂多把相關的問題合併
避免 一個主題 很多問題 彼此相關不大
容易引起混淆 失去焦點
[/quote]
[/quote]
I wanna find NVIDIA Driver detail GUI in Settings GUI,is that possible?
常见桌面环境的“控制面板”中不包含显卡驱动设置工具,亦不包含 NVIDIA 显卡驱动设置工具。
安装 NVIDIA 提供的私有驱动后,可使用其提供的专用图形界面设置工具。
[quote=“vickycq”]
常见桌面环境的“控制面板”中不包含显卡驱动设置工具,亦不包含 NVIDIA 显卡驱动设置工具。
安装 NVIDIA 提供的私有驱动后,可使用其提供的专用图形界面设置工具。[/quote]
Is there a command to view GPU Driver Detail by Terminal?
需要查看何种细节
一般驱动状态可用 lshw 查看
apt update && apt install lshw
lshw -C display
[quote=“vickycq”]
需要查看何种细节
一般驱动状态可用 lshw 查看
apt update && apt install lshw
lshw -C display
[/quote]
I wanna see GPU name on GUI Window.
[quote=“cuthead”]
需要查看何种细节
Is there a command to view GPU Driver Detail by Terminal?
一般驱动状态可用 lshw 查看
apt update && apt install lshw
lshw -C display
I wanna see GPU name on GUI Window.[/quote]
如果能够正确安装闭源驱动的话,图形界面工具是有的。
[quote=“hosiet”]
[quote=“cuthead”]
需要查看何种细节
一般驱动状态可用 lshw 查看
apt update && apt install lshw lshw -C display
[/quote]
I wanna see GPU name on GUI Window.
如果能够正确安装闭源驱动的话,图形界面工具是有的。[/quote]
请教用什么命令安装呢?谢谢解答
请教用什么命令安装呢?谢谢解答
执行以下指令将结果全部复贴上来
uname -a
lspci -knn | grep -iA2 "vga\|3d\|disp"
liujianwei@debian:~$ uname -a
Linux debian 3.16.0-4-amd64 #1 SMP Debian 3.16.36-1+deb8u1 (2016-09-03) x86_64 GNU/Linux
liujianwei@debian:~$ lspci -knn | grep -iA2 "vga|3d|disp"
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GK107 [GeForce GT 740] [10de:0fc8] (rev a1)
Subsystem: eVga.com. Corp. Device [3842:3747]
Kernel driver in use: nouveau
01:00.1 Audio device [0403]: NVIDIA Corporation GK107 HDMI Audio Controller [10de:0e1b] (rev a1)
Subsystem: eVga.com. Corp. Device [3842:3747]
Kernel driver in use: snd_hda_intel
04:00.0 Ethernet controller [0200]: Marvell Technology Group Ltd. 88E8053 PCI-E Gigabit Ethernet Controller [11ab:4362] (rev 22)
liujianwei@debian:~$
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GK107 [GeForce GT 740] [10de:0fc8] (rev a1)
GeForce GT 740,nvidia-337.19 添加支持。安装的私有驱动版本号不可低于 337.19
故可从软件源安装 nvidia-driver,版本为 340.96
[quote=“vickycq”]
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GK107 [GeForce GT 740] [10de:0fc8] (rev a1)
GeForce GT 740,nvidia-337.19 添加支持。安装的私有驱动版本号不可低于 337.19
故可从软件源安装 nvidia-driver,版本为 340.96[/quote]
请教V大用什么命令安装nvidia-driver?
请教V大用什么命令安装nvidia-driver?
尝试 apt-get install nvidia-driver
[quote=“vickycq”]
请教V大用什么命令安装nvidia-driver?
尝试 apt-get install nvidia-driver[/quote]
执行完此命令后提示我修改xorg,但我不会修改就重启了,现在进不了系统,请教v大如何修复?
执行完此命令后提示我修改xorg,但我不会修改就重启了,现在进不了系统,请教v大如何修复?
尝试按 Ctrl+Alt+F1 进入 tty1,以 root 身份登录后执行
apt-get install nvidia-xconfig
nvidia-xconfig
注:不确定是否有效。