You are not logged in.

#1 2013-02-22 12:06:46

Xi0N
Member
From: Bilbao - Spain
Registered: 2007-11-29
Posts: 832
Website

Help making an old ATI Rage XL work

I have an old-ish server (from 2006-2007 more or less) that was using solaris until some months ago but was taken out of service.
It was running X with a very basic DE.
Today, I was trying to give it a new use, but I face the problem that I cannot manage to make the video card to work

lspci reports this:

05:06.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Rage XL (rev 27) (prog-if 00 [VGA controller])

And I installed xorg, xorg-apps and xorg-drivers but it does not seem to work auto-magically...

I tried installing the closed source drivers without luck:

When KDE is supposed to start, I get a black screen: No mouse even and the inability of switching to a text based console....

The graphic card is integrated in the motherboard..... I hope someone can at least point me in the right direction: It's nice hardware to be used with arch and it would be a shame letting it to get forgotten in a corner forever accumulating dust.

Any ideas would help.
Thanks!

Offline

#2 2013-02-22 12:24:40

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: Help making an old ATI Rage XL work

Wow, that thing is ooooooooold smile

There are no xorg-apps and xorg-drivers packages in Arch, are you sure you're not using Gentoo tongue? Anyway, you want the xf86-video-mach64 driver. I don't know if X will pick it up automatically. If it won't, this xorg.conf will do it:

Section "Device"
  Identifier "ATI Rage XL"
  Driver "mach64"
EndSection

Offline

#3 2013-02-25 06:06:22

Xi0N
Member
From: Bilbao - Spain
Registered: 2007-11-29
Posts: 832
Website

Re: Help making an old ATI Rage XL work

Thanks for your suggestion, I haven been able to test it until today.

No luck sad
This is my /var/log/Xorg.0.log after reboot....

[   616.885]
X.Org X Server 1.13.2
Release Date: 2013-01-24
[   616.885] X Protocol Version 11, Revision 0
[   616.885] Build Operating System: Linux 3.7.4-1-ARCH x86_64
[   616.885] Current Operating System: Linux MyArch 3.7.9-1-ARCH #1 SMP PREEMPT Mon Feb 18 02:13:30 EET 2013 x86_64
[   616.886] Kernel command line: root=/dev/sda1 ro initrd=../initramfs-linux.img BOOT_IMAGE=../vmlinuz-linux
[   616.886] Build Date: 25 January 2013  09:33:50AM
[   616.886]
[   616.886] Current version of pixman: 0.28.2
[   616.886]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[   616.886] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   616.886] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Feb 25 08:04:07 2013
[   616.927] (==) Using config file: "/etc/X11/xorg.conf"
[   616.927] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   616.964] (==) No Layout section.  Using the first Screen section.
[   616.964] (==) No screen section available. Using defaults.
[   616.964] (**) |-->Screen "Default Screen Section" (0)
[   616.964] (**) |   |-->Monitor "<default monitor>"
[   616.964] (==) No device specified for screen "Default Screen Section".
        Using the first device section listed.
[   616.964] (**) |   |-->Device "ATI Rage XL"
[   616.964] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[   616.964] (==) Automatically adding devices
[   616.964] (==) Automatically enabling devices
[   616.964] (==) Automatically adding GPU devices
[   616.988] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[   616.988]    Entry deleted from font path.
[   616.988] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[   616.988]    Entry deleted from font path.
[   616.989] (==) FontPath set to:
        /usr/share/fonts/misc/,
        /usr/share/fonts/TTF/,
        /usr/share/fonts/100dpi/,
        /usr/share/fonts/75dpi/
[   616.989] (==) ModulePath set to "/usr/lib/xorg/modules"
[   616.989] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[   616.989] (II) Loader magic: 0x7fcc40
[   616.989] (II) Module ABI versions:
[   616.989]    X.Org ANSI C Emulation: 0.4
[   616.989]    X.Org Video Driver: 13.1
[   616.989]    X.Org XInput driver : 18.0
[   616.989]    X.Org Server Extension : 7.0
[   616.990] (--) PCI:*(0:5:6:0) 1002:4752:1002:8008 rev 39, Mem @ 0xfd000000/16777216, 0xfeaff000/4096, I/O @ 0x0000b000/256, BIOS @ 0x????????/131072
[   616.990] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   616.991] Initializing built-in extension Generic Event Extension
[   616.991] Initializing built-in extension SHAPE
[   616.991] Initializing built-in extension MIT-SHM
[   616.991] Initializing built-in extension XInputExtension
[   616.991] Initializing built-in extension XTEST
[   616.991] Initializing built-in extension BIG-REQUESTS
[   616.991] Initializing built-in extension SYNC
[   616.991] Initializing built-in extension XKEYBOARD
[   616.991] Initializing built-in extension XC-MISC
[   616.991] Initializing built-in extension SECURITY
[   616.991] Initializing built-in extension XINERAMA
[   616.991] Initializing built-in extension XFIXES
[   616.991] Initializing built-in extension RENDER
[   616.991] Initializing built-in extension RANDR
[   616.991] Initializing built-in extension COMPOSITE
[   616.991] Initializing built-in extension DAMAGE
[   616.991] Initializing built-in extension MIT-SCREEN-SAVER
[   616.991] Initializing built-in extension DOUBLE-BUFFER
[   616.991] Initializing built-in extension RECORD
[   616.991] Initializing built-in extension DPMS
[   616.991] Initializing built-in extension X-Resource
[   616.991] Initializing built-in extension XVideo
[   616.991] Initializing built-in extension XVideo-MotionCompensation
[   616.991] Initializing built-in extension XFree86-VidModeExtension
[   616.991] Initializing built-in extension XFree86-DGA
[   616.991] Initializing built-in extension XFree86-DRI
[   616.991] Initializing built-in extension DRI2
[   616.991] (II) LoadModule: "glx"
[   617.033] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   617.056] (II) Module glx: vendor="X.Org Foundation"
[   617.056]    compiled for 1.13.2, module version = 1.0.0
[   617.056]    ABI class: X.Org Server Extension, version 7.0
[   617.056] (==) AIGLX enabled
[   617.056] Loading extension GLX
[   617.056] (II) LoadModule: "mach64"
[   617.056] (II) Loading /usr/lib/xorg/modules/drivers/mach64_drv.so
[   617.066] (II) Module mach64: vendor="X.Org Foundation"
[   617.066]    compiled for 1.13.1, module version = 6.9.4
[   617.066]    Module class: X.Org Video Driver
[   617.066]    ABI class: X.Org Video Driver, version 13.1
[   617.066] (II) MACH64: Driver for ATI Mach64 chipsets
[   617.066] (++) using VT number 7

