Posts: 19
jean202
Joined: 05 Dec 2013
#16
Christmas is Christmas. __{{emoticon}}__
Now, my old computer doesn't work : it's sad __{{emoticon}}__
Posts: 19
jean202
Joined: 05 Dec 2013
#17
My monitor is a Cathode Ray Tube 13.3 inches. I think it's important
Alanarchy
Posts 0
Alanarchy
#18
You must have done something to get yourself on Santa's"Naughty" list __{{emoticon}}__
Posts: 19
jean202
Joined: 05 Dec 2013
#19
What is it Santa's"Naughty" list ?

With xres=800x600 : screen is good but monitor is too small.

I try the 3 Windows managers.

Is it possible to change parameter(s) before or after running one of 3 windows managers?

It's strange that Antix runs on old PC but not on old associated monitors!
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#20
Is it possible to change parameter(s) before or after running one of 3 windows managers?
Finally, something I know a little bit about.

On my 22 incher crt in the Motorcycle shop. I use

Code: Select all

xrandr -s 1024x768
in all startup files in JWM, Icewm, and Fluxbox. This worked in Mate and RazorQT when I played with them also.

Do yours with the resolution you want on the crt you have.

My netbook lcd video resolutions available only as a example

Code: Select all

$ xrandr
Screen 0: minimum 320 x 200, current 1024 x 600, maximum 4096 x 4096
LVDS1 connected 1024x600+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   1024x600       53.3*+
   800x600        60.3     56.2  
   640x480        59.9  
VGA1 disconnected (normal left inverted right x axis y axis)

========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.nobell.org/~gjm/pc/aspect.html"
linktext was:"http://www.nobell.org/~gjm/pc/aspect.html"
====================================


post27774.html#p27774

post24611.html#p24611
Posts: 19
jean202
Joined: 05 Dec 2013
#21
xrandr gives
failed to get size of gamma for output default
...
800x600 60.0 56.0
...
xrandr -s 1024x768 gives screen 3 times like xres=1024x768 on boot lign

xrandr -s 800x600 gives nothing
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#22
Ok, what does inxi -F give in terminal?
Posts: 19
jean202
Joined: 05 Dec 2013
#23
inxi -F -z
single Core Pentium III(katmai) (-UP-) cache 512
flags (pae sse)
graphics card 3Dfx Interactive Voodoo 3 X.org 1.12.4
System Dell
product XPST500 Mobo Intel model: SE44oBX-3 version AA722396-108 Bios intel version 4S4EB2X0.10A.0017.P05
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#24
I need the whole readout. Not just the beginning. Just inxi -F.
Posts: 19
jean202
Joined: 05 Dec 2013
#25
Is it possible to write on USB key? if yes how to use it?
Posts: 667
jdmeaux1952
Joined: 01 Nov 2013
#26
jean202 wrote:Is it possible to write on USB key? if yes how to use it?
Right now do not worry about the USB. You need to run"inxi -F" in the terminal, then copy-n-paste in your reply so we can see everything in it.
Posts: 19
jean202
Joined: 05 Dec 2013
#27
My PC with internet wasn't my old PC with Antix, so i want to use USB key for copy and paste!
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#28
Then use the proper F key at live boot and select mount all. I am not remembering which F key it is at live grub boot screen.

Make your text file from inxi -F. Then copy text file to usb using spacefm. Then copy and paste what is in text file to next post. No wonder your posts have been so short when
giving the requested readouts asked for.
Posts: 19
jean202
Joined: 05 Dec 2013
#29
System: Host: antiX1 Kernel: 3.7.10-antix.5-486-smp i686 (32 bit)
Desktop: JWM 2.1.0 Distro: antiX-13.2_386-full Luddite 4 November 2013
Machine: System: Dell product: XPST500
Mobo: Intel model: SE440BX-3 version: AA722396-108 Bios: Intel version: 4S4EB2X0.10A.0017.P05 date: 04/22/1999
CPU: Single core Pentium III (Katmai) (-UP-) cache: 512 KB flags: (pae sse) clocked at 498.893 MHz
Graphics: Card: 3Dfx Interactive Voodoo 3 X.Org: 1.12.4 drivers: tdfx (unloaded: fbdev,vesa) Resolution: 1280x1024@60.0hz
GLX Renderer: Gallium 0.4 on softpipe GLX Version: 2.1 Mesa 8.0.5
Audio: Card: Creative Labs SB Live! EMU10k1 driver: snd_emu10k1 Sound: ALSA ver: k3.7.10-antix.5-486-smp
Network: Card: 3Com 3c905C-TX/TX-M [Tornado] driver: 3c59x
IF: eth0 state: down mac: 00:50:04:f6:5a:7e
Drives: HDD Total Size: 2.1GB (5.5% used) 1: id: /dev/sda model: QUANTUM_FIREBALL size: 1.1GB
2: USB id: /dev/sdb model: Flash_Disk size: 1.0GB
Partition: ID: / size: 187M used: 5.6M (3%) fs: rootfs
Sensors: None detected - is lm-sensors installed and configured?
Info: Processes: 68 Uptime: 22 min Memory: 64.0/247.0MB Client: Shell (bash) inxi: 1.9.16
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#30
Resolution: 1280x1024@60.0hz
Graphics: Card: 3Dfx Interactive Voodoo 3 X.Org: 1.12.4 drivers: tdfx (unloaded: fbdev,vesa)
You might want to go with the vesa driver instead tdfx.

Try through antixcc>system>edit config files and go to grub and add

Code: Select all

resolution=800x600
to the end of the kernel line entry. That is all I can think of since you say xrandr -s is not working for you though I find that strange since it works for me.