Full Screen Mode locked at 1024x768

For discussion of ports to POSIX based systems, especially using GNUStep.

Moderators: another_commander, winston, Getafix

User avatar
phkb
Impressively Grand Sub-Admiral
Impressively Grand Sub-Admiral
Posts: 5622
Joined: Tue Jan 21, 2014 10:37 pm
Location: Writing more OXPs, because the world needs more OXPs.

Re: Full Screen Mode locked at 1024x768

Post by phkb »

Looks like AnduinOS 1.4 is locked on Wayland - all my attempts to disable it and use Xserver have failed. I downloaded the nvidia drivers, but could only get 30 fps at 1920x1080, and feels like a slideshow at higher resolutions. Might have to try another distribution. Pity. I was liking the look of AnduinOS. Might take a look at Zorin.
User avatar
hiran
Theorethicist
Posts: 2566
Joined: Fri Mar 26, 2021 1:39 pm
Location: a parallel world I created for myself. Some call it a singularity...

Re: Full Screen Mode locked at 1024x768

Post by hiran »

phkb wrote: Sat Feb 21, 2026 5:05 am
Looks like AnduinOS 1.4 is locked on Wayland - all my attempts to disable it and use Xserver have failed. I downloaded the nvidia drivers, but could only get 30 fps at 1920x1080, and feels like a slideshow at higher resolutions. Might have to try another distribution. Pity. I was liking the look of AnduinOS. Might take a look at Zorin.
It is based on Ubuntu but strips it down. May be not all possibilities are compatible.
Have you tried Ubuntu directly? It still can be switched back to X.org.
Sunshine - Moonlight - Good Times - Oolite
User avatar
Lone_Wolf
---- E L I T E ----
---- E L I T E ----
Posts: 794
Joined: Wed Aug 08, 2007 10:59 pm
Location: Netherlands

Re: Full Screen Mode locked at 1024x768

Post by Lone_Wolf »

If you do prefer wayland + nvidia you should look into using KDE as Desktop Environment.
OS : Arch Linux 64-bit - rolling release

From: The Netherlands, Europe

OXPs : My user page (needs updating)

Retired, occasionally active
Commander_X
---- E L I T E ----
---- E L I T E ----
Posts: 745
Joined: Sat Aug 09, 2014 4:16 pm

Re: Full Screen Mode locked at 1024x768

Post by Commander_X »

MrFlibble wrote: Sat Feb 21, 2026 1:34 am
[...]
Jealous!!!

(Waddles into the sunset muttering about the need to invest in better hardware)
Salt on the wound, the 970 is the GPU on the riser. I also have a 2070 SUPER (bound to vfio-pci) for qemu GPU passthrough. And the disabled iGPU in the Ryzen 5700g :)
To "water the salt", though, the hybrid monitor setup might be for the worse, instead of better. Needs always a lot of careful allocation, and tweaking.
Here's a screenshot with 30 FPS for 5760x1080:
Image

As an anecdote, my attempt at HDR with Wayland happened under slackware-current (a live image since 2025, Nov. 7). I use it for trying the evolution of XFCE under Wayland (wlroots/labwc compositor). It's also where I tried the new AppImage distribution, and was shocked having <10 FPS under nouveau driver. The NVidia blob brought it justice, but I didn't capture any metrics at the time.
User avatar
mcarans
---- E L I T E ----
---- E L I T E ----
Posts: 709
Joined: Sun Jun 20, 2010 6:00 pm

Re: Full Screen Mode locked at 1024x768

Post by mcarans »