[   617.072] (II) MACH64(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
[   617.072] (==) MACH64(0): Depth 24, (--) framebuffer bpp 32
[   617.072] (==) MACH64(0): Using EXA acceleration architecture
[   617.072] (II) MACH64: Mach64 in slot 5:6:0 detected.
[   617.072] (II) Loading sub module "int10"
[   617.072] (II) LoadModule: "int10"
[   617.073] (II) Loading /usr/lib/xorg/modules/libint10.so
[   617.084] (II) Module int10: vendor="X.Org Foundation"
[   617.084]    compiled for 1.13.2, module version = 1.0.0
[   617.084]    ABI class: X.Org Video Driver, version 13.1
[   617.086] (II) MACH64(0): Primary V_BIOS segment is: 0xc000
[   617.086] (II) Loading sub module "ddc"
[   617.086] (II) LoadModule: "ddc"
[   617.086] (II) Module "ddc" already built-in
[   617.086] (II) Loading sub module "vbe"
[   617.086] (II) LoadModule: "vbe"
[   617.087] (II) Loading /usr/lib/xorg/modules/libvbe.so
[   617.092] (II) Module vbe: vendor="X.Org Foundation"
[   617.092]    compiled for 1.13.2, module version = 1.1.0
[   617.092]    ABI class: X.Org Video Driver, version 13.1
[   617.093] (II) MACH64(0): VESA BIOS detected
[   617.093] (II) MACH64(0): VESA VBE Version 2.0
[   617.093] (II) MACH64(0): VESA VBE Total Mem: 8128 kB
[   617.093] (II) MACH64(0): VESA VBE OEM: ATI MACH64
[   617.093] (II) MACH64(0): VESA VBE OEM Software Rev: 1.0
[   617.093] (II) MACH64(0): VESA VBE OEM Vendor: ATI Technologies Inc.
[   617.093] (II) MACH64(0): VESA VBE OEM Product: MACH64GM
[   617.093] (II) MACH64(0): VESA VBE OEM Product Rev: 01.00
[   617.094] (II) MACH64(0): VESA VBE DDC supported
[   617.094] (II) MACH64(0): VESA VBE DDC Level 2
[   617.094] (II) MACH64(0): VESA VBE DDC transfer in appr. 2 sec.
[   617.159] (II) MACH64(0): VESA VBE DDC read successfully
[   617.159] (II) UnloadSubModule: "vbe"
[   617.159] (II) Unloading vbe
[   617.159] (II) UnloadSubModule: "int10"
[   617.159] (II) Unloading int10
[   617.159] (II) UnloadSubModule: ""
[   617.159] (II) Unloading

Last edited by Xi0N (2013-02-25 06:10:45)

Offline

#4 2013-02-25 14:19:48

NoSavvy
Member
From: Dorchester, Dorset, UK
Registered: 2013-01-23
Posts: 97

Re: Help making an old ATI Rage XL work

You could try the ' lts ' kernel. I've had better luck with that one using an old PC.

In my case it's a 'Rage Pro' graphics. I can get it to boot, load and run OK but it will not exit 'X-windows' without locking up the PC.
So I just crash it every time as it is only a play thing.

Offline

#5 2013-02-25 14:44:01

Xi0N
Member
From: Bilbao - Spain
Registered: 2007-11-29
Posts: 832
Website

Re: Help making an old ATI Rage XL work

Hmmm... so, maybe I'd better find some other video card (nvidia perhaps) to use instead.......


Thanks for the suggestions smile



EDIT: Looks like I'm stuck with that video card: I have no AGP port: Only old PCI slots, so I must either make the thing work or forget about DE....... sad

A total shame being a 64 bit capable hardware only lacking a decent video card.....

Last edited by Xi0N (2013-02-25 16:15:32)

Offline

#6 2013-02-25 17:31:13

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: Help making an old ATI Rage XL work

Seriously? 64bit capable hardware, but no AGP or PCI-e? Well, you can get one of these: http://geizhals.at/zotac_geforce_gt_610 … 83230.html

Or you figure out what's wrong. That log unfortunately doesn't say anything. The driver loads, finds the card, then unloads. Who knows why.

Offline

#7 2013-02-25 21:26:23

Xi0N
Member
From: Bilbao - Spain
Registered: 2007-11-29
Posts: 832
Website

Re: Help making an old ATI Rage XL work

Yeah: The computer was a xerox freeflow server (aimed to variable printing purposes) running solaris and with really few graphical capabilities that I wanted to give a second chance to... but quite disappointed that old hardware gets deprecated like that!! sad (I just thought it worked some other way, like keeping backwards compatibility would be so common, specially after criticizing microsoft and apple for doing so Intentionally.
As linux works on old hardware, I expected to at least make the video card working....

Offline

#8 2013-02-25 21:51:29

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: Help making an old ATI Rage XL work

Nothing got deprecated, the old drivers are still being maintained. But since few people still have the hardware, it's quite natural that issues will arise. There's still a lot you can play with - check X manpages to see if you can increase the verbosity of the log, disable EXA (since there's no XAA anymore, that means ShadowFB), go through all the options the mach64 manpage mentions that sound interesting... Also search the freedesktop bugzilla for mach64-related bugs.

Or you buy that Nvidia card I linked to, it provides VDPAU, so you could use the machine for media playback. Or you give up on the machine and retire it. Lots of options.

Offline

#9 2013-02-26 06:47:39

Xi0N
Member
From: Bilbao - Spain
Registered: 2007-11-29
Posts: 832
Website

Re: Help making an old ATI Rage XL work

Ok, I removed the vesa driver and updated the system, now I get this:


[    10.371] 
This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.
[    10.371] 
X.Org X Server 1.13.2.901 (1.13.3 RC 1)
Release Date: 2013-02-15
[    10.371] X Protocol Version 11, Revision 0
[    10.371] Build Operating System: Linux 3.7.5-1-ARCH x86_64 
[    10.371] Current Operating System: Linux MyArch 3.7.9-2-ARCH #1 SMP PREEMPT Mon Feb 25 12:04:25 CET 2013 x86_64
[    10.371] Kernel command line: root=/dev/sda1 ro vga=773 initrd=../initramfs-linux.img BOOT_IMAGE=../vmlinuz-linux 
[    10.372] Build Date: 18 February 2013  03:52:56PM
[    10.372]  
[    10.372] Current version of pixman: 0.28.2
[    10.372] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    10.372] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    10.372] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Feb 26 08:33:30 2013
[    10.411] (==) Using config file: "/etc/X11/xorg.conf"
[    10.411] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    10.436] (==) No Layout section.  Using the first Screen section.
[    10.436] (==) No screen section available. Using defaults.
[    10.436] (**) |-->Screen "Default Screen Section" (0)
[    10.436] (**) |   |-->Monitor "<default monitor>"
[    10.436] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[    10.436] (**) |   |-->Device "ATI Rage XL"
[    10.436] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    10.437] (==) Automatically adding devices
[    10.437] (==) Automatically enabling devices
[    10.437] (==) Automatically adding GPU devices
[    10.486] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[    10.486] 	Entry deleted from font path.
[    10.486] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[    10.486] 	Entry deleted from font path.
[    10.487] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[    10.487] (==) ModulePath set to "/usr/lib/xorg/modules"
[    10.487] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    10.487] (II) Loader magic: 0x7fcc20
[    10.487] (II) Module ABI versions:
[    10.487] 	X.Org ANSI C Emulation: 0.4
[    10.487] 	X.Org Video Driver: 13.1
[    10.487] 	X.Org XInput driver : 18.0
[    10.487] 	X.Org Server Extension : 7.0
[    10.488] (--) PCI:*(0:5:6:0) 1002:4752:1002:8008 rev 39, Mem @ 0xfd000000/16777216, 0xfeaff000/4096, I/O @ 0x0000b000/256, BIOS @ 0x????????/131072
[    10.489] Initializing built-in extension Generic Event Extension
[    10.489] Initializing built-in extension SHAPE
[    10.489] Initializing built-in extension MIT-SHM
[    10.489] Initializing built-in extension XInputExtension
[    10.489] Initializing built-in extension XTEST
[    10.489] Initializing built-in extension BIG-REQUESTS
[    10.489] Initializing built-in extension SYNC
[    10.489] Initializing built-in extension XKEYBOARD
[    10.489] Initializing built-in extension XC-MISC
[    10.489] Initializing built-in extension SECURITY
[    10.489] Initializing built-in extension XINERAMA
[    10.489] Initializing built-in extension XFIXES
[    10.489] Initializing built-in extension RENDER
[    10.489] Initializing built-in extension RANDR
[    10.489] Initializing built-in extension COMPOSITE
[    10.489] Initializing built-in extension DAMAGE
[    10.489] Initializing built-in extension MIT-SCREEN-SAVER
[    10.489] Initializing built-in extension DOUBLE-BUFFER
[    10.489] Initializing built-in extension RECORD
[    10.489] Initializing built-in extension DPMS
[    10.489] Initializing built-in extension X-Resource
[    10.489] Initializing built-in extension XVideo
[    10.489] Initializing built-in extension XVideo-MotionCompensation
[    10.489] Initializing built-in extension XFree86-VidModeExtension
[    10.489] Initializing built-in extension XFree86-DGA
[    10.489] Initializing built-in extension XFree86-DRI
[    10.489] Initializing built-in extension DRI2
[    10.489] (II) LoadModule: "glx"
[    10.556] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    10.574] (II) Module glx: vendor="X.Org Foundation"
[    10.574] 	compiled for 1.13.2.901, module version = 1.0.0
[    10.574] 	ABI class: X.Org Server Extension, version 7.0
[    10.574] (==) AIGLX enabled
[    10.574] Loading extension GLX
[    10.574] (II) LoadModule: "mach64"
[    10.574] (II) Loading /usr/lib/xorg/modules/drivers/mach64_drv.so
[    10.589] (II) Module mach64: vendor="X.Org Foundation"
[    10.589] 	compiled for 1.13.1, module version = 6.9.4
[    10.589] 	Module class: X.Org Video Driver
[    10.589] 	ABI class: X.Org Video Driver, version 13.1
[    10.589] (II) MACH64: Driver for ATI Mach64 chipsets
[    10.589] (++) using VT number 7

