You are not logged in.
"export", literally.
export XAUTHORITY=/tmp/xauth_KNtzrQ #
strange after I wrote that
pgrep just said
no matching criteria specified
Offline
Are you somehow drunk?
Offline
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
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
Of course not, pgrep expects an argument.
I just followed a guide on how to install it
what argument does it need?
Offline
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
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
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
You'll also still have to define the display, https://bbs.archlinux.org/viewtopic.php … 8#p2140948
Offline
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
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
"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 shareOffline
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
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
No, it produces https://0x0.st/H6Ow.txt
Something set a doublescan mode
1024x576 (0x77) 98.500MHz -HSync +VSync DoubleScan *currentI'm not entirely convinced that you properly fixed kscreen, because it's on the record for that.
DISPLAY=:0 xrandr --autoThen return to the GUI TTY
Offline
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
"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
DISPLAY=:0 xrandr --autoThen 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
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
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
$ DISPLAY=:0 xrandr --output HDMI-1 --mode 1920x1080 --rate 60# cat /proc/cmdlineLast 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
$ DISPLAY=:0 xrandr --output HDMI-1 --mode 1920x1080 --rate 60
That gives a
xrandr: Configure crtc 0 failed
Offline
Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General
Offline
Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General
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
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