phkb wrote: Sat Feb 21, 2026 5:05 am
Looks like AnduinOS 1.4 is locked on Wayland - all my attempts to disable it and use Xserver have failed. I downloaded the nvidia drivers, but could only get 30 fps at 1920x1080, and feels like a slideshow at higher resolutions. Might have to try another distribution. Pity. I was liking the look of AnduinOS. Might take a look at Zorin.
Lone_Wolf wrote: Sat Feb 21, 2026 1:13 pm
If you do prefer wayland + nvidia you should look into using KDE as Desktop Environment.
I also use KDE. I tried Mint for a while (which uses its own Cinnamon desktop) and it was super easy to use and set up, but KDE is that bit more customisable while retaining an interface that Windows users will find clear. I could not get used to Gnome's interface at all. My distro is Kubuntu 25.10 and I am running Wayland + nVidia.
User avatar
mcarans
---- E L I T E ----
---- E L I T E ----
Posts: 709
Joined: Sun Jun 20, 2010 6:00 pm

Re: Full Screen Mode locked at 1024x768

Post by mcarans »

The flatpak date issue from earlier in this thread is now fixed - the date is taken from Git
User avatar
phkb
Impressively Grand Sub-Admiral
Impressively Grand Sub-Admiral
Posts: 5622
Joined: Tue Jan 21, 2014 10:37 pm
Location: Writing more OXPs, because the world needs more OXPs.

Re: Full Screen Mode locked at 1024x768

Post by phkb »

OK, I've installed Zorin 18, I can log in using XOrg now, and I think I found what the issue is.

Oolite is not using the NVIDIA graphics card, and is instead reverting to the Intel UHD graphics.

I've tried all the obvious suggestions on the web to get apps to use the NVIDIA graphics card, but nothing has moved the needle yet. In the NVIDIA Settings app, the "PRIME Profiles" has "Select which GPU you would like to use", with options of "NVIDIA (Performance Mode)", "NVIDIA On Demand" and "Intel (Power saving mode)". NVIDIA On Demand is currently selected, but I also tried the Performance mode option.

The graphics card is detected by the OS and appears to be working OK.

Do I have to change something in Oolite, or in the OS, to get Oolite to use the NVIDIA card?
another_commander
Quite Grand Sub-Admiral
Quite Grand Sub-Admiral
Posts: 7175
Joined: Wed Feb 28, 2007 7:54 am

Re: Full Screen Mode locked at 1024x768

Post by another_commander »

Don't know if you have come across this, it might be of some help:

https://us.download.nvidia.com/XFree86/ ... fload.html
User avatar
Lone_Wolf
---- E L I T E ----
---- E L I T E ----
Posts: 794
Joined: Wed Aug 08, 2007 10:59 pm
Location: Netherlands

Re: Full Screen Mode locked at 1024x768

Post by Lone_Wolf »

While the link posted by A_C is likely relevant, setting up graphics correctly on a intel integrated gpu + dedicated nvidia gpu can be tricky and depends on both hardware and software versions/capabilities.

Although I know a lot about such setups (and have helped arch linux users with such setups many times) , I know nothing about how zorin does things.
Asking about this on https://forum.zorin.com/ is probably your best bet.
(discord , matrix , irc and similar are not well suited for this type of troubleshooting ).

Include the outputs of

Code: Select all

$ lspci -k
$ glxinfo -B
$ DRI_PRIME=1 glxinfo -B
and the content of your xorg log in your opening post.

xorg log is typically found in /var/log/ or ~/.local/share/xorg/ .
Incase you're using GDM as login manager, xorg log is included in the system journal.
OS : Arch Linux 64-bit - rolling release

From: The Netherlands, Europe

OXPs : My user page (needs updating)

Retired, occasionally active
Commander_X
---- E L I T E ----
---- E L I T E ----
Posts: 745
Joined: Sat Aug 09, 2014 4:16 pm

Re: Full Screen Mode locked at 1024x768

Post by Commander_X »

<whew, why would some consider laptops good for anything :) >

I played with optimus setup(s) in Linux quite some time ago (10-12 years?). It was a "set it and forget it" type of action, just to check it's not a ... mirage.
From what I recall, the solution to these setups at that time was called "bumblebee", and I just did a quick "bumblebee nvidia optimus" on google, and (without any AI response :) ) it still seems to be the recommended for the older models.
Post Reply