[    10.656] (II) MACH64(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    10.656] (==) MACH64(0): Depth 24, (--) framebuffer bpp 32
[    10.656] (==) MACH64(0): Using EXA acceleration architecture
[    10.656] (II) MACH64: Mach64 in slot 5:6:0 detected.
[    10.656] (II) Loading sub module "int10"
[    10.656] (II) LoadModule: "int10"
[    10.656] (II) Loading /usr/lib/xorg/modules/libint10.so
[    10.671] (II) Module int10: vendor="X.Org Foundation"
[    10.671] 	compiled for 1.13.2.901, module version = 1.0.0
[    10.671] 	ABI class: X.Org Video Driver, version 13.1
[    10.674] (II) MACH64(0): Primary V_BIOS segment is: 0xc000
[    10.674] (II) Loading sub module "ddc"
[    10.674] (II) LoadModule: "ddc"
[    10.674] (II) Module "ddc" already built-in
[    10.674] (II) Loading sub module "vbe"
[    10.674] (II) LoadModule: "vbe"
[    10.674] (II) Loading /usr/lib/xorg/modules/libvbe.so
[    10.685] (II) Module vbe: vendor="X.Org Foundation"
[    10.685] 	compiled for 1.13.2.901, module version = 1.1.0
[    10.685] 	ABI class: X.Org Video Driver, version 13.1
[    10.686] (II) MACH64(0): VESA BIOS detected
[    10.686] (II) MACH64(0): VESA VBE Version 2.0
[    10.686] (II) MACH64(0): VESA VBE Total Mem: 8128 kB
[    10.686] (II) MACH64(0): VESA VBE OEM: ATI MACH64
[    10.686] (II) MACH64(0): VESA VBE OEM Software Rev: 1.0
[    10.686] (II) MACH64(0): VESA VBE OEM Vendor: ATI Technologies Inc.
[    10.686] (II) MACH64(0): VESA VBE OEM Product: MACH64GM
[    10.686] (II) MACH64(0): VESA VBE OEM Product Rev: 01.00
[    10.687] (II) MACH64(0): VESA VBE DDC supported
[    10.687] (II) MACH64(0): VESA VBE DDC Level 2
[    10.687] (II) MACH64(0): VESA VBE DDC transfer in appr. 2 sec.
[    10.751] (II) MACH64(0): VESA VBE DDC read successfully
[    10.752] (II) UnloadSubModule: "vbe"
[    10.752] (II) Unloading vbe
[    10.752] (II) UnloadSubModule: "int10"
[    10.752] (II) Unloading int10
[    10.752] (II) UnloadSubModule: ""
[    10.752] (II) Unloading 
[    10.752] (II) MACH64(0): Manufacturer: DEL  Model: a023  Serial#: 860305747
[    10.752] (II) MACH64(0): Year: 2006  Week: 49
[    10.752] (II) MACH64(0): EDID Version: 1.3
[    10.752] (II) MACH64(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
[    10.752] (II) MACH64(0): Sync:  Separate
[    10.752] (II) MACH64(0): Max Image Size [cm]: horiz.: 34  vert.: 27
[    10.752] (II) MACH64(0): Gamma: 2.20
[    10.752] (II) MACH64(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[    10.752] (II) MACH64(0): Default color space is primary color space
[    10.752] (II) MACH64(0): First detailed timing is preferred mode
[    10.752] (II) MACH64(0): redX: 0.635 redY: 0.342   greenX: 0.292 greenY: 0.610
[    10.752] (II) MACH64(0): blueX: 0.146 blueY: 0.069   whiteX: 0.312 whiteY: 0.328
[    10.752] (II) MACH64(0): Supported established timings:
[    10.752] (II) MACH64(0): 720x400@70Hz
[    10.752] (II) MACH64(0): 640x480@60Hz
[    10.752] (II) MACH64(0): 640x480@75Hz
[    10.752] (II) MACH64(0): 800x600@60Hz
[    10.752] (II) MACH64(0): 800x600@75Hz
[    10.752] (II) MACH64(0): 1024x768@60Hz
[    10.752] (II) MACH64(0): 1024x768@75Hz
[    10.752] (II) MACH64(0): 1280x1024@75Hz
[    10.752] (II) MACH64(0): Manufacturer's mask: 0
[    10.752] (II) MACH64(0): Supported standard timings:
[    10.752] (II) MACH64(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[    10.752] (II) MACH64(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    10.752] (II) MACH64(0): Supported detailed timing:
[    10.752] (II) MACH64(0): clock: 108.0 MHz   Image Size:  338 x 270 mm
[    10.752] (II) MACH64(0): h_active: 1280  h_sync: 1328  h_sync_end 1440 h_blank_end 1688 h_border: 0
[    10.752] (II) MACH64(0): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1066 v_border: 0
[    10.752] (II) MACH64(0): Serial No: 641806C53G9S
[    10.752] (II) MACH64(0): Monitor name: DELL E177FP
[    10.752] (II) MACH64(0): Ranges: V min: 56 V max: 75 Hz, H min: 31 H max: 80 kHz, PixClock max 145 MHz
[    10.752] (II) MACH64(0): EDID (in hex):
[    10.752] (II) MACH64(0): 	00ffffffffffff0010ac23a053394733
[    10.752] (II) MACH64(0): 	3110010368221b78eeadb0a2574a9c25
[    10.752] (II) MACH64(0): 	115054a54b00714f8180010101010101
[    10.752] (II) MACH64(0): 	010101010101302a009851002a403070
[    10.752] (II) MACH64(0): 	1300520e1100001e000000ff00363431
[    10.752] (II) MACH64(0): 	3830364335334739530a000000fc0044
[    10.752] (II) MACH64(0): 	454c4c204531373746500a20000000fd
[    10.752] (II) MACH64(0): 	00384b1f500e000a2020202020200007
[    10.752] (II) MACH64(0): EDID vendor "DEL", prod id 40995
[    10.752] (II) MACH64(0): Using EDID range info for horizontal sync
[    10.752] (II) MACH64(0): Using EDID range info for vertical refresh
[    10.752] (II) MACH64(0): Printing DDC gathered Modelines:
[    10.752] (II) MACH64(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[    10.752] (II) MACH64(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    10.752] (II) MACH64(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    10.752] (II) MACH64(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    10.752] (II) MACH64(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    10.753] (II) MACH64(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    10.753] (II) MACH64(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    10.753] (II) MACH64(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    10.753] (II) MACH64(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    10.753] (II) MACH64(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    10.753] (II) MACH64(0): BIOS Data:  BIOSSize=0x8000, ROMTable=0x0114.
[    10.753] (II) MACH64(0): BIOS Data:  ClockTable=0x097C, FrequencyTable=0x0000.
[    10.753] (II) MACH64(0): BIOS Data:  LCDTable=0x0000.
[    10.753] (II) MACH64(0): BIOS Data:  VideoTable=0x0000, HardwareTable=0x015E.
[    10.753] (II) MACH64(0): BIOS Data:  I2CType=0x0F, Tuner=0x00, Decoder=0x00, Audio=0x0F.
[    10.753] (--) MACH64(0): ATI 3D Rage XL or XC graphics controller detected.
[    10.753] (--) MACH64(0): Chip type 4752 "GR", version 7, foundry TSMC, class 0, revision 0x00.
[    10.753] (--) MACH64(0): PCI bus interface detected;  block I/O base is 0xB000.
[    10.753] (--) MACH64(0): ATI Mach64 adapter detected.
[    10.753] (!!) MACH64(0): For information on using the multimedia capabilities
	of this adapter, please see http://gatos.sf.net.
[    10.753] (--) MACH64(0): Internal RAMDAC (subtype 1) detected.
[    10.753] (==) MACH64(0): RGB weight 888
[    10.753] (==) MACH64(0): Default visual is TrueColor
[    10.753] (==) MACH64(0): Using gamma correction (1.0, 1.0, 1.0)
[    10.753] (II) MACH64(0): Using Mach64 accelerator CRTC.
[    10.753] (II) MACH64(0): Storing hardware cursor image at 0xFD7FFC00.
[    10.753] (II) MACH64(0): Using 8 MB linear aperture at 0xFD000000.
[    10.753] (!!) MACH64(0): Virtual resolutions will be limited to 8191 kB
 due to linear aperture size and/or placement of hardware cursor image area.
[    10.753] (II) MACH64(0): Using Block 0 MMIO aperture at 0xFEAFF400.
[    10.753] (II) MACH64(0): Using Block 1 MMIO aperture at 0xFEAFF000.
[    10.753] (II) MACH64(0): MMIO write caching enabled.
[    10.754] (--) MACH64(0): 8192 kB of SGRAM (2:1) 32-bit detected (using 8191 kB).
[    10.754] (WW) MACH64(0): Cannot shadow an accelerated frame buffer.
[    10.754] (II) MACH64(0): Engine XCLK 62.353 MHz;  Refresh rate code 1.
[    10.754] (--) MACH64(0): Internal programmable clock generator detected.
[    10.754] (--) MACH64(0): Reference clock 157.5/11 (14.318) MHz.
[    10.754] (II) MACH64(0): <default monitor>: Using hsync range of 31.00-80.00 kHz
[    10.754] (II) MACH64(0): <default monitor>: Using vrefresh range of 56.00-75.00 Hz
[    10.754] (II) MACH64(0): <default monitor>: Using maximum pixel clock of 145.00 MHz
[    10.754] (II) MACH64(0): Estimated virtual size for aspect ratio 1.2593 is 1280x1024
[    10.754] (II) MACH64(0): Maximum clock: 124.00 MHz
[    10.754] (II) MACH64(0): Not using default mode "640x350" (vrefresh out of range)
[    10.754] (II) MACH64(0): Not using default mode "320x175" (vrefresh out of range)
[    10.754] (II) MACH64(0): Not using default mode "640x400" (vrefresh out of range)
[    10.754] (II) MACH64(0): Not using default mode "320x200" (vrefresh out of range)
[    10.754] (II) MACH64(0): Not using default mode "720x400" (vrefresh out of range)
[    10.754] (II) MACH64(0): Not using default mode "360x200" (vrefresh out of range)
[    10.754] (II) MACH64(0): Not using default mode "640x480" (vrefresh out of range)
[    10.754] (II) MACH64(0): Not using default mode "320x240" (vrefresh out of range)
[    10.754] (II) MACH64(0): Not using default mode "800x600" (vrefresh out of range)
[    10.754] (II) MACH64(0): Not using default mode "400x300" (vrefresh out of range)
[    10.754] (II) MACH64(0): Not using default mode "1024x768i" (vrefresh out of range)
[    10.754] (II) MACH64(0): Not using default mode "512x384i" (vrefresh out of range)
[    10.754] (II) MACH64(0): Not using default mode "1024x768" (vrefresh out of range)
[    10.754] (II) MACH64(0): Not using default mode "512x384" (vrefresh out of range)
[    10.754] (II) MACH64(0): Not using default mode "1280x960" (bad mode clock/interlace/doublescan)
[    10.754] (II) MACH64(0): Not using default mode "640x480" (hsync out of range)
[    10.754] (II) MACH64(0): Not using default mode "1280x1024" (bad mode clock/interlace/doublescan)
[    10.754] (II) MACH64(0): Not using default mode "1280x1024" (bad mode clock/interlace/doublescan)
[    10.754] (II) MACH64(0): Not using default mode "640x512" (hsync out of range)
[    10.754] (II) MACH64(0): Not using default mode "1600x1200" (width too large for virtual size)
[    10.754] (II) MACH64(0): Not using default mode "1600x1200" (width too large for virtual size)
[    10.754] (II) MACH64(0): Not using default mode "800x600" (hsync out of range)
[    10.754] (II) MACH64(0): Not using default mode "1600x1200" (width too large for virtual size)
[    10.754] (II) MACH64(0): Not using default mode "800x600" (hsync out of range)
[    10.754] (II) MACH64(0): Not using default mode "1600x1200" (width too large for virtual size)
[    10.754] (II) MACH64(0): Not using default mode "800x600" (hsync out of range)
[    10.754] (II) MACH64(0): Not using default mode "1600x1200" (width too large for virtual size)
[    10.754] (II) MACH64(0): Not using default mode "800x600" (hsync out of range)
[    10.754] (II) MACH64(0): Not using default mode "1792x1344" (insufficient memory for mode)
[    10.754] (II) MACH64(0): Not using default mode "896x672" (hsync out of range)
[    10.754] (II) MACH64(0): Not using default mode "1792x1344" (insufficient memory for mode)
[    10.754] (II) MACH64(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
[    10.754] (II) MACH64(0): Not using default mode "1856x1392" (insufficient memory for mode)
[    10.754] (II) MACH64(0): Not using default mode "928x696" (hsync out of range)
[    10.754] (II) MACH64(0): Not using default mode "1856x1392" (insufficient memory for mode)
[    10.754] (II) MACH64(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
[    10.754] (II) MACH64(0): Not using default mode "1920x1440" (insufficient memory for mode)
[    10.754] (II) MACH64(0): Not using default mode "960x720" (hsync out of range)
[    10.754] (II) MACH64(0): Not using default mode "1920x1440" (insufficient memory for mode)
[    10.754] (II) MACH64(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
[    10.754] (II) MACH64(0): Not using default mode "1400x1050" (width too large for virtual size)
[    10.754] (II) MACH64(0): Not using default mode "1400x1050" (width too large for virtual size)
[    10.754] (II) MACH64(0): Not using default mode "700x525" (hsync out of range)
[    10.754] (II) MACH64(0): Not using default mode "1920x1440" (insufficient memory for mode)
[    10.754] (II) MACH64(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
[    10.754] (II) MACH64(0): Not using default mode "2048x1536" (insufficient memory for mode)
[    10.754] (II) MACH64(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
[    10.754] (II) MACH64(0): Not using default mode "2048x1536" (insufficient memory for mode)
[    10.754] (II) MACH64(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
[    10.754] (II) MACH64(0): Not using default mode "2048x1536" (insufficient memory for mode)
[    10.754] (II) MACH64(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
[    10.754] (II) MACH64(0): Not using driver mode "1280x1024" (bad mode clock/interlace/doublescan)
[    10.754] (--) MACH64(0): Virtual size is 1280x1024 (pitch 1280)
[    10.754] (**) MACH64(0): *Driver mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz
[    10.754] (II) MACH64(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz ezP)
[    10.754] (**) MACH64(0): *Default mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz
[    10.754] (II) MACH64(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz zd)
[    10.754] (**) MACH64(0): *Default mode "1280x960": 108.0 MHz, 60.0 kHz, 60.0 Hz
[    10.754] (II) MACH64(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz zd)
[    10.754] (**) MACH64(0): *Driver mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz
[    10.754] (II) MACH64(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz ez)
[    10.754] (**) MACH64(0): *Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz
[    10.754] (II) MACH64(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz zd)
[    10.754] (**) MACH64(0): *Driver mode "1024x768": 78.8 MHz, 60.0 kHz, 75.0 Hz
[    10.754] (II) MACH64(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz ez)
[    10.754] (**) MACH64(0): *Driver mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
[    10.754] (II) MACH64(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz ez)
[    10.755] (**) MACH64(0): *Default mode "1024x768": 78.8 MHz, 60.0 kHz, 75.0 Hz
[    10.755] (II) MACH64(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz zd)
[    10.755] (**) MACH64(0): *Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
[    10.755] (II) MACH64(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz zd)
[    10.755] (**) MACH64(0): *Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
[    10.755] (II) MACH64(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz zd)
[    10.755] (**) MACH64(0): *Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
[    10.755] (II) MACH64(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz zd)
[    10.755] (**) MACH64(0): *Driver mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
[    10.755] (II) MACH64(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz ez)
[    10.755] (**) MACH64(0): *Driver mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
[    10.755] (II) MACH64(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz ez)
[    10.755] (**) MACH64(0): *Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
[    10.755] (II) MACH64(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz zd)
[    10.755] (**) MACH64(0): *Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
[    10.755] (II) MACH64(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz zd)
[    10.755] (**) MACH64(0): *Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
[    10.755] (II) MACH64(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz zd)
[    10.755] (**) MACH64(0): *Default mode "800x600": 81.0 MHz, 75.0 kHz, 60.0 Hz (D)
[    10.755] (II) MACH64(0): Modeline "800x600"x60.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz zd)
[    10.755] (**) MACH64(0): *Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
[    10.755] (II) MACH64(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz zd)
[    10.755] (**) MACH64(0): *Default mode "700x525": 61.0 MHz, 64.9 kHz, 60.0 Hz (D)
[    10.755] (II) MACH64(0): Modeline "700x525"x60.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz zd)
[    10.755] (**) MACH64(0): *Default mode "640x512": 67.5 MHz, 80.0 kHz, 75.0 Hz (D)
[    10.755] (II) MACH64(0): Modeline "640x512"x75.0   67.50  640 648 720 844  512 512 514 533 doublescan +hsync +vsync (80.0 kHz zd)
[    10.755] (**) MACH64(0): *Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D)
[    10.755] (II) MACH64(0): Modeline "640x512"x60.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz zd)
[    10.755] (**) MACH64(0): *Driver mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
[    10.755] (II) MACH64(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz ez)
[    10.755] (**) MACH64(0): *Driver mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz
[    10.755] (II) MACH64(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz ez)
[    10.755] (**) MACH64(0): *Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
[    10.755] (II) MACH64(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz zd)
[    10.755] (**) MACH64(0): *Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
[    10.755] (II) MACH64(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz zd)
[    10.755] (**) MACH64(0): *Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D)
[    10.755] (II) MACH64(0): Modeline "640x480"x60.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz zd)
[    10.755] (**) MACH64(0): *Default mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz
[    10.755] (II) MACH64(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz zd)
[    10.755] (**) MACH64(0): *Driver mode "720x400": 28.3 MHz, 31.5 kHz, 70.1 Hz
[    10.755] (II) MACH64(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz ez)
[    10.755] (**) MACH64(0): *Default mode "576x432": 54.0 MHz, 67.5 kHz, 75.0 Hz (D)
[    10.755] (II) MACH64(0): Modeline "576x432"x75.0   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync (67.5 kHz zd)
[    10.755] (**) MACH64(0): *Default mode "512x384": 39.4 MHz, 60.0 kHz, 75.0 Hz (D)
[    10.755] (II) MACH64(0): Modeline "512x384"x75.0   39.38  512 520 568 656  384 384 386 400 doublescan +hsync +vsync (60.0 kHz zd)
[    10.755] (**) MACH64(0): *Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D)
[    10.755] (II) MACH64(0): Modeline "512x384"x70.1   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync (56.5 kHz zd)
[    10.755] (**) MACH64(0): *Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
[    10.755] (II) MACH64(0): Modeline "512x384"x60.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz zd)
[    10.755] (**) MACH64(0): *Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D)
[    10.755] (II) MACH64(0): Modeline "416x312"x74.7   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync (49.7 kHz zd)
[    10.755] (**) MACH64(0): *Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D)
[    10.755] (II) MACH64(0): Modeline "400x300"x75.1   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync (46.9 kHz zd)
[    10.755] (**) MACH64(0): *Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D)
[    10.755] (II) MACH64(0): Modeline "400x300"x72.2   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync (48.1 kHz zd)
[    10.755] (**) MACH64(0): *Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
[    10.755] (II) MACH64(0): Modeline "400x300"x60.3   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz zd)
[    10.755] (**) MACH64(0): *Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
[    10.755] (II) MACH64(0): Modeline "400x300"x56.3   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz zd)
[    10.755] (**) MACH64(0): *Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D)
[    10.755] (II) MACH64(0): Modeline "320x240"x75.0   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync (37.5 kHz zd)
[    10.755] (**) MACH64(0): *Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D)
[    10.755] (II) MACH64(0): Modeline "320x240"x72.8   15.75  320 332 352 416  240 244 246 260 doublescan -hsync -vsync (37.9 kHz zd)
[    10.755] (**) MACH64(0): *Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
[    10.755] (II) MACH64(0): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz zd)
[    10.755] (**) MACH64(0): Display dimensions: (340, 270) mm
[    10.755] (**) MACH64(0): DPI set to (95, 96)
[    10.755] (II) Loading sub module "fb"
[    10.755] (II) LoadModule: "fb"
[    10.763] (II) Loading /usr/lib/xorg/modules/libfb.so
[    10.765] (II) Module fb: vendor="X.Org Foundation"
[    10.765] 	compiled for 1.13.2.901, module version = 1.0.0
[    10.765] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    10.765] (EE) 
[    10.765] (EE) Backtrace:
[    10.771] (EE) 0: /usr/bin/X (xorg_backtrace+0x36) [0x58a0c6]
[    10.771] (EE) 1: /usr/bin/X (0x400000+0x18df19) [0x58df19]
[    10.771] (EE) 2: /usr/lib/libpthread.so.0 (0x7f88e4d4d000+0xf1e0) [0x7f88e4d5c1e0]
[    10.771] (EE) 3: /usr/lib/xorg/modules/libfb.so (0x7f88e17e0000+0x33a1) [0x7f88e17e33a1]
[    10.771] (EE) 
[    10.771] (EE) Segmentation fault at address 0x0
[    10.771] 
Fatal server error:
[    10.771] Caught signal 11 (Segmentation fault). Server aborting
[    10.771] 
[    10.771] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[    10.771] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[    10.771] (EE) 
[    10.796] Server terminated with error (1). Closing log file.

I don't know if feeling more confused or relieved that the error log looks to be more specific now... xD




EDIT:
I installed hwd from AUR and ran hwd -X
Two config files were created: xorg.conf.ati and xorg.conf.vesa
The .ati one didn't work, but the .vesa one did!!!!

Now I can at least run KDE and knowing the card has 8Mb of memory, I think I cannot get anything better..... No animations, but they are not necessary at all......

Changing vesa for mach64 on the driver section didn't work either.... the module loads, then unloads, like before....

Solved perhaps or do you have any more ideas?

Thanks!!!

Last edited by Xi0N (2013-02-26 08:13:54)

Offline

#10 2013-02-26 11:24:33

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: Help making an old ATI Rage XL work

I wouldn't call using the vesa driver "solved". Vesa is a fallback.

That log looks much better. We have a crash. Which reminded me of the SiS driver having issues with EXA hooks, the solution was to deactivate some of the hooks. In the bug discussing SiS, there's a link to a patch for mach64: https://bugs.freedesktop.org/show_bug.cgi?id=51137

Edit: Hmm, the latest xf86-video-mach64 release should already have that patch included. Well, the crash could still be EXA related. For SiS, I switched to ShadowFB as a workaround before the driver was patched.
A crash should be reported. The mach64 driver has a maintainer now, so there are chances the crasher could be fixed. But you'll need to recompile a bunch of stuff with debug symbols, so that you'll get a more usable backtrace.

Last edited by Gusar (2013-02-26 11:40:08)

Offline

#11 2013-02-27 21:27:29

NoSavvy
Member
From: Dorchester, Dorset, UK
Registered: 2013-01-23
Posts: 97

Re: Help making an old ATI Rage XL work

Re: Post.4

I've finally got my old savage card working. Had to use    ' Option  "DisableTile"   in xorg.

Last edited by NoSavvy (2013-02-28 09:20:43)

Offline

#12 2013-02-28 12:12:12

Cyro
Member
Registered: 2013-02-21
Posts: 5

Re: Help making an old ATI Rage XL work

What kind of usb ports does that thing have? If at least 2.0, maybe you could use an external video card. They are quite weird though and probably tough to set up.

Offline

#13 2013-02-28 12:26:11

Xi0N
Member
From: Bilbao - Spain
Registered: 2007-11-29
Posts: 832
Website

Re: Help making an old ATI Rage XL work

Well, good idea, but I think it would b better to get a simple PCI one... (I didn't know they were around still) and set it up

Thanks though!! smile

Offline

Board footer

Powered by FluxBB