Git Product home page Git Product logo

linuxmint_lenovod330's People

Contributors

lucasgabmoreno avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

linkedatai

linuxmint_lenovod330's Issues

Can't find what to do in UEFITool

Got everything right and now i have the extracted bios, so now what?... i do understand a littlebit of hexadecimal codes but i can't find the actual switch to activate the advanced settings.
Model: Ideapad D330-IGL 82H0 (8GB-128GB Version)
used the lenovo-bios-logo-extraction-guide method btw

Xorg modifications cause black screen

Doesn't work:

Rotation fix
Create 10-fbdev.conf in /usr/share/X11/xorg.conf.d/

Section "Device"
	Identifier "fbdev"
	Driver "fbdev"
	Option "fbdev" "/dev/fb0"
	Option "Rotate" "CW"
EndSection

Touch fix
Add into xorg.conf in /usr/share/doc/xserver-xorg-video-intel

Section "InputClass"
 Identifier "D330 rotate touchscreen"
 MatchProduct "Goodix Capacitive TouchScreen"
 Option "TransformationMatrix" "0 1 0 -1 0 1 0 0 1"
EndSection 

Black screen - start

Randomly, when starting PC, doesn't show grub, splash and first screen. All in black screen.

Video tearing

Experiment video tearing.

This method doesn't work:

sudo mkdir -p /etc/X11/xorg.conf.dr
sudo touch /etc/X11/xorg.conf.d/20-intel.conf
Section "Device"
    Identifier "Intel Graphics"
    Driver "i915"
    Option "TearFree"    "true"
EndSection

Waydroid support

Wayland is not supported, but waydroid can be used under X11

I used https://github.com/n1lby73/waydroid-installer but I could not achieve anything with it because of the lack of a module in the kernel

I got errors related to the non existence of binder and I could not achieve the proper installation of it.

Waydroid is a great way to exploit the touch screen in our tablets and bring more apps, so I think it is relevant to be able to use it.

Alternative method to recover from black screen

Do the folowing until it works:

xset dpms force off
xset dpms force on

Works with newer kernels

cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-5.17-x86_64 root=UUID=********** rw i915.fastboot=1 i915.enable_fbc=1 i915.enable_guc=2 video=SVIDEO-1:d fbvon=rotate:1 video=efifb udev.log_priority=3

I wish i could detect when it is working with a command.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.