Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
X.Org on Alpha 433au with PBXGB-AA [TGA2]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on Alternative Architectures
View previous topic :: View next topic  
Author Message
miclass
n00b
n00b


Joined: 06 Jan 2006
Posts: 13
Location: Genoa - Italy

PostPosted: Tue May 04, 2010 6:19 pm    Post subject: X.Org on Alpha 433au with PBXGB-AA [TGA2] Reply with quote

Dear all,

I really need help in order to run X server on an AlphaStation 433au equipped with a DEC PBXGB-AA videocard.
I installed and configured xorg using the TGA driver, but X doesn't start, giving me no particular error messages except:

Code:
Fatal server error:
AddScreen/ScreenInit failed for driver 0


I have search on google for some help but without luck, does anyone have experience on this hardware?

I will add my xorg.conf and the log of xorg.
Thank you very much if you can help me.

xorg.conf:
Code:
# $XdotOrg$
#
# Copyright (c) 1994-1998 by The XFree86 Project, Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
# THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#
# Except as contained in this notice, the name of the XFree86 Project shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from the
# XFree86 Project.
#
# $XConsortium: XF86Conf.cpp /main/22 1996/10/23 11:43:51 kaleb $

# **********************************************************************
# This is a sample configuration file only, intended to illustrate
# what a config file might look like.  Refer to the XF86Config(4/5)
# man page for details about the format of this file. This man page
# is installed as MANPAGE
# **********************************************************************

# The ordering of sections is not important in version 4.0 and later.

# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************

Section "Files"

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)

    FontPath   "/usr/share/fonts/local"
    FontPath   "/usr/share/fonts/misc"
    FontPath   "/usr/share/fonts/Type1"
    FontPath   "/usr/share/fonts/TTF"
    FontPath   "/usr/share/fonts/75dpi"
    FontPath   "/usr/share/fonts/100dpi"

# ModulePath can be used to set a search path for the X server modules.
# The default path is shown here.

#    ModulePath   "/usr/lib/xorg/modules"

EndSection

# **********************************************************************
# Module section -- this is an optional section which is used to specify
# which run-time loadable modules to load when the X server starts up.
# **********************************************************************

Section "Module"

# This loads the DBE extension module.

    Load   "dbe"

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.

    SubSection   "extmod"
   Option   "omit xfree86-dga"
    EndSubSection

# This loads the Type1 and FreeType font modules

# MICLASS
#    Load   "type1"
#    Load   "freetype"

EndSection


# **********************************************************************
# Server flags section.  This contains various server-wide Options.
# **********************************************************************

Section "ServerFlags"

# Uncomment this to cause a core dump at the spot where a signal is
# received.  This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging

#    Option   "NoTrapSignals"

# Uncomment this to disable the <Crtl><Alt><Fn> VT switch sequence
# (where n is 1 through 12).  This allows clients to receive these key
# events.

#    Option   "DontVTSwitch"

# Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
# This allows clients to receive this key event.

#    Option   "DontZap"

# Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
# sequences.  This allows clients to receive these key events.

#    Option   "DontZoom"

# Uncomment this to disable tuning with the xvidtune client. With
# it the client can still run and fetch card and monitor attributes,
# but it will not be allowed to change them. If it tries it will
# receive a protocol error.

#    Option   "DisableVidModeExtension"

# Uncomment this to enable the use of a non-local xvidtune client.

#    Option   "AllowNonLocalXvidtune"

# Uncomment this to disable dynamically modifying the input device
# (mouse and keyboard) settings.

#    Option   "DisableModInDev"

# Uncomment this to enable the use of a non-local client to
# change the keyboard or mouse settings (currently only xset).

#    Option   "AllowNonLocalModInDev"

# Set the basic blanking screen saver timeout.

    Option   "blank time"   "10"   # 10 minutes

# Set the DPMS timeouts.  These are set here because they are global
# rather than screen-specific.  These settings alone don't enable DPMS.
# It is enabled per-screen (or per-monitor), and even then only when
# the driver supports it.

    Option   "standby time"   "20"
    Option   "suspend time"   "30"
    Option   "off time"   "60"

