[Installation] Debian without graphical acceleration
[Installation] Debian without graphical acceleration
I have a PC without graphics acceleration. Any way to start, install and preserve changes in Debian without graphical acceleration?
-
- Posts: 1801
- Joined: 2008-02-21 17:03
- Location: Finland
- Has thanked: 1 time
- Been thanked: 104 times
Re: [Installation] Debian without graphical acceleration
Hello and welcome!
Many Debian installtions are at servers, which in mose cases don't have a display.
Don't know about your GPU, graphcis card, but there are lighter desktop's than Gnome, I use XFCE, but there othres too.
Many Debian installtions are at servers, which in mose cases don't have a display.
Don't know about your GPU, graphcis card, but there are lighter desktop's than Gnome, I use XFCE, but there othres too.
Re: [Installation] Debian without graphical acceleration
i915 intel in puppy linux old... puppy=pfix i915.modeset=0 vesa mode ¿Debian?
Last edited by juan_7777 on 2025-02-02 13:41, edited 1 time in total.
-
- Posts: 1801
- Joined: 2008-02-21 17:03
- Location: Finland
- Has thanked: 1 time
- Been thanked: 104 times
Re: [Installation] Debian without graphical acceleration
Code: Select all
Graphics:
Device-1: Intel Haswell-ULT Integrated Graphics vendor: Dell
driver: i915 v: kernel arch: Gen-7.5 ports: active: eDP-1
Display: server: X.Org v: 1.21.1.7 compositor: xfwm v: 4.18.0
driver: X: loaded: modesetting unloaded: fbdev,vesa dri: crocus
gpu: i915 display-ID: :0.0 screens: 1
Screen-1: 0 s-res: 1366x768 s-dpi: 96
Code: Select all
arto@dell:~$ cat /etc/debian_version
12.9
arto@dell:~$
- stevepusser
- Posts: 13137
- Joined: 2009-10-06 05:53
- Has thanked: 56 times
- Been thanked: 105 times
Re: [Installation] Debian without graphical acceleration
Puppy Linux isn't really Debian, though.juan_7777 wrote: 2025-02-02 13:40 i915 intel in puppy linux old... puppy=pfix i915.modeset=0 vesa mode ¿Debian?
MX Linux packager and developer
Re: [Installation] Debian without graphical acceleration
Many desktop environments fall back to software rendering when no GPU acceleration is available. That should in no way impede your ability to install, start or make changes to software. Can you elaborate on the issue?
Re: [Installation] Debian without graphical acceleration
i915.modeset=0 disables loading the i915 kernel module required by competent display drivers. Vesa mode is a crude generic fallback video driver.juan_7777 wrote: 2025-02-02 13:40 i915 intel in puppy linux old... puppy=pfix i915.modeset=0 vesa mode ¿Debian?