Jump to content

Linux Graphics Problem


darkzar99

Recommended Posts

When installing Ubuntu AMD64 I get an error saying that X11 could not be set up. I viewed the Xorg.0.log file and towards the end it said something like "Display can not be found" what should I do? :?:

BTW The Graphics Card I Use Is an ATI RADEON X700 Pro PCI-E

Link to comment
Share on other sites

No I havent been able to install it, it is trying to boot from the cd into the GUI so I can install it but it doesnt get that far, it just says it fails and asks me if i want to view technical information, I did and that told me to look in the log file, so i got out of that and i was at a command prompt for the livecd user, I then looked at the log file and thats what it said

Link to comment
Share on other sites

I've had no end of problems with ubuntu and graphics, failed to run more than 800x600 on 2 sepearate systems. Ironically FreeBSD was amazing, picked the right settings for everything.

Link to comment
Share on other sites

800x640 support only... Seems to be an issue with all of the *ubnutu family of projects. Which was an arse because I'm looking for a lightweight linux to run an old p2 laptop on, and xubuntu looked the part.

Link to comment
Share on other sites

DSL is a very versatile 50MB mini desktop oriented Linux distribution.

Damn Small is small enough and smart enough to do the following things:

* Boot from a business card CD as a live linux distribution (LiveCD)

* Boot from a USB pen drive

* Boot from within a host operating system (that's right, it can run *inside* Windows)

* Run very nicely from an IDE Compact Flash drive via a method we call "frugal install"

* Transform into a Debian OS with a traditional hard drive install

* Run light enough to power a 486DX with 16MB of Ram

* Run fully in RAM with as little as 128MB (you will be amazed at how fast your computer can be!)

* Modularly grow -- DSL is highly extendable without the need to customize

Works on almost anything that is still running. hehe

Link to comment
Share on other sites

Gentoo will run really fast if you have compiled it for your system and set it up correctly. The only problem is if you are doing that on an older piece of hardware then it will take you ages.

You will however get probably the best speed you can from the hardware afterwards.

Link to comment
Share on other sites

Well I have downloaded the alternative install cd and i am installing in text-based mode, so far its working, ill post here if it works

Another question, has anyone had this problemthat i am having using linux, where the spaces kind of dont always getput in or thereis a space that is added atthe beginningn when you start typing, it gets really bad when you post something like i am doing now as you can probably see, i have a logitech mx700 wireless keyboard and mouse, this is not a problem in windows just on linux machines

Link to comment
Share on other sites

First:

edit xorg.conf to add two lines near the end:

Option "MonitorLayout" "LVDS,CRT"

Option "MetaModes" "680x480,1680x1050"

(or whatever size your screen is)

Second:

Try updating the drivers.

Shouldnt I use "LVDS,LCD" instead of CRT?

Link to comment
Share on other sites

Well I installed with Text-Mode and on first bootup i got the same error, so here is what is in the xorg.conf file:

# /etc/X11/xorg.conf (xorg X Window System server configuration file)

#

# This file was generated by dexconf, the Debian X Configuration tool, using

# values from the debconf database.

#

# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.

# (Type "man /etc/X11/xorg.conf" at the shell prompt.)

#

# This file is automatically updated on xserver-xorg package upgrades *only*

# if it has not been modified since the last upgrade of the xserver-xorg

# package.

#

# If you have edited this file but would like it to be automatically updated

# again, run the following command:

#   sudo dpkg-reconfigure -phigh xserver-xorg



Section "Files"

    FontPath    "/usr/share/X11/fonts/misc"

    FontPath    "/usr/share/X11/fonts/cyrillic"

    FontPath    "/usr/share/X11/fonts/100dpi/:unscaled"

    FontPath    "/usr/share/X11/fonts/75dpi/:unscaled"

    FontPath    "/usr/share/X11/fonts/Type1"

    FontPath    "/usr/share/X11/fonts/100dpi"

    FontPath    "/usr/share/X11/fonts/75dpi"

    # path to defoma fonts

    FontPath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"

EndSection



Section "Module"

    Load    "i2c"

    Load    "bitmap"

    Load    "ddc"

    Load    "dri"

    Load    "extmod"

    Load    "freetype"

    Load    "glx"

    Load    "int10"

    Load    "type1"

    Load    "vbe"

EndSection



Section "InputDevice"

    Identifier    "Generic Keyboard"

    Driver        "kbd"

    Option        "CoreKeyboard"

    Option        "XkbRules"    "xorg"

    Option        "XkbModel"    "pc104"

    Option        "XkbLayout"    "us"

EndSection



Section "InputDevice"

    Identifier    "Configured Mouse"

    Driver        "mouse"

    Option        "CorePointer"

    Option        "Device"        "/dev/input/mice"

    Option        "Protocol"        "ExplorerPS/2"

    Option        "ZAxisMapping"        "4 5"

    Option        "Emulate3Buttons"    "true"

EndSection



Section "InputDevice"

  Driver        "wacom"

  Identifier    "stylus"

  Option        "Device"        "/dev/wacom"          # Change to 

                                                      # /dev/input/event

                                                      # for USB

  Option        "Type"          "stylus"

  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY

EndSection



Section "InputDevice"

  Driver        "wacom"

  Identifier    "eraser"

  Option        "Device"        "/dev/wacom"          # Change to 

                                                      # /dev/input/event

                                                      # for USB

  Option        "Type"          "eraser"

  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY

EndSection



Section "InputDevice"

  Driver        "wacom"

  Identifier    "cursor"

  Option        "Device"        "/dev/wacom"          # Change to 

                                                      # /dev/input/event

                                                      # for USB

  Option        "Type"          "cursor"

  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY

EndSection



Section "Device"

    Identifier    "ATI Technologies, Inc. Radeon X700 Pro (RV410)"

    Driver        "ati"

    BusID        "PCI:6:0:0"

EndSection



Section "Monitor"

    Identifier    "Generic Monitor"

    Option        "DPMS"

    HorizSync    28-64

    VertRefresh    43-60

EndSection



Section "Screen"

    Identifier    "Default Screen"

    Device        "ATI Technologies, Inc. Radeon X700 Pro (RV410)"

    Monitor        "Generic Monitor"

    DefaultDepth    24

    SubSection "Display"

        Depth        1

        Modes        "1280x1024" "1152x768" "1024x768" "800x600" "640x480"

    EndSubSection

    SubSection "Display"

        Depth        4

        Modes        "1280x1024" "1152x768" "1024x768" "800x600" "640x480"

    EndSubSection

    SubSection "Display"

        Depth        8

        Modes        "1280x1024" "1152x768" "1024x768" "800x600" "640x480"

    EndSubSection

    SubSection "Display"

        Depth        15

        Modes        "1280x1024" "1152x768" "1024x768" "800x600" "640x480"

    EndSubSection

    SubSection "Display"

        Depth        16

        Modes        "1280x1024" "1152x768" "1024x768" "800x600" "640x480"

    EndSubSection

    SubSection "Display"

        Depth        24

        Modes        "1280x1024" "1152x768" "1024x768" "800x600" "640x480"

    EndSubSection

EndSection



Section "ServerLayout"

    Identifier    "Default Layout"

    Screen        "Default Screen"

    InputDevice    "Generic Keyboard"

    InputDevice    "Configured Mouse"

    InputDevice     "stylus" "SendCoreEvents"

    InputDevice     "cursor" "SendCoreEvents"

    InputDevice     "eraser" "SendCoreEvents"

EndSection



Section "DRI"

    Mode    0666

EndSection

Sorry about the length, where should i add that stuff/can anyone spot what is wrong?

Link to comment
Share on other sites

I asked for help on ubuntuforums and theysuggested that I install binary drivers, so i did according to the instructions and Istill get the same error, and this keyboard stuffis killing me (witht he spaces and all)

anybody?

Link to comment
Share on other sites

Ok I have the log file, i also changed the BusID and it still gave me the same problem. Here is the log file:

X Window System Version 7.0.0

Release Date: 21 December 2005

X Protocol Version 11, Revision 0, Release 7.0

Build Operating System:Linux 2.6.15-ubuntu1 x86_64

Current Operating System: Linux [i][HIDDEN][/i] 2.6.15-23-amd64-generic #1 SMP PREEMPT Tue May 23 13:45:47 UTC 2006 x86_64

Build Date: 16 March 2006

    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: Mon Jul 10 11:02:53 2006

(==) Using config file: "/etc/X11/xorg.conf"

(==) ServerLayout "Default Layout"

(**) |-->Screen "aticonfig-Screen[0] " (0)

(**) |   |-->Monitor "Generic Monitor"

(**) |   |-->Device "ATI Technologies, Inc. Radeon X700 Pro (RV410)"

(**) |-->Input Device "Generic Keyboard"

(**) |-->Input Device "Configured Mouse"

(**) |-->Input Device "stylus"

(**) |-->Input Device "cursor"

(**) |-->Input Device "eraser"

(WW) The directory "/usr/share/X11/fonts/cyrillic" does not exist.

    Entry deleted from font path.

(**) FontPath set to "/usr/share/X11/fonts/misc,/usr/share/X11/fonts/100dpi/:unscaled,/usr/share/X11/fonts/75dpi/:unscaled,/usr/share/X11/fonts/Type1,/usr/share/X11/fonts/100dpi,/usr/share/X11/fonts/75dpi,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"

(==) RgbPath set to "/etc/X11/rgb"

(==) ModulePath set to "/usr/lib/xorg/modules"

(II) Module ABI versions:

    X.Org ANSI C Emulation: 0.2

    X.Org Video Driver: 0.8

    X.Org XInput driver : 0.5

    X.Org Server Extension : 0.2

    X.Org Font Renderer : 0.4

(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.0.0, module version = 1.0.0

    Module class: X.Org Font Renderer

    ABI class: X.Org Font Renderer, version 0.4

(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.0.0, module version = 1.0.0

    ABI class: X.Org Video Driver, version 0.8

(++) using VT number 7



(II) PCI: PCI scan (all values are in hex)

(II) PCI: 00:00:0: chip 8086,277c card 1043,8178 rev c0 class 06,00,00 hdr 00

(II) PCI: 00:01:0: chip 8086,277d card 0000,0000 rev c0 class 06,04,00 hdr 01

(II) PCI: 00:1b:0: chip 8086,27d8 card 1043,81d8 rev 01 class 04,03,00 hdr 00

(II) PCI: 00:1c:0: chip 8086,27d0 card 0000,0000 rev 01 class 06,04,00 hdr 81

(II) PCI: 00:1c:3: chip 8086,27d6 card 0000,0000 rev 01 class 06,04,00 hdr 81

(II) PCI: 00:1c:4: chip 8086,27e0 card 0000,0000 rev 01 class 06,04,00 hdr 81

(II) PCI: 00:1c:5: chip 8086,27e2 card 0000,0000 rev 01 class 06,04,00 hdr 81

(II) PCI: 00:1d:0: chip 8086,27c8 card 1043,8179 rev 01 class 0c,03,00 hdr 80

(II) PCI: 00:1d:1: chip 8086,27c9 card 1043,8179 rev 01 class 0c,03,00 hdr 00

(II) PCI: 00:1d:2: chip 8086,27ca card 1043,8179 rev 01 class 0c,03,00 hdr 00

(II) PCI: 00:1d:3: chip 8086,27cb card 1043,8179 rev 01 class 0c,03,00 hdr 00

(II) PCI: 00:1d:7: chip 8086,27cc card 1043,8179 rev 01 class 0c,03,20 hdr 00

(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev e1 class 06,04,01 hdr 01

(II) PCI: 00:1f:0: chip 8086,27b8 card 1043,8179 rev 01 class 06,01,00 hdr 80

(II) PCI: 00:1f:1: chip 8086,27df card 1043,8179 rev 01 class 01,01,8a hdr 00

(II) PCI: 00:1f:2: chip 8086,27c0 card 1043,2601 rev 01 class 01,01,8f hdr 00

(II) PCI: 00:1f:3: chip 8086,27da card 1043,8179 rev 01 class 0c,05,00 hdr 00

(II) PCI: 01:03:0: chip 104c,8023 card 1043,808b rev 00 class 0c,00,10 hdr 00

(II) PCI: 02:00:0: chip 11ab,6141 card 1043,81d6 rev 01 class 01,06,81 hdr 00

(II) PCI: 03:00:0: chip 11ab,4362 card 1043,8142 rev 20 class 02,00,00 hdr 00

(II) PCI: 04:00:0: chip 11ab,4362 card 1043,8142 rev 20 class 02,00,00 hdr 00

(II) PCI: 06:00:0: chip 1002,5e4b card 1002,2302 rev 00 class 03,00,00 hdr 80

(II) PCI: 06:00:1: chip 1002,5e6b card 1002,2303 rev 00 class 03,80,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,6), 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 (0x100000000) MX[B]

(II) Bus 0 prefetchable memory range:

    [0] -1    0    0x00000000 - 0xffffffff (0x100000000) MX[B]

(II) PCI-to-PCI bridge:

(II) Bus 6: bridge is at (0:1:0), (0,6,6), BCTRL: 0x000a (VGA_EN is set)

(II) Bus 6 I/O range:

    [0] -1    0    0x0000c000 - 0x0000cfff (0x1000) IX[B]

(II) Bus 6 non-prefetchable memory range:

    [0] -1    0    0xff900000 - 0xff9fffff (0x100000) MX[B]

(II) Bus 6 prefetchable memory range:

    [0] -1    0    0xcff00000 - 0xefefffff (0x20000000) MX[B]

(II) PCI-to-PCI bridge:

(II) Bus 5: bridge is at (0:28:0), (0,5,5), BCTRL: 0x0002 (VGA_EN is cleared)

(II) Bus 5 prefetchable memory range:

    [0] -1    0    0xcfe00000 - 0xcfefffff (0x100000) MX[B]

(II) PCI-to-PCI bridge:

(II) Bus 4: bridge is at (0:28:3), (0,4,4), BCTRL: 0x0002 (VGA_EN is cleared)

(II) Bus 4 I/O range:

    [0] -1    0    0x0000b000 - 0x0000bfff (0x1000) IX[B]

(II) Bus 4 non-prefetchable memory range:

    [0] -1    0    0xff800000 - 0xff8fffff (0x100000) MX[B]

(II) PCI-to-PCI bridge:

(II) Bus 3: bridge is at (0:28:4), (0,3,3), BCTRL: 0x0002 (VGA_EN is cleared)

(II) Bus 3 I/O range:

    [0] -1    0    0x0000a000 - 0x0000afff (0x1000) IX[B]

(II) Bus 3 non-prefetchable memory range:

    [0] -1    0    0xff700000 - 0xff7fffff (0x100000) MX[B]

(II) PCI-to-PCI bridge:

(II) Bus 2: bridge is at (0:28:5), (0,2,2), BCTRL: 0x0002 (VGA_EN is cleared)

(II) Bus 2 I/O range:

    [0] -1    0    0x00009000 - 0x00009fff (0x1000) IX[B]

(II) Bus 2 non-prefetchable memory range:

    [0] -1    0    0xff600000 - 0xff6fffff (0x100000) MX[B]

(II) Subtractive PCI-to-PCI bridge:

(II) Bus 1: bridge is at (0:30:0), (0,1,1), BCTRL: 0x0002 (VGA_EN is cleared)

(II) Bus 1 non-prefetchable memory range:

    [0] -1    0    0xff500000 - 0xff5fffff (0x100000) 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)

(--) PCI:*(6:0:0) ATI Technologies Inc RV410 [Radeon X700 Pro (PCIE)] rev 0, Mem @ 0xd0000000/28, 0xff9f0000/16, I/O @ 0xc800/8, BIOS @ 0xff9c0000/17

(--) PCI: (6:0:1) ATI Technologies Inc RV410 [Radeon X700 Pro (PCIE)] Secondary rev 0, Mem @ 0xff9e0000/16

(II) Addressable bus resource ranges are

    [0] -1    0    0x00000000 - 0xffffffff (0x100000000) 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    0xff8fc000 - 0xff8fffff (0x4000) MX[B]

    [1] -1    0    0xff7fc000 - 0xff7fffff (0x4000) MX[B]

    [2] -1    0    0xff6ffc00 - 0xff6fffff (0x400) MX[B]

    [3] -1    0    0xff5f8000 - 0xff5fbfff (0x4000) MX[B]

    [4] -1    0    0xff5ff800 - 0xff5fffff (0x800) MX[B]

    [5] -1    0    0xffafb800 - 0xffafbbff (0x400) MX[B]

    [6] -1    0    0xffafbc00 - 0xffafbfff (0x400) MX[B]

    [7] -1    0    0xffafc000 - 0xffafffff (0x4000) MX[B]

    [8] -1    0    0xff9e0000 - 0xff9effff (0x10000) MX[B](B)

    [9] -1    0    0xff9c0000 - 0xff9dffff (0x20000) MX[B](B)

    [10] -1    0    0xff9f0000 - 0xff9fffff (0x10000) MX[B](B)

    [11] -1    0    0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)

    [12] -1    0    0x0000b800 - 0x0000b8ff (0x100) IX[B]

    [13] -1    0    0x0000a800 - 0x0000a8ff (0x100) IX[B]

    [14] -1    0    0x00009480 - 0x0000949f (0x20) IX[B]

    [15] -1    0    0x00009800 - 0x0000983f (0x40) IX[B]

    [16] -1    0    0x00009880 - 0x00009883 (0x4) IX[B]

    [17] -1    0    0x00009c00 - 0x00009c07 (0x8) IX[B]

    [18] -1    0    0x00000400 - 0x0000041f (0x20) IX[B]

    [19] -1    0    0x0000d880 - 0x0000d88f (0x10) IX[B]

    [20] -1    0    0x0000dc00 - 0x0000dc03 (0x4) IX[B]

    [21] -1    0    0x0000e000 - 0x0000e007 (0x8) IX[B]

    [22] -1    0    0x0000e080 - 0x0000e083 (0x4) IX[B]

    [23] -1    0    0x0000e400 - 0x0000e407 (0x8) IX[B]

    [24] -1    0    0x0000ffa0 - 0x0000ffaf (0x10) IX[B]

    [25] -1    0    0x0000ec00 - 0x0000ec1f (0x20) IX[B]

    [26] -1    0    0x0000e880 - 0x0000e89f (0x20) IX[B]

    [27] -1    0    0x0000e800 - 0x0000e81f (0x20) IX[B]

    [28] -1    0    0x0000e480 - 0x0000e49f (0x20) IX[B]

    [29] -1    0    0x0000c800 - 0x0000c8ff (0x100) IX[B](B)

(II) Active PCI resource ranges after removing overlaps:

    [0] -1    0    0xff8fc000 - 0xff8fffff (0x4000) MX[B]

    [1] -1    0    0xff7fc000 - 0xff7fffff (0x4000) MX[B]

    [2] -1    0    0xff6ffc00 - 0xff6fffff (0x400) MX[B]

    [3] -1    0    0xff5f8000 - 0xff5fbfff (0x4000) MX[B]

    [4] -1    0    0xff5ff800 - 0xff5fffff (0x800) MX[B]

    [5] -1    0    0xffafb800 - 0xffafbbff (0x400) MX[B]

    [6] -1    0    0xffafbc00 - 0xffafbfff (0x400) MX[B]

    [7] -1    0    0xffafc000 - 0xffafffff (0x4000) MX[B]

    [8] -1    0    0xff9e0000 - 0xff9effff (0x10000) MX[B](B)

    [9] -1    0    0xff9c0000 - 0xff9dffff (0x20000) MX[B](B)

    [10] -1    0    0xff9f0000 - 0xff9fffff (0x10000) MX[B](B)

    [11] -1    0    0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)

    [12] -1    0    0x0000b800 - 0x0000b8ff (0x100) IX[B]

    [13] -1    0    0x0000a800 - 0x0000a8ff (0x100) IX[B]

    [14] -1    0    0x00009480 - 0x0000949f (0x20) IX[B]

    [15] -1    0    0x00009800 - 0x0000983f (0x40) IX[B]

    [16] -1    0    0x00009880 - 0x00009883 (0x4) IX[B]

    [17] -1    0    0x00009c00 - 0x00009c07 (0x8) IX[B]

    [18] -1    0    0x00000400 - 0x0000041f (0x20) IX[B]

    [19] -1    0    0x0000d880 - 0x0000d88f (0x10) IX[B]

    [20] -1    0    0x0000dc00 - 0x0000dc03 (0x4) IX[B]

    [21] -1    0    0x0000e000 - 0x0000e007 (0x8) IX[B]

    [22] -1    0    0x0000e080 - 0x0000e083 (0x4) IX[B]

    [23] -1    0    0x0000e400 - 0x0000e407 (0x8) IX[B]

    [24] -1    0    0x0000ffa0 - 0x0000ffaf (0x10) IX[B]

    [25] -1    0    0x0000ec00 - 0x0000ec1f (0x20) IX[B]

    [26] -1    0    0x0000e880 - 0x0000e89f (0x20) IX[B]

    [27] -1    0    0x0000e800 - 0x0000e81f (0x20) IX[B]

    [28] -1    0    0x0000e480 - 0x0000e49f (0x20) IX[B]

    [29] -1    0    0x0000c800 - 0x0000c8ff (0x100) IX[B](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    0xff8fc000 - 0xff8fffff (0x4000) MX[B]

    [5] -1    0    0xff7fc000 - 0xff7fffff (0x4000) MX[B]

    [6] -1    0    0xff6ffc00 - 0xff6fffff (0x400) MX[B]

    [7] -1    0    0xff5f8000 - 0xff5fbfff (0x4000) MX[B]

    [8] -1    0    0xff5ff800 - 0xff5fffff (0x800) MX[B]

    [9] -1    0    0xffafb800 - 0xffafbbff (0x400) MX[B]

    [10] -1    0    0xffafbc00 - 0xffafbfff (0x400) MX[B]

    [11] -1    0    0xffafc000 - 0xffafffff (0x4000) MX[B]

    [12] -1    0    0xff9e0000 - 0xff9effff (0x10000) MX[B](B)

    [13] -1    0    0xff9c0000 - 0xff9dffff (0x20000) MX[B](B)

    [14] -1    0    0xff9f0000 - 0xff9fffff (0x10000) MX[B](B)

    [15] -1    0    0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)

    [16] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]

    [17] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]

    [18] -1    0    0x0000b800 - 0x0000b8ff (0x100) IX[B]

    [19] -1    0    0x0000a800 - 0x0000a8ff (0x100) IX[B]

    [20] -1    0    0x00009480 - 0x0000949f (0x20) IX[B]

    [21] -1    0    0x00009800 - 0x0000983f (0x40) IX[B]

    [22] -1    0    0x00009880 - 0x00009883 (0x4) IX[B]

    [23] -1    0    0x00009c00 - 0x00009c07 (0x8) IX[B]

    [24] -1    0    0x00000400 - 0x0000041f (0x20) IX[B]

    [25] -1    0    0x0000d880 - 0x0000d88f (0x10) IX[B]

    [26] -1    0    0x0000dc00 - 0x0000dc03 (0x4) IX[B]

    [27] -1    0    0x0000e000 - 0x0000e007 (0x8) IX[B]

    [28] -1    0    0x0000e080 - 0x0000e083 (0x4) IX[B]

    [29] -1    0    0x0000e400 - 0x0000e407 (0x8) IX[B]

    [30] -1    0    0x0000ffa0 - 0x0000ffaf (0x10) IX[B]

    [31] -1    0    0x0000ec00 - 0x0000ec1f (0x20) IX[B]

    [32] -1    0    0x0000e880 - 0x0000e89f (0x20) IX[B]

    [33] -1    0    0x0000e800 - 0x0000e81f (0x20) IX[B]

    [34] -1    0    0x0000e480 - 0x0000e49f (0x20) IX[B]

    [35] -1    0    0x0000c800 - 0x0000c8ff (0x100) IX[B](B)