# On some platform the server needs to estimate the sizes of PCI
# memory and pio ranges. This is done by assuming that PCI ranges
# don't overlap. Some broken BIOSes tend to set ranges of inactive
# devices wrong. Here one can adjust how aggressive the assumptions
# should be. Default is 0.

# Option   "EstimateSizesAggresively" "0"

EndSection

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************

Section "InputDevice"

    Identifier   "Keyboard1"
    Driver   "kbd"

# Set the keyboard auto repeat parameters.  Not all platforms implement
# this.

    Option   "AutoRepeat"   "500 5"

# Specifiy which keyboard LEDs can be user-controlled (eg, with xset(1)).

#    Option   "Xleds"   "1 2 3"

# To disable the XKEYBOARD extension, uncomment XkbDisable.

#    Option   "XkbDisable"

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a European
# keyboard, you will probably want to use one of:
#
#    Option   "XkbModel"   "pc102"
#    Option   "XkbModel"   "pc105"
#
# If you have a Microsoft Natural keyboard, you can use:
#
#    Option   "XkbModel"   "microsoft"
#
# If you have a US "windows" keyboard you will want:
#
#    Option   "XkbModel"   "pc104"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#
#    Option   "XkbLayout"   "de"
#
# or:
#
#    Option   "XkbLayout"   "de"
#    Option   "XkbVariant"   "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#
#    Option   "XkbOptions"   "ctrl:swapcaps"


# These are the default XKB settings for xorg
#
#    Option   "XkbRules"   "xorg"
#    Option   "XkbModel"   "pc101"
#    Option   "XkbLayout"   "us"
#    Option   "XkbVariant"   ""
#    Option   "XkbOptions"   ""

EndSection


# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

# Identifier and driver

    Identifier   "Mouse1"
    Driver   "mouse"

# The mouse protocol and device.  The device is normally set to /dev/mouse,
# which is usually a symbolic link to the real device.

    Option   "Protocol"   "Microsoft"
    Option   "Device"   "/dev/mouse"

# On platforms where PnP mouse detection is supported the following
# protocol setting can be used when using a newer PnP mouse:

#    Option   "Protocol"   "Auto"

# When using mouse connected to a PS/2 port (aka "MousePort"), set the
# the protocol as follows.  On some platforms some other settings may
# be available.

#    Option "Protocol"   "PS/2"

# Baudrate and SampleRate are only for some older Logitech mice.  In
# almost every case these lines should be omitted.

#    Option   "BaudRate"   "9600"
#    Option   "SampleRate"   "150"

# Emulate3Buttons is an option for 2-button mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)

#    Option   "Emulate3Buttons"
#    Option   "Emulate3Timeout"   "50"

# ChordMiddle is an option for some 3-button Logitech mice, or any
# 3-button mouse where the middle button generates left+right button
# events.

#    Option   "ChordMiddle"

EndSection

Section "InputDevice"
    Identifier   "Mouse2"
    Driver   "mouse"
    Option   "Protocol"   "MouseMan"
    Option   "Device"   "/dev/mouse2"
EndSection

# Some examples of extended input devices

# Section "InputDevice"
#    Identifier   "spaceball"
#    Driver   "magellan"
#    Option   "Device"   "/dev/cua0"
# EndSection
#
# Section "InputDevice"
#    Identifier   "spaceball2"
#    Driver   "spaceorb"
#    Option   "Device"   "/dev/cua0"
# EndSection
#
# Section "InputDevice"
#    Identifier   "touchscreen0"
#    Driver   "microtouch"
#    Option   "Device"   "/dev/ttyS0"
#    Option   "MinX"      "1412"
#    Option   "MaxX"      "15184"
#    Option   "MinY"      "15372"
#    Option   "MaxY"      "1230"
#    Option   "ScreenNumber"   "0"
#    Option   "ReportingMode"   "Scaled"
#    Option   "ButtonNumber"   "1"
#    Option   "SendCoreEvents"
# EndSection
#
# Section "InputDevice"
#    Identifier   "touchscreen1"
#    Driver   "elo2300"
#    Option   "Device"   "/dev/ttyS0"
#    Option   "MinX"      "231"
#    Option   "MaxX"      "3868"
#    Option   "MinY"      "3858"
#    Option   "MaxY"      "272"
#    Option   "ScreenNumber"   "0"
#    Option   "ReportingMode"   "Scaled"
#    Option   "ButtonThreshold"   "17"
#    Option   "ButtonNumber"   "1"
#    Option   "SendCoreEvents"
# EndSection

# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"

# The identifier line must be present.

    Identifier   "Generic Monitor"

# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

#    HorizSync   31.5  # typical for a single frequency fixed-sync monitor
#    HorizSync   30-64         # multisync
#    HorizSync   31.5, 35.2    # multiple fixed sync frequencies
#    HorizSync   15-25, 30-50  # multiple ranges of sync frequencies

# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

#    VertRefresh   60  # typical for a single frequency fixed-sync monitor

#    VertRefresh   50-100        # multisync
#    VertRefresh   60, 65        # multiple fixed sync frequencies
#    VertRefresh   40-50, 80-100 # multiple ranges of sync frequencies

# Modes can be specified in two formats.  A compact one-line format, or
# a multi-line format.

# A generic VGA 640x480 mode (hsync = 31.5kHz, refresh = 60Hz)
# These two are equivalent

#    ModeLine "640x480" 25.175 640 664 760 800 480 491 493 525

    Mode "640x480"
        DotClock   25.175
        HTimings   640 664 760 800
        VTimings   480 491 493 525
    EndMode

# These two are equivalent

#    ModeLine "1024x768i" 45 1024 1048 1208 1264 768 776 784 817 Interlace

#    Mode "1024x768i"
#        DotClock   45
#        HTimings   1024 1048 1208 1264
#        VTimings   768 776 784 817
#        Flags      "Interlace"
#    EndMode

# If a monitor has DPMS support, that can be indicated here.  This will
# enable DPMS when the monitor is used with drivers that support it.

#    Option   "dpms"

# If a monitor requires that the sync signals be superimposed on the
# green signal, the following option will enable this when used with
# drivers that support it.  Only a relatively small range of hardware
# (and drivers) actually support this.

#    Option   "sync on green"

EndSection

Section "Monitor"
   Identifier   "Acer AL1512"
   Option      "DPMS"
        HorizSync       28-63
        VertRefresh     55-78
#   HorizSync   28-50
#   VertRefresh   43-75
EndSection

# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

#Section "Device"

# The Identifier must be present.

#    Identifier   "Generic VGA"

# The Driver line must be present.  When using run-time loadable driver
# modules, this line instructs the server to load the specified driver
# module.  Even when not using loadable driver modules, this line
# indicates which driver should interpret the information in this section.

#    Driver   "vga"

# The chipset line is optional in most cases.  It can be used to override
# the driver's chipset detection, and should not normally be specified.

#    Chipset   "generic"

# Various other lines can be specified to override the driver's automatic
# detection code.  In most cases they are not needed.

#    VideoRam   256
#    Clocks   25.2 28.3

# The BusID line is used to specify which of possibly multiple devices
# this section is intended for.  When this line isn't present, a device
# section can only match up with the primary video device.  For PCI
# devices a line like the following could be used.  This line should not
# normally be included unless there is more than one video device
# intalled.

#    BusID   "PCI:0:10:0"

# Various option lines can be added here as required.  Some options
# are more appropriate in Screen sections, Display subsections or even
# Monitor sections.

#    Option   "hw cursor" "off"

#EndSection

Section "Device"
    Identifier  "DEC PBXGB"
    Driver      "tga"
    BusID   "PCI:0:12:0"
EndSection

# **********************************************************************
# Screen sections.
# **********************************************************************

# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.

Section "Screen"

# The Identifier, Device and Monitor lines must be present

    Identifier   "Screen 1"
    Device   "DEC PBXGB"
    Monitor   "Acer AL1512"

# The favoured Depth and/or Bpp may be specified here

    DefaultDepth 8

    SubSection "Display"
        Depth      8
        Modes      "1024x768" "800x600" "640x480"
#        ViewPort   0 0
#        Virtual    800 600
    EndSubsection

    SubSection "Display"
   Depth      4
        Modes      "640x480"
    EndSubSection

    SubSection "Display"
   Depth      1
        Modes      "640x480"
    EndSubSection

EndSection


# **********************************************************************
# ServerLayout sections.
# **********************************************************************

