Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Desktop Environments
  • Search

Ati es1000

Problems with GUI applications? Questions about X, KDE, Gnome, Fluxbox, etc.? Come on in. NOTE: For multimedia, go up one forum
Post Reply
Advanced search
2 posts • Page 1 of 1
Author
Message
cissmjg
n00b
n00b
User avatar
Posts: 5
Joined: Sun Nov 19, 2006 6:55 pm
Location: Central NJ

Ati es1000

  • Quote

Post by cissmjg » Thu Feb 22, 2007 10:54 pm

I'm in the middle of an install on a Dell PowerEdge 1950. Has anyone else gotten the ATI ES1000 working?

[Edited to add ... I got it working with vesa ... I was hoping to get the native ATI drivers working tho]

I emerged xorg-x11 and ati-drivers, ran xorgconfig and aticonfig to setup xorg.conf.

I execute startx and I get:

Code: Select all

# startx
xauth:  creating new authority file /root/.serverauth.11886


X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: UNKNOWN
Current Operating System: Linux [ServerName] 2.6.19-gentoo-r5 #1 SMP Wed Feb 14 10:08:42 Local time zone must be set--see zic  i686
Build Date: 21 February 2007
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Module Loader present
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: Thu Feb 22 16:47:07 2007
(==) Using config file: "/etc/X11/xorg.conf"
(EE) No devices detected.

Fatal server error:
no screens found
XIO:  fatal IO error 104 (Connection reset by peer) on X server ":0.0"
      after 0 requests (0 known processed) with 0 events remaining.
SL-DEV34 ~ #
Any help is deeply appreciated!

make.conf

Code: Select all

# These settings were set by the catalyst build script that automatically built this stage
# Please consult /etc/make.conf.example for a more detailed example
CFLAGS="-O2 -march=i686 -pipe"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
USE="X opengl -gnome -gtk -gtk2 -kde -qt -qt2 -arts"
INPUT_DEVICES="keyboard mouse"
VIDEO_CARDS="fglrx vesa fbdev"
xorg.conf

Code: Select all

# File generated by xorgconfig.

#
# Copyright 2004 The X.Org Foundation
#
# 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 X.Org Foundation 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 X.Org Foundation 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 X.Org Foundation.
#

# **********************************************************************
# Refer to the xorg.conf(5x) man page for details about the format of 
# this file.
# **********************************************************************

# **********************************************************************
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
Section "Module"

# This loads the DBE extension module.

    Load        "dbe"  	# Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

# This loads the font modules
#    Load        "type1"
#    Load        "speedo"
    Load        "freetype"
#    Load        "xtt"

# This loads the GLX module
#    Load       "glx"
# This loads the DRI module
#    Load       "dri"

EndSection

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

Section "Files"

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.

#    RgbPath	"/usr/share/X11/rgb"

# 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/misc/"
#    FontPath   "/usr/share/fonts/TTF/"
#    FontPath   "/usr/share/fonts/OTF"
    FontPath   "/usr/share/fonts/Type1/"
#    FontPath   "/usr/share/fonts/CID/"
    FontPath   "/usr/share/fonts/100dpi/"
    FontPath   "/usr/share/fonts/75dpi/"
#    FontPath   "/usr/lib/X11/fonts/local/"
#    FontPath   "/usr/lib/X11/fonts/misc/"
#    FontPath   "/usr/lib/X11/fonts/75dpi/:unscaled"
#    FontPath   "/usr/lib/X11/fonts/100dpi/:unscaled"
#    FontPath   "/usr/lib/X11/fonts/Speedo/"
#    FontPath   "/usr/lib/X11/fonts/Type1/"
#    FontPath   "/usr/lib/X11/fonts/TrueType/"
#    FontPath   "/usr/lib/X11/fonts/freefont/"
#    FontPath   "/usr/lib/X11/fonts/75dpi/"
#    FontPath   "/usr/lib/X11/fonts/100dpi/"

# The module search path.  The default path is shown here.

#    ModulePath "/usr/lib/modules"

EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

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 <Ctrl><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 <Ctrl><Alt><BS> server abort sequence
# This allows clients to receive this key event.

#    Option "DontZap"

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

#    Option "Dont Zoom"

# 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"

EndSection

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

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

Section "InputDevice"

    Identifier	"Keyboard1"
    Driver	"kbd"

# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.

#    Option     "Protocol"      "Xqueue"

    Option "AutoRepeat" "500 30"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#    Option	"Xleds"      "1 2 3"

#    Option "LeftAlt"     "Meta"
#    Option "RightAlt"    "ModeShift"

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#    Option "XkbModel"    "pc105"
# If you have a US Microsoft Natural keyboard, you can use:
#    Option "XkbModel"    "microsoft"
#
# 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"    "pc105"
#    Option "XkbLayout"   "us"
#    Option "XkbVariant"  ""
#    Option "XkbOptions"  ""

#    Option "XkbDisable"

    Option "XkbRules"	"xorg"
    Option "XkbModel"	"dell101"
    Option "XkbLayout"	"us"

EndSection


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

Section "InputDevice"

# Identifier and driver

    Identifier	"Mouse1"
    Driver	"mouse"
    Option "Protocol"    "Auto"	# Auto detect
    Option "Device"      "/dev/input/mice"

# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.

#    Option "Protocol"	"Xqueue"

# Mouse-speed setting for PS/2 mouse.

#    Option "Resolution"	"256"

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

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

# Mouse wheel mapping.  Default is to map vertical wheel to buttons 4 & 5,
# horizontal wheel to buttons 6 & 7.   Change if your mouse has more than
# 3 buttons and you need to map the wheel to different button ids to avoid
# conflicts.

    Option "ZAxisMapping"   "4 5 6 7"

# 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

#    Option "ChordMiddle"

EndSection


# **********************************************************************
# Other input device sections 
# this is optional and is required only if you
# are using extended input devices.  This is for example only.  Refer
# to the xorg.conf man page for a description of the options.
# **********************************************************************
#
# Section "InputDevice" 
#    Identifier  "Mouse2"
#    Driver      "mouse"
#    Option      "Protocol"      "MouseMan"
#    Option      "Device"        "/dev/mouse2"
# EndSection
#
# 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"

    Identifier  "KVM 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 - 64.3

#    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 50-70

EndSection


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

# Any number of graphics device sections may be present

# Standard VGA Device:

Section "Device"
    Identifier	"Standard VGA"
    VendorName	"Unknown"
    BoardName	"Unknown"

# 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"

# 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 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"

#    VideoRam	256

#    Clocks	25.2 28.3

EndSection

# Device configured by xorgconfig:

Section "Device"
    Identifier  "ATI ES1000"
    Driver      "fglrx"
    #VideoRam    16384
    # Insert Clocks lines here if appropriate
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"
    Identifier  "Screen 1"
    Device      "ATI ES1000"
    Monitor     "KVM Monitor"
    DefaultDepth 16 

    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    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  "Simple 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 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".

    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection

# Section "DRI"
#    Mode 0666
# EndSection
Xorg.0.log

Code: Select all


X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: UNKNOWN 
Current Operating System: Linux SL-DEV34 2.6.19-gentoo-r5 #1 SMP Wed Feb 14 10:08:42 Local time zone must be set--see zic  i686
Build Date: 21 February 2007
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Module Loader present
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: Thu Feb 22 11:32:41 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Simple Layout"
(**) |-->Screen "Screen 1" (0)
(**) |   |-->Monitor "KVM Monitor"
(**) |   |-->Device "ATI ES1000"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/Type1/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.3
	X.Org Video Driver: 1.0
	X.Org XInput driver : 0.6
	X.Org Server Extension : 0.3
	X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	ABI class: X.Org Video Driver, version 1.0
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,25c0 card 8086,8086 rev 12 class 06,00,00 hdr 00
(II) PCI: 00:02:0: chip 8086,25e2 card 0000,0000 rev 12 class 06,04,00 hdr 01
(II) PCI: 00:03:0: chip 8086,25e3 card 0000,0000 rev 12 class 06,04,00 hdr 01
(II) PCI: 00:04:0: chip 8086,25e4 card 0000,0000 rev 12 class 06,04,00 hdr 01
(II) PCI: 00:05:0: chip 8086,25e5 card 0000,0000 rev 12 class 06,04,00 hdr 01
(II) PCI: 00:06:0: chip 8086,25f9 card 0000,0000 rev 12 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 8086,25e7 card 0000,0000 rev 12 class 06,04,00 hdr 01
(II) PCI: 00:10:0: chip 8086,25f0 card 1028,01b3 rev 12 class 06,00,00 hdr 80
(II) PCI: 00:10:1: chip 8086,25f0 card 1028,01b3 rev 12 class 06,00,00 hdr 80
(II) PCI: 00:10:2: chip 8086,25f0 card 1028,01b3 rev 12 class 06,00,00 hdr 80
(II) PCI: 00:11:0: chip 8086,25f1 card 8086,8086 rev 12 class 06,00,00 hdr 00
(II) PCI: 00:13:0: chip 8086,25f3 card 8086,8086 rev 12 class 06,00,00 hdr 00
(II) PCI: 00:15:0: chip 8086,25f5 card 8086,8086 rev 12 class 06,00,00 hdr 00
(II) PCI: 00:16:0: chip 8086,25f6 card 8086,8086 rev 12 class 06,00,00 hdr 00
(II) PCI: 00:1c:0: chip 8086,2690 card 0000,0000 rev 09 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,2688 card 1028,01b3 rev 09 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,2689 card 1028,01b3 rev 09 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,268a card 1028,01b3 rev 09 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,268c card 1028,01b3 rev 09 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev d9 class 06,04,01 hdr 01
(II) PCI: 00:1f:0: chip 8086,2670 card 0000,0000 rev 09 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,269e card 1028,01b3 rev 09 class 01,01,8a hdr 00
(II) PCI: 01:00:0: chip 8086,032c card 0000,0000 rev 09 class 06,04,00 hdr 81
(II) PCI: 02:08:0: chip 1000,0054 card 1028,1f06 rev 01 class 01,00,00 hdr 00
(II) PCI: 03:00:0: chip 1166,0103 card 0000,0000 rev c3 class 06,04,00 hdr 01
(II) PCI: 04:00:0: chip 14e4,164c card 1028,01b3 rev 12 class 02,00,00 hdr 00
(II) PCI: 05:00:0: chip 8086,3500 card 0000,0000 rev 01 class 06,04,00 hdr 81
(II) PCI: 05:00:3: chip 8086,350c card 0000,0000 rev 01 class 06,04,00 hdr 81
(II) PCI: 06:00:0: chip 8086,3510 card 0000,0000 rev 01 class 06,04,00 hdr 01
(II) PCI: 06:01:0: chip 8086,3514 card 0000,0000 rev 01 class 06,04,00 hdr 01
(II) PCI: 07:00:0: chip 1166,0103 card 0000,0000 rev c3 class 06,04,00 hdr 01
(II) PCI: 08:00:0: chip 14e4,164c card 1028,01b3 rev 12 class 02,00,00 hdr 00
(II) PCI: 0b:00:0: chip 8086,032c card 0000,0000 rev 09 class 06,04,00 hdr 81
(II) PCI: 10:0d:0: chip 1002,515e card 1028,01b3 rev 02 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,16), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 5: bridge is at (0:2:0), (0,5,10), BCTRL: 0x0003 (VGA_EN is cleared)
(II) Bus 5 non-prefetchable memory range:
	[0] -1	0	0xf2000000 - 0xf7ffffff (0x6000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:3:0), (0,1,2), BCTRL: 0x0003 (VGA_EN is cleared)
