The system is capable of console 791, gui 1024x768. The boot parameter vga=791 is accepted and produces the expected console resolution. The highest gui resolution obtained is 800x600.
The graphics card and monitor both support 1024x768 as evidenced by Tinycore (booted live) producing that resolution using xvesa.
The system is antiX-15.1-Stable
Kernel
Code: Select all
uname -r
4.2.1-antix.2-486-smp
Code: Select all
inxi -G
Graphics: Card: Advanced Micro Devices [AMD/ATI] Mach64 GTB [3D Rage II+ DVD
Display Server: X.Org 1.16.4 driver: vesa Resolution: 800x600@0.00hz
GLX Renderer: Gallium 0.4 on llvmpipe (LLVM 3.5, 128 bits) GLX Version: 3.0 Mesa 10.3.2
Code: Select all
cat / etc/X11/xorg.conf
#----------------------------------------------------------------------
# xorg.conf file
#
# Generated by make-xorg-conf sometime around Tue Dec 8 11:14:43 GMT 2015
#
# If you want to save customizations, delete the line above or this
# file will get automatically deleted on the next live boot.
#----------------------------------------------------------------------
Section"Monitor"
Identifier"Monitor0"
Option"DPMS""true"
EndSection
Section"Device"
Identifier"Device0"
Driver "vesa"
EndSection
Section"Screen"
Identifier"Screen0"
Monitor"Monitor0"
Device "Device0"
SubSection"Display"
Modes"1280x1024""1333x768""1024x768""800x600"
EndSubSection
EndSection
According to smxi the ati/radeon driver for the card is no longer used, so not much hope in that direction.