Linux alternative to Microsoft Basic Display DriverQuerying Microsoft SQL SERVER 2008 from LinuxRecovering...
Who was president?
What is the history of the university asylum law?
What are some interesting features that are common cross-linguistically but don't exist in English?
Earth rotation discrepancy
Why in most German places is the church the tallest building?
What is the difference between true neutral and unaligned?
Was Switzerland really impossible to invade during WW2?
Algorithms vs LP or MIP
Shouldn't the "credit score" prevent Americans from going deeper and deeper into personal debt?
In an emergency, how do I find and share my position?
LeetCode: Pascal's Triangle C#
Why does The Ancient One think differently about Doctor Strange in Endgame than the film Doctor Strange?
Avoiding racist tropes in fantasy
How is the list of apps allowed to install another apps populated?
Are there any music source codes for sound chips?
How do applicants for an NSF fellowship come up with a research plan for the research statement part of the applications
If all stars rotate, why was there a theory developed, that requires non-rotating stars?
I got kicked out from graduate school in the past. How do I include this on my CV?
How much code would a codegolf golf if a codegolf could golf code?
Which household object drew this pattern?
In the MCU, why does Mjölnir retain its enchantments after Ragnarok?
Are illustrations in novels frowned upon?
Is using a hyperlink to close a modal a poor design decision?
Would this system work to purify water?
Linux alternative to Microsoft Basic Display Driver
Querying Microsoft SQL SERVER 2008 from LinuxRecovering Invisible screens and dropdowns on linuxCinnamon running without video hardware acceleration after moving HD to a new PCBushound alternative for Linux for SCSI loggingLow battery life under Linux Mint 18 Cinnamon 'Sarah'Telephony API alternative for Linux?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I am having issues with my brightness working on my laptop (stuck on max brightness); it uses the Intel HD 4000 graphics driver, however I had similar issues with it when I was using Windows 10, I found that using the default Microsoft Basic Display Driver that comes built in fixes this; which is a replacement for when software from hardware manufacture isn't installed.
Samsung ATIV Book 4 - NP470R5E-K01UB
- current OS - Linux Mint 19.2 Xfce
- Intel HD 4000 graphics driver
- LED display
My overall question: Is there a Linux alternative to Microsoft Basic Display Driver? If so, how can I remove my current graphics driver and install that one?
My goal is to get the brightness controls to dim my display with the fn control keys.
Additional Info:
Read here: How to adjust brightness on Samsung ATIV Book 4, other users switched to Windows 10 from Windows 8 experienced same problem.
Currently using Brightness Controller program to dim my display as xbacklight does not work, xrandr does work but unable to figure out how to connect it to my fn keys
ls /sys/class/backlight/ # gives me intel_backlight
Running inxi -Fzxi yields;
System:
Host: David Kernel: 5.0.0-25-generic x86_64 bits: 64 compiler: gcc
v: 7.4.0 Desktop: Xfce 4.12.3 Distro: Linux Mint 19.2 Tina
base: Ubuntu 18.04 bionic
Machine:
Type: Laptop System: SAMSUNG product: 3570R/370R/470R/450R/510R v: P08RAN
serial: <filter>
Mobo: SAMSUNG model: NP470R5E-K01UB v: SEC_SW_REVISION_1234567890ABCD
serial: <filter> UEFI: American Megatrends v: P08RAN.106.130528.ZW
date: 05/28/2013
Battery:
ID-1: BAT1 charge: 35.4 Wh condition: 36.5/43.1 Wh (85%)
model: SAMSUNG Electronics SR Real Battery status: Unknown
CPU:
Topology: Dual Core model: Intel Core i5-3230M bits: 64 type: MT MCP
arch: Ivy Bridge rev: 9 L2 cache: 3072 KiB
flags: lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 bogomips: 20752
Speed: 1198 MHz min/max: 1200/3200 MHz Core speeds (MHz): 1: 1198 2: 1197
3: 1197 4: 1197
Graphics:
Device-1: Intel 3rd Gen Core processor Graphics vendor: Samsung Co
driver: i915 v: kernel bus ID: 00:02.0
Display: x11 server: X.Org 1.19.6 driver: intel resolution: 1366x768~60Hz
OpenGL: renderer: Mesa DRI Intel Ivybridge Mobile v: 4.2 Mesa 19.0.8
direct render: Yes
Audio:
Device-1: Intel 7 Series/C216 Family High Definition Audio
vendor: Samsung Co driver: snd_hda_intel v: kernel bus ID: 00:1b.0
Sound Server: ALSA v: k5.0.0-25-generic
Solutions Tried:
Created a 20-intel.conf file in /usr/share/X11/xorg.conf and /etc/X11/xorg.conf with the following;
Section "Device"
Identifier "card0"
Driver "intel"
Option "Backlight" "intel_backlight"
BusID "PCI:0:2:0"
EndSection
Tried the following grub configurations:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=video"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor acpi_osi="
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor acpi_osi=Linux"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=intel_backlight"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=intel_backlight"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=intel"
#This last option made it dimmer but didn't allow brightness control
Links:
brightness-controller-for-ubuntu,
fix-brightness-ubuntu,
ubuntuforums-thread
linux linux-mint windows brightness
New contributor
dree is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I am having issues with my brightness working on my laptop (stuck on max brightness); it uses the Intel HD 4000 graphics driver, however I had similar issues with it when I was using Windows 10, I found that using the default Microsoft Basic Display Driver that comes built in fixes this; which is a replacement for when software from hardware manufacture isn't installed.
Samsung ATIV Book 4 - NP470R5E-K01UB
- current OS - Linux Mint 19.2 Xfce
- Intel HD 4000 graphics driver
- LED display
My overall question: Is there a Linux alternative to Microsoft Basic Display Driver? If so, how can I remove my current graphics driver and install that one?
My goal is to get the brightness controls to dim my display with the fn control keys.
Additional Info:
Read here: How to adjust brightness on Samsung ATIV Book 4, other users switched to Windows 10 from Windows 8 experienced same problem.
Currently using Brightness Controller program to dim my display as xbacklight does not work, xrandr does work but unable to figure out how to connect it to my fn keys
ls /sys/class/backlight/ # gives me intel_backlight
Running inxi -Fzxi yields;
System:
Host: David Kernel: 5.0.0-25-generic x86_64 bits: 64 compiler: gcc
v: 7.4.0 Desktop: Xfce 4.12.3 Distro: Linux Mint 19.2 Tina
base: Ubuntu 18.04 bionic
Machine:
Type: Laptop System: SAMSUNG product: 3570R/370R/470R/450R/510R v: P08RAN
serial: <filter>
Mobo: SAMSUNG model: NP470R5E-K01UB v: SEC_SW_REVISION_1234567890ABCD
serial: <filter> UEFI: American Megatrends v: P08RAN.106.130528.ZW
date: 05/28/2013
Battery:
ID-1: BAT1 charge: 35.4 Wh condition: 36.5/43.1 Wh (85%)
model: SAMSUNG Electronics SR Real Battery status: Unknown
CPU:
Topology: Dual Core model: Intel Core i5-3230M bits: 64 type: MT MCP
arch: Ivy Bridge rev: 9 L2 cache: 3072 KiB
flags: lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 bogomips: 20752
Speed: 1198 MHz min/max: 1200/3200 MHz Core speeds (MHz): 1: 1198 2: 1197
3: 1197 4: 1197
Graphics:
Device-1: Intel 3rd Gen Core processor Graphics vendor: Samsung Co
driver: i915 v: kernel bus ID: 00:02.0
Display: x11 server: X.Org 1.19.6 driver: intel resolution: 1366x768~60Hz
OpenGL: renderer: Mesa DRI Intel Ivybridge Mobile v: 4.2 Mesa 19.0.8
direct render: Yes
Audio:
Device-1: Intel 7 Series/C216 Family High Definition Audio
vendor: Samsung Co driver: snd_hda_intel v: kernel bus ID: 00:1b.0
Sound Server: ALSA v: k5.0.0-25-generic
Solutions Tried:
Created a 20-intel.conf file in /usr/share/X11/xorg.conf and /etc/X11/xorg.conf with the following;
Section "Device"
Identifier "card0"
Driver "intel"
Option "Backlight" "intel_backlight"
BusID "PCI:0:2:0"
EndSection
Tried the following grub configurations:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=video"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor acpi_osi="
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor acpi_osi=Linux"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=intel_backlight"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=intel_backlight"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=intel"
#This last option made it dimmer but didn't allow brightness control
Links:
brightness-controller-for-ubuntu,
fix-brightness-ubuntu,
ubuntuforums-thread
linux linux-mint windows brightness
New contributor
dree is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I am having issues with my brightness working on my laptop (stuck on max brightness); it uses the Intel HD 4000 graphics driver, however I had similar issues with it when I was using Windows 10, I found that using the default Microsoft Basic Display Driver that comes built in fixes this; which is a replacement for when software from hardware manufacture isn't installed.
Samsung ATIV Book 4 - NP470R5E-K01UB
- current OS - Linux Mint 19.2 Xfce
- Intel HD 4000 graphics driver
- LED display
My overall question: Is there a Linux alternative to Microsoft Basic Display Driver? If so, how can I remove my current graphics driver and install that one?
My goal is to get the brightness controls to dim my display with the fn control keys.
Additional Info:
Read here: How to adjust brightness on Samsung ATIV Book 4, other users switched to Windows 10 from Windows 8 experienced same problem.
Currently using Brightness Controller program to dim my display as xbacklight does not work, xrandr does work but unable to figure out how to connect it to my fn keys
ls /sys/class/backlight/ # gives me intel_backlight
Running inxi -Fzxi yields;
System:
Host: David Kernel: 5.0.0-25-generic x86_64 bits: 64 compiler: gcc
v: 7.4.0 Desktop: Xfce 4.12.3 Distro: Linux Mint 19.2 Tina
base: Ubuntu 18.04 bionic
Machine:
Type: Laptop System: SAMSUNG product: 3570R/370R/470R/450R/510R v: P08RAN
serial: <filter>
Mobo: SAMSUNG model: NP470R5E-K01UB v: SEC_SW_REVISION_1234567890ABCD
serial: <filter> UEFI: American Megatrends v: P08RAN.106.130528.ZW
date: 05/28/2013
Battery:
ID-1: BAT1 charge: 35.4 Wh condition: 36.5/43.1 Wh (85%)
model: SAMSUNG Electronics SR Real Battery status: Unknown
CPU:
Topology: Dual Core model: Intel Core i5-3230M bits: 64 type: MT MCP
arch: Ivy Bridge rev: 9 L2 cache: 3072 KiB
flags: lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 bogomips: 20752
Speed: 1198 MHz min/max: 1200/3200 MHz Core speeds (MHz): 1: 1198 2: 1197
3: 1197 4: 1197
Graphics:
Device-1: Intel 3rd Gen Core processor Graphics vendor: Samsung Co
driver: i915 v: kernel bus ID: 00:02.0
Display: x11 server: X.Org 1.19.6 driver: intel resolution: 1366x768~60Hz
OpenGL: renderer: Mesa DRI Intel Ivybridge Mobile v: 4.2 Mesa 19.0.8
direct render: Yes
Audio:
Device-1: Intel 7 Series/C216 Family High Definition Audio
vendor: Samsung Co driver: snd_hda_intel v: kernel bus ID: 00:1b.0
Sound Server: ALSA v: k5.0.0-25-generic
Solutions Tried:
Created a 20-intel.conf file in /usr/share/X11/xorg.conf and /etc/X11/xorg.conf with the following;
Section "Device"
Identifier "card0"
Driver "intel"
Option "Backlight" "intel_backlight"
BusID "PCI:0:2:0"
EndSection
Tried the following grub configurations:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=video"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor acpi_osi="
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor acpi_osi=Linux"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=intel_backlight"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=intel_backlight"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=intel"
#This last option made it dimmer but didn't allow brightness control
Links:
brightness-controller-for-ubuntu,
fix-brightness-ubuntu,
ubuntuforums-thread
linux linux-mint windows brightness
New contributor
dree is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I am having issues with my brightness working on my laptop (stuck on max brightness); it uses the Intel HD 4000 graphics driver, however I had similar issues with it when I was using Windows 10, I found that using the default Microsoft Basic Display Driver that comes built in fixes this; which is a replacement for when software from hardware manufacture isn't installed.
Samsung ATIV Book 4 - NP470R5E-K01UB
- current OS - Linux Mint 19.2 Xfce
- Intel HD 4000 graphics driver
- LED display
My overall question: Is there a Linux alternative to Microsoft Basic Display Driver? If so, how can I remove my current graphics driver and install that one?
My goal is to get the brightness controls to dim my display with the fn control keys.
Additional Info:
Read here: How to adjust brightness on Samsung ATIV Book 4, other users switched to Windows 10 from Windows 8 experienced same problem.
Currently using Brightness Controller program to dim my display as xbacklight does not work, xrandr does work but unable to figure out how to connect it to my fn keys
ls /sys/class/backlight/ # gives me intel_backlight
Running inxi -Fzxi yields;
System:
Host: David Kernel: 5.0.0-25-generic x86_64 bits: 64 compiler: gcc
v: 7.4.0 Desktop: Xfce 4.12.3 Distro: Linux Mint 19.2 Tina
base: Ubuntu 18.04 bionic
Machine:
Type: Laptop System: SAMSUNG product: 3570R/370R/470R/450R/510R v: P08RAN
serial: <filter>
Mobo: SAMSUNG model: NP470R5E-K01UB v: SEC_SW_REVISION_1234567890ABCD
serial: <filter> UEFI: American Megatrends v: P08RAN.106.130528.ZW
date: 05/28/2013
Battery:
ID-1: BAT1 charge: 35.4 Wh condition: 36.5/43.1 Wh (85%)
model: SAMSUNG Electronics SR Real Battery status: Unknown
CPU:
Topology: Dual Core model: Intel Core i5-3230M bits: 64 type: MT MCP
arch: Ivy Bridge rev: 9 L2 cache: 3072 KiB
flags: lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 bogomips: 20752
Speed: 1198 MHz min/max: 1200/3200 MHz Core speeds (MHz): 1: 1198 2: 1197
3: 1197 4: 1197
Graphics:
Device-1: Intel 3rd Gen Core processor Graphics vendor: Samsung Co
driver: i915 v: kernel bus ID: 00:02.0
Display: x11 server: X.Org 1.19.6 driver: intel resolution: 1366x768~60Hz
OpenGL: renderer: Mesa DRI Intel Ivybridge Mobile v: 4.2 Mesa 19.0.8
direct render: Yes
Audio:
Device-1: Intel 7 Series/C216 Family High Definition Audio
vendor: Samsung Co driver: snd_hda_intel v: kernel bus ID: 00:1b.0
Sound Server: ALSA v: k5.0.0-25-generic
Solutions Tried:
Created a 20-intel.conf file in /usr/share/X11/xorg.conf and /etc/X11/xorg.conf with the following;
Section "Device"
Identifier "card0"
Driver "intel"
Option "Backlight" "intel_backlight"
BusID "PCI:0:2:0"
EndSection
Tried the following grub configurations:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=video"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor acpi_osi="
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor acpi_osi=Linux"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=intel_backlight"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=intel_backlight"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=intel"
#This last option made it dimmer but didn't allow brightness control
Links:
brightness-controller-for-ubuntu,
fix-brightness-ubuntu,
ubuntuforums-thread
linux linux-mint windows brightness
linux linux-mint windows brightness
New contributor
dree is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
dree is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 2 days ago
dree
New contributor
dree is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 2 days ago
dreedree
62 bronze badges
62 bronze badges
New contributor
dree is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
dree is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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
});
}
});
dree is a new contributor. Be nice, and check out our Code of Conduct.
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%2funix.stackexchange.com%2fquestions%2f536503%2flinux-alternative-to-microsoft-basic-display-driver%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
dree is a new contributor. Be nice, and check out our Code of Conduct.
dree is a new contributor. Be nice, and check out our Code of Conduct.
dree is a new contributor. Be nice, and check out our Code of Conduct.
dree is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f536503%2flinux-alternative-to-microsoft-basic-display-driver%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