[Installation] Debian without graphical acceleration

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
juan_7777
Posts: 2
Joined: 2025-02-02 13:15

[Installation] Debian without graphical acceleration

#1 Post by juan_7777 »

I have a PC without graphics acceleration. Any way to start, install and preserve changes in Debian without graphical acceleration?

arzgi
Posts: 1801
Joined: 2008-02-21 17:03
Location: Finland
Has thanked: 1 time
Been thanked: 104 times

Re: [Installation] Debian without graphical acceleration

#2 Post by arzgi »

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.

juan_7777
Posts: 2
Joined: 2025-02-02 13:15

Re: [Installation] Debian without graphical acceleration

#3 Post by juan_7777 »

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.

arzgi
Posts: 1801
Joined: 2008-02-21 17:03
Location: Finland
Has thanked: 1 time
Been thanked: 104 times

Re: [Installation] Debian without graphical acceleration

#4 Post by arzgi »

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 
I have the same, Xfce running fine.

Code: Select all

arto@dell:~$ cat /etc/debian_version 
12.9
arto@dell:~$ 

User avatar
stevepusser
Posts: 13137
Joined: 2009-10-06 05:53
Has thanked: 56 times
Been thanked: 105 times

Re: [Installation] Debian without graphical acceleration

#5 Post by stevepusser »

juan_7777 wrote: 2025-02-02 13:40 i915 intel in puppy linux old... puppy=pfix i915.modeset=0 vesa mode ¿Debian?
Puppy Linux isn't really Debian, though.
MX Linux packager and developer

User avatar
Uptorn
Posts: 459
Joined: 2022-01-22 01:07
Has thanked: 346 times
Been thanked: 123 times

Re: [Installation] Debian without graphical acceleration

#6 Post by Uptorn »

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?

mrmazda
Posts: 587
Joined: 2023-06-02 02:22
Has thanked: 15 times
Been thanked: 74 times

Re: [Installation] Debian without graphical acceleration

#7 Post by mrmazda »

juan_7777 wrote: 2025-02-02 13:40 i915 intel in puppy linux old... puppy=pfix i915.modeset=0 vesa mode ¿Debian?
i915.modeset=0 disables loading the i915 kernel module required by competent display drivers. Vesa mode is a crude generic fallback video driver.

Post Reply