Ubuntu 18.04 Video Driver for AOpen DEX4502

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite












That ancient AOpen DEX4502 hardware has an Intel® GM45+ICH9M chipset with GMA X4500MHD graphics engine.



I could not install Ubuntu 18.04 without using that nomodeset option.
Now Ubuntu is booting but the machine runs really hot and I was hoping I could solve this by using the proper video driver.



Inxi is saying the driver is 'fbdev' and also mentions 'modesetting' and 'vesa' as being unloaded. I was hoping I could find and install an 'intel' driver that would make use of the machine hardware.



Do I need to update the kernel to a version that has built-in support for that hardware? Am I better off using an older Ubuntu version? I know it used to run some older version without overheating.



inxi -G outputs the following:



Graphics: Card: Intel Mobile 4 Series Integrated Graphics Controller
Display Server: x11 (X.Org 1.19.6 )
drivers: fbdev (unloaded: modesetting,vesa)
Resolution: 1600x1200@77.00hz
OpenGL: renderer: llvmpipe (LLVM 6.0, 128 bits)
version: 3.3 Mesa 18.0.0-rc5


After creating that 20-intel.conf file as explained there.
Inxi shows drivers: fbdev,intel (unloaded: modesetting,vesa).
Enabling modesetting then still prevents it from booting up.
I guess I'll try disabling fbdev but to be honest I have no idea what I'm doing.



After removing the fbdev package and a reboot inxi is now showing:
drivers: vesa,intel (unloaded: modesetting)
So I'll try removing vesa.



Removing the vesa driver prevented me to even access the terminal and I had to do a re-installation. So I'm guessing that '20-intel.conf' is not helping much other than somehow showing intel in the drivers list.



Any help would be appreciated.







share|improve this question

















  • 1




    Try removing nomodeset from the kernel line in grub and replace it with 'acpi_os=linux'. If that gives you a blank screen, use the brightness adjustment on the display to make it brighter. Also post the output of 'grep -i w|e|i915 /var/log/Xorg.0.log.
    – Brian
    Jun 11 at 10:22






  • 1




    I meant the 'linux' line in grub.
    – Brian
    Jun 11 at 10:23










  • @Brian I tried the suggested grub changes without joy. It hangs on a purple screen while booting, certainly failing to init graphics. That grep command does not find anything either.
    – Slion
    Jun 12 at 7:31














up vote
0
down vote

favorite












That ancient AOpen DEX4502 hardware has an Intel® GM45+ICH9M chipset with GMA X4500MHD graphics engine.



I could not install Ubuntu 18.04 without using that nomodeset option.
Now Ubuntu is booting but the machine runs really hot and I was hoping I could solve this by using the proper video driver.



Inxi is saying the driver is 'fbdev' and also mentions 'modesetting' and 'vesa' as being unloaded. I was hoping I could find and install an 'intel' driver that would make use of the machine hardware.



Do I need to update the kernel to a version that has built-in support for that hardware? Am I better off using an older Ubuntu version? I know it used to run some older version without overheating.



inxi -G outputs the following:



Graphics: Card: Intel Mobile 4 Series Integrated Graphics Controller
Display Server: x11 (X.Org 1.19.6 )
drivers: fbdev (unloaded: modesetting,vesa)
Resolution: 1600x1200@77.00hz
OpenGL: renderer: llvmpipe (LLVM 6.0, 128 bits)
version: 3.3 Mesa 18.0.0-rc5


After creating that 20-intel.conf file as explained there.
Inxi shows drivers: fbdev,intel (unloaded: modesetting,vesa).
Enabling modesetting then still prevents it from booting up.
I guess I'll try disabling fbdev but to be honest I have no idea what I'm doing.



After removing the fbdev package and a reboot inxi is now showing:
drivers: vesa,intel (unloaded: modesetting)
So I'll try removing vesa.



Removing the vesa driver prevented me to even access the terminal and I had to do a re-installation. So I'm guessing that '20-intel.conf' is not helping much other than somehow showing intel in the drivers list.



Any help would be appreciated.







share|improve this question

















  • 1




    Try removing nomodeset from the kernel line in grub and replace it with 'acpi_os=linux'. If that gives you a blank screen, use the brightness adjustment on the display to make it brighter. Also post the output of 'grep -i w|e|i915 /var/log/Xorg.0.log.
    – Brian
    Jun 11 at 10:22






  • 1




    I meant the 'linux' line in grub.
    – Brian
    Jun 11 at 10:23










  • @Brian I tried the suggested grub changes without joy. It hangs on a purple screen while booting, certainly failing to init graphics. That grep command does not find anything either.
    – Slion
    Jun 12 at 7:31












up vote
0
down vote

favorite









up vote
0
down vote

favorite











That ancient AOpen DEX4502 hardware has an Intel® GM45+ICH9M chipset with GMA X4500MHD graphics engine.



I could not install Ubuntu 18.04 without using that nomodeset option.
Now Ubuntu is booting but the machine runs really hot and I was hoping I could solve this by using the proper video driver.



Inxi is saying the driver is 'fbdev' and also mentions 'modesetting' and 'vesa' as being unloaded. I was hoping I could find and install an 'intel' driver that would make use of the machine hardware.



Do I need to update the kernel to a version that has built-in support for that hardware? Am I better off using an older Ubuntu version? I know it used to run some older version without overheating.



inxi -G outputs the following:



Graphics: Card: Intel Mobile 4 Series Integrated Graphics Controller
Display Server: x11 (X.Org 1.19.6 )
drivers: fbdev (unloaded: modesetting,vesa)
Resolution: 1600x1200@77.00hz
OpenGL: renderer: llvmpipe (LLVM 6.0, 128 bits)
version: 3.3 Mesa 18.0.0-rc5


After creating that 20-intel.conf file as explained there.
Inxi shows drivers: fbdev,intel (unloaded: modesetting,vesa).
Enabling modesetting then still prevents it from booting up.
I guess I'll try disabling fbdev but to be honest I have no idea what I'm doing.



After removing the fbdev package and a reboot inxi is now showing:
drivers: vesa,intel (unloaded: modesetting)
So I'll try removing vesa.



Removing the vesa driver prevented me to even access the terminal and I had to do a re-installation. So I'm guessing that '20-intel.conf' is not helping much other than somehow showing intel in the drivers list.



Any help would be appreciated.







share|improve this question













That ancient AOpen DEX4502 hardware has an Intel® GM45+ICH9M chipset with GMA X4500MHD graphics engine.



I could not install Ubuntu 18.04 without using that nomodeset option.
Now Ubuntu is booting but the machine runs really hot and I was hoping I could solve this by using the proper video driver.



Inxi is saying the driver is 'fbdev' and also mentions 'modesetting' and 'vesa' as being unloaded. I was hoping I could find and install an 'intel' driver that would make use of the machine hardware.



Do I need to update the kernel to a version that has built-in support for that hardware? Am I better off using an older Ubuntu version? I know it used to run some older version without overheating.



inxi -G outputs the following:



Graphics: Card: Intel Mobile 4 Series Integrated Graphics Controller
Display Server: x11 (X.Org 1.19.6 )
drivers: fbdev (unloaded: modesetting,vesa)
Resolution: 1600x1200@77.00hz
OpenGL: renderer: llvmpipe (LLVM 6.0, 128 bits)
version: 3.3 Mesa 18.0.0-rc5


After creating that 20-intel.conf file as explained there.
Inxi shows drivers: fbdev,intel (unloaded: modesetting,vesa).
Enabling modesetting then still prevents it from booting up.
I guess I'll try disabling fbdev but to be honest I have no idea what I'm doing.



After removing the fbdev package and a reboot inxi is now showing:
drivers: vesa,intel (unloaded: modesetting)
So I'll try removing vesa.



Removing the vesa driver prevented me to even access the terminal and I had to do a re-installation. So I'm guessing that '20-intel.conf' is not helping much other than somehow showing intel in the drivers list.



Any help would be appreciated.









share|improve this question












share|improve this question




share|improve this question








edited Jun 12 at 13:34
























asked Jun 11 at 10:05









Slion

1013




1013







  • 1




    Try removing nomodeset from the kernel line in grub and replace it with 'acpi_os=linux'. If that gives you a blank screen, use the brightness adjustment on the display to make it brighter. Also post the output of 'grep -i w|e|i915 /var/log/Xorg.0.log.
    – Brian
    Jun 11 at 10:22






  • 1




    I meant the 'linux' line in grub.
    – Brian
    Jun 11 at 10:23










  • @Brian I tried the suggested grub changes without joy. It hangs on a purple screen while booting, certainly failing to init graphics. That grep command does not find anything either.
    – Slion
    Jun 12 at 7:31












  • 1




    Try removing nomodeset from the kernel line in grub and replace it with 'acpi_os=linux'. If that gives you a blank screen, use the brightness adjustment on the display to make it brighter. Also post the output of 'grep -i w|e|i915 /var/log/Xorg.0.log.
    – Brian
    Jun 11 at 10:22






  • 1




    I meant the 'linux' line in grub.
    – Brian
    Jun 11 at 10:23










  • @Brian I tried the suggested grub changes without joy. It hangs on a purple screen while booting, certainly failing to init graphics. That grep command does not find anything either.
    – Slion
    Jun 12 at 7:31







1




1




Try removing nomodeset from the kernel line in grub and replace it with 'acpi_os=linux'. If that gives you a blank screen, use the brightness adjustment on the display to make it brighter. Also post the output of 'grep -i w|e|i915 /var/log/Xorg.0.log.
– Brian
Jun 11 at 10:22




Try removing nomodeset from the kernel line in grub and replace it with 'acpi_os=linux'. If that gives you a blank screen, use the brightness adjustment on the display to make it brighter. Also post the output of 'grep -i w|e|i915 /var/log/Xorg.0.log.
– Brian
Jun 11 at 10:22




1




1




I meant the 'linux' line in grub.
– Brian
Jun 11 at 10:23




I meant the 'linux' line in grub.
– Brian
Jun 11 at 10:23












@Brian I tried the suggested grub changes without joy. It hangs on a purple screen while booting, certainly failing to init graphics. That grep command does not find anything either.
– Slion
Jun 12 at 7:31




@Brian I tried the suggested grub changes without joy. It hangs on a purple screen while booting, certainly failing to init graphics. That grep command does not find anything either.
– Slion
Jun 12 at 7:31















active

oldest

votes











Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);








 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1045567%2fubuntu-18-04-video-driver-for-aopen-dex4502%23new-answer', 'question_page');

);

Post as a guest



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes










 

draft saved


draft discarded


























 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1045567%2fubuntu-18-04-video-driver-for-aopen-dex4502%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

pylint3 and pip3 broken

Missing snmpget and snmpwalk

How to enroll fingerprints to Ubuntu 17.10 with VFS491