# Any number of ServerLayout sections may be present.  Each describes
# the way multiple screens are organised.  A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option.  In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.

#Section "ServerLayout"

# The Identifier line must be present

#    Identifier   "Main Layout"

# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens.  The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen.  In this example, screen 2 is located to the
# right of screen 1.

#    Screen   "Screen MGA 1"   ""   ""   ""   "Screen MGA 2"
#    Screen   "Screen MGA 2"   ""   ""   "Screen MGA 1"   ""

# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used.  Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".  In this example, "Mouse1" is the core pointer,
# and "Mouse2" is an extended input device that also generates core
# pointer events (i.e., both mice will move the standard pointer).

#    InputDevice   "Mouse1" "CorePointer"
#    InputDevice   "Mouse2" "SendCoreEvents"
#    InputDevice "Keyboard1" "CoreKeyboard"

#EndSection

Section "ServerLayout"
    Identifier   "simple layout"
    Screen   "Screen 1"
    InputDevice   "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection


Xorg.0.log
Code:
_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/alpha:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

X.Org X Server 1.6.5
Release Date: 2009-10-11
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.30-gentoo-r8 alpha
Current Operating System: Linux alpha 2.6.30-gentoo-r8 #3 Sat Dec 26 13:53:47 CET 2009 alpha
Build Date: 04 May 2010  12:08:16PM
 
   Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sun Jan  1 06:41:36 1995
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "simple layout"
(**) |-->Screen "Screen 1" (0)
(**) |   |-->Monitor "Acer AL1512"
(**) |   |-->Device "DEC PBXGB"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) Option "BlankTime" "10"
(**) Option "StandbyTime" "20"
(**) Option "SuspendTime" "30"
(**) Option "OffTime" "60"
(==) Not automatically adding devices
(==) Not automatically enabling devices
(WW) The directory "/usr/share/fonts/local" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/misc" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/Type1" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/TTF" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/75dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/100dpi" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/misc/" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/TTF/" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/OTF" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/Type1/" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/100dpi/" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/75dpi/" does not exist.
   Entry deleted from font path.
(**) FontPath set to:
   
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Loader magic: 0x1518
(II) Module ABI versions:
   X.Org ANSI C Emulation: 0.4
   X.Org Video Driver: 5.0
   X.Org XInput driver : 4.0
   X.Org Server Extension : 2.0
(II) Loader running on linux
(--) using VT number 7

(--) PCI:*(0:0:12:0) 1011:000d:0000:0000 Digital Equipment Corporation PBXGB [TGA2] rev 34, Mem @ 0x09000000/4194304, BIOS @ 0x????????/32768
(II) No APM support in BIOS or kernel
(II) System resource ranges:
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded by default.
(II) "record" will be loaded by default.
(II) "dri" will be loaded by default.
(II) "dri2" will be loaded by default.
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
   compiled for 1.6.5, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
   compiled for 1.6.5, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 2.0
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
   compiled for 1.6.5, module version = 1.0.0
   ABI class: X.Org Server Extension, version 2.0
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
   compiled for 1.6.5, module version = 1.13.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
   compiled for 1.6.5, module version = 1.0.0
   ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
   compiled for 1.6.5, module version = 1.1.0
   ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "tga"
(II) Loading /usr/lib/xorg/modules/drivers//tga_drv.so
(II) Module tga: vendor="X.Org Foundation"
   compiled for 1.6.5, module version = 1.2.1
   Module class: X.Org Video Driver
   ABI class: X.Org Video Driver, version 5.0
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
   compiled for 1.6.5, module version = 1.5.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 4.0
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
   compiled for 1.6.5, module version = 1.4.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 4.0
(II) TGA: driver for Digital chipsets: tga, tga2
(II) Primary Device is: PCI 00@00:0c:0
(WW) Falling back to old probe method for tga
(--) Chipset tga2 found
(II) Machine type has 8/16 bit access
(II) resource ranges after probing:
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(--) TGA(0): Chipset: "tga2"
(==) TGA(0): Default visual is PseudoColor
(==) TGA(0): Using gamma correction (1.0, 1.0, 1.0)
(==) TGA(0): Using HW cursor
(==) TGA(0): Card Name: "TGA 8 Plane"
(==) TGA(0): Linear framebuffer at 0x9200000
(==) TGA(0): MMIO registers at 0x9100000
(==) TGA(0): VideoRAM: 2048 kByte
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
   compiled for 1.6.5, module version = 1.0.0
   ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/xorg/modules//libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
   compiled for 1.6.5, module version = 1.2.1
   ABI class: X.Org Video Driver, version 5.0
