You are not logged in.

#26 2024-01-03 15:43:58

Confused_Words
Member
Registered: 2024-01-03
Posts: 33

Re: Monitor posts 'Input not supported' [SOLVED]

seth wrote:

"export", literally.

export XAUTHORITY=/tmp/xauth_KNtzrQ # 

strange after I wrote that
pgrep just said
no matching criteria specified

Offline

#27 2024-01-03 15:45:30

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,048

Re: Monitor posts 'Input not supported' [SOLVED]

Are you somehow drunk?

Offline

#28 2024-01-03 15:50:19

Confused_Words
Member
Registered: 2024-01-03
Posts: 33

Re: Monitor posts 'Input not supported' [SOLVED]

seth wrote:

Are you somehow drunk?

drunk without my knowledge ?

uhhhh I wrote that code you said then just pgrep but it didn't post any sort of number

Offline

#29 2024-01-03 15:53:24

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,048

Re: Monitor posts 'Input not supported' [SOLVED]

Of course not, pgrep expects an argument.
I'm gonna ask a last time and then immediate answer myself:
Q: How did you install archlinux?
A: Not.

So what kind of distribution are you actually running?
Some arch derivate? Ubuntu? SteamOS? WSL?

----
"drunk" like you're doing and writing incoherent nonsense and are clearly not capable of maintaining the system or following even the most basic instructions.

Offline

#30 2024-01-03 15:56:27

Confused_Words
Member
Registered: 2024-01-03
Posts: 33

Re: Monitor posts 'Input not supported' [SOLVED]

seth wrote:

Of course not, pgrep expects an argument.

I just followed a guide on how to install it
what argument does it need?

Offline

#31 2024-01-03 15:59:21

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,048

Re: Monitor posts 'Input not supported' [SOLVED]

what argument does it need?

Any kind of filter - what did you think "pgrep kwin" did?
Why are we talking about this? You have the XAUTHORITY environment, export it, then query xrandr.

I just followed a guide on how to install it

You mean some idiot on youtube?

Offline

#32 2024-01-03 16:05:57

Confused_Words
Member
Registered: 2024-01-03
Posts: 33

Re: Monitor posts 'Input not supported' [SOLVED]

seth wrote:

You mean some idiot on youtube?

it says
bash: query: Command not found

when I write query xrandr


yeah pretty much
have ran into some issues so far but they have been pretty easy to deal with

I just don't really know a lot of my basics
so I'm mostly just learning bits as the problems come up

Offline

#33 2024-01-03 21:46:43

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,232

Re: Monitor posts 'Input not supported' [SOLVED]

Querying xrandr means just running the xrandr command and check the information it provides.

But seriously, you are lacking complete basics and are generally way out of your depth here. Arch Linux is not a distribution you want to start with with linux -- and if you still want to, you need to not skip things and do a lot of reading to get your knowledge up to speed -- which is why the only installation method that's actually supported here is following the official installation guide. https://wiki.archlinux.org/title/Installation_guide

Offline

#34 2024-01-03 22:09:24

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,048

Re: Monitor posts 'Input not supported' [SOLVED]

You'll also still have to define the display, https://bbs.archlinux.org/viewtopic.php … 8#p2140948

Offline

#35 2024-01-04 02:31:42

Confused_Words
Member
Registered: 2024-01-03
Posts: 33

Re: Monitor posts 'Input not supported' [SOLVED]

seth wrote:

You'll also still have to define the display, https://bbs.archlinux.org/viewtopic.php … 8#p2140948


oh it posts a list of all available sizes now
is this where I do mode 1920x1080 then refresh 60?


HDMI-1 seems to be 1024x576+0+0

when I tried
it returned a

DISPLAY=:0 xrandr -s 0
Failed to change the screen configuration!

so I'm guessing that's not the way I'm meant to set it then

Last edited by Confused_Words (2024-01-04 02:50:05)

Offline

#36 2024-01-04 02:35:19

Confused_Words
Member
Registered: 2024-01-03
Posts: 33

Re: Monitor posts 'Input not supported' [SOLVED]

V1del wrote:

you are lacking complete basics and are generally way out of your depth here. Arch Linux is not a distribution you want to

yeah I thought my knowledge was only a bit off for the most part but it seems I have glossed over a lot of the basics without realising

I'll look into the basics and try to at least build that knowledge up once my pc is working
because searching with a phone is annoying

Offline

#37 2024-01-04 08:39:26

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,048

Re: Monitor posts 'Input not supported' [SOLVED]

"xrandr -s 0" is complete nonsense, stop flailing around. "xrandr --help" covers the usage basics.
Don't flail around! You already struggle to follow instructions, going by yourself will probably make things worse.

Post the xrandr output

DISPLAY=:0 xrandr --verbose | curl -F 'file=@-' 0x0.st # this uploads it and gives you a url to share

Offline

#38 2024-01-04 09:02:46

d.ALT
Member
Registered: 2019-05-10
Posts: 959

Re: Monitor posts 'Input not supported' [SOLVED]

Confused_Words wrote:

HDMI-1 seems to be 1024x576+0+0

This seems so strange for an HDMI connection nowadays... (not impossible, but strange)
I'm wondering if you've messed up with GPU drivers...

What's your physical setup? Are you actually connected to an HDMI port? Are you using some sort of adapters? Has your external monitor an HDMI input?
Please post here:

# lspci -k

<49,17,III,I>    Fama di loro il mondo esser non lassa;
<50,17,III,I>    misericordia e giustizia li sdegna:
<51,17,III,I>    non ragioniam di lor, ma guarda e passa.

Offline

#39 2024-01-04 09:06:58

Confused_Words
Member
Registered: 2024-01-03
Posts: 33

Re: Monitor posts 'Input not supported' [SOLVED]

seth wrote:
DISPLAY=:0 xrandr --verbose | curl -F 'file=@-' 0x0.st # this uploads it and gives you a url to share

It produces
http://0x0.st/H60w.txt

Offline

#40 2024-01-04 09:12:29

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,048

Re: Monitor posts 'Input not supported' [SOLVED]

No, it produces https://0x0.st/H6Ow.txt

Something set a doublescan mode

1024x576 (0x77) 98.500MHz -HSync +VSync DoubleScan *current

I'm not entirely convinced that you properly fixed kscreen, because it's on the record for that.

DISPLAY=:0 xrandr --auto

Then return to the GUI TTY

Offline

#41 2024-01-04 09:14:02

Confused_Words
Member
Registered: 2024-01-03
Posts: 33

Re: Monitor posts 'Input not supported' [SOLVED]

d.ALT wrote:

Please post here:

# lspci -k

Yeah I'm using a HDMI
I'm not sure why it's 1024x576 myself
my default resolution was 1920z1080

which part of the Ispci -k do you want ?

The audio devices
USB controllers
Encryption controller
VGA compatible controller
Non-essential instrumental
Host bridge
PCI bridge

Offline

#42 2024-01-04 09:16:24

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,048

Re: Monitor posts 'Input not supported' [SOLVED]

"l"spci, not "Ispci" and you could have uploaded that the same way as the xrandr output, but I don't think that's the issue here.

Offline

#43 2024-01-04 09:19:00

Confused_Words
Member
Registered: 2024-01-03
Posts: 33

Re: Monitor posts 'Input not supported' [SOLVED]

seth wrote:
DISPLAY=:0 xrandr --auto

Then return to the GUI TTY

I did the display thing
because I think the other thing you said
was just you showing how it is at the moment

and when I returned to the GUI tty it produced the same message

Last edited by Confused_Words (2024-01-04 09:20:52)

Offline

#44 2024-01-04 09:22:17

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,048

Re: Monitor posts 'Input not supported' [SOLVED]

Again: are you somehow drunk?
xrandr --auto selects the default mode for all outputs and according to the edid that's gonna be

1920x1080   60.000000 Hz  16:9     67.500 kHz    148.500000 MHz (477 mm x 268 mm)

You can also try "DISPLAY=:0 xrandr --mode 1920x1080", but you'll either get an error or the current mode (indicated by an asterisk in "xrandr -q") will change.

Offline

#45 2024-01-04 09:31:05

Confused_Words
Member
Registered: 2024-01-03
Posts: 33

Re: Monitor posts 'Input not supported' [SOLVED]

seth wrote:

You can also try "DISPLAY=:0 xrandr --mode 1920x1080"

DISPLAY:0 xrandr
shows the *
by 1024x576 59.5

DISPLAY=:0 xrandr --mode 1920x1080
by itself says it needs output
if I put --output before --mode
then it says 1920x1080 is unrecognisable
even though I see it after posting

DISPLAY=:0 xrandr

and xrandr -q
gives a can't open display
but putting DISPLAY:0 in front of it
gives the same results as


DISPLAY:=0 xrandr

Last edited by Confused_Words (2024-01-04 09:33:08)

Offline

#46 2024-01-04 09:34:08

d.ALT
Member
Registered: 2019-05-10
Posts: 959

Re: Monitor posts 'Input not supported' [SOLVED]

$ DISPLAY=:0 xrandr --output HDMI-1 --mode 1920x1080 --rate 60
# cat /proc/cmdline

Last edited by d.ALT (2024-01-04 09:37:31)


<49,17,III,I>    Fama di loro il mondo esser non lassa;
<50,17,III,I>    misericordia e giustizia li sdegna:
<51,17,III,I>    non ragioniam di lor, ma guarda e passa.

Offline

#47 2024-01-04 09:37:00

Confused_Words
Member
Registered: 2024-01-03
Posts: 33

Re: Monitor posts 'Input not supported' [SOLVED]

d.ALT wrote:
$ DISPLAY=:0 xrandr --output HDMI-1 --mode 1920x1080 --rate 60

That gives a

xrandr: Configure crtc 0 failed

Offline

#48 2024-01-04 09:37:49

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,048

Re: Monitor posts 'Input not supported' [SOLVED]

Offline

#49 2024-01-04 09:39:52

Confused_Words
Member
Registered: 2024-01-03
Posts: 33

Re: Monitor posts 'Input not supported' [SOLVED]

seth wrote:

Xorg.n.log has no file or directory
same with Xorg.0.log

I checked 1-6 as well
and I can't see anything else being posted besides it other than it telling me it can't find it

Last edited by Confused_Words (2024-01-04 09:41:31)

Offline

#50 2024-01-04 09:53:15

d.ALT
Member
Registered: 2019-05-10
Posts: 959

Re: Monitor posts 'Input not supported' [SOLVED]

Please, in order to gather decent formatted outputs, reboot once into safe graphics (add nomodeset and vga=771 to the Kernel parameters) and post hereb:

# lspci -k
# cat /proc/cmdline
$ ls -al ~/.local/share/
$ ls -al ~/.config/
# ls -alR /etc/X11/
# cat /etc/mkinitcpio.conf
# dmesg

<49,17,III,I>    Fama di loro il mondo esser non lassa;
<50,17,III,I>    misericordia e giustizia li sdegna:
<51,17,III,I>    non ragioniam di lor, ma guarda e passa.

Offline

Board footer

Powered by FluxBB