Selection AGP Video for AntiX

Posts: 5
trdos
Joined: 29 May 2014
#1
Hi everyone!
I have a problem with setting the screen resolution 1280x1024 on my ATI Radeon 9200. I read that the driver does not support these model. I want just to replace the card. Tell, please, where you see the list unproblems compatible video hardware. Thanks!
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#2
Need a

Code: Select all

inxi -F
report from you first plus a link to what kind of computer you have (reviews are good).
Posts: 5
trdos
Joined: 29 May 2014
#3
OK
System: Host: antiX1 Kernel: 3.7.10-antix.5-486-smp i686 (32 bit)
Desktop: IceWM 1.3.7 Distro: antiX-13.2_386-full Luddite 4 November 2013
Machine: Mobo: N/A model: VT8366-8233 Bios: Award version: 6.00 PG date: 05/10/2002
CPU: Single core AMD Athlon XP 1600+ (-UP-) cache: 256 KB flags: (pae sse) clocked at 1406.036 MHz
Graphics: Card: Advanced Micro Devices [AMD] nee ATI RV280 [Radeon 9200]
X.Org: 1.12.4 drivers: ati,radeon (unloaded: fbdev,vesa) Resolution: 1024x768@60.0hz
GLX Renderer: Mesa DRI R200 (RV280 5961) x86/MMX+/3DNow!+/SSE TCL DRI2 GLX Version: 1.3 Mesa 8.0.5
Audio: Card: VIA VT8233/A/8235/8237 AC97 Audio Controller driver: snd_via82xx Sound: ALSA ver: k3.7.10-antix.5-486-smp
Network: Card: Realtek RTL-8139/8139C/8139C+ driver: 8139too
IF: eth0 state: unknown speed: 100 Mbps duplex: full mac:
Drives: HDD Total Size: 98.4GB (51.0% used) 1: id: /dev/sda model: ST310212A size: 10.2GB
2: id: /dev/sdb model: SAMSUNG_SP0812N size: 80.1GB 3: USB id: /dev/sdc model: GT size: 0.1GB
4: USB id: /dev/sdd model: GT size: 8.0GB
Partition: ID: / size: 7.9G used: 2.8G (38%) fs: ext3 ID: /home size: 65G used: 41G (67%) fs: ext3
ID: swap-1 size: 1.07GB used: 0.01GB (1%) fs: swap
Sensors: System Temperatures: cpu: 41.5C mobo: N/A
Fan Speeds (in rpm): cpu: N/A
Info: Processes: 75 Uptime: 1:03 Memory: 323.1/500.7MB Client: Shell (bash) inxi: 1.9.16
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#4
What happens when you run

Code: Select all

xrandr
what resolutions are offered?
Posts: 5
trdos
Joined: 29 May 2014
#5
$ xrandr
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 4096 x 4096
VGA-0 connected 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
1024x768 60.0*
800x600 60.3 56.2
848x480 60.0
640x480 59.9
DVI-0 disconnected (normal left inverted right x axis y axis)
S-video disconnected (normal left inverted right x axis y axis)
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#6
Try

Code: Select all

xrandr -s 1280x1024
Just to see what happens. Maybe works. Maybe not. Your screen will black out for a few seconds. It won't hurt nothing though.

You might get a not available mode message at the worst.
Posts: 5
trdos
Joined: 29 May 2014

06 Jun 2014, 19:44 #7

Thank you very mutch for your help but it all is for nothing. before asking a question, I spent quite a good search of possible solutions. Software is not solved: videodriver does not support my hardware. The solution is replacing the videocard.
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#8
AGP video cards and hardware are not my strong suit.

Sorry also. Hopefully someone else knows more than me.
Posts: 146
Eperbab
Joined: 10 Dec 2012
#9
In my previous desktop PC I had an Ati Radeon 9200 SE & AntiX 13.2. With the older versions of X I have used a vesa hack to specify the size of video memory (videoram=128000), and had a custom xorg.conf with resolutions up to 1360x768. I have enabled the vesa and radeon driver. You may get old enough X & drivers from Debian stable or old stable. Use xrandr to configure resolutions.

After an upgrade, with the latest greatest X in Debian testing, the solution above didn't work. So I have deleted xorg.conf to avoid 'No screen' error, and set video mode as a boot option. See vga=ask option in grub for possible resolutions. 1280x1024 used to be avalaible. See also ' sudo hwinfo --framebuffer ' output. / edit: Mode 0x0324: vga=804 or vga=0x0324 /

X used to pick up the resolution used by grub, if nothing else is avalaible. In that case it uses the vesa driver, wich should be installed. (something like libgl1-mesa-glx glx-alternative-mesa libgl1-mesa-dri libgles2-mesa )