LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-27-2017, 03:44 AM   #16
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874

Quote:
Originally Posted by deepakk456 View Post
I didn't get any of that
translation:
New hardware == new versions of linux for full support

Some distros do a swell job of backporting the needed things, but only so many of them and so many more manufacturers (with secrets).

WIFI quirk:
Code:
$ cat /etc/modprobe.d/rtlwifi.conf 
options rtl8723be ant_sel=2
translation:
# ip link set wlan0 down
# modprobe -r rtl8723be
# modprobe rtl8723be ant_sel=2
# ip link set wlan0 up

Sorry about the tech babble, it's just how my brain works. Give me a computer at age 10 and talking to humans is hard. Basically the wifi driver is under going a rewrite to "auto" detect which one of only half used antennae are available. Until that completes, the choice is yours and the only way to know if you made the right choice is if it's "better" than the other choice(s) in practice. For hardware orientated types, open the thing up move the wire to the "other" choice (aka default), reassemble. The hardware is wired for TWO antennae, the manufacturer only provided and connected ONE.

Backlight quirk:
FILE: /etc/default/grub
Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet acpi=force acpi_backlight=vendor"
Where "quiet" was the ='s value before edit. Resulting in (after update-grub):
Code:
$ cat /boot/grub/grub.cfg | grep -i backlight
	linux	/boot/vmlinuz-4.12.0-1-amd64 root=UUID=11111111-1111-1111-1111-111111111111 ro  quiet acpi=force acpi_backlight=vendor
Basically pass parameters to the kernel via the bootloader. Or ignore the ability to change the brightness of your display and use the HDMI out and turn OFF the laptop LCD in X by:

$ xrandr --output eDP --off

Benchmarks (aka performance) improves if you only use ONE of the display outputs. That's about the only quirks I've run into so far, for my not that same as yours hardware, beyond needing something newer than debian stable (stretch) for the GPU to play nice. Although the framebuffer default did work alright in jessie (xserver-xorg-video-amdgpu is not available in jessie), just hardly worth having a quad core with 8GB ram at that performance level. More like 7.6GB ram if you want to get technical. Where xserver-xorg-video-amdgpu is available in stretch, but not new enough to be glitch free if gaming.

$ sudo apt-get install xserver-xorg-video-amdgpu
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Dual Boot Win 10 + Ubuntu Gnome 16.04 ssd+hdd install ubuntu first Fr4ncisco Linux - Laptop and Netbook 9 08-30-2017 03:50 AM
i've installed elementory os on my hp 15-ba021AX and now iam stauck at boot error end trace deepakk456 Linux - Newbie 2 07-13-2017 10:43 AM
How to Install Ubuntu 12.10 or Upgrade to Ubuntu 12.10 (Quantal Quetzal) from Ubuntu allu john sudhakar Linux - Newbie 1 10-25-2012 11:59 PM
mistake when install ubuntu (accidentally install ubuntu on the same partitions as VS ThomasC Ubuntu 7 08-11-2009 03:26 PM
Ubuntu as frugal install, iso install, img install? impossible? nooby Ubuntu 15 08-22-2008 05:49 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:16 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration