Display driver issue on Dell Vostro i5 with Ubuntu 17.10
I just installed Ubuntu 17.10 in my DELL Vostro i5 laptop. Initially Ubuntu was showing a blank screen after booting, but when I added nomodeset
in GRUB, then I was able to see the login screen and use the system.
Now Ubuntu is not detecting my display and no video drivers are loaded and the screen is flickering while scrolling and it makes really hard to use the system.
Executing lspci | grep VGA | cut -d " " -f 1 | xargs lspci -vv -s
gives me the following result:
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 620 (rev 02) (prog-if 00 [VGA controller])
Subsystem: Dell HD Graphics 620
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 11
Region 0: Memory at d0000000 (64-bit, non-prefetchable) [size=16M]
Region 2: Memory at c0000000 (64-bit, prefetchable) [size=256M]
Region 4: I/O ports at f000 [size=64]
[virtual] Expansion ROM at 000c0000 [disabled] [size=128K]
Capabilities: <access denied>
Kernel modules: i915
display 17.10 video-driver nomodeset
add a comment |
I just installed Ubuntu 17.10 in my DELL Vostro i5 laptop. Initially Ubuntu was showing a blank screen after booting, but when I added nomodeset
in GRUB, then I was able to see the login screen and use the system.
Now Ubuntu is not detecting my display and no video drivers are loaded and the screen is flickering while scrolling and it makes really hard to use the system.
Executing lspci | grep VGA | cut -d " " -f 1 | xargs lspci -vv -s
gives me the following result:
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 620 (rev 02) (prog-if 00 [VGA controller])
Subsystem: Dell HD Graphics 620
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 11
Region 0: Memory at d0000000 (64-bit, non-prefetchable) [size=16M]
Region 2: Memory at c0000000 (64-bit, prefetchable) [size=256M]
Region 4: I/O ports at f000 [size=64]
[virtual] Expansion ROM at 000c0000 [disabled] [size=128K]
Capabilities: <access denied>
Kernel modules: i915
display 17.10 video-driver nomodeset
Can you add some information about what type of video card you have?lspci | grep VGA | cut -d " " -f 1 | xargs lspci -vv -s
will show a bunch of information, and the results should be appended to your question, please.
– Charles Green
Oct 23 '17 at 13:29
video card details using the specified command added to the question.
– Apin Pratap
Oct 24 '17 at 4:11
add a comment |
I just installed Ubuntu 17.10 in my DELL Vostro i5 laptop. Initially Ubuntu was showing a blank screen after booting, but when I added nomodeset
in GRUB, then I was able to see the login screen and use the system.
Now Ubuntu is not detecting my display and no video drivers are loaded and the screen is flickering while scrolling and it makes really hard to use the system.
Executing lspci | grep VGA | cut -d " " -f 1 | xargs lspci -vv -s
gives me the following result:
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 620 (rev 02) (prog-if 00 [VGA controller])
Subsystem: Dell HD Graphics 620
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 11
Region 0: Memory at d0000000 (64-bit, non-prefetchable) [size=16M]
Region 2: Memory at c0000000 (64-bit, prefetchable) [size=256M]
Region 4: I/O ports at f000 [size=64]
[virtual] Expansion ROM at 000c0000 [disabled] [size=128K]
Capabilities: <access denied>
Kernel modules: i915
display 17.10 video-driver nomodeset
I just installed Ubuntu 17.10 in my DELL Vostro i5 laptop. Initially Ubuntu was showing a blank screen after booting, but when I added nomodeset
in GRUB, then I was able to see the login screen and use the system.
Now Ubuntu is not detecting my display and no video drivers are loaded and the screen is flickering while scrolling and it makes really hard to use the system.
Executing lspci | grep VGA | cut -d " " -f 1 | xargs lspci -vv -s
gives me the following result:
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 620 (rev 02) (prog-if 00 [VGA controller])
Subsystem: Dell HD Graphics 620
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 11
Region 0: Memory at d0000000 (64-bit, non-prefetchable) [size=16M]
Region 2: Memory at c0000000 (64-bit, prefetchable) [size=256M]
Region 4: I/O ports at f000 [size=64]
[virtual] Expansion ROM at 000c0000 [disabled] [size=128K]
Capabilities: <access denied>
Kernel modules: i915
display 17.10 video-driver nomodeset
display 17.10 video-driver nomodeset
edited Dec 31 '18 at 15:17
Zanna
50.2k13133241
50.2k13133241
asked Oct 23 '17 at 12:51
Apin Pratap
1114
1114
Can you add some information about what type of video card you have?lspci | grep VGA | cut -d " " -f 1 | xargs lspci -vv -s
will show a bunch of information, and the results should be appended to your question, please.
– Charles Green
Oct 23 '17 at 13:29
video card details using the specified command added to the question.
– Apin Pratap
Oct 24 '17 at 4:11
add a comment |
Can you add some information about what type of video card you have?lspci | grep VGA | cut -d " " -f 1 | xargs lspci -vv -s
will show a bunch of information, and the results should be appended to your question, please.
– Charles Green
Oct 23 '17 at 13:29
video card details using the specified command added to the question.
– Apin Pratap
Oct 24 '17 at 4:11
Can you add some information about what type of video card you have?
lspci | grep VGA | cut -d " " -f 1 | xargs lspci -vv -s
will show a bunch of information, and the results should be appended to your question, please.– Charles Green
Oct 23 '17 at 13:29
Can you add some information about what type of video card you have?
lspci | grep VGA | cut -d " " -f 1 | xargs lspci -vv -s
will show a bunch of information, and the results should be appended to your question, please.– Charles Green
Oct 23 '17 at 13:29
video card details using the specified command added to the question.
– Apin Pratap
Oct 24 '17 at 4:11
video card details using the specified command added to the question.
– Apin Pratap
Oct 24 '17 at 4:11
add a comment |
1 Answer
1
active
oldest
votes
The graphics device that you have in your computer is still relatively new, and support for that device is still maturing. Currently you are using what is referred to as the "i915" driver. At some point it can be expected that Ubuntu will more fully support this device 'Out of the box'.
This does not solve your current problem, and there are a few things that you can attempt to use to improve graphics support now.
In no particular order:
the Updated and Optimized Open Graphics Drivers often called the Oibaf drivers are available as a PPA, and may provide some improvement for your system. I used these drivers for my system several version ago, and foudn them quite useful. Please read the de-installation instructions carefully.
The xorg-edgers fresh X crack PPA is closer to the bleeding edge of graphics driver development, and may make your system perform better, or possible become less than fully stable. Please read the de-installation instructions carefully.
For both of these PPAs, removal of the drivers is fairly simple: Install the package PPA-PURGE (sudo apt install ppa-purge
) and execute either sudo ppa-purge ppa:xorg-edgers/ppa
or sudo ppa-purge ppa:xorg-edgers/ppa
or sudo ppa-purge ppa:oibaf/graphics-drivers
Finally Intel does provide graphics drivers for Linux, although I have had poor experiences with these. They are available at 01.org, and some instructions about removal of these drivers can be found here on AskUbuntu, Currently they support Ubuntu 17.04 and linux kernel 4.10.
Thank you for the reply. After trying your suggestions and lots of searching following has happened. I updated BIOS in my Laptop and it allowed me to boot into Ubuntu 17.10 without setting nomodeset in GRUB, and the video driver also worked fine, but then Ubuntu stopped working when everI tried to connect to Wifi. After trying to connect to Wifi nothing works except opening terminal, but no commands are executed by terminal also. It just hangs.
– Apin Pratap
Oct 26 '17 at 5:48
Since my work got affected due to this, I had to delete my entire harddisk/partition to install older Ubuntu 16.04 LTS. Now everything works fine :-) and I am done with Ubuntu 17.10, no more Ubuntu upgrades in future
– Apin Pratap
Oct 26 '17 at 5:56
add a comment |
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',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f968052%2fdisplay-driver-issue-on-dell-vostro-i5-with-ubuntu-17-10%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The graphics device that you have in your computer is still relatively new, and support for that device is still maturing. Currently you are using what is referred to as the "i915" driver. At some point it can be expected that Ubuntu will more fully support this device 'Out of the box'.
This does not solve your current problem, and there are a few things that you can attempt to use to improve graphics support now.
In no particular order:
the Updated and Optimized Open Graphics Drivers often called the Oibaf drivers are available as a PPA, and may provide some improvement for your system. I used these drivers for my system several version ago, and foudn them quite useful. Please read the de-installation instructions carefully.
The xorg-edgers fresh X crack PPA is closer to the bleeding edge of graphics driver development, and may make your system perform better, or possible become less than fully stable. Please read the de-installation instructions carefully.
For both of these PPAs, removal of the drivers is fairly simple: Install the package PPA-PURGE (sudo apt install ppa-purge
) and execute either sudo ppa-purge ppa:xorg-edgers/ppa
or sudo ppa-purge ppa:xorg-edgers/ppa
or sudo ppa-purge ppa:oibaf/graphics-drivers
Finally Intel does provide graphics drivers for Linux, although I have had poor experiences with these. They are available at 01.org, and some instructions about removal of these drivers can be found here on AskUbuntu, Currently they support Ubuntu 17.04 and linux kernel 4.10.
Thank you for the reply. After trying your suggestions and lots of searching following has happened. I updated BIOS in my Laptop and it allowed me to boot into Ubuntu 17.10 without setting nomodeset in GRUB, and the video driver also worked fine, but then Ubuntu stopped working when everI tried to connect to Wifi. After trying to connect to Wifi nothing works except opening terminal, but no commands are executed by terminal also. It just hangs.
– Apin Pratap
Oct 26 '17 at 5:48
Since my work got affected due to this, I had to delete my entire harddisk/partition to install older Ubuntu 16.04 LTS. Now everything works fine :-) and I am done with Ubuntu 17.10, no more Ubuntu upgrades in future
– Apin Pratap
Oct 26 '17 at 5:56
add a comment |
The graphics device that you have in your computer is still relatively new, and support for that device is still maturing. Currently you are using what is referred to as the "i915" driver. At some point it can be expected that Ubuntu will more fully support this device 'Out of the box'.
This does not solve your current problem, and there are a few things that you can attempt to use to improve graphics support now.
In no particular order:
the Updated and Optimized Open Graphics Drivers often called the Oibaf drivers are available as a PPA, and may provide some improvement for your system. I used these drivers for my system several version ago, and foudn them quite useful. Please read the de-installation instructions carefully.
The xorg-edgers fresh X crack PPA is closer to the bleeding edge of graphics driver development, and may make your system perform better, or possible become less than fully stable. Please read the de-installation instructions carefully.
For both of these PPAs, removal of the drivers is fairly simple: Install the package PPA-PURGE (sudo apt install ppa-purge
) and execute either sudo ppa-purge ppa:xorg-edgers/ppa
or sudo ppa-purge ppa:xorg-edgers/ppa
or sudo ppa-purge ppa:oibaf/graphics-drivers
Finally Intel does provide graphics drivers for Linux, although I have had poor experiences with these. They are available at 01.org, and some instructions about removal of these drivers can be found here on AskUbuntu, Currently they support Ubuntu 17.04 and linux kernel 4.10.
Thank you for the reply. After trying your suggestions and lots of searching following has happened. I updated BIOS in my Laptop and it allowed me to boot into Ubuntu 17.10 without setting nomodeset in GRUB, and the video driver also worked fine, but then Ubuntu stopped working when everI tried to connect to Wifi. After trying to connect to Wifi nothing works except opening terminal, but no commands are executed by terminal also. It just hangs.
– Apin Pratap
Oct 26 '17 at 5:48
Since my work got affected due to this, I had to delete my entire harddisk/partition to install older Ubuntu 16.04 LTS. Now everything works fine :-) and I am done with Ubuntu 17.10, no more Ubuntu upgrades in future
– Apin Pratap
Oct 26 '17 at 5:56
add a comment |
The graphics device that you have in your computer is still relatively new, and support for that device is still maturing. Currently you are using what is referred to as the "i915" driver. At some point it can be expected that Ubuntu will more fully support this device 'Out of the box'.
This does not solve your current problem, and there are a few things that you can attempt to use to improve graphics support now.
In no particular order:
the Updated and Optimized Open Graphics Drivers often called the Oibaf drivers are available as a PPA, and may provide some improvement for your system. I used these drivers for my system several version ago, and foudn them quite useful. Please read the de-installation instructions carefully.
The xorg-edgers fresh X crack PPA is closer to the bleeding edge of graphics driver development, and may make your system perform better, or possible become less than fully stable. Please read the de-installation instructions carefully.
For both of these PPAs, removal of the drivers is fairly simple: Install the package PPA-PURGE (sudo apt install ppa-purge
) and execute either sudo ppa-purge ppa:xorg-edgers/ppa
or sudo ppa-purge ppa:xorg-edgers/ppa
or sudo ppa-purge ppa:oibaf/graphics-drivers
Finally Intel does provide graphics drivers for Linux, although I have had poor experiences with these. They are available at 01.org, and some instructions about removal of these drivers can be found here on AskUbuntu, Currently they support Ubuntu 17.04 and linux kernel 4.10.
The graphics device that you have in your computer is still relatively new, and support for that device is still maturing. Currently you are using what is referred to as the "i915" driver. At some point it can be expected that Ubuntu will more fully support this device 'Out of the box'.
This does not solve your current problem, and there are a few things that you can attempt to use to improve graphics support now.
In no particular order:
the Updated and Optimized Open Graphics Drivers often called the Oibaf drivers are available as a PPA, and may provide some improvement for your system. I used these drivers for my system several version ago, and foudn them quite useful. Please read the de-installation instructions carefully.
The xorg-edgers fresh X crack PPA is closer to the bleeding edge of graphics driver development, and may make your system perform better, or possible become less than fully stable. Please read the de-installation instructions carefully.
For both of these PPAs, removal of the drivers is fairly simple: Install the package PPA-PURGE (sudo apt install ppa-purge
) and execute either sudo ppa-purge ppa:xorg-edgers/ppa
or sudo ppa-purge ppa:xorg-edgers/ppa
or sudo ppa-purge ppa:oibaf/graphics-drivers
Finally Intel does provide graphics drivers for Linux, although I have had poor experiences with these. They are available at 01.org, and some instructions about removal of these drivers can be found here on AskUbuntu, Currently they support Ubuntu 17.04 and linux kernel 4.10.
answered Oct 24 '17 at 12:30
Charles Green
13k73557
13k73557
Thank you for the reply. After trying your suggestions and lots of searching following has happened. I updated BIOS in my Laptop and it allowed me to boot into Ubuntu 17.10 without setting nomodeset in GRUB, and the video driver also worked fine, but then Ubuntu stopped working when everI tried to connect to Wifi. After trying to connect to Wifi nothing works except opening terminal, but no commands are executed by terminal also. It just hangs.
– Apin Pratap
Oct 26 '17 at 5:48
Since my work got affected due to this, I had to delete my entire harddisk/partition to install older Ubuntu 16.04 LTS. Now everything works fine :-) and I am done with Ubuntu 17.10, no more Ubuntu upgrades in future
– Apin Pratap
Oct 26 '17 at 5:56
add a comment |
Thank you for the reply. After trying your suggestions and lots of searching following has happened. I updated BIOS in my Laptop and it allowed me to boot into Ubuntu 17.10 without setting nomodeset in GRUB, and the video driver also worked fine, but then Ubuntu stopped working when everI tried to connect to Wifi. After trying to connect to Wifi nothing works except opening terminal, but no commands are executed by terminal also. It just hangs.
– Apin Pratap
Oct 26 '17 at 5:48
Since my work got affected due to this, I had to delete my entire harddisk/partition to install older Ubuntu 16.04 LTS. Now everything works fine :-) and I am done with Ubuntu 17.10, no more Ubuntu upgrades in future
– Apin Pratap
Oct 26 '17 at 5:56
Thank you for the reply. After trying your suggestions and lots of searching following has happened. I updated BIOS in my Laptop and it allowed me to boot into Ubuntu 17.10 without setting nomodeset in GRUB, and the video driver also worked fine, but then Ubuntu stopped working when everI tried to connect to Wifi. After trying to connect to Wifi nothing works except opening terminal, but no commands are executed by terminal also. It just hangs.
– Apin Pratap
Oct 26 '17 at 5:48
Thank you for the reply. After trying your suggestions and lots of searching following has happened. I updated BIOS in my Laptop and it allowed me to boot into Ubuntu 17.10 without setting nomodeset in GRUB, and the video driver also worked fine, but then Ubuntu stopped working when everI tried to connect to Wifi. After trying to connect to Wifi nothing works except opening terminal, but no commands are executed by terminal also. It just hangs.
– Apin Pratap
Oct 26 '17 at 5:48
Since my work got affected due to this, I had to delete my entire harddisk/partition to install older Ubuntu 16.04 LTS. Now everything works fine :-) and I am done with Ubuntu 17.10, no more Ubuntu upgrades in future
– Apin Pratap
Oct 26 '17 at 5:56
Since my work got affected due to this, I had to delete my entire harddisk/partition to install older Ubuntu 16.04 LTS. Now everything works fine :-) and I am done with Ubuntu 17.10, no more Ubuntu upgrades in future
– Apin Pratap
Oct 26 '17 at 5:56
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f968052%2fdisplay-driver-issue-on-dell-vostro-i5-with-ubuntu-17-10%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Can you add some information about what type of video card you have?
lspci | grep VGA | cut -d " " -f 1 | xargs lspci -vv -s
will show a bunch of information, and the results should be appended to your question, please.– Charles Green
Oct 23 '17 at 13:29
video card details using the specified command added to the question.
– Apin Pratap
Oct 24 '17 at 4:11