I have a bunch of these old Optiplex PIII GX110s that I am trying to get Antix onto, but I am having a problem with the graphics. In 12 full, graphics is fine. In 17 base, it loads but is terrible. In 19 base the GUI will not load at all. I then skipped to 22 base and found that I am back to 17 base again, although it appears to be a bit better.
I did some searching and came up with some threads on other forums that appear to suggest some solutions but I do not undertand them very well, as I don't speak 'command line' very well.
intel 82810e dc-133 vga controller driver update
https://www.linuxquestions.org/question ... 175694158/
Intel i810 graphics working as expected in openSUSE Tumbleweed, not in Stretch, Buster or Bullseye
https://groups.google.com/g/linux.debia ... TiIu6D133k
So, if these solutions makes sense to you all, I would need specific simple instructions for this.
The difficulty seems to be that vesa is loading instead of the applicable driver.
I am also wondering whether it would make more sense to install the driver package I found here:
Package: xserver-xorg-video-intel (2:2.99.917+git20200714-1+deb11u1)
X.Org X server -- Intel i8xx, i9xx display driver
https://packages.debian.org/bullseye/xs ... ideo-intel
as it does include the i810 which is the exact chipset that I have, unless the problems is that, it is already installed and it is not working?
Does it even exist in the synaptics package manager? (I don't know because I have not installed antix yet.)
And btw, I have no internet connection on this machine at the moment, as my ethernet is no good and the machine has no wifi; so, I am not even sure how I would install this anyway, but would there be a way to tell if it is available?
I should also add that the graphics work flawlessly in Q4OS.
Antix gui not load or resolution bad
- anticapitalista
- Developer
- Posts: 4282
- Joined: Sat Jul 15, 2006 10:40 am
Re: Antix gui not load or resolution bad
Stick with Q4OS.
anticapitalista
Reg. linux user #395339.
Philosophers have interpreted the world in many ways; the point is to change it.
antiX with runit - lean and mean.
https://antixlinux.com
Reg. linux user #395339.
Philosophers have interpreted the world in many ways; the point is to change it.
antiX with runit - lean and mean.
https://antixlinux.com
Re: Antix gui not load or resolution bad
For a very long list of reasons I really would rather not. Otherwise, I would not have asked for help.
- anticapitalista
- Developer
- Posts: 4282
- Joined: Sat Jul 15, 2006 10:40 am
Re: Antix gui not load or resolution bad
I very much doubt any supported antiX is able to boot on that hardware.
anticapitalista
Reg. linux user #395339.
Philosophers have interpreted the world in many ways; the point is to change it.
antiX with runit - lean and mean.
https://antixlinux.com
Reg. linux user #395339.
Philosophers have interpreted the world in many ways; the point is to change it.
antiX with runit - lean and mean.
https://antixlinux.com
Re: Antix gui not load or resolution bad
Something to keep in the back of your mind is that the Optiplex PIII GX110s were introduced in 2000 and that was at the beginning of the capacitor plague that came to light in 2002 - 2004 and which hit Dell really hard. Any of those machines that don't work or only partially work should be sent for recycling. I also think that you should be really wary of cannibalising them for spare parts.
https://en.wikipedia.org/wiki/Capacitor_plague
https://en.wikipedia.org/wiki/Capacitor_plague
HP 15; ryzen 3 5300U APU; 500 Gb SSD; 8GB ram
HP 17; ryzen 3 3200; 500 GB SSD; 12 GB ram
Idea Center 3; 12 gen i5; 256 GB ssd;
In Linux, newer isn't always better. The best solution is the one that works.
HP 17; ryzen 3 3200; 500 GB SSD; 12 GB ram
Idea Center 3; 12 gen i5; 256 GB ssd;
In Linux, newer isn't always better. The best solution is the one that works.
Re: Antix gui not load or resolution bad
Thanks for the warning. I am aware of the capacitor thing, but these particular machines actually are dated 1999, and have been being used for many years as servers at an organization I know very well, with no such problems. The only reason I am getting a few is because they are no longer needed.j2mcgreg wrote: ↑Mon May 08, 2023 4:12 pm Something to keep in the back of your mind is that the Optiplex PIII GX110s were introduced in 2000 and that was at the beginning of the capacitor plague that came to light in 2002 - 2004 and which hit Dell really hard. Any of those machines that don't work or only partially work should be sent for recycling. I also think that you should be really wary of cannibalising them for spare parts.
https://en.wikipedia.org/wiki/Capacitor_plague
Last edited by twi on Mon May 08, 2023 5:55 pm, edited 1 time in total.
Re: Antix gui not load or resolution bad
Well, it does and the link which I supplied above explains how to adjust the graphics, but I am not sure I understand the instructions, and that is what I need help with; so, here it is again:anticapitalista wrote: ↑Mon May 08, 2023 3:56 pm I very much doubt any supported antiX is able to boot on that hardware.
https://www.linuxquestions.org/question ... page2.html
Re: Antix gui not load or resolution bad
Your link shows that you have to build your own kernel with CONFIG_DRM_LEGACY=y set in the configuration.
Unfortunately while that option unblocks the dri for the old Intel GPUs it also makes the kernel very insecure. That's why the kernel devs disabled it by default a few years back. At MX we've removed kernels from our repositories for milder vulnerabilities than enabling this option would create.
You can do it yourself if you want.
https://linuxconfig.org/building-kernels-the-debian-way
Unfortunately while that option unblocks the dri for the old Intel GPUs it also makes the kernel very insecure. That's why the kernel devs disabled it by default a few years back. At MX we've removed kernels from our repositories for milder vulnerabilities than enabling this option would create.
You can do it yourself if you want.
https://linuxconfig.org/building-kernels-the-debian-way
HP Pavillion TP01, AMD Ryzen 3 5300G (quad core), Crucial 500GB SSD, Toshiba 6TB 7200rpm
Dell Inspiron 15, AMD Ryzen 7 2700u (quad core). Sabrent 500GB nvme, Seagate 1TB
Dell Inspiron 15, AMD Ryzen 7 2700u (quad core). Sabrent 500GB nvme, Seagate 1TB
Re: Antix gui not load or resolution bad
Unfortunately, I have no idea what you are talking about. I mean, I had to go look up the "cat" command in the thread I cited because I had forgotten what it meant! But, in the meantime, I have found some more information here:
https://ubuntuforums.org/archive/index. ... 60174.html
which along with the previous instructions seems to be indicating that what is being suggested is to edit the /etc/X11/xorg.conf.d/50-device.conf file to include the following:
Section "Device"
Identifier "Default Device"
Driver "intel"
EndSection
And that is as much as I think I understand at the moment.
To be more precise, at https://ubuntuforums.org/archive/index. ... 60174.html, it says:
"To help address that case (where automatic graphic card recognition fails)" there is "an /etc/X11/xorg.conf.d/ directory, with a series of .conf files, where the graphic configuration can be specified (which if specified will take precedence over the Xorg software automatic configuration)," one of which is "50-device.conf," which will enable one to force the specified graphics driver.
https://ubuntuforums.org/archive/index. ... 60174.html
which along with the previous instructions seems to be indicating that what is being suggested is to edit the /etc/X11/xorg.conf.d/50-device.conf file to include the following:
Section "Device"
Identifier "Default Device"
Driver "intel"
EndSection
And that is as much as I think I understand at the moment.
To be more precise, at https://ubuntuforums.org/archive/index. ... 60174.html, it says:
"To help address that case (where automatic graphic card recognition fails)" there is "an /etc/X11/xorg.conf.d/ directory, with a series of .conf files, where the graphic configuration can be specified (which if specified will take precedence over the Xorg software automatic configuration)," one of which is "50-device.conf," which will enable one to force the specified graphics driver.
Re: Antix gui not load or resolution bad
If you have loaded mx21 onto one of these machines, please post your QSI
*QSI = Quick System Info from menu (Copy for Forum)
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!