Giter Site home page Giter Site logo

Comments (6)

ErikReider avatar ErikReider commented on June 1, 2024 1

image
Seems to work on my end...

This patch forces the output to not be rotated. Might be something with the preferred output config being wonky on your setup?

diff --git a/tinywl/tinywl.c b/tinywl/tinywl.c
index 994574f..6bbb240 100644
--- a/tinywl/tinywl.c
+++ b/tinywl/tinywl.c
@@ -665,6 +665,8 @@ static void server_new_output(struct wl_listener *listener, void *data) {
 		wlr_output_state_set_mode(&state, mode);
 	}
 
+	wlr_output_state_set_transform(&state, WL_OUTPUT_TRANSFORM_NORMAL);
+
 	/* Atomically applies the new output state. */
 	wlr_output_commit_state(wlr_output, &state);
 	wlr_output_state_finish(&state);

Can you provide more screenshots of the issue?

from scenefx.

lidgnulinux avatar lidgnulinux commented on June 1, 2024 1

It seems my Ubuntu is kinda weird. I Move on to my slackware system and it works. So probably it's my own fault. Sorry @ErikReider, to bother you hehe. Closing it now.

from scenefx.

lidgnulinux avatar lidgnulinux commented on June 1, 2024

I'm using wlroots 0.17.1
Also, some windows are just blackscreen, like thunar, neovim-qt.

from scenefx.

ErikReider avatar ErikReider commented on June 1, 2024

Might be one of my infamous "accidentally pushed some extra code" commits. I'll look into it :)

from scenefx.

ErikReider avatar ErikReider commented on June 1, 2024

I'm using wlroots 0.17.1
Also, some windows are just blackscreen, like thunar, neovim-qt.

Any other applications that are affected?

from scenefx.

lidgnulinux avatar lidgnulinux commented on June 1, 2024

Thanks for responding @ErikReider .

Any other applications that are affected?

Probably alot.

from scenefx.

Related Issues (20)

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.