You are not logged in.
Pages: 1
Hi,
I have an old netbook with screen resolution 1024x600 pixels.
I think it would be be a good candidate for Q4OS but I am unsure if this resolution is supported.
Is this resolution supported?
Thanks
Offline
This resolution is not directly supported, however the system should work fine. You may need to use the trick how see bottom of some windows, if they overlap bottom edge of the screen. Hold the right "Alt" key, click with mouse somewhere inside the window and drag the window out of screen border to get the bottom of the window visible.
Offline
The point is not the screen resolution, but the model of the video card, because not all have the appropriate drivers.
Ideal is nvidia, the worst is Intel GMA 3150.
In any case, it is easier to run a live image and watch itself.
Offline
It is Intel GMA 950 Integrated Graphics. I know it is not a speed demon but are there drivers?
Offline
You may be able to get away with it by creating a custom .conf file
Section "Monitor"
Identifier "Configured Monitor"
VendorName "Generic LCD Display"
ModelName "LCD Panel 1024x600"
HorizSync 31.5 - 37.9
VertRefresh 50.0 - 70.0
DisplaySize 195 113
modeline "1024x600@60" 48.96 1024 1064 1168 1312 600 601 604 622 -HSync -VSync
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 1024 600
Modes "1024x600@60"
EndSubSection
EndSection
Save this as 20-intel.conf and put it in /etc/X11/xorg.conf.d/
If you go this way you need to be able to navigate to that location in command line and know how to delete it as sudo if it doesn't work. Alternatively you'll need to be able to boot from live media - NOT the .instdcd iso
Offline
It is Intel GMA 950 Integrated Graphics. I know it is not a speed demon but are there drivers?
Embedded video Intel 945G on my desktop works seamlessly "out of the box"/
Offline
A few weeks ago I installed Q4OS 3.14 Centaurus 64bit on Asus eeePC 1005PX (CPU Intel Atom N450 / 1.66 GHz / 512 KB Cache, RAM 1 GB DDR2, 10.1 LED backlight 1024 x 600 / WSVGA), and my old netbook is alive again :-)
Basically I work on desktop with a resolution of 1024x600 pixels.
If I need higher resolution I create a virtual desktop with a resolution of e.g. 1400x 900 pixels.
I use the terminal and the xrandr command for this.
Part of the view is then off-screen, but you can see everything by moving the view with the mouse
Stan * Q4OS 3.14 Centaurus Trinity 64 bit * Asus eeePC 1005PX
Offline
The interface of KDE (and TDE, as its successor) is optimized for monitors of the time when they were small.
And kpatience is more convenient with a resolution of 1024x768. On my 11" netbook with a resolution of 1366 x 768, it is too small.
But seriously, when choosing another resolution, except for the default, geometric distortions (circle / ellipse, for example) may occur.
Last edited by aluma (2021-04-30 19:54)
Offline
Pages: 1