(II) Bus 1 I/O range:
	[0] -1	0	0x0000e000 - 0x0000efff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xfc400000 - 0xfc6fffff (0x300000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 11: bridge is at (0:4:0), (0,11,12), BCTRL: 0x0003 (VGA_EN is cleared)
(II) Bus 11 non-prefetchable memory range:
	[0] -1	0	0xfc300000 - 0xfc3fffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 13: bridge is at (0:5:0), (0,13,13), BCTRL: 0x0003 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 14: bridge is at (0:6:0), (0,14,14), BCTRL: 0x0003 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 15: bridge is at (0:7:0), (0,15,15), BCTRL: 0x0000 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:28:0), (0,3,4), BCTRL: 0x0003 (VGA_EN is cleared)
(II) Bus 3 non-prefetchable memory range:
	[0] -1	0	0xf8000000 - 0xfbffffff (0x4000000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 16: bridge is at (0:30:0), (0,16,16), BCTRL: 0x000b (VGA_EN is set)
(II) Bus 16 I/O range:
	[0] -1	0	0x0000d000 - 0x0000dfff (0x1000) IX[B]
(II) Bus 16 non-prefetchable memory range:
	[0] -1	0	0xfc100000 - 0xfc2fffff (0x200000) MX[B]
(II) Bus 16 prefetchable memory range:
	[0] -1	0	0xd8000000 - 0xdfffffff (0x8000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (1:0:0), (1,2,2), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 2 I/O range:
	[0] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]
	[1] -1	0	0x0000e400 - 0x0000e4ff (0x100) IX[B]
	[2] -1	0	0x0000e800 - 0x0000e8ff (0x100) IX[B]
	[3] -1	0	0x0000ec00 - 0x0000ecff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
	[0] -1	0	0xfc500000 - 0xfc6fffff (0x200000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 4: bridge is at (3:0:0), (3,4,4), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 4 non-prefetchable memory range:
	[0] -1	0	0xf8000000 - 0xfbffffff (0x4000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 6: bridge is at (5:0:0), (5,6,9), BCTRL: 0x0007 (VGA_EN is cleared)
(II) Bus 6 non-prefetchable memory range:
	[0] -1	0	0xf4000000 - 0xf7ffffff (0x4000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 10: bridge is at (5:0:3), (5,10,10), BCTRL: 0x0007 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 7: bridge is at (6:0:0), (6,7,8), BCTRL: 0x0003 (VGA_EN is cleared)
(II) Bus 7 non-prefetchable memory range:
	[0] -1	0	0xf4000000 - 0xf7ffffff (0x4000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 9: bridge is at (6:1:0), (6,9,9), BCTRL: 0x0003 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 8: bridge is at (7:0:0), (7,8,8), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 8 non-prefetchable memory range:
	[0] -1	0	0xf4000000 - 0xf7ffffff (0x4000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 12: bridge is at (11:0:0), (11,12,12), BCTRL: 0x0006 (VGA_EN is cleared)
(--) PCI:*(16:13:0) ATI Technologies Inc ES1000 rev 2, Mem @ 0xd8000000/27, 0xfc1f0000/16, I/O @ 0xdc00/8
(II) Addressable bus resource ranges are
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
	[1] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
	[0] -1	0	0xf4000000 - 0xf5ffffff (0x2000000) MX[B]
	[1] -1	0	0xf8000000 - 0xf9ffffff (0x2000000) MX[B]
	[2] -1	0	0xfc5e0000 - 0xfc5effff (0x10000) MX[B]
	[3] -1	0	0xfc5fc000 - 0xfc5fffff (0x4000) MX[B]
	[4] -1	0	0xfc700400 - 0xfc7007ff (0x400) MX[B]
	[5] -1	0	0xfc1f0000 - 0xfc1fffff (0x10000) MX[B](B)
	[6] -1	0	0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
	[7] -1	0	0x0000fc00 - 0x0000fc0f (0x10) IX[B]
	[8] -1	0	0x0000cca0 - 0x0000ccbf (0x20) IX[B]
	[9] -1	0	0x0000ccc0 - 0x0000ccdf (0x20) IX[B]
	[10] -1	0	0x0000cce0 - 0x0000ccff (0x20) IX[B]
	[11] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[B](B)
(II) Inactive PCI resource ranges:
	[0] -1	0	0x0000ec00 - 0x0000ecff (0x100) IX[B]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xf4000000 - 0xf5ffffff (0x2000000) MX[B]
	[1] -1	0	0xf8000000 - 0xf9ffffff (0x2000000) MX[B]
	[2] -1	0	0xfc5e0000 - 0xfc5effff (0x10000) MX[B]
	[3] -1	0	0xfc5fc000 - 0xfc5fffff (0x4000) MX[B]
	[4] -1	0	0xfc700400 - 0xfc7007ff (0x400) MX[B]
	[5] -1	0	0xfc1f0000 - 0xfc1fffff (0x10000) MX[B](B)
	[6] -1	0	0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
	[7] -1	0	0x0000fc00 - 0x0000fc0f (0x10) IX[B]
	[8] -1	0	0x0000cca0 - 0x0000ccbf (0x20) IX[B]
	[9] -1	0	0x0000ccc0 - 0x0000ccdf (0x20) IX[B]
	[10] -1	0	0x0000cce0 - 0x0000ccff (0x20) IX[B]
	[11] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[B](B)
(II) Inactive PCI resource ranges after removing overlaps:
	[0] -1	0	0x0000ec00 - 0x0000ecff (0x100) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xf4000000 - 0xf5ffffff (0x2000000) MX[B]
	[5] -1	0	0xf8000000 - 0xf9ffffff (0x2000000) MX[B]
	[6] -1	0	0xfc5e0000 - 0xfc5effff (0x10000) MX[B]
	[7] -1	0	0xfc5fc000 - 0xfc5fffff (0x4000) MX[B]
	[8] -1	0	0xfc700400 - 0xfc7007ff (0x400) MX[B]
	[9] -1	0	0xfc1f0000 - 0xfc1fffff (0x10000) MX[B](B)
	[10] -1	0	0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
	[11] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[12] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[13] -1	0	0x0000fc00 - 0x0000fc0f (0x10) IX[B]
	[14] -1	0	0x0000cca0 - 0x0000ccbf (0x20) IX[B]
	[15] -1	0	0x0000ccc0 - 0x0000ccdf (0x20) IX[B]
	[16] -1	0	0x0000cce0 - 0x0000ccff (0x20) IX[B]
	[17] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[B](B)
	[18] -1	0	0x0000ec00 - 0x0000ecff (0x100) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(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 7.1.1, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 7.1.1, module version = 2.1.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "fglrx"
(II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
(II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
	compiled for 7.1.0, module version = 8.32.5
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.1.1
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.1.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.6
(II) ATI Radeon/FireGL: The following chipsets are supported:
	ATI MOBILITY RADEON X600 (M24 3150), ATI FireMV 2400 (M24 3151),
	ATI MOBILITY RADEON X300 (M22 (HP) 3152),
	ATI MOBILITY FireGL V3200 (M24 GL 3154),
	RADEON X600/X550 Series (RV380 3E50),
	ATI FireGL V3200 (RV380 GL 3E54), RADEON 9500 (RADEON 9500 4144),
	RADEON 9600TX (RADEON 9600TX 4146), ATI FireGL Z1 (FireGL Z1 4147),
	RADEON 9800 SE (RADEON 9800 SE 4148), RADEON 9500 (RADEON 9500 4149),
	ATI RADEON 9600 Series (RV350 4150),
	ATI RADEON 9600 Series (RV350 SE 4151),
	ATI RADEON 9600 Series (RV360 4152), ATI RADEON 9550 (RV350 LX 4153),
	ATI FireGL T2 (FireGL T2 4154),
	ATI RADEON 9600 Series (RV351 P 4155),
	RADEON X800 Series (R420 4A48 4A48),
	RADEON X800 PRO (R420 4A49 4A49), RADEON X800 Series (R420 SE 4A4A),
	RADEON X800 XT (R420 XT 4A4B), RADEON X800 Series (R420 4A4C 4A4C),
	ATI FireGL X3-256 (R420 GL 4A4D),
	ATI MOBILITY RADEON 9800 (M18-P 4A4E), RADEON X800 SE (R420 8P 4A4F),
	RADEON X800 XT Platinum Edition (R420 XT Platinum 4A50),
	RADEON X800 VE (R420 4P 4A54),
	ATI RADEON X850 Consumer (R481 4P 4B48),
	ATI RADEON X850 XT (R481 XT 4B49), ATI RADEON X850 SE (R481 SE 4B4A),
	ATI RADEON X850 PRO (R481 Pro 4B4B),
	ATI RADEON X850 XT Platinum Edition (R481 XT Platinum Edition 4B4C),
	RADEON 9700 PRO (RADEON 9700 PRO 4E44),
	RADEON 9500 PRO / 9700 (RADEON 9500 PRO / 9700 4E45),
	RADEON 9600 TX (RADEON 9600 4E46), ATI FireGL X1 (FireGL X1 4E47),
	RADEON 9800 PRO (R350 4E48), RADEON 9800 (R350LE 4E49),
	RADEON 9800 XT (R360 4E4A),
	ATI FireGL X2-256/X2-256t (FireGL X2 4E4B),
	ATI MOBILITY RADEON 9600/9700 Series (M10-P 4E50),
	ATI RADEON 9600 Series (RV350 LE 4E51),
	ATI MOBILITY RADEON 9500 (M11-CL 4E52),
	ATI MOBILITY FIRE GL T2/T2e (M10-GL 4E54),
	ATI MOBILITY RADEON 9550 (M12-P 4E56),
	ATI MOBILITY RADEON X300 (M22 5460),
	ATI MOBILITY RADEON X300 (M22T 5461),
	ATI MOBILITY RADEON X600 SE (M24-C 5462),
	ATI MOBILITY FireGL V3100 (M22 GL 5464),
	RADEON X800 Series (R423 5548), RADEON X800 GTO (R423 PRO 5549),
	RADEON X800 XT Platinum Edition (R423 XT Platinum 554A),
	RADEON X800 GT (R423 SE 554B), R430 XTP (R430 XTP 554C),
	ATI RADEON X800 XL (R430 XT 554D), ATI RADEON X800 GT (R430 SE 554E),
	RADEON X800 GTO (R430 PRO 554F), ATI FireGL V7100 (R423 GL XT 5550),
	ATI FireGL V5100 (R423 GL - PRO2 5551), R430 GL XT (R430 GL XT 5554),
	R430 GL PRO (R430 GL PRO 5555),
	ATI MOBILITY FireGL V5000 (M26-CSP128GL 564A),
	ATI MOBILITY FireGL V5000 (M26-GL 564B),
	ATI MOBILITY RADEON X700 XL (M26-XC 564F),
	ATI MOBILITY RADEON X700 (M26-CSP128 5652),
	ATI MOBILITY RADEON X700 (M26-X 5653),
	Radeon X700 Series (RV410 (5657) 5657),
	ATI Radeon Xpress Series (RS480 5954 Generic 5954),
	ATI Radeon Xpress Series (RS480 5955 Generic 5955),
	ATI Radeon Xpress Series (RS482 5974 Generic 5974),
	ATI Radeon Xpress Series (RS482 5975 Generic 5975),
	ATI Radeon Xpress Series (RS400 5A41 Generic 5A41),
	ATI Radeon Xpress Series (RS400 5A42 Generic 5A42),
	ATI Radeon Xpress Series (RC410 5A61 Generic 5A61),
	ATI Radeon Xpress Series (RC410 5A62 Generic 5A62),
	RADEON X300/X550 Series (RV370 5B60),
	RADEON X600 Series (RV380 (X) 5B62), RADEON X550 (RV370 XT 5B63),
	ATI FireGL V3100 (RV370 GL V3100 5B64),
	ATI FireMV 2200 (RV370 FireMV 2200 5B65), RV370X (RV370X 5B66),
	ATI MOBILITY RADEON X800  XT (M28-XT 5D48),
	ATI MOBILITY FireGL V5100 (M28 GL 5D49),
	ATI MOBILITY RADEON X800 (M28-P 5D4A),
	R480 Consumer 4P (R480 Consumer 4P 5D4C),
	RADEON X850 XT Platinum Edition (R480 XTP 5D4D),
	RADEON X800 GTO (R480 PRO 5D4F), ATI FireGL V7200 (R480 GL 16P 5D50),
	R480 GL 12P (R480 GL 12P 5D51), RADEON X850 XT (R480 XT 5D52),
	RADEON X800 XT (R423 XT 5D57), ATI FireGL V5000 (RV410 GL - 8P 5E48),
	RADEON X700 XT (RV410 XT 5E4A), RADEON X700 PRO (RV410 PRO 5E4B),
	RADEON X700 SE (RV410 SE (5E4C) 5E4C), RADEON X700 (RV410 LE 5E4D),
	RADEON X700/X550 Series (RV410 SE (5E4F) 5E4F),
	Radeon X1800 Series (R520 7100),
	ATI Mobility Radeon X1800 XT (M58 16P 7101),
	ATI Mobility Radeon X1800 (M58 12P 7102),
	ATI MOBILITY FireGL V7200 (M58 GL 16P 7103),
	ATI FireGL V7200 (R520 GL 16P 7104),
	ATI FireGL V5300 (R520 GL 12P 7105),
	ATI MOBILITY FireGL V7100 (M58 GL 12P 7106),
	Radeon X1800 Series (R520 16P HiClk 7108),
	Radeon X1800 Series (R520 16P 7109),
	Radeon X1800 Series (R520 12P 710A),
	Radeon X1800 Series (R520 8P 710B),
	Radeon X1800 Series (R520 4P 710C),
	ATI FireGL V7300 (R520 GL 16P 528 MB 710E),
	ATI FireGL V7350 (R520 GL 16P 1 GB 710F),
	Radeon X1600 Series (RV515 XT 7140),
	Radeon X1300 Series (RV515 PRO 7142),
	Radeon X1300 PRO (RV505 7143 7143), M54-GL (M54-GL 7144),
	ATI Mobility Radeon X1400 (M54-P 7145),
	Radeon X1300 Series (RV515 LE 7146),
	Radeon X1300 Series (RV505 7147 7147),
	ATI Mobility Radeon X1300 (M52 7149),
	ATI Mobility Radeon X1300 (M52-T 714A),
	ATI Mobility Radeon X1300 (M52 714B 714B),
	ATI Mobility Radeon X1300 (M52 714C 714C),
	Radeon X1300 Series (RV515 714D 714D),
	Radeon X1300 Series (RV515LE PCI 714E),
	ATI FireGL V3300 (RV515 GL 7152),
	Radeon X1300 Series (RV515 VE 715E),
	Radeon X1300 Series (RV505 715F 715F),
	Radeon X1300 Series (RV516 7180 7180),
	Radeon X1600 Series (RV516 XT 7181),
	Radeon X1300 Series (RV516 7183 7183),
	ATI Mobility Radeon X1450 (M64P 7186),
	Radeon X1300 Series (RV516 7187 7187),
	ATI Mobility Radeon X1450 (M64M 718A),
	ATI Mobility Radeon X1350 (M62P 718B),
	ATI Mobility Radeon X1350 (M62CSP64 718C),
	ATI Mobility Radeon X1450 (M64CSP128 718D),
	Radeon X1300 Series (RV516LE PCI 718F),
	ATI Mobility Radeon X1350 (M62S 7196),
	Radeon X1600 Series (RV530 XT 71C0),
	Radeon X1650 Series (RV535 XT (71C1) 71C1),
	Radeon X1600 Series (RV530 PRO 71C2),
	Radeon X1300 Series (RV535 PRO (71C3) 71C3),
	ATI MOBILITY FireGL V5200 (M56 GL 71C4),
	ATI Mobility Radeon X1600 (M56-P 71C5),
	Radeon X1650 Series (RV530 XT2 71C6),
	Radeon X1650 Series (RV535 (71C7) 71C7),
	Radeon X1600 Series (RV530 71CD 71CD),
	Radeon X1300 Series (RV530 PRO2 71CE),
	ATI FireGL V3400 (RV530 GL 128 MB 71D2),
	ATI MOBILITY FireGL V5250 (M66 GL 71D4),
	ATI Mobility Radeon X1700 (M66-P 71D5),
	ATI Mobility Radeon X1700 XT (M66-XT 71D6),
	ATI FireGL V5200 (RV530 GL 256 MB 71DA),
	ATI Mobility Radeon X1700 (M66-M 71DE), RV550 (RV550 7200 7200),
	Radeon X1950 Series (R580 7240 7240),
	Radeon X1900 Series (R580 7243 7243),
	Radeon X1950 Series (R580 7244 7244),
	Radeon X1900 Series (R580 7245 7245),
	Radeon X1900 Series (R580 7246 7246),
	Radeon X1900 Series (R580 7247 7247),
	Radeon X1900 Series (R580 7248 7248),
	Radeon X1900 Series (R580 7249 7249),
	Radeon X1900 Series (R580 724A 724A),
	Radeon X1900 Series (R580 724B 724B),
	Radeon X1900 Series (R580 724C 724C),
	Radeon X1900 Series (R580 724D 724D),
	ATI FireStream 2U (R580 724E 724E),
	Radeon X1900 Series (R580 724F 724F),
	Radeon X1950 Series (RV570 XT 7280),
	ATI Mobility Radeon X1900 (M68 7284),
	Radeon X1650 Series (RV560 XT 7291),
	Radeon X1650 Series (RV560 7293 7293),
	ATI Radeon Xpress 1200 Series (RS600 7941 Generic 7941),
	ATI Radeon Xpress 1200 Series (RS600 7942 Generic 7942)
(II) Primary Device is: PCI 10:0d:0
(II) ATI Proprietary Linux Driver Version Identifier:8.32.5
(II) ATI Proprietary Linux Driver Release Identifier: LGDr8.32g1                           
(II) ATI Proprietary Linux Driver Build Date: Dec 12 2006 17:18:27
(II) ATI Proprietary Linux Driver Build Information: autobuild-rel-r6-8.32.2.1.2.3-driver-lnx-x86-x86_64-313294
(--) Assigning device section with no busID to primary device
(EE) No devices detected.

Fatal server error:
no screens found
I wish computers did what we wanted .. not what we asked.
Top
Buzz
n00b
n00b
Posts: 55
Joined: Fri Jul 19, 2002 3:13 pm

Re: Ati es1000

  • Quote

Post by Buzz » Wed Mar 14, 2007 5:54 pm

Section "Device"
Identifier "ATI ES1000"
Driver "fglrx"
#VideoRam 16384
# Insert Clocks lines here if appropriate
EndSection
I had success using "radeon" in place of "fglrx"

Buzz...
Top
Post Reply

2 posts • Page 1 of 1

Return to “Desktop Environments”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic