Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Modular X server bugs, annoyances and solutions (Part 2)
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2, 3 ... 19, 20, 21, 22  Next  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
mutlu_inek
Tux's lil' helper
Tux's lil' helper


Joined: 20 Nov 2004
Posts: 141

PostPosted: Sat Jul 08, 2006 10:41 am    Post subject: Reply with quote

forever wrote:
when I try to start X with evdev in config - xorg crashes.

Could you please post the xorg log file in /var/log?
_________________
www.eff.org - www.fsf.org - www.againsttcpa.com - Video
Back to top
View user's profile Send private message
forever
Tux's lil' helper
Tux's lil' helper


Joined: 02 Apr 2004
Posts: 117
Location: Poland - Krakow

PostPosted: Sun Jul 09, 2006 6:43 am    Post subject: Reply with quote

Ok... sorry it was probably the problem of old xorg.config file, when I recreated the mouse entry to use evdev - it worked... :( shame on me :)
_________________
Man invented language to satisfy his deep need to complain.
-- Lily Tomlin
Back to top
View user's profile Send private message
Snuffels
n00b
n00b


Joined: 20 Oct 2003
Posts: 5

PostPosted: Mon Jul 10, 2006 11:52 am    Post subject: Reply with quote

Looks like x11-libs/libXext-1.0.1 is missing some dependancies:

Code:
checking for i686-pc-linux-gnu-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for XEXT... configure: error: Package requirements (xproto x11 xextproto xau) were not met:

No package 'xau' found
No package 'x11' found


After installing x11-libs/libXau and x11-libs/libX11 emerging libXext worked
Back to top
View user's profile Send private message
mutlu_inek
Tux's lil' helper
Tux's lil' helper


Joined: 20 Nov 2004
Posts: 141

PostPosted: Mon Jul 10, 2006 1:45 pm    Post subject: Reply with quote

Snuffels wrote:
Looks like x11-libs/libXext-1.0.1 is missing some dependancies [...] After installing x11-libs/libXau and x11-libs/libX11 emerging libXext worked

Could you post a bug report? That would be very kind.
_________________
www.eff.org - www.fsf.org - www.againsttcpa.com - Video
Back to top
View user's profile Send private message
rvbarthel
n00b
n00b


Joined: 08 Dec 2003
Posts: 3

PostPosted: Mon Jul 10, 2006 2:01 pm    Post subject: Best solution for modular X upgrade .... Reply with quote

Best solution for modular X upgrade is a fresh install. I know it is not the Gentoo way, but before you call me a heretic consider my situation:

I spent a couple days trying to get my system upgraded to modular X. It was a nine month old install that had been through some pretty big upgrades already (split KDE, GCC and a profile or two). Even using portage, as great as it is, I was unable to keep my system updated cleanly. There were various orphan packages, things that didn't quite work anymore, and other assorted quirks. That install was showing its age and it was time to go. Once I allowed myself to realize that even portage can't do everything, the re-install process was pretty painless. With the live-CD install you can even surf the web while all those packages compile.
I am sure that there are Gentoo gurus out there running four year old installs, but I am no guru. For the other non-gurus, consider just doing a fresh install.
Back to top
View user's profile Send private message
Snuffels
n00b
n00b


Joined: 20 Oct 2003
Posts: 5

PostPosted: Mon Jul 10, 2006 2:04 pm    Post subject: Reply with quote

Done
Back to top
View user's profile Send private message
wrtlprnft
n00b
n00b


Joined: 08 Jun 2005
Posts: 21

PostPosted: Mon Jul 10, 2006 4:39 pm    Post subject: Reply with quote

I upgraded to Xorg 7, and it runs just fine, with one glitch that prevents me from using it.

I have a Dell Latitude D500 laptop, and every version of Xorg (and even the framebuffer console) doesn't recover properly from closing and re- opening the cover.
For Xorg 6.8 it was enough for me to just switch to a text console and back after opening the cover, but this won't work anymore with Xorg 7, the screen just stays blank.

Any idea how I might fix that? I did a quick search on these forums, but didn't find anything useful, and there's no way I'm reading 2 threads à 30 pages about this.

lspci:
Code:
00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02)
00:02.1 Display controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02)
xorg.conf
Code:
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
#       InputDevice    "Mouse0" "SendCoreEvents"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        FontPath     "/usr/share/fonts/misc/"
        FontPath     "/usr/share/fonts/TTF/"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/CID/"
        FontPath     "/usr/share/fonts/75dpi/"
        FontPath     "/usr/share/fonts/100dpi/"
EndSection

Section "Module"
        #Load "synaptics"
        Load  "record"
        Load  "extmod"
        Load  "dbe"
        Load  "dri"
        Load  "glx"
        Load  "xtrap"
        Load  "freetype"
        Load  "type1"
EndSection

Section "DRI"
        Mode 0666
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "CoreKeyboard"

        Option      "XkbModel" "pc105"
        Option      "Xkblayout" "de"
EndSection

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

Section "Monitor"

        #VertRefresh  60-72
        #Modes      "1024x768" "800x600" "640x480"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        HorizSync    28.0-96
        VertRefresh 50.0-75.0
#       Option "DPMS"
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     "NoAccel"                   # [<bool>]
        #Option     "SWcursor"                  # [<bool>]
        #Option     "ColorKey"                  # <i>
        #Option     "CacheLines"                # <i>
        #Option     "Dac6Bit"                   # [<bool>]
        #Option     "DRI"                       # [<bool>]
        #Option     "NoDDC"                     # [<bool>]
        #Option     "ShowCache"                 # [<bool>]
        #Option     "XvMCSurfaces"              # <i>
        #Option     "PageFlip"                  # [<bool>]
        Option      "AGPMode" "4"
        Option      "EnablePageFlip" "True"
        Identifier  "Card0"
        Driver      "i810"
        VendorName  "Intel Corp."
        BoardName   "82852/855GM Integrated Graphics Device"
        BusID       "PCI:0:2:0"
        VideoRam    32768
        Option      "RenderAccel" "true"

EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth     24
#       SubSection "Display"
#               Viewport   0 0
#               Depth     16
#               Modes    "1024x768" "800x600" "640x480"
#       EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     32
                Modes    "1024x768" "800x600" "640x480"
        EndSubSection
EndSection
Back to top
View user's profile Send private message
jerith
n00b
n00b


Joined: 04 Jan 2005
Posts: 14

PostPosted: Tue Jul 11, 2006 4:29 am    Post subject: Reply with quote

I just upgraded to modular Xorg with the mga driver. When I run

Code:

Xorg -configure


I get the following error. Any ideas?


Code:

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.14-gentoo-r5 i686
Current Operating System: Linux localhost 2.6.14-gentoo-r5 #3 SMP PREEMPT Sun Jan 22 17:20:56 EST 2006 i686
Build Date: 10 July 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: Tue Jul 11 00:17:21 2006
(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,2570 card 1043,80f2 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2571 card 0000,0000 rev 02 class 06,04,00 hdr 01
(II) PCI: 00:1d:0: chip 8086,24d2 card 1043,80a6 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24d4 card 1043,80a6 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24d7 card 1043,80a6 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,24de card 1043,80a6 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24dd card 1043,80a6 rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev c2 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24d0 card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24db card 1043,80a6 rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:2: chip 8086,24d1 card 1043,80a6 rev 02 class 01,01,8f hdr 00
(II) PCI: 00:1f:3: chip 8086,24d3 card 1043,80a6 rev 02 class 0c,05,00 hdr 00
(II) PCI: 01:00:0: chip 102b,2527 card 102b,0f84 rev 01 class 03,00,00 hdr 00
(II) PCI: 02:03:0: chip 1106,3044 card 1043,808a rev 80 class 0c,00,10 hdr 00
(II) PCI: 02:05:0: chip 10b7,1700 card 1043,80eb rev 12 class 02,00,00 hdr 00
(II) PCI: 02:09:0: chip 14e4,4320 card 1737,0013 rev 03 class 02,80,00 hdr 00
(II) PCI: 02:0a:0: chip 1412,1724 card 1412,3630 rev 01 class 04,01,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,2), 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 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
        [0] -1  0       0xfd900000 - 0xfe9fffff (0x1100000) MX[B]
(II) Bus 1 prefetchable memory range:
        [0] -1  0       0xf3f00000 - 0xf7efffff (0x4000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 2 I/O range:
        [0] -1  0       0x0000d000 - 0x0000dfff (0x1000) IX[B]
(II) Bus 2 non-prefetchable memory range:
        [0] -1  0       0xfea00000 - 0xfeafffff (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:*(1:0:0) Matrox Graphics, Inc. MGA G550 AGP rev 1, Mem @ 0xf4000000/25, 0xfe9fc000/14, 0xfe000000/23, BIOS @ 0xfe9c0000/17
List of video drivers:
        mga
        v4l
        fbdev
        vesa
        vga
(II) LoadModule: "mga"
(II) Loading /usr/lib/xorg/modules/drivers/mga_drv.so
dlopen: /usr/lib/xorg/modules/drivers/mga_drv.so: undefined symbol: MGAGetClientPointer
(EE) Failed to load /usr/lib/xorg/modules/drivers/mga_drv.so
(II) UnloadModule: "mga"
(EE) Failed to load module "mga" (loader failed, 7)
(II) LoadModule: "v4l"
(II) Loading /usr/lib/xorg/modules/drivers/v4l_drv.so
(II) Module v4l: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 0.0.1
        ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "fbdev"
(II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
dlopen: /usr/lib/xorg/modules/drivers/fbdev_drv.so: undefined symbol: fbdevHWProbe
(EE) Failed to load /usr/lib/xorg/modules/drivers/fbdev_drv.so
(II) UnloadModule: "fbdev"
(EE) Failed to load module "fbdev" (loader failed, 7)
(II) LoadModule: "vesa"
(II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
dlopen: /usr/lib/xorg/modules/drivers/vesa_drv.so: undefined symbol: VBEExtendedInit
(EE) Failed to load /usr/lib/xorg/modules/drivers/vesa_drv.so
(II) UnloadModule: "vesa"
(EE) Failed to load module "vesa" (loader failed, 7)
(II) LoadModule: "vga"
(II) Loading /usr/lib/xorg/modules/drivers/vga_drv.so
dlopen: /usr/lib/xorg/modules/drivers/vga_drv.so: undefined symbol: vgaHWGetIndex
(EE) Failed to load /usr/lib/xorg/modules/drivers/vga_drv.so
(II) UnloadModule: "vga"
(EE) Failed to load module "vga" (loader failed, 7)
(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       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xf8000000 from 0xfbffffff to 0xf7ffffff
(II) Active PCI resource ranges:
        [0] -1  0       0xfeafc000 - 0xfeafdfff (0x2000) MX[B]
        [1] -1  0       0xfeaf8000 - 0xfeafbfff (0x4000) MX[B]
        [2] -1  0       0xfeaff800 - 0xfeafffff (0x800) MX[B]
        [3] -1  0       0x50000000 - 0x500003ff (0x400) MX[B]
        [4] -1  0       0xfebffc00 - 0xfebfffff (0x400) MX[B]
        [5] -1  0       0xf8000000 - 0xf7ffffff (0x0) MX[B]O
        [6] -1  0       0xfe9c0000 - 0xfe9dffff (0x20000) MX[B](B)
        [7] -1  0       0xfe000000 - 0xfe7fffff (0x800000) MX[B](B)
        [8] -1  0       0xfe9fc000 - 0xfe9fffff (0x4000) MX[B](B)
        [9] -1  0       0xf4000000 - 0xf5ffffff (0x2000000) MX[B](B)
        [10] -1 0       0x0000d480 - 0x0000d4ff (0x80) IX[B]
        [11] -1 0       0x0000df40 - 0x0000df5f (0x20) IX[B]
        [12] -1 0       0x0000d800 - 0x0000d8ff (0x100) IX[B]
        [13] -1 0       0x0000dc00 - 0x0000dc7f (0x80) IX[B]
        [14] -1 0       0x00000400 - 0x0000041f (0x20) IX[B]
        [15] -1 0       0x0000ef60 - 0x0000ef6f (0x10) IX[B]
        [16] -1 0       0x0000efa8 - 0x0000efab (0x4) IX[B]
        [17] -1 0       0x0000efa0 - 0x0000efa7 (0x8) IX[B]
        [18] -1 0       0x0000efac - 0x0000efaf (0x4) IX[B]
        [19] -1 0       0x0000efe0 - 0x0000efe7 (0x8) IX[B]
        [20] -1 0       0x0000fc00 - 0x0000fc0f (0x10) IX[B]
        [21] -1 0       0x0000ef80 - 0x0000ef9f (0x20) IX[B]
        [22] -1 0       0x0000ef40 - 0x0000ef5f (0x20) IX[B]
        [23] -1 0       0x0000ef20 - 0x0000ef3f (0x20) IX[B]
        [24] -1 0       0x0000ef00 - 0x0000ef1f (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0       0xfeafc000 - 0xfeafdfff (0x2000) MX[B]
        [1] -1  0       0xfeaf8000 - 0xfeafbfff (0x4000) MX[B]
        [2] -1  0       0xfeaff800 - 0xfeafffff (0x800) MX[B]
        [3] -1  0       0x50000000 - 0x500003ff (0x400) MX[B]
        [4] -1  0       0xfebffc00 - 0xfebfffff (0x400) MX[B]
        [5] -1  0       0xf8000000 - 0xf7ffffff (0x0) MX[B]O
        [6] -1  0       0xfe9c0000 - 0xfe9dffff (0x20000) MX[B](B)
        [7] -1  0       0xfe000000 - 0xfe7fffff (0x800000) MX[B](B)
        [8] -1  0       0xfe9fc000 - 0xfe9fffff (0x4000) MX[B](B)
        [9] -1  0       0xf4000000 - 0xf5ffffff (0x2000000) MX[B](B)
        [10] -1 0       0x0000d480 - 0x0000d4ff (0x80) IX[B]
        [11] -1 0       0x0000df40 - 0x0000df5f (0x20) IX[B]
        [12] -1 0       0x0000d800 - 0x0000d8ff (0x100) IX[B]
        [13] -1 0       0x0000dc00 - 0x0000dc7f (0x80) IX[B]
        [14] -1 0       0x00000400 - 0x0000041f (0x20) IX[B]
        [15] -1 0       0x0000ef60 - 0x0000ef6f (0x10) IX[B]
        [16] -1 0       0x0000efa8 - 0x0000efab (0x4) IX[B]
        [17] -1 0       0x0000efa0 - 0x0000efa7 (0x8) IX[B]
        [18] -1 0       0x0000efac - 0x0000efaf (0x4) IX[B]
        [19] -1 0       0x0000efe0 - 0x0000efe7 (0x8) IX[B]
        [20] -1 0       0x0000fc00 - 0x0000fc0f (0x10) IX[B]
        [21] -1 0       0x0000ef80 - 0x0000ef9f (0x20) IX[B]
        [22] -1 0       0x0000ef40 - 0x0000ef5f (0x20) IX[B]
        [23] -1 0       0x0000ef20 - 0x0000ef3f (0x20) IX[B]
        [24] -1 0       0x0000ef00 - 0x0000ef1f (0x20) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0xfeafc000 - 0xfeafdfff (0x2000) MX[B]
        [6] -1  0       0xfeaf8000 - 0xfeafbfff (0x4000) MX[B]
        [7] -1  0       0xfeaff800 - 0xfeafffff (0x800) MX[B]
        [8] -1  0       0x50000000 - 0x500003ff (0x400) MX[B]
        [9] -1  0       0xfebffc00 - 0xfebfffff (0x400) MX[B]
        [10] -1 0       0xf8000000 - 0xf7ffffff (0x0) MX[B]O
        [11] -1 0       0xfe9c0000 - 0xfe9dffff (0x20000) MX[B](B)
        [12] -1 0       0xfe000000 - 0xfe7fffff (0x800000) MX[B](B)
        [13] -1 0       0xfe9fc000 - 0xfe9fffff (0x4000) MX[B](B)
        [14] -1 0       0xf4000000 - 0xf5ffffff (0x2000000) MX[B](B)
        [15] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [16] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [17] -1 0       0x0000d480 - 0x0000d4ff (0x80) IX[B]
        [18] -1 0       0x0000df40 - 0x0000df5f (0x20) IX[B]
        [19] -1 0       0x0000d800 - 0x0000d8ff (0x100) IX[B]
        [20] -1 0       0x0000dc00 - 0x0000dc7f (0x80) IX[B]
        [21] -1 0       0x00000400 - 0x0000041f (0x20) IX[B]
        [22] -1 0       0x0000ef60 - 0x0000ef6f (0x10) IX[B]
        [23] -1 0       0x0000efa8 - 0x0000efab (0x4) IX[B]
        [24] -1 0       0x0000efa0 - 0x0000efa7 (0x8) IX[B]
        [25] -1 0       0x0000efac - 0x0000efaf (0x4) IX[B]
        [26] -1 0       0x0000efe0 - 0x0000efe7 (0x8) IX[B]
        [27] -1 0       0x0000fc00 - 0x0000fc0f (0x10) IX[B]
        [28] -1 0       0x0000ef80 - 0x0000ef9f (0x20) IX[B]
        [29] -1 0       0x0000ef40 - 0x0000ef5f (0x20) IX[B]
        [30] -1 0       0x0000ef20 - 0x0000ef3f (0x20) IX[B]
        [31] -1 0       0x0000ef00 - 0x0000ef1f (0x20) IX[B]
(II) Primary Device is: PCI 01:00:0
(II) v4l driver for Video4Linux
No devices to configure.  Configuration failed.
Back to top
View user's profile Send private message
morphal
Apprentice
Apprentice


Joined: 17 Feb 2005
Posts: 183
Location: Houston

PostPosted: Tue Jul 11, 2006 8:02 pm    Post subject: Reply with quote

I've tried searching, I've read through the thread, I just can't find anything to help. As with most of the people, I was running 6.8, then 6.9 with no problems. Now, when I try to start X, it crashes.

I've got INPUT_DEVICES="keyboard mouse evdev" but every time I try to start X, I get this:
Code:
(EE) Mouse1: Unknown protocol "evdev"
(EE) PreInit failed for input device "Mouse1"

And X eventually fails because there is no CorePointer.

Additionally, I use qingy to log in. If I try to log in to KDE, I get the crashing as I've described which dumps me back to the qingy-baed login screen. However, if I select the option to log in to a text console after KDE has failed, it completely eats my keymap. The whole keyboard is useless and I generally have to use another computer to log in remotely and reboot.

Edit: Also, just what is the difference between the "nv" and "nvidia" options in the VIDEO_CARDS variable?


Last edited by morphal on Tue Jul 11, 2006 8:14 pm; edited 3 times in total
Back to top
View user's profile Send private message
dberkholz
Retired Dev
Retired Dev


Joined: 18 Mar 2003
Posts: 1008
Location: Minneapolis, MN, USA

PostPosted: Tue Jul 11, 2006 8:07 pm    Post subject: Reply with quote

morphal wrote:
I've tried searching, I've read through the thread, I just can't find anything to help. As with most of the people, I was running 6.8, then 6.9 with no problems. Now, when I try to start X, it crashes.

I've got INPUT_DEVICES="keyboard mouse evdev" but every time I try to start X, I get this:
Code:
(EE) Mouse1: Unknown protocol "evdev"
(EE) PreInit failed for input device "Mouse1"

evdev isn't the protocol, it's the driver.
Back to top
View user's profile Send private message
TiP-X
n00b
n00b


Joined: 22 Oct 2003
Posts: 39

PostPosted: Wed Jul 12, 2006 5:58 pm    Post subject: Reply with quote

TiP-X wrote:
dberkholz wrote:
TiP-X wrote:
Code:

./configure: line 4257: syntax error near unexpected token `XINIT,'
./configure: line 4257: `PKG_CHECK_MODULES(XINIT, x11)'

Sounds like your pkgconfig version may be too old. Which version do you have now?


i have the last one that is in the stable tree. (can't look at it right now, i'm not on my gentoo box)
I tried to reinstall it when i saw this message, but it had no effect :/


if someone has the same bug i found a solution :)
i had the aclocal binary in /usr/local/bin/aclocal and in /usr/bin/aclocal (same for automake ...)
(don't ask me why...)
/usr/local/bin/ was the first in my $PATH, that's why an incorrect version of aclocal was used.
I just had to remove aclocal aclocal-1.8 automake and automake-1.8 from the /usr/local/bin/ directory.
hope that helps :)
Back to top
View user's profile Send private message
ddnt
Tux's lil' helper
Tux's lil' helper


Joined: 03 Jan 2006
Posts: 84

PostPosted: Thu Jul 13, 2006 12:51 am    Post subject: I can't start X any more Reply with quote

Totally new installation.
When emerge xorg-x11, X windows can be started. The only problem is it needs a forced exit while exit from menu failed to work.
But when I finished emerging gnome-light, it can never start.
There were some error message output, but didnt appeared in Xorg.0.log.
Anyone got the same problem? I am afraid there is something wrong with ATI drivers and Xorg 7.0. I have tried several drivers.

The system is a thinkpad t43 laptop with a X300se videocard.
Here is my xorg.conf
Code:
Section "ServerLayout"
   Identifier     "X.org Configured"
   Screen      0  "Screen0" 0 0
   InputDevice    "Mouse0" "CorePointer"
   InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

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

Section "Module"
   Load  "extmod"
   Load  "dbe"
   Load  "record"
   Load  "xtrap"
   Load  "dri"
   Load  "glx"
   Load  "freetype"
   Load  "type1"
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     "NoAccel"               # [<bool>]
        #Option     "SWcursor"              # [<bool>]
        #Option     "Dac6Bit"               # [<bool>]
        #Option     "Dac8Bit"               # [<bool>]
        #Option     "BusType"               # [<str>]
        #Option     "CPPIOMode"             # [<bool>]
        #Option     "CPusecTimeout"         # <i>
        #Option     "AGPMode"               # <i>
        #Option     "AGPFastWrite"          # [<bool>]
        #Option     "AGPSize"               # <i>
        #Option     "GARTSize"              # <i>
        #Option     "RingSize"              # <i>
        #Option     "BufferSize"            # <i>
        #Option     "EnableDepthMoves"      # [<bool>]
        #Option     "EnablePageFlip"        # [<bool>]
        #Option     "NoBackBuffer"          # [<bool>]
        #Option     "DMAForXv"              # [<bool>]
        #Option     "FBTexPercent"          # <i>
        #Option     "PanelOff"              # [<bool>]
        #Option     "DDCMode"               # [<bool>]
        #Option     "MonitorLayout"         # [<str>]
        #Option     "IgnoreEDID"            # [<bool>]
        #Option     "UseFBDev"              # [<bool>]
        #Option     "MergedFB"              # [<bool>]
        #Option     "CRT2HSync"             # [<str>]
        #Option     "CRT2VRefresh"          # [<str>]
        #Option     "CRT2Position"          # [<str>]
        #Option     "MetaModes"             # [<str>]
        #Option     "MergedDPI"             # [<str>]
        #Option     "MergedXinerama"        # [<bool>]
        #Option     "MergedXineramaCRT2IsScreen0"    # [<bool>]
        #Option     "MergedNonRectangular"    # [<bool>]
        #Option     "MergedMouseRestriction"    # [<bool>]
        #Option     "DisplayPriority"       # [<str>]
        #Option     "PanelSize"             # [<str>]
        #Option     "ForceMinDotClock"      # <freq>
        #Option     "ColorTiling"           # [<bool>]
        #Option     "VideoKey"              # <i>
        #Option     "RageTheatreCrystal"    # <i>
        #Option     "RageTheatreTunerPort"    # <i>
        #Option     "RageTheatreCompositePort"    # <i>
        #Option     "RageTheatreSVideoPort"    # <i>
        #Option     "TunerType"             # <i>
        #Option     "RageTheatreMicrocPath"    # <str>
        #Option     "RageTheatreMicrocType"    # <str>
        #Option     "RenderAccel"           # [<bool>]
        #Option     "SubPixelOrder"         # [<str>]
        #Option     "ShowCache"             # [<bool>]
        #Option     "DynamicClocks"         # [<bool>]
        #Option     "BIOSHotkeys"           # [<bool>]
        #Option     "VGAAccess"             # [<bool>]
        #Option     "ReverseDDC"            # [<bool>]
        #Option     "LVDSProbePLL"          # [<bool>]
        #Option     "AccelMethod"           # <str>
   Identifier  "Card0"
   Driver      "ati"
   VendorName  "ATI Technologies Inc"
   BoardName   "M22 [Radeon Mobility M300]"
   BusID       "PCI:1:0:0"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   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

And I can't find any EE in log.
Back to top
View user's profile Send private message
ddnt
Tux's lil' helper
Tux's lil' helper


Joined: 03 Jan 2006
Posts: 84

PostPosted: Thu Jul 13, 2006 12:54 am    Post subject: Reply with quote

The log is here
Code:
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-gentoo-r5 i686
Current Operating System: Linux localhost 2.6.16-gentoo-r12 #5 PREEMPT Tue Jul 11 14:40:57 Local time zone must be set--see  i686
Build Date: 11 July 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: Tue Jul 11 14:56:11 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(WW) The directory "/usr/share/fonts/TTF" does not exist.
   Entry deleted from font path.
(**) FontPath set to "/usr/share/fonts/misc,/usr/share/fonts/75dpi,/usr/share/fonts/100dpi,/usr/share/fonts/Type1"
(**) RgbPath set to "/usr/share/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,2590 card 1014,0575 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2591 card 0000,0000 rev 03 class 06,04,00 hdr 01
(II) PCI: 00:1c:0: chip 8086,2660 card 0000,0000 rev 03 class 06,04,00 hdr 81
(II) PCI: 00:1c:2: chip 8086,2664 card 0000,0000 rev 03 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,2658 card 1014,0565 rev 03 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,2659 card 1014,0565 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,265a card 1014,0565 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,265b card 1014,0565 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,265c card 1014,0566 rev 03 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev d3 class 06,04,01 hdr 81
(II) PCI: 00:1e:2: chip 8086,266e card 1014,0567 rev 03 class 04,01,00 hdr 00
(II) PCI: 00:1f:0: chip 8086,2641 card 1014,0568 rev 03 class 06,01,00 hdr 80
(II) PCI: 00:1f:2: chip 8086,2653 card 1014,056a rev 03 class 01,01,80 hdr 00
(II) PCI: 00:1f:3: chip 8086,266a card 1014,056b rev 03 class 0c,05,00 hdr 00
(II) PCI: 01:00:0: chip 1002,5460 card 1014,056e rev 00 class 03,00,00 hdr 00
(II) PCI: 02:00:0: chip 14e4,167d card 1014,0577 rev 11 class 02,00,00 hdr 00
(II) PCI: 0b:00:0: chip 1180,0476 card 4000,0000 rev 8d class 06,07,00 hdr 82
(II) PCI: 0b:00:1: chip 1180,0822 card 0000,0000 rev 13 class 08,05,00 hdr 80
(II) PCI: 0b:02:0: chip 8086,4220 card 8086,2712 rev 05 class 02,80,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,12), 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 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 I/O range:
   [0] -1   0   0x00002000 - 0x000020ff (0x100) IX[B]
   [1] -1   0   0x00002400 - 0x000024ff (0x100) IX[B]
   [2] -1   0   0x00002800 - 0x000028ff (0x100) IX[B]
   [3] -1   0   0x00002c00 - 0x00002cff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
   [0] -1   0   0xb0100000 - 0xb01fffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
   [0] -1   0   0xc0000000 - 0xc7ffffff (0x8000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:28:0), (0,2,2), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 2 non-prefetchable memory range:
   [0] -1   0   0xb0200000 - 0xb02fffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:28:2), (0,3,10), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 3 I/O range:
   [0] -1   0   0x00003000 - 0x000030ff (0x100) IX[B]
   [1] -1   0   0x00003400 - 0x000034ff (0x100) IX[B]
   [2] -1   0   0x00003800 - 0x000038ff (0x100) IX[B]
   [3] -1   0   0x00003c00 - 0x00003cff (0x100) IX[B]
(II) Bus 3 non-prefetchable memory range:
   [0] -1   0   0xb2000000 - 0xb3ffffff (0x2000000) MX[B]
(II) Bus 3 prefetchable memory range:
   [0] -1   0   0xc8000000 - 0xc80fffff (0x100000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 11: bridge is at (0:30:0), (0,11,14), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 11 I/O range:
   [0] -1   0   0x00004000 - 0x000040ff (0x100) IX[B]
   [1] -1   0   0x00004400 - 0x000044ff (0x100) IX[B]
   [2] -1   0   0x00004800 - 0x000048ff (0x100) IX[B]
   [3] -1   0   0x00004c00 - 0x00004cff (0x100) IX[B]
   [4] -1   0   0x00005000 - 0x000050ff (0x100) IX[B]
   [5] -1   0   0x00005400 - 0x000054ff (0x100) IX[B]
   [6] -1   0   0x00005800 - 0x000058ff (0x100) IX[B]
   [7] -1   0   0x00005c00 - 0x00005cff (0x100) IX[B]
   [8] -1   0   0x00006000 - 0x000060ff (0x100) IX[B]
   [9] -1   0   0x00006400 - 0x000064ff (0x100) IX[B]
   [10] -1   0   0x00006800 - 0x000068ff (0x100) IX[B]
   [11] -1   0   0x00006c00 - 0x00006cff (0x100) IX[B]
   [12] -1   0   0x00007000 - 0x000070ff (0x100) IX[B]
   [13] -1   0   0x00007400 - 0x000074ff (0x100) IX[B]
   [14] -1   0   0x00007800 - 0x000078ff (0x100) IX[B]
   [15] -1   0   0x00007c00 - 0x00007cff (0x100) IX[B]
(II) Bus 11 non-prefetchable memory range:
   [0] -1   0   0xb4000000 - 0xbfffffff (0xc000000) MX[B]
(II) Bus 11 prefetchable memory range:
   [0] -1   0   0xd0000000 - 0xd7ffffff (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-CardBus bridge:
(II) Bus 12: bridge is at (11:0:0), (11,12,13), BCTRL: 0x0780 (VGA_EN is cleared)
(II) Bus 12 I/O range:
   [0] -1   0   0x00004000 - 0x000040ff (0x100) IX[B]
   [1] -1   0   0x00004400 - 0x000044ff (0x100) IX[B]
(II) Bus 12 prefetchable memory range:
   [0] -1   0   0xd0000000 - 0xd1ffffff (0x2000000) MX[B]
(--) PCI:*(1:0:0) ATI Technologies Inc M22 [Radeon Mobility M300] rev 0, Mem @ 0xc0000000/27, 0xb0100000/16, I/O @ 0x2000/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   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [6] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
   [0] -1   0   0xb4002000 - 0xb4002fff (0x1000) MX[B]
   [1] -1   0   0xb4001000 - 0xb40010ff (0x100) MX[B]
   [2] -1   0   0xb0200000 - 0xb020ffff (0x10000) MX[B]
   [3] -1   0   0xb0000400 - 0xb00004ff (0x100) MX[B]
   [4] -1   0   0xb0000800 - 0xb00009ff (0x200) MX[B]
   [5] -1   0   0xb0000000 - 0xb00003ff (0x400) MX[B]
   [6] -1   0   0xb0100000 - 0xb010ffff (0x10000) MX[B](B)
   [7] -1   0   0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
   [8] -1   0   0x000018e0 - 0x000018ff (0x20) IX[B]
   [9] -1   0   0x000018c0 - 0x000018cf (0x10) IX[B]
   [10] -1   0   0x00001880 - 0x000018bf (0x40) IX[B]
   [11] -1   0   0x00001c00 - 0x00001cff (0x100) IX[B]
   [12] -1   0   0x00001860 - 0x0000187f (0x20) IX[B]
   [13] -1   0   0x00001840 - 0x0000185f (0x20) IX[B]
   [14] -1   0   0x00001820 - 0x0000183f (0x20) IX[B]
   [15] -1   0   0x00001800 - 0x0000181f (0x20) IX[B]
   [16] -1   0   0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
   [0] -1   0   0xb4002000 - 0xb4002fff (0x1000) MX[B]
   [1] -1   0   0xb4001000 - 0xb40010ff (0x100) MX[B]
   [2] -1   0   0xb0200000 - 0xb020ffff (0x10000) MX[B]
   [3] -1   0   0xb0000400 - 0xb00004ff (0x100) MX[B]
   [4] -1   0   0xb0000800 - 0xb00009ff (0x200) MX[B]
   [5] -1   0   0xb0000000 - 0xb00003ff (0x400) MX[B]
   [6] -1   0   0xb0100000 - 0xb010ffff (0x10000) MX[B](B)
   [7] -1   0   0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
   [8] -1   0   0x000018e0 - 0x000018ff (0x20) IX[B]
   [9] -1   0   0x000018c0 - 0x000018cf (0x10) IX[B]
   [10] -1   0   0x00001880 - 0x000018bf (0x40) IX[B]
   [11] -1   0   0x00001c00 - 0x00001cff (0x100) IX[B]
   [12] -1   0   0x00001860 - 0x0000187f (0x20) IX[B]
   [13] -1   0   0x00001840 - 0x0000185f (0x20) IX[B]
   [14] -1   0   0x00001820 - 0x0000183f (0x20) IX[B]
   [15] -1   0   0x00001800 - 0x0000181f (0x20) IX[B]
   [16] -1   0   0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [6] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0xb4002000 - 0xb4002fff (0x1000) MX[B]
   [6] -1   0   0xb4001000 - 0xb40010ff (0x100) MX[B]
   [7] -1   0   0xb0200000 - 0xb020ffff (0x10000) MX[B]
   [8] -1   0   0xb0000400 - 0xb00004ff (0x100) MX[B]
   [9] -1   0   0xb0000800 - 0xb00009ff (0x200) MX[B]
   [10] -1   0   0xb0000000 - 0xb00003ff (0x400) MX[B]
   [11] -1   0   0xb0100000 - 0xb010ffff (0x10000) MX[B](B)
   [12] -1   0   0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
   [13] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [14] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [15] -1   0   0x000018e0 - 0x000018ff (0x20) IX[B]
   [16] -1   0   0x000018c0 - 0x000018cf (0x10) IX[B]
   [17] -1   0   0x00001880 - 0x000018bf (0x40) IX[B]
   [18] -1   0   0x00001c00 - 0x00001cff (0x100) IX[B]
   [19] -1   0   0x00001860 - 0x0000187f (0x20) IX[B]
   [20] -1   0   0x00001840 - 0x0000185f (0x20) IX[B]
   [21] -1   0   0x00001820 - 0x0000183f (0x20) IX[B]
   [22] -1   0   0x00001800 - 0x0000181f (0x20) IX[B]
   [23] -1   0   0x00002000 - 0x000020ff (0x100) IX[B](B)
(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: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: 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 DOUBLE-BUFFER
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.13.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "xtrap"
(II) Loading /usr/lib/xorg/modules/extensions/libxtrap.so
(II) Module xtrap: 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 DEC-XTRAP
(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: "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: "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: "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: "ati"
(II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
(II) Module ati: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 6.5.8
   Module class: X.Org Video Driver
   ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.4
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.5
(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) ATI: ATI driver (version 6.5.8) for chipsets: ati, ativga
(II) R128: Driver for ATI Rage 128 chipsets:
   ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3 LF (AGP),
   ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128 Mobility M4 ML (AGP),
   ATI Rage 128 Pro GL PA (PCI/AGP), ATI Rage 128 Pro GL PB (PCI/AGP),
   ATI Rage 128 Pro GL PC (PCI/AGP), ATI Rage 128 Pro GL PD (PCI),
   ATI Rage 128 Pro GL PE (PCI/AGP), ATI Rage 128 Pro GL PF (AGP),
   ATI Rage 128 Pro VR PG (PCI/AGP), ATI Rage 128 Pro VR PH (PCI/AGP),
   ATI Rage 128 Pro VR PI (PCI/AGP), ATI Rage 128 Pro VR PJ (PCI/AGP),
   ATI Rage 128 Pro VR PK (PCI/AGP), ATI Rage 128 Pro VR PL (PCI/AGP),
   ATI Rage 128 Pro VR PM (PCI/AGP), ATI Rage 128 Pro VR PN (PCI/AGP),
   ATI Rage 128 Pro VR PO (PCI/AGP), ATI Rage 128 Pro VR PP (PCI),
   ATI Rage 128 Pro VR PQ (PCI/AGP), ATI Rage 128 Pro VR PR (PCI),
   ATI Rage 128 Pro VR PS (PCI/AGP), ATI Rage 128 Pro VR PT (PCI/AGP),
   ATI Rage 128 Pro VR PU (PCI/AGP), ATI Rage 128 Pro VR PV (PCI/AGP),
   ATI Rage 128 Pro VR PW (PCI/AGP), ATI Rage 128 Pro VR PX (PCI/AGP),
   ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP),
   ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI),
   ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (PCI/AGP),
   ATI Rage 128 4X SF (PCI/AGP), ATI Rage 128 4X SG (PCI/AGP),
   ATI Rage 128 4X SH (PCI/AGP), ATI Rage 128 4X SK (PCI/AGP),
   ATI Rage 128 4X SL (PCI/AGP), ATI Rage 128 4X SM (AGP),
   ATI Rage 128 4X SN (PCI/AGP), ATI Rage 128 Pro ULTRA TF (AGP),
   ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP),
   ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro ULTRA TT (AGP?),
   ATI Rage 128 Pro ULTRA TU (AGP?)
(II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
   ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
   ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI),
   ATI ES1000 515E (PCI), ATI ES1000 5969 (PCI),
   ATI Radeon Mobility M7 LW (AGP),
   ATI Mobility FireGL 7800 M7 LX (AGP),
   ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
   ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP320M (U1) 4336,
   ATI Radeon IGP330/340/350 (A4) 4137,
   ATI Radeon IGP330M/340M/350M (U2) 4337,
   ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon Mobility 7000 IGP 4437,
   ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
   ATI Radeon 9100 QM (AGP), ATI Radeon 8500 AIW BB (AGP),
   ATI Radeon 8500 AIW BC (AGP), ATI Radeon 7500 QW (AGP/PCI),
   ATI Radeon 7500 QX (AGP/PCI), ATI Radeon 9000/PRO If (AGP/PCI),
   ATI Radeon 9000 Ig (AGP/PCI), ATI FireGL Mobility 9000 (M9) Ld (AGP),
   ATI Radeon Mobility 9000 (M9) Lf (AGP),
   ATI Radeon Mobility 9000 (M9) Lg (AGP),
   ATI Radeon 9100 IGP (A5) 5834,
   ATI Radeon Mobility 9100 IGP (U3) 5835, ATI Radeon 9100 PRO IGP 7834,
   ATI Radeon Mobility 9200 IGP 7835, ATI Radeon 9250 5960 (AGP),
   ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
   ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
   ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
   ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Radeon 9500 AD (AGP),
   ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
   ATI FireGL Z1 AG (AGP), ATI Radeon 9700 Pro ND (AGP),
   ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
   ATI FireGL X1 NG (AGP), ATI Radeon 9600 AP (AGP),
   ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
   ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP),
   ATI FireGL RV360 AV (AGP),
   ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
   ATI Radeon Mobility 9600 (M10) NQ (AGP),
   ATI Radeon Mobility 9600 (M11) NR (AGP),
   ATI Radeon Mobility 9600 (M10) NS (AGP),
   ATI FireGL Mobility T2 (M10) NT (AGP),
   ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon 9650,
   ATI Radeon 9800SE AH (AGP), ATI Radeon 9800 AI (AGP),
   ATI Radeon 9800 AJ (AGP), ATI FireGL X2 AK (AGP),
   ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
   ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
   ATI Radeon X600 (RV380) 3E50 (PCIE),
   ATI FireGL V3200 (RV380) 3E54 (PCIE),
   ATI Radeon Mobility X600 (M24) 3150 (PCIE),
   ATI Radeon Mobility X300 (M24) 3152 (PCIE),
   ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X300 (RV370) 5B60 (PCIE),
   ATI Radeon X600 (RV370) 5B62 (PCIE),
   ATI Radeon X550 (RV370) 5B63 (PCIE),
   ATI FireGL V3100 (RV370) 5B64 (PCIE),
   ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
   ATI Radeon Mobility X300 (M22) 5460 (PCIE),
   ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
   ATI FireGL M22 GL 5464 (PCIE), ATI Radeon XPRESS 200 5A41 (PCIE),
   ATI Radeon XPRESS 200M 5A42 (PCIE),
   ATI Radeon XPRESS 200 5A61 (PCIE),
   ATI Radeon XPRESS 200M 5A62 (PCIE),
   ATI Radeon XPRESS 200 5954 (PCIE),
   ATI Radeon XPRESS 200M 5955 (PCIE),
   ATI Radeon XPRESS 200 5974 (PCIE),
   ATI Radeon XPRESS 200M 5975 (PCIE), ATI FireGL V5000 (RV410) (PCIE),
   ATI Mobility FireGL V5000 (M26) (PCIE),
   ATI Mobility FireGL V5000 (M26) (PCIE),
   ATI Mobility Radeon X700 XL (M26) (PCIE),
   ATI Mobility Radeon X700 (M26) (PCIE),
   ATI Mobility Radeon X700 (M26) (PCIE),
   ATI Radeon X700 PRO (RV410) (PCIE),
   ATI Radeon X700 XT (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
   ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE),
   ATI Radeon X800 (R420) JH (AGP), ATI Radeon X800PRO (R420) JI (AGP),
   ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
   ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
   ATI Radeon Mobility 9800 (M18) JN (AGP),
   ATI Radeon X800XT (R420) JP (AGP), ATI Radeon X800 SE (R420) (AGP),
   ATI Radeon AIW X800 VE (R420) JT (AGP),
   ATI Radeon X800 (R423) UH (PCIE),
   ATI Radeon X800PRO (R423) UI (PCIE),
   ATI Radeon X800LE (R423) UJ (PCIE),
   ATI Radeon X800SE (R423) UK (PCIE),
   ATI FireGL V5100 (R423) UQ (PCIE),
   ATI FireGL unknown (R423) UR (PCIE),
   ATI FireGL unknown (R423) UT (PCIE),
   ATI Radeon X800XT (R423) 5D57 (PCIE), ATI FireGL V7100 (R423) (PCIE),
   ATI Mobility FireGL V5100 (M28) (PCIE),
   ATI Mobility Radeon X800 (M28) (PCIE),
   ATI Mobility Radeon X800 XT (M28) (PCIE),
   ATI Radeon X800 (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
   ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 XTP (R430) (PCIE),
   ATI Radeon X850 5D4C (PCIE),
   ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
   ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
   ATI Radeon X850 XT (R480) (PCIE),
   ATI Radeon X850 XT PE (R480) (PCIE),
   ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
   ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP)
(II) Primary Device is: PCI 01:00:0
(II) ATI:  Candidate "Device" section "Card0".
(--) Chipset ATI Radeon Mobility X300 (M22) 5460 (PCIE) found
(II) resource ranges after xf86ClaimFixedResources() call:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0xb4002000 - 0xb4002fff (0x1000) MX[B]
   [6] -1   0   0xb4001000 - 0xb40010ff (0x100) MX[B]
   [7] -1   0   0xb0200000 - 0xb020ffff (0x10000) MX[B]
   [8] -1   0   0xb0000400 - 0xb00004ff (0x100) MX[B]
   [9] -1   0   0xb0000800 - 0xb00009ff (0x200) MX[B]
   [10] -1   0   0xb0000000 - 0xb00003ff (0x400) MX[B]
   [11] -1   0   0xb0100000 - 0xb010ffff (0x10000) MX[B](B)
   [12] -1   0   0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
   [13] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [14] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [15] -1   0   0x000018e0 - 0x000018ff (0x20) IX[B]
   [16] -1   0   0x000018c0 - 0x000018cf (0x10) IX[B]
   [17] -1   0   0x00001880 - 0x000018bf (0x40) IX[B]
   [18] -1   0   0x00001c00 - 0x00001cff (0x100) IX[B]
   [19] -1   0   0x00001860 - 0x0000187f (0x20) IX[B]
   [20] -1   0   0x00001840 - 0x0000185f (0x20) IX[B]
   [21] -1   0   0x00001820 - 0x0000183f (0x20) IX[B]
   [22] -1   0   0x00001800 - 0x0000181f (0x20) IX[B]
   [23] -1   0   0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) Loading sub module "radeon"
(II) LoadModule: "radeon"
(II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
(II) Module radeon: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 4.0.3
   Module class: X.Org Video Driver
   ABI class: X.Org Video Driver, version 0.8
(II) resource ranges after probing:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0xb4002000 - 0xb4002fff (0x1000) MX[B]
   [6] -1   0   0xb4001000 - 0xb40010ff (0x100) MX[B]
   [7] -1   0   0xb0200000 - 0xb020ffff (0x10000) MX[B]
   [8] -1   0   0xb0000400 - 0xb00004ff (0x100) MX[B]
   [9] -1   0   0xb0000800 - 0xb00009ff (0x200) MX[B]
   [10] -1   0   0xb0000000 - 0xb00003ff (0x400) MX[B]
   [11] -1   0   0xb0100000 - 0xb010ffff (0x10000) MX[B](B)
   [12] -1   0   0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
   [13] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B]
   [14] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B]
   [15] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B]
   [16] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [17] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [18] -1   0   0x000018e0 - 0x000018ff (0x20) IX[B]
   [19] -1   0   0x000018c0 - 0x000018cf (0x10) IX[B]
   [20] -1   0   0x00001880 - 0x000018bf (0x40) IX[B]
   [21] -1   0   0x00001c00 - 0x00001cff (0x100) IX[B]
   [22] -1   0   0x00001860 - 0x0000187f (0x20) IX[B]
   [23] -1   0   0x00001840 - 0x0000185f (0x20) IX[B]
   [24] -1   0   0x00001820 - 0x0000183f (0x20) IX[B]
   [25] -1   0   0x00001800 - 0x0000181f (0x20) IX[B]
   [26] -1   0   0x00002000 - 0x000020ff (0x100) IX[B](B)
   [27] 0   0   0xb01203b0 - 0xb01203bb (0xc) IS[B]
   [28] 0   0   0xb01203c0 - 0xb01203df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) RADEON(0): RADEONPreInit
