mirror of
https://github.com/GXDE-OS/GXDE.git
synced 2026-06-22 07:26:36 +08:00
+11
-26
@@ -6,19 +6,13 @@ You can track our development progress at https://gitee.com/GXDE-OS/GXDE/board
|
||||
|
||||
**[中文](./FAQ.zh.md)**
|
||||
|
||||
---
|
||||
|
||||
Q1: I am using an old computer/virtual machine that requires Legacy BIOS booting, but I encounter a grub installation failure when installing with the GXDE installation disk.
|
||||
|
||||
A1: For ISO versions 15.13 and below, Legacy BIOS currently only supports installation using the Debian installer. Select "Advanced options" on the boot screen and then choose "Install."
|
||||
|
||||
A1: This issue will be resolved in version 15.14.
|
||||
|
||||
---
|
||||
|
||||
Q2: I have installed Debian 12/I am using Debian 12 on Arm/i386/mips64/loong64 architecture. How can I install GXDE?
|
||||
Q1: I have installed Debian 12/I am using Debian 12 on Arm/i386/mips64/loong64 architecture. How can I install GXDE?
|
||||
|
||||
A2: Install GXDE by adding repositories.
|
||||
A1: Install GXDE by adding repositories.
|
||||
|
||||
Repository installation method:
|
||||
|
||||
@@ -40,41 +34,32 @@ sudo aptss install gxde-desktop gxde-desktop-extra -y
|
||||
---
|
||||
|
||||
|
||||
Q3: How to create a bootable disk?
|
||||
Q2: How to create a bootable disk?
|
||||
|
||||
A3: For Legacy boot, it is recommended to use Rufus in DD mode. For EFI, you can use the [Deepin Boot Maker](https://www.deepin.org/zh/original/deepin-boot-maker/).
|
||||
A2: You can use the [Deepin Boot Maker](https://www.deepin.org/zh/original/deepin-boot-maker/).
|
||||
|
||||
|
||||
---
|
||||
|
||||
Q4: NVIDIA driver installation failed by using `sudo aptss install nvidia-driver`
|
||||
Q3: NVIDIA driver installation failed by using `sudo aptss install nvidia-driver`
|
||||
|
||||
A4: Please manually install the proprietary driver or install the package `linux-kernel-oldstable-gxde-amd64` and boot with this kernel to reinstall.
|
||||
A3: Please manually install the proprietary driver or install the package `linux-kernel-oldstable-gxde-amd64` and boot with this kernel to reinstall.
|
||||
|
||||
--
|
||||
|
||||
Q5: Intel/Crab network card cannot enable wireless after installation.
|
||||
|
||||
A5: Run sudo aptss install firmware-iwlwifi firmware-realtek -y.
|
||||
|
||||
A5: This issue will be resolved in version 15.14.
|
||||
|
||||
---
|
||||
Q6: What is beta testing? How can I join the beta test?
|
||||
Q4: What is beta testing? How can I join the beta test?
|
||||
|
||||
A6: The latest development progress will be included in the beta test. If you want to experience the latest content, you can join the beta, but it is also unstable. It is recommended that users with some experience join.
|
||||
A4: The latest development progress will be included in the beta test. If you want to experience the latest content, you can join the beta, but it is also unstable. It is recommended that users with some experience join.
|
||||
|
||||
A6: Starting from version 15.14, you can join the beta test with one click in the Control Center. For details, see: https://www.bilibili.com/video/BV1FgsvenEjq
|
||||
|
||||
A6: For versions 15.13 and below, please run `sudo aptss install gxde-testing-source -y`
|
||||
|
||||
---
|
||||
|
||||
Q7: I want to develop GXDE-style applications. How do I do that?
|
||||
Q5: I want to develop GXDE-style applications. How do I do that?
|
||||
|
||||
A7: Bash/Python script-based applications can use [Garma](https://gitee.com/GXDE-OS/garma). For detailed usage, see: https://help.gnome.org/users/zenity/stable/
|
||||
A5: Bash/Python script-based applications can use [Garma](https://gitee.com/GXDE-OS/garma). For detailed usage, see: https://help.gnome.org/users/zenity/stable/
|
||||
|
||||
A7: For native development, please use Qt/Dtk2. Related code is as follows:
|
||||
A5: For native development, please use Qt/Dtk2. Related code is as follows:
|
||||
|
||||
Available feature list: https://gitee.com/GXDE-OS/dtk5core/tree/master/src
|
||||
|
||||
|
||||
+16
-31
@@ -6,19 +6,13 @@
|
||||
|
||||
**[English](./FAQ.md)**
|
||||
|
||||
---
|
||||
|
||||
Q1: 我正在使用古老的电脑/虚拟机,需要使用 Legacy BIOS 启动,而使用 GXDE 安装盘进行安装时报错grub安装失败
|
||||
|
||||
A1: 对于 15.13 及以下版本的ISO, Legacy BIOS 暂时只支持用Debian安装器进行安装,在引导界面选择Advanced options后选择Install进行安装
|
||||
|
||||
A1: 此问题将会在 15.14 解决
|
||||
|
||||
---
|
||||
|
||||
Q2: 我已经安装了Debian 12/我在使用Arm/i386/mips64的 Debian 12/loong64架构的debian port,想要安装 GXDE ,我该怎么做?
|
||||
Q1: 我已经安装了Debian 12/我在使用Arm/i386/mips64的 Debian 12/loong64架构的debian port,想要安装 GXDE ,我该怎么做?
|
||||
|
||||
A2: 加源安装GXDE
|
||||
A1: 加源安装GXDE
|
||||
|
||||
加源安装方法
|
||||
|
||||
@@ -41,47 +35,38 @@ sudo aptss install gxde-desktop gxde-desktop-extra -y
|
||||
|
||||
---
|
||||
|
||||
Q3: 如何制作启动盘?
|
||||
Q2: 如何制作启动盘?
|
||||
|
||||
A3: Legacy启动推荐rufus用dd模式写入,EFI则使用[深度启动盘制作工具](https://www.deepin.org/zh/original/deepin-boot-maker/)即可
|
||||
A2: 使用[深度启动盘制作工具](https://www.deepin.org/zh/original/deepin-boot-maker/)即可
|
||||
|
||||
|
||||
---
|
||||
|
||||
Q4: `nvidia-driver`包安装失败
|
||||
Q3: `nvidia-driver`包安装失败
|
||||
|
||||
A4: 请手动安装闭源驱动,或者安装 `linux-kernel-oldstable-gxde-amd64
|
||||
A3: 请手动安装闭源驱动,或者安装 `linux-kernel-oldstable-gxde-amd64
|
||||
linux-kernel-oldstable-gxde-amd64` 这个包后用此内核启动重新安装
|
||||
|
||||
A4: 您也可[手动安装驱动](https://bbs.deepin.org/post/232923)以避免此问题
|
||||
A3: 您也可[手动安装驱动](https://bbs.deepin.org/post/232923)以避免此问题
|
||||
|
||||
|
||||
|
||||
---
|
||||
|
||||
Q5: 因特尔/螃蟹网卡 安装后无法打开无线网络
|
||||
Q4: 什么是内测? 我想要加入内测该怎么做?
|
||||
|
||||
A4: 最新的开发进度会加入内测中,想要体验最新的内容可加入内测,但是内测同样不稳定,建议有一定基础的用户加入
|
||||
|
||||
|
||||
A5: `sudo aptss install firmware-iwlwifi firmware-realtek -y`
|
||||
|
||||
A5: 此问题将在 15.14 解决
|
||||
|
||||
---
|
||||
|
||||
Q6: 什么是内测? 我想要加入内测该怎么做?
|
||||
Q5: 我想开发 GXDE 风格的应用,我该怎么做
|
||||
|
||||
A6: 最新的开发进度会加入内测中,想要体验最新的内容可加入内测,但是内测同样不稳定,建议有一定基础的用户加入
|
||||
A5: 使用bash/python脚本的应用可以使用 [Garma](https://gitee.com/GXDE-OS/garma),使用方法详见: https://help.gnome.org/users/zenity/stable/
|
||||
|
||||
A6: 15.14 开始,可在控制中心一键加入内测, 详见: https://www.bilibili.com/video/BV1FgsvenEjq
|
||||
|
||||
|
||||
|
||||
A6: 15.13 及以下版本请 `sudo aptss install gxde-testing-source -y`
|
||||
|
||||
---
|
||||
|
||||
Q7: 我想开发 GXDE 风格的应用,我该怎么做
|
||||
|
||||
A7: 使用bash/python脚本的应用可以使用 [Garma](https://gitee.com/GXDE-OS/garma),使用方法详见: https://help.gnome.org/users/zenity/stable/
|
||||
|
||||
A7: 原生开发请使用 Qt/Dtk2 相关代码如下:
|
||||
A5: 原生开发请使用 Qt/Dtk2 相关代码如下:
|
||||
|
||||
可用功能列表: https://gitee.com/GXDE-OS/dtk5core/tree/master/src
|
||||
|
||||
|
||||
Reference in New Issue
Block a user