You are not logged in.

#1 2023-04-20 05:38:04

johnraff
nullglob
From: Nagoya, Japan
Registered: 2015-09-09
Posts: 12,558
Website

Drop server-xorg-video-intel from the default install list?

This Debian Wiki page:
https://wiki.debian.org/GraphicsCard
says, for Intel graphics cards:

If your graphic card was manufactured in 2007 and newer, try uninstalling the xserver-xorg-video-intel package and use the builtin modesetting driver (xserver-xorg-core) instead.

What % of our users do you folks think are likely to be using pre-2007 graphics? Is the advantage of switching to modesetting for the newer people big enough to justify dropping xserver-xorg-video-intel and possibly causing trouble for people with the older hardware?

Drop xserver-xorg-video-intel, or not?


...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )

Introduction to the Bunsenlabs Boron Desktop

Offline

#2 2023-04-20 07:28:00

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,039
Website

Re: Drop server-xorg-video-intel from the default install list?

New-ish Lenovo Intel Ideapad i3 laptop, just removed it and rebooted, no difference (if anything it might be better, I didn't test screen tearing pre-removal but post, it's phenomenal. Zero.)

Anecdotal evidence is not real evidence, though.


No, he can't sleep on the floor. What do you think I'm yelling for?!!!

Offline

#3 2023-04-20 16:29:30

or1o9
Member
Registered: 2017-11-15
Posts: 246

Re: Drop server-xorg-video-intel from the default install list?

sudo apt remove xserver-xorg-video-intel
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages will be REMOVED:
  bunsen-meta-all xserver-xorg-video-intel
0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded.
After this operation, 3,294 kB disk space will be freed.
Do you want to continue? [Y/n] n
Abort.

Old Thinkpad, 2011 - ish. Better keep it for now on this machine. big_smile

Offline

#4 2023-04-20 18:16:48

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,039
Website

Re: Drop server-xorg-video-intel from the default install list?

^ I'm sure you know that bunsen-meta-all is just that, a meta package, removing it won't (shouldn't) remove any actual packages, it's like deleting a shortcut.

You might want to try removing the intel package and rebooting, you can always reinstall it and reboot again to revert back if you get worse graphics performance.


No, he can't sleep on the floor. What do you think I'm yelling for?!!!

Offline

#5 2023-04-21 03:03:49

johnraff
nullglob
From: Nagoya, Japan
Registered: 2015-09-09
Posts: 12,558
Website

Re: Drop server-xorg-video-intel from the default install list?

hhh wrote:

bunsen-meta-all is just that, a meta package, removing it won't (shouldn't) remove any actual packages

I think now if a package is in the "Metapackages" section, it's as you say - dependencies won't be removed even if the metapackage goes.

It used to be different - once the metapackage was removed, apt would keep prompting you to "autoremove" all the dependencies. V10ckEw.gif


...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )

Introduction to the Bunsenlabs Boron Desktop

Offline

#6 2023-04-21 03:03:52

or1o9
Member
Registered: 2017-11-15
Posts: 246

Re: Drop server-xorg-video-intel from the default install list?

Yes, but actually I felt a bit insecure in the heat of the moment. Did remove it and looks like it did not bother anything.

Offline

#7 2023-04-21 08:38:16

el_koraco
Member
Registered: 2016-02-08
Posts: 307

Re: Drop server-xorg-video-intel from the default install list?

hhh wrote:

New-ish Lenovo Intel Ideapad i3 laptop, just removed it and rebooted, no difference (if anything it might be better, I didn't test screen tearing pre-removal but post, it's phenomenal. Zero.)

Anecdotal evidence is not real evidence, though.

This is due to mutter. If you run xorg without a compositor, the only way not to have tear free is with the intel xorg driver.

Offline

#8 2023-04-21 15:54:33

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,039
Website

Re: Drop server-xorg-video-intel from the default install list?

A WM/DE without a compositor, are you mad? This isn't 1998. Rounded corners and transparency, and cool window fade-ins and outs, dagummit!


No, he can't sleep on the floor. What do you think I'm yelling for?!!!

Offline

#9 2023-04-21 16:54:03

el_koraco
Member
Registered: 2016-02-08
Posts: 307

Re: Drop server-xorg-video-intel from the default install list?

I've gone all 2008/glittersloth.

Offline

#10 2023-04-22 12:26:21

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,039
Website

Re: Drop server-xorg-video-intel from the default install list?

I can respect that.


No, he can't sleep on the floor. What do you think I'm yelling for?!!!

Offline

#11 2023-04-22 13:05:37

jeffreyC
Member
Registered: 2019-09-07
Posts: 192

Re: Drop server-xorg-video-intel from the default install list?

Maybe leave it in on the i386 build, those are the most likely to be used on computers old enough to need that driver.

Offline

#12 2023-04-22 16:05:58

el_koraco
Member
Registered: 2016-02-08
Posts: 307

Re: Drop server-xorg-video-intel from the default install list?

hhh wrote:

I can respect that.

But yeah, a wm on X without a compositor is the only use case in which the driver is needed, hence the warning on sites like the Arch wiki, since a lot of users there hipsterize their desktops. Since Bunsen runs with picom, I think the removal is warranted.

Offline

#13 2023-04-22 17:14:15

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,039
Website

Re: Drop server-xorg-video-intel from the default install list?

^ Good feedback, thanks.


No, he can't sleep on the floor. What do you think I'm yelling for?!!!

Offline

#14 2023-04-23 03:07:48

johnraff
nullglob
From: Nagoya, Japan
Registered: 2015-09-09
Posts: 12,558
Website

Re: Drop server-xorg-video-intel from the default install list?

jeffreyC wrote:

Maybe leave it in on the i386 build, those are the most likely to be used on computers old enough to need that driver.

That might be the way to go.


...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )

Introduction to the Bunsenlabs Boron Desktop

Offline

Board footer

Powered by FluxBB