(II) RADEON(0): MMIO registers at 0xb0100000
(II) RADEON(0): PCI bus 1 card 0 func 0
(==) RADEON(0): Depth 16, (==) framebuffer bpp 16
(II) RADEON(0): Pixel depth = 16 bits stored in 2 bytes (16 bpp pixmaps)
(==) RADEON(0): Default visual is TrueColor
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules/libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 0.1.0
   ABI class: X.Org Video Driver, version 0.8
(II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(==) RADEON(0): RGB weight 565
(II) RADEON(0): Using 6 bits per RGB (8 bit DAC)
(II) Loading sub module "int10"
(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) RADEON(0): initializing int10
(II) RADEON(0): Primary V_BIOS segment is: 0xc000
(--) RADEON(0): Chipset: "ATI Radeon Mobility X300 (M22) 5460 (PCIE)" (ChipID = 0x5460)
(--) RADEON(0): Linear framebuffer at 0xc0000000
(II) RADEON(0): PCIE card detected
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: Open failed
[drm] failed to load kernel module "radeon"
(EE) RADEON(0): [dri] RADEONDRIGetVersion failed to open the DRM
[dri] Disabling DRI.
(II) RADEON(0): Generation 2 PCI interface, using max accessible memory
(II) RADEON(0): Detected total video RAM=65536K, accessible=131072K (PCI BAR=131072K)
(--) RADEON(0): Mapped VideoRAM: 65536 kByte (64 bit DDR SDRAM)
(II) Loading sub module "ddc"
(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) Loading sub module "i2c"
(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) RADEON(0): I2C bus "DDC" initialized.
(II) RADEON(0): Legacy BIOS detected
(II) RADEON(0): Connector0: DDCType-2, DACType-0, TMDSType-0, ConnectorType-4
(II) RADEON(0): Connector1: DDCType-3, DACType-0, TMDSType--1, ConnectorType-2
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): DDC Type: 2, Detected Type: 0
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): DDC Type: 3, Detected Type: 0
(II) RADEON(0):
(II) RADEON(0): Primary:
 Monitor   -- LVDS
 Connector -- DVI-D
 DAC Type  -- Primary
 TMDS Type -- Internal
 DDC Type  -- DVI_DDC
(II) RADEON(0): Secondary:
 Monitor   -- NONE
 Connector -- VGA
 DAC Type  -- Primary
 TMDS Type -- NONE
 DDC Type  -- VGA_DDC
(II) RADEON(0): PLL parameters: rf=2700 rd=6 min=20000 max=40000; xclk=23000
(WW) RADEON(0): Failed to detect secondary monitor, MergedFB/Clone mode disabled
(==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
(II) RADEON(0): Validating modes on Primary head ---------
(II) RADEON(0): Panel ID string: Samsung LTN150P1-L02   
(II) RADEON(0): Panel Size from BIOS: 1400x1050
(II) RADEON(0): BIOS provided dividers will be used.
(II) RADEON(0): Total number of valid DDC mode(s) found: 0
(II) RADEON(0): No valid mode specified, force to native mode
(II) RADEON(0): Total number of valid FP mode(s) found: 1
(--) RADEON(0): Virtual size is 1400x1050 (pitch 1408)
(**) RADEON(0): *Mode "1400x1050": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
(II) RADEON(0): Modeline "1400x1050"  108.00  1400 34200 34312 1688  1050 1051 1054 1063
(**) RADEON(0):  Default mode "640x350": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
(II) RADEON(0): Modeline "640x350"  108.00  640 34200 34312 1688  350 1051 1054 1063
(**) RADEON(0):  Default mode "640x400": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
(II) RADEON(0): Modeline "640x400"  108.00  640 34200 34312 1688  400 1051 1054 1063
(**) RADEON(0):  Default mode "720x400": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
(II) RADEON(0): Modeline "720x400"  108.00  720 34200 34312 1688  400 1051 1054 1063
(**) RADEON(0):  Default mode "640x480": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
(II) RADEON(0): Modeline "640x480"  108.00  640 34200 34312 1688  480 1051 1054 1063
(**) RADEON(0):  Default mode "800x600": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
(II) RADEON(0): Modeline "800x600"  108.00  800 34200 34312 1688  600 1051 1054 1063
(**) RADEON(0):  Default mode "1024x768": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
(II) RADEON(0): Modeline "1024x768"  108.00  1024 34200 34312 1688  768 1051 1054 1063
(**) RADEON(0):  Default mode "1152x864": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
(II) RADEON(0): Modeline "1152x864"  108.00  1152 34200 34312 1688  864 1051 1054 1063
(**) RADEON(0):  Default mode "1280x960": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
(II) RADEON(0): Modeline "1280x960"  108.00  1280 34200 34312 1688  960 1051 1054 1063
(**) RADEON(0):  Default mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
(II) RADEON(0): Modeline "1280x1024"  108.00  1280 34200 34312 1688  1024 1051 1054 1063
(**) RADEON(0):  Default mode "832x624": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
(II) RADEON(0): Modeline "832x624"  108.00  832 34200 34312 1688  624 1051 1054 1063
(**) RADEON(0):  Default mode "1152x768": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
(II) RADEON(0): Modeline "1152x768"  108.00  1152 34200 34312 1688  768 1051 1054 1063
(==) RADEON(0): DPI set to (75, 75)
(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 7.0.0, module version = 1.0.0
   ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/xorg/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 0.1.0
   ABI class: X.Org Video Driver, version 0.8
(==) RADEON(0): Using XAA acceleration architecture
(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 7.0.0, module version = 1.2.0
   ABI class: X.Org Video Driver, version 0.8
(II) RADEON(0): No MM_TABLE found - assuming CARD is not TV-in capable.
(!!) RADEON(0): For information on using the multimedia capabilities
   of this adapter, please see http://gatos.sf.net.
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
   [0] 0   0   0xb0100000 - 0xb010ffff (0x10000) MX[B]
   [1] 0   0   0xc0000000 - 0xc7ffffff (0x8000000) MX[B]
   [2] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [3] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [4] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [5] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [6] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [7] -1   0   0xb4002000 - 0xb4002fff (0x1000) MX[B]
   [8] -1   0   0xb4001000 - 0xb40010ff (0x100) MX[B]
   [9] -1   0   0xb0200000 - 0xb020ffff (0x10000) MX[B]
   [10] -1   0   0xb0000400 - 0xb00004ff (0x100) MX[B]
   [11] -1   0   0xb0000800 - 0xb00009ff (0x200) MX[B]
   [12] -1   0   0xb0000000 - 0xb00003ff (0x400) MX[B]
   [13] -1   0   0xb0100000 - 0xb010ffff (0x10000) MX[B](B)
   [14] -1   0   0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
   [15] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
   [16] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
   [17] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
   [18] 0   0   0x00002000 - 0x000020ff (0x100) IX[B]
   [19] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [20] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [21] -1   0   0x000018e0 - 0x000018ff (0x20) IX[B]
   [22] -1   0   0x000018c0 - 0x000018cf (0x10) IX[B]
   [23] -1   0   0x00001880 - 0x000018bf (0x40) IX[B]
   [24] -1   0   0x00001c00 - 0x00001cff (0x100) IX[B]
   [25] -1   0   0x00001860 - 0x0000187f (0x20) IX[B]
   [26] -1   0   0x00001840 - 0x0000185f (0x20) IX[B]
   [27] -1   0   0x00001820 - 0x0000183f (0x20) IX[B]
   [28] -1   0   0x00001800 - 0x0000181f (0x20) IX[B]
   [29] -1   0   0x00002000 - 0x000020ff (0x100) IX[B](B)
   [30] 0   0   0xb01203b0 - 0xb01203bb (0xc) IS[B](OprU)
   [31] 0   0   0xb01203c0 - 0xb01203df (0x20) IS[B](OprU)
(**) RADEON(0): RADEONScreenInit c0000000 0
(**) RADEON(0): Map: 0xc0000000, 0x04000000
(**) RADEON(0): RADEONSave
(**) RADEON(0): RADEONSaveMode(0x82366e0)
(**) RADEON(0): Read: 0x00240009 0x00010048 0x00000000
(**) RADEON(0): Read: rd=9, fd=72, pd=1
(**) RADEON(0): RADEONSaveMode returns 0x82366e0
(II) RADEON(0): Dynamic Clock Scaling Disabled
(**) RADEON(0): RADEONInitMemoryMap() :
(**) RADEON(0):   mem_size         : 0x04000000
(**) RADEON(0):   agp_size         : 0xb7e2a840
(**) RADEON(0):   agp_base         : 0x00000018
(**) RADEON(0):   MC_FB_LOCATION   : 0xc3ffc000
(**) RADEON(0):   MC_AGP_LOCATION  : 0xffffffc0
(**) RADEON(0): RADEONModeInit()
1400x1050     108.00  1400 34200 34312 1688  1050 1051 1054 1063 (16,16)
1400x1050     108.00  1400 34200 34312 1688  1050 1051 1054 1063 (16,16)
(**) RADEON(0): Pitch = 11534512 bytes (virtualX = 1400, displayWidth = 1408)
(II) RADEON(0): BIOS HotKeys Disabled
(**) RADEON(0): RADEONInit returns 0x8237090
(**) RADEON(0): RADEONRestoreMode()
(**) RADEON(0): RADEONRestoreMode(0x8237090)
(**) RADEON(0): RADEONRestoreMemMapRegisters() :
(**) RADEON(0):   MC_FB_LOCATION   : 0xc3ffc000
(**) RADEON(0):   MC_AGP_LOCATION  : 0xffffffc0
(**) RADEON(0):   Map Changed ! Applying ...
(**) RADEON(0):   Map applied, resetting engine ...
(**) RADEON(0): Updating display base addresses...
(**) RADEON(0): Memory map updated.
(**) RADEON(0): Programming CRTC1, offset: 0x00000000
(**) RADEON(0): GRPH_BUFFER_CNTL from 30004c4c to 20107c7c
(**) RADEON(0): RADEONSaveScreen(0)
(II) RADEON(0): Depth moves disabled by default
(**) RADEON(0): Setting up initial surfaces
(**) RADEON(0): Initializing fb layer
(**) RADEON(0): Setting up accel memmap
(II) RADEON(0): Memory manager initialized to (0,0) (1408,8191)
(II) RADEON(0): Reserved area from (0,1050) to (1408,1052)
(II) RADEON(0): Largest offscreen area available: 1408 x 7139
(**) RADEON(0): Initializing backing store
(==) RADEON(0): Backing store disabled
(WW) RADEON(0): Direct rendering disabled
(**) RADEON(0): Setting up final surfaces
(**) RADEON(0): Initializing Acceleration
(II) RADEON(0): Render acceleration unsupported on Radeon 9500/9700 and newer.
(II) RADEON(0): Render acceleration disabled
(**) RADEON(0): EngineInit (16/16)
(**) RADEON(0): Pitch for acceleration = 176
(**) RADEON(0): EngineRestore (16/16)
(II) RADEON(0): Using XFree86 Acceleration Architecture (XAA)
   Screen to screen bit blits
   Solid filled rectangles
   8x8 mono pattern filled rectangles
   Indirect CPU to Screen color expansion
   Solid Lines
   Scanline Image Writes
   Offscreen Pixmaps
   Setting up tile and stipple cache:
      32 128x128 slots
      32 256x256 slots
      16 512x512 slots
(II) RADEON(0): Acceleration enabled
(**) RADEON(0): Initializing DPMS
(**) RADEON(0): Initializing Cursor
(==) RADEON(0): Silken mouse enabled
(II) RADEON(0): Using hardware cursor (scanline 1052)
(II) RADEON(0): Largest offscreen area available: 1408 x 7133
(**) RADEON(0): Initializing color map
(**) RADEON(0): Initializing DGA
(**) RADEON(0): Initializing Xv
(II) RADEON(0): Detected Radeon Mobility X300, disabling multimedia i2c
(II) Loading sub module "theatre_detect"
(II) LoadModule: "theatre_detect"
(II) Loading /usr/lib/xorg/modules/multimedia/theatre_detect_drv.so
(II) Module theatre_detect: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.0
   ABI class: X.Org Video Driver, version 0.8
(II) RADEON(0): no multimedia table present, disabling Rage Theatre.
(**) RADEON(0): RADEONScreenInit finished
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(**) Option "Protocol" "Auto"
(**) Mouse0: Device: "/dev/input/mice"
(**) Mouse0: Protocol: "Auto"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/input/mice"
(==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5 6 7"
(**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7
(**) Mouse0: Buttons: 11
(**) Option "CoreKeyboard"
(**) Keyboard0: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(--) Mouse0: PnP-detected protocol: "ExplorerPS/2"
(II) Mouse0: ps2EnableDataReporting: succeeded
(**) RADEON(0): RADEONSaveScreen(2)
(**) RADEON(0): RADEONCloseScreen
(**) RADEON(0): RADEONDRIStop
(**) RADEON(0): RADEONDisplayPowerManagementSet(0,0x0)
(**) RADEON(0): RADEONRestore
(**) RADEON(0): RADEONRestoreMode()
(**) RADEON(0): RADEONRestoreMode(0x82366e0)
(**) RADEON(0): RADEONRestoreMemMapRegisters() :
(**) RADEON(0):   MC_FB_LOCATION   : 0x1fff0000
(**) RADEON(0):   MC_AGP_LOCATION  : 0x27ff2000
(**) RADEON(0):   Map Changed ! Applying ...
(**) RADEON(0):   Map applied, resetting engine ...
(**) RADEON(0): Updating display base addresses...
(**) RADEON(0): Memory map updated.
(**) RADEON(0): Programming CRTC1, offset: 0x00000000
(**) RADEON(0): Wrote: 0x00240009 0x00010048 0x00000000 (0x0000a700)
(**) RADEON(0): Wrote: rd=9, fd=72, pd=1
(**) RADEON(0): Disposing accel...
(**) RADEON(0): Disposing cusor info
(**) RADEON(0): Disposing DGA
(**) RADEON(0): Unmapping memory
FreeFontPath: FPE "/usr/share/fonts/misc" refcount is 2, should be 1; fixing.
Back to top
View user's profile Send private message
brfsa
Tux's lil' helper
Tux's lil' helper


Joined: 01 Aug 2005
Posts: 121
Location: Brazil

PostPosted: Thu Jul 13, 2006 9:11 am    Post subject: Reply with quote

Regarding the Xorg error related to ctrl+alt+F# keys, that xorg crashes when going back to X, and the XDM/GDM/KDM crash.

I found by chance that ctrl+alt+F8 would give me some Xorg Log error.

I don't know if it is already in this thread. ( I don't want to go trought each of the 20 pages.)

but I will post it anyway:

Code:


*** glibc detected *** /usr/bin/X: corrupted double-linked list: 0xb7d72158 ***
======= Backtrace: =========
/lib/libc.so.6[0xb7cbb362]
/lib/libc.so.6[0xb7cbb49a]
/lib/libc.so.6[0xb7cbc842]
/lib/libc.so.6(__libc_free+0x82)[0xb7cbc9a2]
/usr/bin/X(Xfree+0x21)[0x81a9ad1]
/usr/lib/xorg/modules/libxaa.so(XAADestroyInfoRec+0x44)[0xb75e46b4]
/usr/lib/xorg/modules/drivers/fglrx_drv.so[0xb77a6690]
/usr/lib/xorg/modules/libxaa.so[0xb75e465b]
/usr/bin/X[0x814b376]
/usr/bin/X[0x8193c30]
/usr/bin/X[0x81230f8]
/usr/bin/X[0x8148ad5]
/usr/bin/X(main+0x4f9)[0x80702a9]
/lib/libc.so.6(__libc_start_main+0xdc)[0xb7c6e87c]
/usr/bin/X(FontFileCompleteXLFD+0xad)[0x806f561]
======= Memory map: ========
00000000-000a0000 rw-s 00000000 00:07 0          /SYSV00000000 (deleted)
000a0000-000c0000 rwxs 000a0000 00:0d 2160       /dev/mem
000c0000-000f0000 rwxs 000c0000 00:0d 2160       /dev/mem
000f0000-00100000 r-xs 000f0000 00:0d 2160       /dev/mem
08048000-081ce000 r-xp 00000000 08:02 21702      /usr/bin/Xorg
081ce000-081db000 rw-p 00186000 08:02 21702      /usr/bin/Xorg
081db000-0a9d4000 rw-p 081db000 00:00 0          [heap]
b6968000-b697a000 r--p 00000000 08:02 24067      /usr/share/fonts/Type1/UTRG____.pfa
b7400000-b7421000 rw-p b7400000 00:00 0
b7421000-b7500000 ---p b7421000 00:00 0
b75da000-b75dd000 r-xp 00000000 08:02 167596     /usr/lib/xorg/modules/linux/libfglrxdrm.so
b75dd000-b75de000 rw-p 00003000 08:02 167596     /usr/lib/xorg/modules/linux/libfglrxdrm.so
b75de000-b7629000 r-xp 00000000 08:02 22628      /usr/lib/xorg/modules/libxaa.so
b7629000-b762b000 rw-p 0004a000 08:02 22628      /usr/lib/xorg/modules/libxaa.so
b762b000-b7632000 r-xp 00000000 08:02 22647      /usr/lib/xorg/modules/libramdac.so
b7632000-b7633000 rw-p 00006000 08:02 22647      /usr/lib/xorg/modules/libramdac.so
b7633000-b766a000 r-xp 00000000 08:02 22657      /usr/lib/xorg/modules/libfb.so
b766a000-b766b000 rw-p 00037000 08:02 22657      /usr/lib/xorg/modules/libfb.so
b766b000-b7671000 r-xp 00000000 08:02 22662      /usr/lib/xorg/modules/libddc.so
b7671000-b7672000 rw-p 00005000 08:02 22662      /usr/lib/xorg/modules/libddc.so
b7672000-b7677000 r-xp 00000000 08:02 22627      /usr/lib/xorg/modules/libvbe.so
b7677000-b7678000 rw-p 00004000 08:02 22627      /usr/lib/xorg/modules/libvbe.so
b7678000-b7688000 rw-s 000a0000 00:0d 2160       /dev/mem
b7688000-b7698000 rw-s ff4f0000 00:0d 2160       /dev/mem
b7698000-b7738000 rw-s 00000000 00:07 0          /SYSV00000000 (deleted)
b7738000-b773e000 r-xp 00000000 08:02 22642      /usr/lib/xorg/modules/libint10.so
b773e000-b773f000 rw-p 00006000 08:02 22642      /usr/lib/xorg/modules/libint10.so
b773f000-b7744000 r-xp 00000000 08:02 22629      /usr/lib/xorg/modules/libvgahw.so
b7744000-b7745000 rw-p 00004000 08:02 22629      /usr/lib/xorg/modules/libvgahw.so
b7745000-b7748000 r-xp 00000000 08:02 24094      /usr/lib/xorg/modules/input/kbd_drv.so
b7748000-b7749000 rw-p 00002000 08:02 24094      /usr/lib/xorg/modules/input/kbd_drv.so
b7749000-b7752000 r-xp 00000000 08:02 24215      /usr/lib/xorg/modules/input/mouse_drv.so
b7752000-b7753000 rw-p 00009000 08:02 24215      /usr/lib/xorg/modules/input/mouse_drv.so
b7753000-b7942000 r-xp 00000000 08:02 91552      /usr/lib/xorg/modules/drivers/fglrx_drv.so
b7942000-b795e000 rw-p 001ee000 08:02 91552      /usr/lib/xorg/modules/drivers/fglrx_drv.so
b795e000-b7962000 rw-p b795e000 00:00 0
b7962000-b7968000 r-xp 00000000 08:02 22625      /usr/lib/xorg/modules/linux/libdrm.so
b7968000-b7969000 rw-p 00006000 08:02 22625      /usr/lib/xorg/modules/linux/libdrm.so
b7969000-b7970000 r-xp 00000000 08:02 22655      /usr/lib/xorg/modules/extensions/libdri.so
b7970000-b7971000 rw-p 00006000 08:02 22655      /usr/lib/xorg/modules/extensions/libdri.so
b7971000-b7b8b000 r-xp 00000000 08:02 22653      /usr/lib/xorg/modules/extensions/libGLcore.so
b7b8b000-b7b9e000 rw-p 0021a000 08:02 22653      /usr/lib/xorg/modules/extensions/libGLcore.so
b7b9e000-b7baa000 rw-p b7b9e000 00:00 0
b7baa000-b7bf9000 r-xp 00000000 08:02 22667      /usr/lib/opengl/xorg-x11/extensions/libglx.so
b7bf9000-b7c09000 rw-p 0004f000 08:02 22667      /usr/lib/opengl/xorg-x11/extensions/libglx.so
qfffe000-fffff000 ---p 00000000 00:00 0          [vdso]]-2.4.somodules/fonts/libbitmap.soso.so.so.1



I have seen in some posts that glibc 2.4 series gives problem to Xorg.

I tried to emerge the old 2.3.6 series but gento won't allow me the downgrade...

so What to do?

I just started a fresh gentoo in another partition,
I am only having gcc-4.1.1 and its few dependecies, and libstdc++ as ~x86.

let's see what will happen...

:D


this is my emerge --info output

Quote:

Gentoo Base System version 1.6.15
Portage 2.1-r1 (default-linux/x86/2005.1, gcc-4.1.1/vanilla, glibc-2.4-r3, 2.6.14-gentoo-r7 i686)
=================================================================
System uname: 2.6.14-gentoo-r7 i686 AMD Athlon(tm) XP 1800+
app-admin/eselect-compiler: 2.0.0_rc2-r1
dev-lang/python: 2.3.5-r2, 2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache: [Not Present]
dev-util/confcache: [Not Present]
sys-apps/sandbox: 1.2.17
sys-devel/autoconf: 2.13, 2.59-r7
sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils: 2.16.1-r3
sys-devel/gcc-config: 2.0.0_rc1
sys-devel/libtool: 1.5.22
virtual/os-headers: 2.6.11-r2
ACCEPT_KEYWORDS="x86"
ACCEPT_LICENSE=""
ANT_HOME="/usr/share/ant-core"
ARCH="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -mtune=athlon-xp -O3 -pipe"
CHOST="i686-pc-linux-gnu"
CLASSPATH="."
CLEAN_DELAY="5"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/lib/X11/xkb /usr/share/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/alias /var/qmail/control /var/vpopmail/domains /var/vpopmail/etc"
CONFIG_PROTECT_MASK="/etc/env.d /etc/eselect/compiler /etc/gconf /etc/revdep-rebuild /etc/terminfo"
CVS_RSH="ssh"
CXXFLAGS="-march=athlon-xp -mtune=athlon-xp -O3 -pipe"
DCCC_PATH="/usr/lib/distcc/bin"
DISPLAY=":0.0"
DISTCC_LOG=""
DISTCC_VERBOSE="0"
DISTDIR="/gentoo/distfiles"
EDITOR="/usr/bin/vim"
ELIBC="glibc"
EMERGE_DEFAULT_OPTS="--verbose"
EMERGE_WARNING_DELAY="10"
FEATURES="autoconfig candy distlocks metadata-transfer sandbox sfperms strict"
FETCHCOMMAND="/usr/bin/wget -t 5 -T 60 --passive-ftp -P ${DISTDIR} ${URI}"
FLTK_DOCDIR="/usr/share/doc/fltk-1.1.7/html"
GDK_USE_XFT="1"
GENTOO_MIRRORS="ftp://gentoo.mirrors.scphost.com/pub/mirrors/gentoo/ http://gentoo.scphost.com ftp://ftp.twaren.net/Linux/Gentoo/ http://ftp.twaren.net/Linux/Gentoo/ http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ http://gentoo.mirrors.pair.com/ http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/"
GUILE_LOAD_PATH="/usr/share/guile/1.6"
G_BROKEN_FILENAMES="1"
HOME="/root"
HOSTNAME="athlon.gentoo"
INFOPATH="/usr/share/info:/usr/share/binutils-data/i686-pc-linux-gnu/2.16.1/info:/usr/share/gcc-data/i686-pc-linux-gnu/4.1.1/info:/usr/share/info/emacs-21"
INPUT_DEVICES="joystick mouse keyboard"
JAVAC="/opt/sun-jdk-1.4.2.10/bin/javac"
JAVA_HOME="/opt/sun-jdk-1.4.2.10"
JDK_HOME="/opt/sun-jdk-1.4.2.10"
KDEDIRS="/usr"
KERNEL="linux"
LADSPA_PATH="/usr/lib/ladspa"
LESS="-R -M --shift 5"
LESSOPEN="|lesspipe.sh %s"
LIBGL_DRIVERS_PATH=":/usr/lib/xorg/modules/dri"
LINGUAS="en pt_BR"
LOGNAME="root"
MANPATH="/usr/local/share/man:/usr/share/man:/usr/share/binutils-data/i686-pc-linux-gnu/2.16.1/man:
/usr/share/gcc-data/i686-pc-linux-gnu/4.1.1/man:/opt/ati/man::/opt/sun-jdk-1.4.2.10/man:
/usr/qt/3/doc/man:/opt/vmware/workstation/man"
OPENGL_PROFILE="ati"
PAGER="/usr/bin/less"
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/opt/ati/bin:
/opt/ati/sbin:/opt/sun-jdk-1.4.2.10/bin:/opt/sun-jdk-1.4.2.10/jre/bin:/opt/sun-jdk-1.4.2.10/jre/javaws:
/usr/kde/3.5/sbin:/usr/kde/3.5/bin:/usr/qt/3/bin:/opt/vmware/workstation/bin:/var/qmail/bin:
/var/vpopmail/bin"
PKGDIR="/usr/portage/packages"
PORTAGE_ARCHLIST="ppc s390 amd64 ppc64 x86-fbsd m68k arm sparc sh mips ia64 alpha ppc-macos hppa x86"
PORTAGE_BINHOST_CHUNKSIZE="3000"
PORTAGE_BIN_PATH="/usr/lib/portage/bin"
PORTAGE_CALLER="emerge"
PORTAGE_CONFIGROOT="/"
PORTAGE_ELOG_CLASSES="log warn error"
PORTAGE_ELOG_MAILFROM="portage"
PORTAGE_ELOG_MAILSUBJECT="[portage] ebuild log for ${PACKAGE} on ${HOST}"
PORTAGE_ELOG_MAILURI="root"
PORTAGE_GID="250"
PORTAGE_INST_GID="0"
PORTAGE_INST_UID="0"
PORTAGE_PYM_PATH="/usr/lib/portage/pym"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_RSYNC_RETRIES="3"
PORTAGE_TMPDIR="/var/tmp"
PORTAGE_WORKDIR_MODE="0700"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
PORT_LOGDIR="/var/log/portage"
PRELINK_PATH=""
PRELINK_PATH_MASK="/usr/lib/gstreamer-0.10:/usr/lib/gstreamer-0.8"
PWD="/root"
PYTHONDOCS="/usr/share/doc/python-docs-2.3.5/html"
PYTHONPATH="/usr/lib/portage/pym"
QMAIL_CONTROLDIR="/var/qmail/control"
QMAKESPEC="linux-g++"
QTDIR="/usr/qt/3"
RESUMECOMMAND="/usr/bin/wget -c -t 5 -T 60 --passive-ftp -P ${DISTDIR} ${URI}"
ROOT="/"
RPMDIR="/usr/portage/rpm"
RUBYOPT="-rauto_gem"
SANE_CONFIG_DIR="/etc/sane.d"
SHELL="/bin/bash"
SHLVL="1"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
TERM="xterm"
USE="x86 3dnow 3dnowext 7zip X a52 aac aalib acl acpi aim alsa apache2 apm arts audiofile avi bash-completion bcmath berkdb big-tables bigpatch bitmap-fonts bonobo browserplugin bzip2 cdda cddb cdparanoia cdr cgi cli cpudetection crypt cscope ctype cups curl curlwrappers custom-cflags dbus dio directfb dlloader dri dts dv dvb dvd dvdr dvdread eds emboss encode examples exif extensions extraengine fam fastcgi fcgi fcgid ffmpeg flac foomaticdb fortran ftp gcj gdbm gif gimp gimpprint glut glx gnome gnutls gpgme gpm gstreamer gtk gtk2 gtkhtml gtkspell gzip hal hddtemp howl hpn httpd icq icu id3 idn imlib isdnlog jabber jack java javascript jikes joystick jpeg kde lcms ldap libg++ libwww lm_sensors logitech-mouse logrotate lzo mad mikmod mmx mmxext mng mod modplug motif mp3 mp4 mpeg mpeg2 mplayer mpm-worker msn msnextras musepack musicbrainz mysql mysqlfriends mysqli ncurses net network new-login nforce2 nls nptl nptlonly nsplugin odbc offensive ogg oggvorbis opengl oss pam pcre pda pdflib perl php phyton png ppds pppd python qt qt3 qt4 quicktime quotes readline reflection ruby sasl screen sdl sensord server session skin skins slang sndfile soap sockets speex spell spl sqlite sqlite3 sse ssl svga tcltk tcpd theora threads tidy tiff tokenizer tools truetype truetype-font truetype-fonts type1-fonts udev unicode usb utf8 vcd vhosts video vidix voice vorbis win32codecs wma wma123 wmf wxwindows xattr xfs xine xinetd xml xml2 xmlrpc xmms xorg xosd xscreensaver xv xvid zeo zero-penalty-hit zeroconf zip zlib elibc_glibc input_devices_joystick input_devices_mouse input_devices_keyboard kernel_linux linguas_en linguas_pt_BR userland_GNU video_cards_radeon video_cards_vesa video_cards_vga"
USER="root"
USERLAND="GNU"
USE_EXPAND="DVB_CARDS ELIBC FCDSL_CARDS FRITZCAPI_CARDS INPUT_DEVICES KERNEL LINGUAS LIRC_DEVICES USERLAND VIDEO_CARDS"
USE_EXPAND_HIDDEN="ELIBC KERNEL USERLAND"
USE_ORDER="env:pkg:conf:defaults"
VIDEO_CARDS="radeon vesa vga"
XARGS="xargs -r"
XAUTHORITY="/root/.xauthLpyDvI"
XINITRC="/etc/X11/xinit/xinitrc"
XLIB_SKIP_ARGB_VISUALS="1"
_="/usr/bin/emerge"

Back to top
View user's profile Send private message
argyle
n00b
n00b


Joined: 13 Jul 2006
Posts: 3
Location: washington, dc, usa

PostPosted: Thu Jul 13, 2006 5:26 pm    Post subject: flaky keyboard and mouse - shift-control modified often Reply with quote

i reluctantly did the xorg-7 upgrade because my world upgrades were increasingly blocked without it. i am left with flaky user IO and blocked by the KDE package split from recompiling KDE. i'm hoping somebody can help, because after around 4 years with gentoo, i'm seeing mounting complexity and blocks in maintaining it, and i'm very frustrated.

gentoo is my main platform, running as a vmware (5.5.1) guest in a windows xp environment. i was "alerted" to the xorg-7 upgrade when i received myriad xorg-6.8 blocks when trying to emerge world. daunted by the magnitude of the change, i held off, but there seemed to be no other option but to execute the upgrade.

the upgrade basically worked, with a few gross but solvable problems:

  • along the way, libXext-1.0.1 failed on requirement of xproto x11 xextproto xau. i did an explicit emerge of libX11 and xproto and was then able to continue.
  • i had to manually emerge xf86-input-vmmouse


i am left with an intermittent show-stopper, however. the problem is that the keyboard and mouse frequently act like they are control-shift modified:

  • in firefox, clicking on text elements causes the element box to highlight and de-highlight
  • in firefox, clicking on urls causes them to open in alternate tabs in the background (not my configuration for plain mouse clicks)
  • in emacs (22), clicking with the mouse provokes complaints about unrecognized bindings for control-shift-mouse-1, etc.
  • in firefox, emacs, konsole, run-command dialogue, etc, typing produces no result
  • trying to use control, shift, alt modifiers singly or in combinations makes no difference

the problem sometimes goes away if i open a new window from the browser. it often doesn't, though, and may go away for only a few minutes. it can start or return whether or not i'm doing any input. (i have to do some input to tell the problem is occurring, though.)

i wanted to try to recompile all of KDE, thinking there may be some library problems. i don't see any way to do that recompile, however. 'emerge kde' or 'emerge kdebase' shows almost all blocks, because i migrated to the split ebuilds ( http://www.gentoo.org/doc/en/kde-split-ebuilds.xml ) and haven't a clue about forcing recompiles. eg, 'emerge kde-meta' and 'emerge kdebase-meta' do nothing. trying to recompile the specific modules blocking 'emerge kdebase' doesn't stop them from blocking kdebase - so i cannot get to recompiling kdebase. it's not clear what i would be breaking if i tried to force it. i am left high and dry on this avenue.

further, 'revdep-rebuild --pretend' exposes a few random packages, but nothing substantial.

can someone help me, and remove this bitter taste?

thanks!

ken manheimer
"argyle"
Back to top
View user's profile Send private message
chrismortimore
l33t
l33t


Joined: 03 Dec 2005
Posts: 721
Location: Edinburgh, UK

PostPosted: Thu Jul 13, 2006 7:39 pm    Post subject: Re: flaky keyboard and mouse - shift-control modified often Reply with quote

argyle wrote:
i wanted to try to recompile all of KDE, thinking there may be some library problems. i don't see any way to do that recompile, however. 'emerge kde' or 'emerge kdebase' shows almost all blocks, because i migrated to the split ebuilds ( http://www.gentoo.org/doc/en/kde-split-ebuilds.xml ) and haven't a clue about forcing recompiles. eg, 'emerge kde-meta' and 'emerge kdebase-meta' do nothing. trying to recompile the specific modules blocking 'emerge kdebase' doesn't stop them from blocking kdebase - so i cannot get to recompiling kdebase. it's not clear what i would be breaking if i tried to force it. i am left high and dry on this avenue.
Try running this:
Code:
`find /var/db/pkg/kde-base/. -type d -maxdepth 1 | sed -e ':a;$!N;s/\n/ /g;ta;s/\/var\/db\/pkg\/kde-base\/\.[\/]*//g;s/^/emerge -av1/'`

It should remerge all of the kde-base packages you have installed (if I wrote it correctly).
_________________
Desktop: AMD Athlon64 3800+ Venice Core, 2GB PC3200, 2x160GB 7200rpm Maxtor DiamondMax 10, 2x320GB WD 7200rpm Caviar RE, Nvidia 6600GT 256MB
Laptop: Intel Pentium M, 512MB PC2700, 60GB 5400rpm IBM TravelStar, Nvidia 5200Go 64MB
Back to top
View user's profile Send private message
argyle
n00b
n00b


Joined: 13 Jul 2006
Posts: 3
Location: washington, dc, usa

PostPosted: Thu Jul 13, 2006 10:19 pm    Post subject: Reply with quote

Quote:
It should remerge all of the kde-base packages you have installed (if I wrote it correctly).


it would do the job with some tweaking (many things needed to be qualified with the package name, some things didn't register any more, the version numbers either needed selector prefixes or removal, etc). more importantly, though, it "taught me to fish" (give a hungry man a fish, he has a dinner, teach him to fish and he needn't go hungry again). it seems like identifying x11 and kde libraries that weren't recompiled was higher priority, and i could use find much as you did to find older ones (-mtime +2), and doctor the listing into emerge commands. i needed to know where to look and what the latitude was, and your kind instructions gave that to me - thanks!

here's hoping recompiling a bunch of stuff will eliminate the problems - i'll repost once i've tried a bunch.

ken
Back to top
View user's profile Send private message
thor_n
n00b
n00b


Joined: 30 Sep 2003
Posts: 40
Location: Slovakia

PostPosted: Fri Jul 14, 2006 7:24 am    Post subject: logicdn keyboard Reply with quote

I've successfully upgraded to modular X.org 7.0 x86.
I'm having troubles with logicdn keyboard: all common (pc) keys are working but all aditional internet and multimedia keys aren't working. In xev I get NoSymbol.

Actually logicdn wasn't working in 6.8 either but I could use logiinkse model which has almost similar inet(logitech_base) keys.

But now neither logiinkse nor logicdn work.
Anyone knows how to fix this?

from xorg.conf:
Code:
Section "InputDevice"
   Identifier "Keyboard1"
   Driver   "kbd"
   Option "AutoRepeat" "500 30"
   Option "XkbModel"   "logicdn" # "logiinkse" # "pc105"
   Option "XkbLayout"   "us"
EndSection


I tried:
Code:
setxkbmap -model logicdn -layout "us"


and found out that
Code:
setxkbmap -model whatever_anything -layout "us,sk"; echo $?

gives you 0 exit code.
Back to top
View user's profile Send private message
argyle
n00b
n00b


Joined: 13 Jul 2006
Posts: 3
Location: washington, dc, usa

PostPosted: Fri Jul 14, 2006 3:05 pm    Post subject: Re: flaky keyboard and mouse - shift-control modified often Reply with quote

argyle wrote:
i reluctantly did the xorg-7 upgrade because my world upgrades were increasingly blocked without it.
[...]
i am left with an intermittent show-stopper, however. the problem is that the keyboard and mouse frequently act like they are control-shift modified:
[...]
the problem sometimes goes away if i open a new window from the browser. it often doesn't, though, and may go away for only a few minutes. it can start or return whether or not i'm doing any input. (i have to do some input to tell the problem is occurring, though.)


i have some more clues about the problem.

i can provoke it on purpose by quickly jiggling the window decorations and
size twice in a row - eg, maximizing and restoring it, or stripping the
window borders and then maximizing it.

moreover, it looks like i can throw the server/window manager/whatever it
is out of the weird state by putting up a new window that has a border and
turning off the border (all of which i can do with the mouse, thankfully -
keyboard input doesn't work at all in the weird state). i don't know
whether the thing that rectifies the state is turning off the border or the
dialog that pops up advising me how to reactivate the border, but it seems
like a reliable restore.

even better, i can unwedge the state just by right clicking on a window border
to get the window menu. i don't need to use the menu - the weird input impedence
is then gone.

i went and recompiled kdeartwork-kwin-styles, and tried some different styles. it
looks like it's harder to provoke the problem, but it hasn't gone away. at least i have
a relatively easy way to recover from it.

(i hope these details will help if anyone else hits this problem...)

ken
Back to top
View user's profile Send private message
davascript
l33t
l33t


Joined: 07 Apr 2004
Posts: 618
Location: Pennsylvania

PostPosted: Fri Jul 14, 2006 5:37 pm    Post subject: Reply with quote

can you just emerge 7.0 yet. i unmerged 6.8 and a bunch of libs were unmerged also. i am compiling 6.8 right now. this is not big deal to me but i know that soon i will want to update my system and i cant untill i get modular x. i will run the emerge of modular x over the weekend if i have to.
Back to top
View user's profile Send private message
grell
n00b
n00b


Joined: 02 Feb 2006
Posts: 12

PostPosted: Fri Jul 14, 2006 8:35 pm    Post subject: Reply with quote

Hi, I'm not sure if this was already answered so forgive me as I haven't read over the entire thread. Anyhow my problem is that after updating to Xorg 7.0 now when I switch to console using CTRL+ALT+Fn I get a black screen with vertical bars running across it, and trying to get back to X using CTRL+ALT+F7 will only give me a blank screen. I have to do ctrl-alt-delete in order to restart.

Has anyone else had this problem and if so how can I fix it? Thanks in advance.
Back to top
View user's profile Send private message
grell
n00b
n00b


Joined: 02 Feb 2006
Posts: 12

PostPosted: Sat Jul 15, 2006 11:52 pm    Post subject: Reply with quote

Hello and here's an update: before I was using intelfb and now I am using the Vesa framebuffer. Now I can switch from X to console but when I try to go back to X, I get a black screen and have to do a ctrl-alt-delete to get my computer back to normal.
Back to top
View user's profile Send private message
brfsa
Tux's lil' helper
Tux's lil' helper


Joined: 01 Aug 2005
Posts: 121
Location: Brazil

PostPosted: Sun Jul 16, 2006 9:51 am    Post subject: Reply with quote

after few days of new gentoo compilled from stage 3/1
I got Xorg 7.0 working almost fine... exept I still get the same error as before
ctrl+alt+F# hangs X.
and gdm freezes after logout

I am using the stable glibc 3.3.6-r4
and the ~x86 gcc 4.1.1

I guess it must be ati-drivers

ati-drivers 8.21.7-r1 should not be in the stable brach

I am going to try the old 8.14.13-r3 which always served me very well...

:D
Back to top
View user's profile Send private message
brfsa
Tux's lil' helper
Tux's lil' helper


Joined: 01 Aug 2005
Posts: 121
Location: Brazil

PostPosted: Sun Jul 16, 2006 10:46 am    Post subject: Reply with quote

FINALLY !!!

My conclusion is that ATI SUK !!!!

I got xorg-x11 7.0-r1 working just GREAT!

no gdm freezes, no keyboard mouse problem, no ctrl+alt+F# problem

first I tried ati-driver 8.14.13-r3, didn't compile.... got some errors...

then, I use the xorg radeon driver,

got fulll direct rendering


Code:

name of display: :0.0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.2
......
......
OpenGL vendor string: Tungsten Graphics, Inc.
OpenGL renderer string: Mesa DRI R200 20041207 AGP 4x x86/MMX+/3DNow!+/SSE TCL
OpenGL version string: 1.3 Mesa 6.4.2
.....



my xorg.conf

Quote:

Section "Device"
Identifier "** ATI Radeon (generic) [radeon]"
Driver "radeon"
Option "Accel" "True"
Option "AGPMode" "4"
Option "EnablePageFlip" "True"
Option "RenderAccel" "True"
#VideoRam 65536
# Insert Clocks lines here if appropriate
EndSection



lsmod output:

Quote:

radeon
drm
nvidia_agp
agpgart
Back to top
View user's profile Send private message
sdistefano
n00b
n00b


Joined: 31 Jul 2005
Posts: 3

PostPosted: Sun Jul 16, 2006 4:42 pm    Post subject: about keyboard and X Reply with quote

This is strange:
I do a setxkbmap -model pc101 -layout latam -variant basic with X server open and it works (I have latin american keyboard)
I set it in xorg and it always starts up in some strange alphabet
really odd...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Goto page Previous  1, 2, 3 ... 19, 20, 21, 22  Next
Page 20 of 22

 
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