(II) LoadModule: "i2c"

(II) Loading /usr/lib/xorg/modules/libi2c.so

(II) Module i2c: vendor="X.Org Foundation"

    compiled for 7.0.0, module version = 1.2.0

    ABI class: X.Org Video Driver, version 0.8

(II) LoadModule: "bitmap"

(II) Reloading /usr/lib/xorg/modules/fonts/libbitmap.so

(II) Loading font Bitmap

(II) LoadModule: "ddc"

(II) Loading /usr/lib/xorg/modules/libddc.so

(II) Module ddc: vendor="X.Org Foundation"

    compiled for 7.0.0, module version = 1.0.0

    ABI class: X.Org Video Driver, version 0.8

(II) LoadModule: "dri"

(II) Loading /usr/lib/xorg/modules/extensions/libdri.so

(II) Module dri: vendor="X.Org Foundation"

    compiled for 7.0.0, module version = 1.0.0

    ABI class: X.Org Server Extension, version 0.2

(II) Loading sub module "drm"

(II) LoadModule: "drm"

(II) Loading /usr/lib/xorg/modules/linux/libdrm.so

(II) Module drm: vendor="X.Org Foundation"

    compiled for 7.0.0, module version = 1.0.0

    ABI class: X.Org Server Extension, version 0.2

(II) Loading extension XFree86-DRI

(II) LoadModule: "extmod"

(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so

(II) Module extmod: vendor="X.Org Foundation"

    compiled for 7.0.0, module version = 1.0.0

    Module class: X.Org Server Extension

    ABI class: X.Org Server Extension, version 0.2

(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 XFree86-DGA

(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.0.0, module version = 2.1.0

    Module class: X.Org Font Renderer

    ABI class: X.Org Font Renderer, version 0.4

(II) Loading font FreeType

(II) LoadModule: "glx"

(II) Loading /usr/lib/xorg/modules/extensions/libglx.so

(II) Module glx: vendor="X.Org Foundation"

    compiled for 7.0.0, module version = 1.0.0

    ABI class: X.Org Server Extension, version 0.2

(II) Loading sub module "GLcore"

(II) LoadModule: "GLcore"

(II) Loading /usr/lib/xorg/modules/extensions/libGLcore.so

(II) Module GLcore: vendor="X.Org Foundation"

    compiled for 7.0.0, module version = 1.0.0

    ABI class: X.Org Server Extension, version 0.2

(II) Loading extension GLX

(II) LoadModule: "int10"

(II) Loading /usr/lib/xorg/modules/libint10.so

(II) Module int10: vendor="X.Org Foundation"

    compiled for 7.0.0, module version = 1.0.0

    ABI class: X.Org Video Driver, version 0.8

(II) LoadModule: "type1"

(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so

(II) Module type1: vendor="X.Org Foundation"

    compiled for 7.0.0, module version = 1.0.2

    Module class: X.Org Font Renderer

    ABI class: X.Org Font Renderer, version 0.4

(II) Loading font Type1

(II) LoadModule: "vbe"

(II) Loading /usr/lib/xorg/modules/libvbe.so

(II) Module vbe: vendor="X.Org Foundation"

    compiled for 7.0.0, module version = 1.1.0

    ABI class: X.Org Video Driver, version 0.8

(II) LoadModule: "fglrx "

(WW) Warning, couldn't open module fglrx 

(II) UnloadModule: "fglrx "

(EE) Failed to load module "fglrx " (module does not exist, 0)

(II) LoadModule: "kbd"

(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so

(II) Module kbd: vendor="X.Org Foundation"

    compiled for 7.0.0, module version = 1.0.1

    Module class: X.Org XInput Driver

    ABI class: X.Org XInput driver, version 0.5

(II) LoadModule: "mouse"

(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so

(II) Module mouse: vendor="X.Org Foundation"

    compiled for 6.99.99.904, module version = 1.0.3

    Module class: X.Org XInput Driver

    ABI class: X.Org XInput driver, version 0.5

(II) LoadModule: "wacom"

(II) Loading /usr/lib/xorg/modules/input/wacom_drv.so

(II) Module wacom: vendor="X.Org Foundation"

    compiled for 4.3.99.902, module version = 1.0.0

    Module class: X.Org XInput Driver

    ABI class: X.Org XInput driver, version 0.5

(II) Wacom driver level: 47-0.7.2 $

(EE) No drivers available.



Fatal server error:

no screens found

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...