25
submitted 9 months ago by 01adrianrdgz@lemmy.world to c/linux@lemmy.ml

I'm currently installing Puppy Linux on an old computer, and everything is working fine, the resolution of the boot selections were looking ok, but the moment Puppy Linux boots the GUI, this happens!!! And I tried resizing from the GRUB terminal but it doesn't work, please help me, thank you!!

top 13 comments
sorted by: hot top controversial new old
[-] palordrolap@kbin.social 27 points 9 months ago

That looks like it might be the monitor's own on-screen display rather than anything Puppy related. My guess is that the monitor hasn't been detected properly and Puppy is putting out a resolution that the monitor can't deal with.

Since the message says 1280x1024, either the monitor is 1280x1024 and can't deal with anything else, or it's not 1280x1024 and is being sent 1280x1024 resolution and is complaining about it.

(Or worse, it's a clock frequency error which was a real problem back in the early days of Linux.)

As for how to fix, the answer is going to be different depending on the age of the base Linux under Puppy and the graphical subsystem.

For X/X11/Xorg it's probably going to need use of the xrandr shell command, perhaps to delete the mode that is causing the problem. For Wayland, it appears that each window manager has its own xrandr equivalent. I see talk of a gnome-randr, for example.

To get to a shell in the first place, try the Ctrl+Alt+F1 key-combo. If the computer isn't frozen, that might get a text-based console login prompt. (Puppy might do things differently here though. Not sure.)

Alternatively, look up how to boot to a single-user shell by modifying GRUB options, that is, if no such option is there already.

Caveat: I am no expert. Take this under advisement. Also try web-searching some keywords. It might be there's a really simple fix for this that I don't know about.

[-] 01adrianrdgz@lemmy.world 4 points 9 months ago

thank you so much!!!

[-] turbowafflz@lemmy.world 12 points 9 months ago

Looks like it's using a video mode the monitor doesn't support, you'll need to set the refresh rate as well as the resolution to ones that are supported. Likely candidates are 800x600@75hz or 1024x768@60hz, but it really depends on the monitor, check the manual if you can

[-] 01adrianrdgz@lemmy.world 3 points 9 months ago

thank you but I don't have the manual, there is no information about this monitor online, I'm currently in BIOS, it's American Megatrends.

[-] turbowafflz@lemmy.world 6 points 9 months ago

If it's a vga monitor you could probably plug it into a modern computer to see the available video modes in the display settings. Then on the old computer just change the video mode with xrandr in your xinit

[-] selokichtli@lemmy.ml 9 points 9 months ago

Try booting with kernel flag --nomodeset. If it gets you to the desktop, you could find out more about the graphics card and monitor.

[-] 01adrianrdgz@lemmy.world 6 points 9 months ago* (last edited 9 months ago)

This is the evidence that it was working.

[-] nyan@lemmy.cafe 6 points 9 months ago

Ooh, CRT monitor. And that's an odd resolution that it's suggesting. You could try driving it at 1280x1024 at 60Hz. If that doesn't work, try 800x600 at 60Hz, which is the traditional lowest SVGA resolution (picture may be slightly distorted if it really is a 5:4 monitor). If that doesn't work, try the traditional VGA resolution of 640x480 just to get something going. I'd recommend using X as Wayland has probably not been tested very much on hardware this old. And it almost certainly has no clue how to deal with a widescreen resolution or a resolution wider than its "Recommend mode".

(I was still using a 17" CRT with X at 1280x960 up to about five years ago. I had no issues ever.)

[-] vaionko@sopuli.xyz 5 points 9 months ago

1280x1024 is really not that pdd for an old LCD. And yes,to me that looks like an LCD instead of a CRT. Way too flat and matte for a CRT.

[-] navitux@lemmy.world 4 points 9 months ago
[-] 01adrianrdgz@lemmy.world 4 points 9 months ago

no, I'm sorry about that, I'm currently flashing Xubuntu and maybe that will work too!!

[-] wmassingham@lemmy.world 4 points 9 months ago

The monitor seems to be recommending you use mode 1280x1024. Have you tried that?

[-] 01adrianrdgz@lemmy.world 1 points 9 months ago

there's no setting for that, the only settings are really basic ones!! I will change the resolution from GRUB then, maybe that will work.

this post was submitted on 30 Nov 2023
25 points (82.1% liked)

Linux

47345 readers
1371 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS