Ubuntu 18.04 Video Driver for AOpen DEX4502
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
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.
drivers graphics video intel-graphics intel
add a comment |Â
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.
drivers graphics video intel-graphics intel
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
add a comment |Â
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.
drivers graphics video intel-graphics intel
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.
drivers graphics video intel-graphics intel
edited Jun 12 at 13:34
asked Jun 11 at 10:05
![](https://i.stack.imgur.com/cE9IP.png?s=32&g=1)
![](https://i.stack.imgur.com/cE9IP.png?s=32&g=1)
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
add a comment |Â
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
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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