(--) TGA(0): Unknown BT RAMDAC type (0x0), assuming BT485
(--) TGA(0): Attached RAMDAC is BT485/484
(==) TGA(0): Min pixel clock is 16 MHz
(==) TGA(0): Max pixel clock is 170 MHz
(II) TGA(0): Acer AL1512: Using hsync range of 28.00-63.00 kHz
(II) TGA(0): Acer AL1512: Using vrefresh range of 55.00-78.00 Hz
(II) TGA(0): Clock range:  16.25 to 170.00 MHz
(II) TGA(0): Not using default mode "640x350" (vrefresh out of range)
(II) TGA(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
(II) TGA(0): Not using default mode "640x400" (vrefresh out of range)
(II) TGA(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
(II) TGA(0): Not using default mode "720x400" (vrefresh out of range)
(II) TGA(0): Not using default mode "360x200" (bad mode clock/interlace/doublescan)
(II) TGA(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) TGA(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) TGA(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) TGA(0): Not using default mode "640x480" (vrefresh out of range)
(II) TGA(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) TGA(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) TGA(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) TGA(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) TGA(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) TGA(0): Not using default mode "800x600" (vrefresh out of range)
(II) TGA(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) TGA(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) TGA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) TGA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) TGA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) TGA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) TGA(0): Not using default mode "1024x768" (hsync out of range)
(II) TGA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) TGA(0): Not using default mode "1152x864" (hsync out of range)
(II) TGA(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
(II) TGA(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) TGA(0): Not using default mode "1280x960" (hsync out of range)
(II) TGA(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) TGA(0): Not using default mode "1280x1024" (hsync out of range)
(II) TGA(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) TGA(0): Not using default mode "1280x1024" (hsync out of range)
(II) TGA(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) TGA(0): Not using default mode "1280x1024" (hsync out of range)
(II) TGA(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) TGA(0): Not using default mode "1600x1200" (hsync out of range)
(II) TGA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) TGA(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) TGA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) TGA(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) TGA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) TGA(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) TGA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) TGA(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) TGA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) TGA(0): Not using default mode "1792x1344" (insufficient memory for mode)
(II) TGA(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) TGA(0): Not using default mode "1792x1344" (insufficient memory for mode)
(II) TGA(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) TGA(0): Not using default mode "1856x1392" (insufficient memory for mode)
(II) TGA(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) TGA(0): Not using default mode "1856x1392" (insufficient memory for mode)
(II) TGA(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) TGA(0): Not using default mode "1920x1440" (insufficient memory for mode)
(II) TGA(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) TGA(0): Not using default mode "1920x1440" (insufficient memory for mode)
(II) TGA(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) TGA(0): Not using default mode "416x312" (bad mode clock/interlace/doublescan)
(II) TGA(0): Not using default mode "1400x1050" (hsync out of range)
(II) TGA(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) TGA(0): Not using default mode "1400x1050" (hsync out of range)
(II) TGA(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) TGA(0): Not using default mode "1920x1440" (insufficient memory for mode)
(II) TGA(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) TGA(0): Not using default mode "2048x1536" (insufficient memory for mode)
(II) TGA(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) TGA(0): Not using default mode "2048x1536" (insufficient memory for mode)
(II) TGA(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) TGA(0): Not using default mode "2048x1536" (insufficient memory for mode)
(II) TGA(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) TGA(0): Not using default mode "1280x960" (width too large for virtual size)
(WW) TGA(0): TGA only supports one mode, using first mode.
Found a matching mode (2)!
(--) TGA(0): Virtual size is 1024x768 (pitch 1024)
(**) TGA(0): *Default mode "1024x768": 78.8 MHz, 60.0 kHz, 75.0 Hz
(II) TGA(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(==) TGA(0): DPI set to (96, 96)
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:

Fatal server error:
AddScreen/ScreenInit failed for driver 0


Please consult the The X.Org Foundation support
    at http://wiki.x.org
 for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.
Back to top
View user's profile Send private message
John R. Graham
Administrator
Administrator


Joined: 08 Mar 2005
Posts: 10587
Location: Somewhere over Atlanta, Georgia

PostPosted: Tue May 04, 2010 6:30 pm    Post subject: Reply with quote

Have you tried generating an xorg.conf with
Code:
Xorg -configure
?

- John
_________________
I can confirm that I have received between 0 and 499 National Security Letters.
Back to top
View user's profile Send private message
miclass
n00b
n00b


Joined: 06 Jan 2006
Posts: 13
Location: Genoa - Italy

PostPosted: Tue May 04, 2010 6:37 pm    Post subject: Reply with quote

Yes, I tried, it generated the following xorg.
But I got exactly the same error...
I only added the "DefaultDepth 8" to the automatically generated configuration, otherwise it starts with 24 telling me that it is not supported by TGA2.

Thank you.

Code:
Section "ServerLayout"
   Identifier     "X.org Configured"
   Screen      0  "Screen0" 0 0
   InputDevice    "Mouse0" "CorePointer"
   InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
   ModulePath   "/usr/lib/xorg/modules"
   FontPath     "/usr/share/fonts/misc/"
   FontPath     "/usr/share/fonts/TTF/"
   FontPath     "/usr/share/fonts/OTF"
   FontPath     "/usr/share/fonts/Type1/"
   FontPath     "/usr/share/fonts/100dpi/"
   FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
   Load  "extmod"
   Load  "glx"
   Load  "dri"
   Load  "dbe"
   Load  "record"
   Load  "dri2"
EndSection

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "kbd"
EndSection

Section "InputDevice"
   Identifier  "Mouse0"
   Driver      "mouse"
   Option       "Protocol" "auto"
   Option       "Device" "/dev/input/mice"
   Option       "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
   Identifier   "Monitor0"
   VendorName   "Monitor Vendor"
   ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"              # [<bool>]
        #Option     "HWcursor"              # [<bool>]
        #Option     "PciRetry"              # [<bool>]
        #Option     "RGBbits"               # <i>
        #Option     "NoAccel"               # [<bool>]
        #Option     "SyncOnGreen"           # [<bool>]
        #Option     "Dac6Bit"               # [<bool>]
        #Option     "NoXaaPolySegment"      # [<bool>]
   Identifier  "Card0"
   Driver      "tga"
   VendorName  "Digital Equipment Corporation"
   BoardName   "PBXGB [TGA2]"
   BusID       "PCI:0:12:0"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   DefaultDepth 8
   SubSection "Display"
      Viewport   0 0
      Depth     1
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     4
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     8
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     15
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     16
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     24
   EndSubSection
EndSection
Back to top
View user's profile Send private message
mattst88
Developer
Developer


Joined: 28 Oct 2004
Posts: 422

PostPosted: Wed May 05, 2010 2:42 am    Post subject: Reply with quote

While not a solution to your problem per se, I'd recommend getting a Matrox or Radeon and not bothering with the TGA.
_________________
My Wiki page
Back to top
View user's profile Send private message
miclass
n00b
n00b


Joined: 06 Jan 2006
Posts: 13
Location: Genoa - Italy

PostPosted: Wed May 05, 2010 10:32 am    Post subject: Reply with quote

Thank you for the answer, I was trying with the TGA2 because I really like make things complicated with exotic hardware and experimenting. For example I am running Gentoo also on a Sun Ultra5 and on an IBM RS/6000 B50 to which I added USB and SATA support, I commonly use it as domestic file and p2p server. :)

Nevertheless, I really would like to see X on this Alpha, which Radeon/Matrox do you suggest? I mean, which is the most powerfull Radeon supported?

Thank you again.
Back to top
View user's profile Send private message
mattst88
Developer
Developer


Joined: 28 Oct 2004
Posts: 422

PostPosted: Thu May 06, 2010 3:16 am    Post subject: Reply with quote

Most powerful PCI Radeon is the Radeon 4350 (pretty hard to find), followed by the Radeon X1550. :)
_________________
My Wiki page
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on Alternative Architectures All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum