06-04-2024, 08:21 AM
Yes, TC works on my laptop either using Xvesa and Xorg, although the latter at 800x600 only.
Unfortunately I can't add more RAM, 160 Mb is the maximum my mainboard supports. That's why I was looking for a lightweight distro. TC and DSL are the less RAM demanding.
I doubt the vbe output is correct since Asus sold this laptop model as a 1024x768 resolution screen. That's I'm currently using with Win 2000.
I've already added subsections with low depth:
but no way.
Unfortunately I can't add more RAM, 160 Mb is the maximum my mainboard supports. That's why I was looking for a lightweight distro. TC and DSL are the less RAM demanding.
I doubt the vbe output is correct since Asus sold this laptop model as a 1024x768 resolution screen. That's I'm currently using with Win 2000.
I've already added subsections with low depth:
Code:
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
but no way.