Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
X fails with HP pavilion dv5000 (amd64, radeon xpress 200m)
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
kittykat
n00b
n00b


Joined: 24 Mar 2006
Posts: 19

PostPosted: Mon Feb 26, 2007 10:55 am    Post subject: X fails with HP pavilion dv5000 (amd64, radeon xpress 200m) Reply with quote

Please please please could anyone out there help me, after emerging sync and world, I am not able to start X with either my current drivers or switching to VESA...

I have a pavilion dv5000 which is amd64 and graphics card is radeon xpress 200M.

I have read some other threads, but can't seem to solve this...

My Xorg is xorg-x11 version 7.1.

my ati-drivers is 8.34.8.


here is my xorg.conf

Code:

--8<--

Section "ServerLayout"
   Identifier      "Simple Layout"
#   Screen         0  "aticonfig Screen 0" 0 0
   Screen         "DFP Screen"
   InputDevice      "Touchpad"   "SendCoreEvents"
   InputDevice      "Keyboard1" "CoreKeyboard"
   InputDevice      "Mouse1" "CorePointer"
   Option         "AIGLX" "False"
EndSection

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

Section "Module"

# This loads the DBE extension module.
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
# This loads the font modules
#    Load        "type1"
#    Load        "speedo"
   Load  "dbe"     # Double buffer extension
   SubSection "extmod"
      Option       "omit xfree86-dga"   # don't initialise the DGA extension
   EndSubSection
   Load  "freetype"
   Load  "glx"
   Load  "dri"
EndSection

Section "dri"
   Mode 0666
EndSection

Section "InputDevice"
   Identifier  "Keyboard1"
   Driver      "kbd"
   Option       "AutoRepeat" "500 30"
   Option       "XkbRules" "xorg"
   Option       "XkbModel" "pc104"
   Option       "XkbLayout" "gb"
EndSection

Section "InputDevice" #touchpad
   Identifier "Touchpad"
   Driver "synaptics"
   Option "SendCoreEvents"
   Option "Device" "/dev/input/event1" # eventX number may vary depending on the laptop model
   Option "Protocol" "Auto"
   # Next line required only if you want to disable the mousepad while typing:
   # #   Option "SHMConfig" "on"
   # # The rest of the options are NOT required, just a default similar to the Windows drivers with non of the extra features.
   Option "LeftEdge" "1900"
   Option "RightEdge" "5400"
   Option "TopEdge" "1400"
   Option "BottomEdge" "4500"
   Option "FingerLow" "25"
   Option "FingerHigh" "30"
   Option "MaxTapTime" "180"
   Option "MaxTapMove" "220"
   Option "VertScrollDelta" "100"
   Option "MinSpeed" "0.02"
   Option "MaxSpeed" "0.18"
   Option "AccelFactor" "0.0010"
EndSection

Section "InputDevice"
   # Regular USB mouse
   Identifier   "Mouse1"
   Driver   "mouse"
   Option "Protocol"    "Auto"
   Option "Device"      "/dev/input/mice"
   Option "Buttons" "5"
   Option "ZAxisMapping" "4 5"
   Option "Resolution" "1000"
EndSection


Section "Monitor"
   Identifier   "My Monitor"
   HorizSync    31.5 - 82.0
   VertRefresh  50.0 - 90.0
EndSection

Section "Monitor"
   Identifier   "aticonfig Monitor 0"
EndSection

Section "Device"
   Identifier                          "Radeon Xpress 200M"
   Driver                              "fglrx"
   Option "mtrr"                       "off"
   Option "DesktopSetup"               "(null)" # this is used for dual monitor setups
   Option "VideoOverlay"               "on"
   Option "OpenGLOverlay"              "off"
   Option "CenterMode"                 "off"
   Option "PseudoColorVisuals"         "off"
EndSection

Section "Device"
    #VideoRam    65536
    # Insert Clocks lines here if appropriate
   Identifier  "** ATI Radeon (generic)               [radeon]"
   Driver      "radeon"
EndSection

Section "Modes"
   Identifier  "16:10"
   # 1280x800 @ 60.00 Hz (GTF) hsync: 49.68 kHz; pclk: 83.46 MHz
   Modeline    "1280x800"  83.46  1280 1344 1480 1680  800 801 804 828  -HSync -Vsync
   # 1152x720 @ 60.00 Hz (GTF) hsync: 44.76 kHz; pclk: 67.32 MHz
   Modeline    "1152x720"  67.32  1152 1208 1328 1504  720 721 724 746  -HSync -Vsync
   # 1024x640 @ 60.00 Hz (GTF) hsync: 39.78 kHz; pclk: 52.83 MHz
   Modeline    "1024x640"  52.83  1024 1072 1176 1328  640 641 644 663  -HSync -Vsync
   # 800x500 @ 60.00 Hz (GTF) hsync: 31.08 kHz; pclk: 31.33 MHz
   Modeline    "800x500"  31.33  800 824 904 1008  500 501 504 518  -HSync -Vsync
EndSection

Section "Monitor"
   Identifier  "DFP"
   UseModes    "16:10"  # Monitor accepts modes we gave earlier
   DisplaySize 323 215  # Size of 15.4 in screen used for calculating dpi
   Option      "dpms"
EndSection

Section "Screen"
   Identifier  "DFP Screen"
   Device      "Radeon Xpress 200M"
#   Device     "** ATI Radeon (generic)               [radeon]"
#   Device  "* Generic VESA compatible"
   Monitor     "DFP"
   DefaultDepth        24
   SubSection  "Display"
      Modes   "1280x800" "1152x720" "1024x640" "800x500" "1024x768" "800x600" "640x480"
   EndSubSection
EndSection


Section "Device"

# The chipset line is optional in most cases.  It can be used to override
# the driver's chipset detection, and should not normally be specified.
#    Chipset   "generic"
# The Driver line must be present.  When using run-time loadable driver
# modules, this line instructs the server to load the specified driver
# module.  Even when not using loadable driver modules, this line
# indicates which driver should interpret the information in this section.
# The BusID line is used to specify which of possibly multiple devices
# this section is intended for.  When this line isn't present, a device
# section can only match up with the primary video device.  For PCI
# devices a line like the following could be used.  This line should not
# normally be included unless there is more than one video device
# intalled.
#    BusID      "PCI:0:10:0"
#    VideoRam   256
#    Clocks   25.2 28.3
   Identifier  "Standard VGA"
   Driver      "vga"
   VendorName  "Unknown"
   BoardName   "Unknown"
EndSection

Section "Device"

    #VideoRam    65536
    # Insert Clocks lines here if appropriate
   Identifier  "* Generic VESA compatible"
   Driver      "vesa"
EndSection



the error that is output is:

Code:


X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: UNKNOWN
Current Operating System: Linux kkbox 2.6.19-gentoo-r4 #1 PREEMPT Mon Jan 22 02:08:03 GMT 2007 i686
Build Date: 22 January 2007
   Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Feb 26 10:51:36 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Simple Layout"
(**) |-->Screen "DFP Screen" (0)
(**) |   |-->Monitor "DFP"
(**) |   |-->Device "Radeon Xpress 200M"
(**) |-->Input Device "Touchpad"
(**) |-->Input Device "Keyboard1"
(**) |-->Input Device "Mouse1"
(**) FontPath set to:
   /usr/share/fonts/misc/,
   /usr/share/fonts/TTF/,
   /usr/share/fonts/Type1/,
   /usr/share/fonts/100dpi/,
   /usr/share/fonts/75dpi/
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Option "AIGLX" "False"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Module ABI versions:
   X.Org ANSI C Emulation: 0.3
   X.Org Video Driver: 1.0
   X.Org XInput driver : 0.6
   X.Org Server Extension : 0.3
   X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
   compiled for 7.1.1, module version = 1.0.0
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
   compiled for 7.1.1, module version = 1.0.0
   ABI class: X.Org Video Driver, version 1.0
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1002,5950 card 103c,30ae rev 01 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1002,5a3f card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:05:0: chip 1002,5a37 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:13:0: chip 1002,4374 card 1002,4374 rev 00 class 0c,03,10 hdr 80
(II) PCI: 00:13:1: chip 1002,4375 card 1002,4375 rev 00 class 0c,03,10 hdr 00
(II) PCI: 00:13:2: chip 1002,4373 card 1002,4373 rev 00 class 0c,03,20 hdr 00
(II) PCI: 00:14:0: chip 1002,4372 card 103c,30ae rev 11 class 0c,05,00 hdr 80
(II) PCI: 00:14:1: chip 1002,4376 card 103c,30ae rev 00 class 01,01,8a hdr 00
(II) PCI: 00:14:3: chip 1002,4377 card 0000,0000 rev 00 class 06,01,00 hdr 80
(II) PCI: 00:14:4: chip 1002,4371 card 0000,0000 rev 00 class 06,04,01 hdr 81
(II) PCI: 00:14:5: chip 1002,4370 card 103c,30ae rev 02 class 04,01,00 hdr 80
(II) PCI: 00:14:6: chip 1002,4378 card 103c,30ae rev 02 class 07,03,00 hdr 80
(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 01:05:0: chip 1002,5955 card 103c,30ae rev 00 class 03,00,00 hdr 00
(II) PCI: 06:02:0: chip 14e4,4318 card 103c,1356 rev 02 class 02,80,00 hdr 00
(II) PCI: 06:06:0: chip 10ec,8139 card 103c,30a4 rev 10 class 02,00,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,6), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
   [0] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (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   0x00009000 - 0x000090ff (0x100) IX[B]
   [1] -1   0   0x00009400 - 0x000094ff (0x100) IX[B]
   [2] -1   0   0x00009800 - 0x000098ff (0x100) IX[B]
   [3] -1   0   0x00009c00 - 0x00009cff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
   [0] -1   0   0xc0100000 - 0xc01fffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
   [0] -1   0   0xc8000000 - 0xcfffffff (0x8000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:5:0), (0,2,3), BCTRL: 0x0000 (VGA_EN is cleared)
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:20:3), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 6: bridge is at (0:20:4), (0,6,7), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 6 I/O range:
   [0] -1   0   0x0000a000 - 0x0000afff (0x1000) IX[B]
(II) Bus 6 non-prefetchable memory range:
   [0] -1   0   0xc0200000 - 0xc02fffff (0x100000) MX[B]
(--) PCI:*(1:5:0) ATI Technologies Inc ATI Radeon XPRESS 200M 5955 (PCIE) rev 0, Mem @ 0xc8000000/27, 0xc0100000/16, I/O @ 0x9000/8
(II) Addressable bus resource ranges are
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
   [1] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
   [0] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [4] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [5] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
   [0] -1   0   0xc0202000 - 0xc02020ff (0x100) MX[B]
   [1] -1   0   0xc0200000 - 0xc0201fff (0x2000) MX[B]
   [2] -1   0   0xc0003800 - 0xc00038ff (0x100) MX[B]
   [3] -1   0   0xc0003400 - 0xc00034ff (0x100) MX[B]
   [4] -1   0   0xc0003000 - 0xc00033ff (0x400) MX[B]
   [5] -1   0   0xc0002000 - 0xc0002fff (0x1000) MX[B]
   [6] -1   0   0xc0001000 - 0xc0001fff (0x1000) MX[B]
   [7] -1   0   0xc0000000 - 0xc0000fff (0x1000) MX[B]
   [8] -1   0   0xc0100000 - 0xc010ffff (0x10000) MX[B](B)
   [9] -1   0   0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
   [10] -1   0   0x0000a000 - 0x0000a0ff (0x100) IX[B]
   [11] -1   0   0x00008410 - 0x0000841f (0x10) IX[B]
   [12] -1   0   0x00008420 - 0x00008420 (0x1) IX[B]
   [13] -1   0   0x00008428 - 0x00008428 (0x1) IX[B]
   [14] -1   0   0x00008424 - 0x00008424 (0x1) IX[B]
   [15] -1   0   0x00008430 - 0x00008430 (0x1) IX[B]
   [16] -1   0   0x00008400 - 0x0000840f (0x10) IX[B]
   [17] -1   0   0x00009000 - 0x000090ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
   [0] -1   0   0xc0202000 - 0xc02020ff (0x100) MX[B]
   [1] -1   0   0xc0200000 - 0xc0201fff (0x2000) MX[B]
   [2] -1   0   0xc0003800 - 0xc00038ff (0x100) MX[B]
   [3] -1   0   0xc0003400 - 0xc00034ff (0x100) MX[B]
   [4] -1   0   0xc0003000 - 0xc00033ff (0x400) MX[B]
   [5] -1   0   0xc0002000 - 0xc0002fff (0x1000) MX[B]
   [6] -1   0   0xc0001000 - 0xc0001fff (0x1000) MX[B]
   [7] -1   0   0xc0000000 - 0xc0000fff (0x1000) MX[B]
   [8] -1   0   0xc0100000 - 0xc010ffff (0x10000) MX[B](B)
   [9] -1   0   0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
   [10] -1   0   0x0000a000 - 0x0000a0ff (0x100) IX[B]
   [11] -1   0   0x00008410 - 0x0000841f (0x10) IX[B]
   [12] -1   0   0x00008420 - 0x00008420 (0x1) IX[B]
   [13] -1   0   0x00008428 - 0x00008428 (0x1) IX[B]
   [14] -1   0   0x00008424 - 0x00008424 (0x1) IX[B]
   [15] -1   0   0x00008430 - 0x00008430 (0x1) IX[B]
   [16] -1   0   0x00008400 - 0x0000840f (0x10) IX[B]
   [17] -1   0   0x00009000 - 0x000090ff (0x100) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
   [0] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [4] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [5] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
   [0] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [4] -1   0   0xc0202000 - 0xc02020ff (0x100) MX[B]
   [5] -1   0   0xc0200000 - 0xc0201fff (0x2000) MX[B]
   [6] -1   0   0xc0003800 - 0xc00038ff (0x100) MX[B]
   [7] -1   0   0xc0003400 - 0xc00034ff (0x100) MX[B]
   [8] -1   0   0xc0003000 - 0xc00033ff (0x400) MX[B]
   [9] -1   0   0xc0002000 - 0xc0002fff (0x1000) MX[B]
   [10] -1   0   0xc0001000 - 0xc0001fff (0x1000) MX[B]
   [11] -1   0   0xc0000000 - 0xc0000fff (0x1000) MX[B]
   [12] -1   0   0xc0100000 - 0xc010ffff (0x10000) MX[B](B)
   [13] -1   0   0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
   [14] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [15] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [16] -1   0   0x0000a000 - 0x0000a0ff (0x100) IX[B]
   [17] -1   0   0x00008410 - 0x0000841f (0x10) IX[B]
   [18] -1   0   0x00008420 - 0x00008420 (0x1) IX[B]
   [19] -1   0   0x00008428 - 0x00008428 (0x1) IX[B]
   [20] -1   0   0x00008424 - 0x00008424 (0x1) IX[B]
   [21] -1   0   0x00008430 - 0x00008430 (0x1) IX[B]
   [22] -1   0   0x00008400 - 0x0000840f (0x10) IX[B]
   [23] -1   0   0x00009000 - 0x000090ff (0x100) IX[B](B)
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
   compiled for 7.1.1, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
   compiled for 7.1.1, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
   compiled for 7.1.1, module version = 2.1.0
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
   compiled for 7.1.1, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.3
(**) AIGLX disabled
(II) Loading extension GLX
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
   compiled for 7.1.1, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.3
(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.1.1, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "fglrx"
(II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
(II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
   compiled for 7.1.0, module version = 8.34.8
   Module class: X.Org Video Driver
   ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
   compiled for 4.3.99.902, module version = 1.0.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
   compiled for 7.1.1, module version = 1.1.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
   compiled for 7.1.1, module version = 1.1.1
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.6
(II) Primary Device is: PCI 01:05:0
(II) ATI Proprietary Linux Driver Version Identifier:8.34.8
(II) ATI Proprietary Linux Driver Release Identifier: LGDr8.34g1                           
(II) ATI Proprietary Linux Driver Build Date: Feb 20 2007 11:49:19
(II) ATI Proprietary Linux Driver Build Information: autobuild-rel-r6-8.34.1.1.2.3-driver-lnx-x86-x86_64-327152
(--) Assigning device section with no busID to primary device
(--) Chipset Supported AMD Graphics Processor (0x5955) found
(II) resource ranges after xf86ClaimFixedResources() call:
   [0] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [4] -1   0   0xc0202000 - 0xc02020ff (0x100) MX[B]
   [5] -1   0   0xc0200000 - 0xc0201fff (0x2000) MX[B]
   [6] -1   0   0xc0003800 - 0xc00038ff (0x100) MX[B]
   [7] -1   0   0xc0003400 - 0xc00034ff (0x100) MX[B]
   [8] -1   0   0xc0003000 - 0xc00033ff (0x400) MX[B]
   [9] -1   0   0xc0002000 - 0xc0002fff (0x1000) MX[B]
   [10] -1   0   0xc0001000 - 0xc0001fff (0x1000) MX[B]
   [11] -1   0   0xc0000000 - 0xc0000fff (0x1000) MX[B]
   [12] -1   0   0xc0100000 - 0xc010ffff (0x10000) MX[B](B)
   [13] -1   0   0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
   [14] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [15] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [16] -1   0   0x0000a000 - 0x0000a0ff (0x100) IX[B]
   [17] -1   0   0x00008410 - 0x0000841f (0x10) IX[B]
   [18] -1   0   0x00008420 - 0x00008420 (0x1) IX[B]
   [19] -1   0   0x00008428 - 0x00008428 (0x1) IX[B]
   [20] -1   0   0x00008424 - 0x00008424 (0x1) IX[B]
   [21] -1   0   0x00008430 - 0x00008430 (0x1) IX[B]
   [22] -1   0   0x00008400 - 0x0000840f (0x10) IX[B]
   [23] -1   0   0x00009000 - 0x000090ff (0x100) IX[B](B)
(II) fglrx(0): pEnt->device->identifier=0x81e25e8
(II) resource ranges after probing:
   [0] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [4] -1   0   0xc0202000 - 0xc02020ff (0x100) MX[B]
   [5] -1   0   0xc0200000 - 0xc0201fff (0x2000) MX[B]
   [6] -1   0   0xc0003800 - 0xc00038ff (0x100) MX[B]
   [7] -1   0   0xc0003400 - 0xc00034ff (0x100) MX[B]
   [8] -1   0   0xc0003000 - 0xc00033ff (0x400) MX[B]
   [9] -1   0   0xc0002000 - 0xc0002fff (0x1000) MX[B]
   [10] -1   0   0xc0001000 - 0xc0001fff (0x1000) MX[B]
   [11] -1   0   0xc0000000 - 0xc0000fff (0x1000) MX[B]
   [12] -1   0   0xc0100000 - 0xc010ffff (0x10000) MX[B](B)
   [13] -1   0   0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
   [14] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B]
   [15] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B]
   [16] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B]
   [17] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [18] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [19] -1   0   0x0000a000 - 0x0000a0ff (0x100) IX[B]
   [20] -1   0   0x00008410 - 0x0000841f (0x10) IX[B]
   [21] -1   0   0x00008420 - 0x00008420 (0x1) IX[B]
   [22] -1   0   0x00008428 - 0x00008428 (0x1) IX[B]
   [23] -1   0   0x00008424 - 0x00008424 (0x1) IX[B]
   [24] -1   0   0x00008430 - 0x00008430 (0x1) IX[B]
   [25] -1   0   0x00008400 - 0x0000840f (0x10) IX[B]
   [26] -1   0   0x00009000 - 0x000090ff (0x100) IX[B](B)
   [27] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B]
   [28] 0   0   0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) fglrx(0): === [atiddxPreInit] === begin, [x]
(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.1.1, module version = 0.1.0
   ABI class: X.Org Video Driver, version 1.0
(II) fglrx(0): PCI bus 1 card 5 func 0
(**) fglrx(0): Depth 24, (--) framebuffer bpp 32
(II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) fglrx(0): Default visual is TrueColor
(**) fglrx(0): Option "OpenGLOverlay" "off"
(**) fglrx(0): Option "VideoOverlay" "on"
(**) fglrx(0): Option "DesktopSetup" "(null)"
(**) fglrx(0): Option "CenterMode" "off"
(**) fglrx(0): Option "PseudoColorVisuals" "off"
(**) fglrx(0): Option "DPMS"
(==) fglrx(0): RGB weight 888
(II) fglrx(0): Using 8 bits per RGB (8 bit DAC)
(==) fglrx(0): Gamma Correction for I is 0x06419064
(==) fglrx(0): Gamma Correction for II is 0x06419064
(==) fglrx(0): Buffer Tiling is ON
(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.1.1, module version = 1.0.0
   ABI class: X.Org Video Driver, version 1.0
(II) fglrx(0): Primary V_BIOS segment is: 0xc000
(**) fglrx(0): Option "mtrr" "off"
(--) fglrx(0): Chipset: "ATI Radeon Xpress Series" (Chipset = 0x5955)
(--) fglrx(0): (PciSubVendor = 0x103c, PciSubDevice = 0x30ae)
(--) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
(--) fglrx(0): Linear framebuffer (phys) at 0xc8000000
(--) fglrx(0): MMIO registers at 0xc0100000
(==) fglrx(0): ROM-BIOS at 0x000c0000
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
   compiled for 7.1.1, module version = 1.1.0
   ABI class: X.Org Video Driver, version 1.0
(II) fglrx(0): VESA BIOS detected
(II) fglrx(0): VESA VBE Version 2.0
(II) fglrx(0): VESA VBE Total Mem: 131072 kB
(II) fglrx(0): VESA VBE OEM: ATI RADEON XPRESS 200M Series
(II) fglrx(0): VESA VBE OEM Software Rev: 1.0
(II) fglrx(0): VESA VBE OEM Vendor: ATI Technologies Inc.
(II) fglrx(0): VESA VBE OEM Product: MS48
(II) fglrx(0): VESA VBE OEM Product Rev: 01.00
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmGetBusid returned ''
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
(II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
   compiled for 7.1.0, module version = 8.34.8
   ABI class: X.Org Server Extension, version 0.3
(--) fglrx(0): VideoRAM: 131072 kByte, Type: DDR SGRAM / SDRAM
(II) fglrx(0): PCIE card detected
(WW) fglrx(0): board is an unknown third party board, chipset is supported
(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.1.1, module version = 1.0.0
   ABI class: X.Org Video Driver, version 1.0
(II) fglrx(0): Connected Display1: LCD on internal LVDS [lvds]
(II) fglrx(0): Display1 EDID data ---------------------------
(II) fglrx(0): Manufacturer: LPL  Model: 0  Serial#: 0
(II) fglrx(0): Year: 2005  Week: 0
(II) fglrx(0): EDID Version: 1.2
(II) fglrx(0): Digital Display Input
(II) fglrx(0): Max H-Image Size [cm]: horiz.: 33  vert.: 21
(II) fglrx(0): Gamma: 2.20
(II) fglrx(0): No DPMS capabilities specified; RGB/Color Display
(II) fglrx(0): First detailed timing is preferred mode
(II) fglrx(0): redX: 0.590 redY: 0.344   greenX: 0.323 greenY: 0.534
(II) fglrx(0): blueX: 0.156 blueY: 0.138   whiteX: 0.312 whiteY: 0.328
(II) fglrx(0): Manufacturer's mask: 0
(II) fglrx(0): Supported additional Video Mode:
(II) fglrx(0): clock: 71.2 MHz   Image Size:  289 x 21 mm
(II) fglrx(0): h_active: 1280  h_sync: 1328  h_sync_end 1360 h_blank_end 1440 h_border: 0
(II) fglrx(0): v_active: 800  v_sync: 802  v_sync_end 808 v_blanking: 823 v_border: 0
(II) fglrx(0):  LGPhilipsLCD
(II) fglrx(0):  LP154W01-TLA2
(II) fglrx(0): End of Display1 EDID data --------------------
(II) fglrx(0): Primary Controller - LCD on internal LVDS
(II) fglrx(0): Internal Desktop Setting: 0x00000008
(II) fglrx(0): POWERplay version 3.  2 power states available:
(II) fglrx(0):   1. 301/250MHz @ 60Hz [enable load balancing]
(II) fglrx(0):   2. 100/133MHz @ 60Hz []
(EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
(EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
(EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
(EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
(==) fglrx(0): Qbs disabled
(==) fglrx(0): FAST_SWAP disabled
(**) fglrx(0):  PseudoColor visuals disabled
(==) fglrx(0): Using gamma correction (1.0, 1.0, 1.0)
(**) fglrx(0): Center Mode is disabled
(==) fglrx(0): TMDS coherent mode is enabled
(II) fglrx(0): Total of 14 modes found for primary display.
(--) fglrx(0): Virtual size is 1280x800 (pitch 0)
(**) fglrx(0): *Mode "1280x800": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1280x800"   71.25  1280 1328 1360 1440  800 802 808 823
(**) fglrx(0): *Mode "1024x768": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1024x768"   71.25  1024 1200 1232 1440  768 786 792 823
(**) fglrx(0): *Mode "800x600": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "800x600"   71.25  800 1088 1120 1440  600 702 708 823
(**) fglrx(0): *Mode "640x480": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x480"   71.25  640 1008 1040 1440  480 642 648 823
(**) fglrx(0):  Default mode "1280x768": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1280x768"   71.25  1280 1328 1360 1440  768 786 792 823
(**) fglrx(0):  Default mode "848x480": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "848x480"   71.25  848 1112 1144 1440  480 642 648 823
(**) fglrx(0):  Default mode "720x576": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "720x576"   71.25  720 1048 1080 1440  576 690 696 823
(**) fglrx(0):  Default mode "720x480": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "720x480"   71.25  720 1048 1080 1440  480 642 648 823
(**) fglrx(0):  Default mode "640x400": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x400"   71.25  640 1008 1040 1440  400 602 608 823
(**) fglrx(0):  Default mode "640x350": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x350"   71.25  640 1008 1040 1440  350 577 583 823
(**) fglrx(0):  Default mode "512x384": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "512x384"   71.25  512 944 976 1440  384 594 600 823
(**) fglrx(0):  Default mode "400x300": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "400x300"   71.25  400 888 920 1440  300 702 708 823 doublescan
(**) fglrx(0):  Default mode "320x240": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "320x240"   71.25  320 848 880 1440  240 642 648 823 doublescan
(**) fglrx(0):  Default mode "320x200": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "320x200"   71.25  320 848 880 1440  200 602 608 823 doublescan
(**) fglrx(0): Display dimensions: (323, 215) mm
(**) fglrx(0): DPI set to (100, 94)
(--) fglrx(0): Virtual size is 1280x800 (pitch 1280)
(**) fglrx(0): *Mode "1280x800": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1280x800"   71.25  1280 1328 1360 1440  800 802 808 823
(**) fglrx(0): *Mode "1024x768": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1024x768"   71.25  1024 1200 1232 1440  768 786 792 823
(**) fglrx(0): *Mode "800x600": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "800x600"   71.25  800 1088 1120 1440  600 702 708 823
(**) fglrx(0): *Mode "640x480": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x480"   71.25  640 1008 1040 1440  480 642 648 823
(**) fglrx(0):  Default mode "1280x768": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1280x768"   71.25  1280 1328 1360 1440  768 786 792 823
(**) fglrx(0):  Default mode "848x480": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "848x480"   71.25  848 1112 1144 1440  480 642 648 823
(**) fglrx(0):  Default mode "720x576": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "720x576"   71.25  720 1048 1080 1440  576 690 696 823
(**) fglrx(0):  Default mode "720x480": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "720x480"   71.25  720 1048 1080 1440  480 642 648 823
(**) fglrx(0):  Default mode "640x400": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x400"   71.25  640 1008 1040 1440  400 602 608 823
(**) fglrx(0):  Default mode "640x350": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x350"   71.25  640 1008 1040 1440  350 577 583 823
(**) fglrx(0):  Default mode "512x384": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "512x384"   71.25  512 944 976 1440  384 594 600 823
(**) fglrx(0):  Default mode "400x300": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "400x300"   71.25  400 888 920 1440  300 702 708 823 doublescan
(**) fglrx(0):  Default mode "320x240": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "320x240"   71.25  320 848 880 1440  240 642 648 823 doublescan
(**) fglrx(0):  Default mode "320x200": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "320x200"   71.25  320 848 880 1440  200 602 608 823 doublescan
(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.1.1, module version = 1.0.0
   ABI class: X.Org ANSI C Emulation, version 0.3
(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.1.1, module version = 0.1.0
   ABI class: X.Org Video Driver, version 1.0
(==) fglrx(0): NoAccel = NO
(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.1.1, module version = 1.2.0
   ABI class: X.Org Video Driver, version 1.0
(==) fglrx(0): HPV inactive
(==) fglrx(0): FSAA enabled: NO
(==) fglrx(0): FSAA Gamma enabled
(==) fglrx(0): FSAA Multisample Position is fix
(==) fglrx(0): NoDRI = NO
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Reloading /usr/lib/xorg/modules/linux/libfglrxdrm.so
(II) fglrx(0): Depth moves disabled by default
(==) fglrx(0): Capabilities: 0x00000000
(==) fglrx(0): CapabilitiesEx: 0x00000000
(==) fglrx(0): cpuFlags: 0x4000001f
(==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
(**) fglrx(0): ATI GART size: 128 MB
(II) fglrx(0): [pcie] 126976 kB allocated with handle 0xdeadbeef
(II) fglrx(0): [drm] DRM buffer queue setup: nbufs = 100 bufsize = 65536
(==) fglrx(0): UseFastTLS=0
(==) fglrx(0): BlockSignalsOnLock=1
(==) fglrx(0): EnablePrivateBackZ = NO
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
   [0] 0   0   0xc0100000 - 0xc010ffff (0x10000) MX[B]
   [1] 0   0   0xc8000000 - 0xcfffffff (0x8000000) MX[B]
   [2] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [3] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [4] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [5] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [6] -1   0   0xc0202000 - 0xc02020ff (0x100) MX[B]
   [7] -1   0   0xc0200000 - 0xc0201fff (0x2000) MX[B]
   [8] -1   0   0xc0003800 - 0xc00038ff (0x100) MX[B]
   [9] -1   0   0xc0003400 - 0xc00034ff (0x100) MX[B]
   [10] -1   0   0xc0003000 - 0xc00033ff (0x400) MX[B]
   [11] -1   0   0xc0002000 - 0xc0002fff (0x1000) MX[B]
   [12] -1   0   0xc0001000 - 0xc0001fff (0x1000) MX[B]
   [13] -1   0   0xc0000000 - 0xc0000fff (0x1000) MX[B]
   [14] -1   0   0xc0100000 - 0xc010ffff (0x10000) MX[B](B)
   [15] -1   0   0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
   [16] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
   [17] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
   [18] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
   [19] 0   0   0x00009000 - 0x000090ff (0x100) IX[B]
   [20] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [21] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [22] -1   0   0x0000a000 - 0x0000a0ff (0x100) IX[B]
   [23] -1   0   0x00008410 - 0x0000841f (0x10) IX[B]
   [24] -1   0   0x00008420 - 0x00008420 (0x1) IX[B]
   [25] -1   0   0x00008428 - 0x00008428 (0x1) IX[B]
   [26] -1   0   0x00008424 - 0x00008424 (0x1) IX[B]
   [27] -1   0   0x00008430 - 0x00008430 (0x1) IX[B]
   [28] -1   0   0x00008400 - 0x0000840f (0x10) IX[B]
   [29] -1   0   0x00009000 - 0x000090ff (0x100) IX[B](B)
   [30] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
   [31] 0   0   0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) fglrx(0): driver needs X.org 7.1.x.y with x.y >= 0.0
(II) fglrx(0): detected X.org 7.1.1.0
(II) Loading extension ATIFGLRXDRI
(II) fglrx(0): doing DRIScreenInit
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenByBusid: Searching for BusID PCI:1:5:0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenByBusid: drmOpenMinor returns 7
drmOpenByBusid: drmGetBusid reports
drmOpenDevice: node name is /dev/dri/card1
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card2
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card3
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card4
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card5
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card6
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card7
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card8
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card9
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card10
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card11
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card12
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card13
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card14
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmGetBusid returned ''
(II) fglrx(0): [drm] DRM interface version 1.0
(II) fglrx(0): [drm] created "fglrx" driver at busid "PCI:1:5:0"
(II) fglrx(0): [drm] added 8192 byte SAREA at 0x2c000
(II) fglrx(0): [drm] mapped SAREA 0x2c000 to 0xb70fe000
(II) fglrx(0): [drm] framebuffer handle = 0x2d000
(II) fglrx(0): [drm] added 1 reserved context for kernel
(II) fglrx(0): DRIScreenInit done
(II) fglrx(0): Kernel Module Version Information:
(II) fglrx(0):     Name: fglrx
(II) fglrx(0):     Version: 8.34.8
(II) fglrx(0):     Date: Feb 20 2007
(II) fglrx(0):     Desc: ATI FireGL DRM kernel module
(II) fglrx(0): Kernel Module version matches driver.
(II) fglrx(0): Kernel Module Build Time Information:
(II) fglrx(0):     Build-Kernel UTS_RELEASE:        2.6.19-gentoo-r4
(II) fglrx(0):     Build-Kernel MODVERSIONS:        yes
(II) fglrx(0):     Build-Kernel __SMP__:            no
(II) fglrx(0):     Build-Kernel PAGE_SIZE:          0x1000
(II) fglrx(0): [drm] register handle = 0x0002e000
(II) fglrx(0): [drm] ringbuffer size = 0x00100000 bytes
(II) fglrx(0): [drm] texture shared area handle = 0x00032000
(II) fglrx(0): shared FSAAScale=1
(II) fglrx(0): DRI initialization successfull!
(II) fglrx(0): FBADPhys: 0x38000000 FBMappedSize: 0x005e9000
(II) fglrx(0): FBMM initialized for area (0,0)-(1280,1210)
(II) fglrx(0): FBMM auto alloc for area (0,0)-(1280,800) (front color buffer - assumption)
(II) fglrx(0): Largest offscreen area available: 1280 x 410
(==) fglrx(0): Backing store disabled
(==) fglrx(0): Silken mouse enabled
(II) Loading extension FGLRXEXTENSION
(II) Loading extension ATITVOUT
(**) fglrx(0): DPMS enabled
(II) fglrx(0): Using XFree86 Acceleration Architecture (XAA)
   Screen to screen bit blits
   Solid filled rectangles
   8x8 mono pattern filled rectangles
   Solid Lines
   Dashed Lines
   Offscreen Pixmaps
   Setting up tile and stipple cache:
      30 128x128 slots
(II) fglrx(0): Acceleration enabled
(II) fglrx(0): X context handle = 0x1
(II) fglrx(0): [DRI] installation complete
(II) fglrx(0): Direct rendering enabled
(==) fglrx(0): Using hardware cursor
(**) fglrx(0): Video overlay enabled on CRTC1
(II) fglrx(0): Interrupt handler installed at IRQ 11.
(II) fglrx(0): Exposed events to the /proc interface
(==) 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 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
(II) Loading local 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.1.1, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.3
(II) GLX: Initialized MESA-PROXY GL provider for screen 0
(II) Synaptics touchpad driver version 0.14.6 (1406)
(--) Touchpad auto-dev sets device to /dev/input/event2
(**) Option "Device" "/dev/input/event2"
(**) Option "LeftEdge" "1900"
(**) Option "RightEdge" "5400"
(**) Option "TopEdge" "1400"
(**) Option "BottomEdge" "4500"
(**) Option "FingerLow" "25"
(**) Option "FingerHigh" "30"
(**) Option "MaxTapTime" "180"
(**) Option "MaxTapMove" "220"
(**) Option "VertScrollDelta" "100"
(--) Touchpad touchpad found
(**) Option "SendCoreEvents"
(**) Touchpad: always reports core events
(**) Option "CoreKeyboard"
(**) Keyboard1: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard1: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard1: XkbRules: "xorg"
(**) Option "XkbModel" "pc104"
(**) Keyboard1: XkbModel: "pc104"
(**) Option "XkbLayout" "gb"
(**) Keyboard1: XkbLayout: "gb"
(**) Option "CustomKeycodes" "off"
(**) Keyboard1: CustomKeycodes disabled
(**) Option "Protocol" "Auto"
(**) Mouse1: Device: "/dev/input/mice"
(**) Mouse1: Protocol: "Auto"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Buttons" "5"
(==) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Mouse1: ZAxisMapping: buttons 4 and 5
(**) Mouse1: Buttons: 9
(**) Option "Resolution" "1000"
(**) Mouse1: Resolution: 1000
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Touchpad" (type: MOUSE)
Synaptics DeviceInit called
SynapticsCtrl called.
    xkb_keycodes             { include "xfree86+aliases(qwerty)" };
    xkb_types                { include "complete" };
    xkb_compatibility        { include "complete" };
    xkb_symbols              { include "pc(pc104)+gb" };
    xkb_geometry             { include "pc(pc104)" };
Synaptics DeviceOn called
(--) Touchpad auto-dev sets device to /dev/input/event2
(**) Option "Device" "/dev/input/event2"
(--) Touchpad touchpad found
(--) Mouse1: PnP-detected protocol: "ExplorerPS/2"
(II) Mouse1: ps2EnableDataReporting: succeeded
Synaptics DeviceOff called
(II) fglrx(0): [drm] removed 1 reserved context for kernel
(II) fglrx(0): [drm] unmapping 8192 bytes of SAREA 0x2c000 at 0xb70fe000
FreeFontPath: FPE "/usr/share/fonts/misc/" refcount is 2, should be 1; fixing.



that is the var/log/xorg log file, when actually typing "startx" it outputs some errors about fglrx...


please if anyone could help me I would really appreciate it, even to get it going with the vesa driver before fixing the main problem...

thanks again

jk

[/code]
Back to top
View user's profile Send private message
01mf02
Veteran
Veteran


Joined: 21 Nov 2004
Posts: 1070
Location: Innsbruck, Austria

PostPosted: Mon Feb 26, 2007 7:37 pm    Post subject: Reply with quote

Could you please tell us which packages you upgraded in your emerge world?
(Tip: post last entries in /var/log/emerge.log)

Also, which errors are outputted when you use VESA? Which sections do you change in xorg.conf when you want to use VESA?
Back to top
View user's profile Send private message
kittykat
n00b
n00b


Joined: 24 Mar 2006
Posts: 19

PostPosted: Mon Feb 26, 2007 10:25 pm    Post subject: Reply with quote

thanks very much for the reply - I thought i might get blackhole'd - really need to get this working again.

I havent got the information right now, its on my laptop at the office but i will post the requested information asap...

thanks again
Back to top
View user's profile Send private message
kittykat
n00b
n00b


Joined: 24 Mar 2006
Posts: 19

PostPosted: Wed Feb 28, 2007 6:07 pm    Post subject: Reply with quote

here is what i emerged

[code:1:db4534d0c8]
1172243006: >>> emerge (1 of 1) app-text/evince-0.6.1-r1 to /
1172243006: === (1 of 1) Cleaning (app-text/evince-0.6.1-r1::/usr/portage/app-text/evince/evince-0.6.1-r1.ebuild)
1172243006: === (1 of 1) Compiling/Merging (app-text/evince-0.6.1-r1::/usr/portage/app-text/evince/evince-0.6.1-r1.ebuild)
1172243103: *** terminating.
1172243410: Started emerge on: Feb 23, 2007 15:10:10
1172243410: *** emerge sync
1172243410: === sync
1172243411: >>> Starting rsync with rsync://140.105.134.102/gentoo-portage
1172243739: === Sync completed with rsync://140.105.134.102/gentoo-portage
1172244188: *** terminating.
1172245583: Started emerge on: Feb 23, 2007 15:46:23
1172245583: *** emerge --update world
1172245591: >>> emerge (1 of 65) virtual/init-0 to /
1172245591: === (1 of 65) Cleaning (virtual/init-0::/usr/portage/virtual/init/init-0.ebuild)
1172245592: === (1 of 65) Compiling/Merging (virtual/init-0::/usr/portage/virtual/init/init-0.ebuild)
1172245598: >>> AUTOCLEAN: virtual/init
1172245598: --- AUTOCLEAN: Nothing unmerged.
1172245598: === (1 of 65) Post-Build Cleaning (virtual/init-0::/usr/portage/virtual/init/init-0.ebuild)
1172245598: ::: completed emerge (1 of 65) virtual/init-0 to /
1172245598: >>> emerge (2 of 65) dev-lang/mono-1.2.2.1 to /
1172245599: === (2 of 65) Cleaning (dev-lang/mono-1.2.2.1::/usr/portage/dev-lang/mono/mono-1.2.2.1.ebuild)
1172245600: === (2 of 65) Compiling/Merging (dev-lang/mono-1.2.2.1::/usr/portage/dev-lang/mono/mono-1.2.2.1.ebuild)
1172247957: >>> AUTOCLEAN: dev-lang/mono
1172247957: --- AUTOCLEAN: Nothing unmerged.
1172247957: === (2 of 65) Post-Build Cleaning (dev-lang/mono-1.2.2.1::/usr/portage/dev-lang/mono/mono-1.2.2.1.ebuild)
1172247957: ::: completed emerge (2 of 65) dev-lang/mono-1.2.2.1 to /
1172247957: >>> emerge (3 of 65) dev-libs/dbus-glib-0.72 to /
1172247957: === (3 of 65) Cleaning (dev-libs/dbus-glib-0.72::/usr/portage/dev-libs/dbus-glib/dbus-glib-0.72.ebuild)
1172247958: === (3 of 65) Compiling/Merging (dev-libs/dbus-glib-0.72::/usr/portage/dev-libs/dbus-glib/dbus-glib-0.72.ebuild)
1172248088: >>> AUTOCLEAN: dev-libs/dbus-glib
1172248088: --- AUTOCLEAN: Nothing unmerged.
1172248088: === (3 of 65) Post-Build Cleaning (dev-libs/dbus-glib-0.72::/usr/portage/dev-libs/dbus-glib/dbus-glib-0.72.ebuild)
1172248088: ::: completed emerge (3 of 65) dev-libs/dbus-glib-0.72 to /
1172248088: >>> emerge (4 of 65) sys-power/acpid-1.0.4-r4 to /
1172248088: === (4 of 65) Cleaning (sys-power/acpid-1.0.4-r4::/usr/portage/sys-power/acpid/acpid-1.0.4-r4.ebuild)
1172248089: === (4 of 65) Compiling/Merging (sys-power/acpid-1.0.4-r4::/usr/portage/sys-power/acpid/acpid-1.0.4-r4.ebuild)
1172248099: >>> AUTOCLEAN: sys-power/acpid
1172248099: === Unmerging... (sys-power/acpid-1.0.4-r3)
1172248102: >>> unmerge success: sys-power/acpid-1.0.4-r3
1172248102: === (4 of 65) Post-Build Cleaning (sys-power/acpid-1.0.4-r4::/usr/portage/sys-power/acpid/acpid-1.0.4-r4.ebuild)
1172248102: ::: completed emerge (4 of 65) sys-power/acpid-1.0.4-r4 to /
1172248102: >>> emerge (5 of 65) sys-apps/dbus-1.0.2-r1 to /
1172248102: === (5 of 65) Cleaning (sys-apps/dbus-1.0.2-r1::/usr/portage/sys-apps/dbus/dbus-1.0.2-r1.ebuild)
1172248103: === (5 of 65) Compiling/Merging (sys-apps/dbus-1.0.2-r1::/usr/portage/sys-apps/dbus/dbus-1.0.2-r1.ebuild)
1172248312: >>> AUTOCLEAN: sys-apps/dbus
1172248312: === Unmerging... (sys-apps/dbus-1.0.2)
1172248315: >>> unmerge success: sys-apps/dbus-1.0.2
1172248315: === (5 of 65) Post-Build Cleaning (sys-apps/dbus-1.0.2-r1::/usr/portage/sys-apps/dbus/dbus-1.0.2-r1.ebuild)
1172248315: ::: completed emerge (5 of 65) sys-apps/dbus-1.0.2-r1 to /
1172248315: >>> emerge (6 of 65) app-editors/vim-core-7.0.174 to /
1172248316: === (6 of 65) Cleaning (app-editors/vim-core-7.0.174::/usr/portage/app-editors/vim-core/vim-core-7.0.174.ebuild)
1172248317: === (6 of 65) Compiling/Merging (app-editors/vim-core-7.0.174::/usr/portage/app-editors/vim-core/vim-core-7.0.174.ebuild)
1172248434: >>> AUTOCLEAN: app-editors/vim-core
1172248434: === Unmerging... (app-editors/vim-core-7.0.17)
1172248439: >>> unmerge success: app-editors/vim-core-7.0.17
1172248439: === (6 of 65) Post-Build Cleaning (app-editors/vim-core-7.0.174::/usr/portage/app-editors/vim-core/vim-core-7.0.174.ebuild)
1172248439: ::: completed emerge (6 of 65) app-editors/vim-core-7.0.174 to /
1172248439: >>> emerge (7 of 65) dev-libs/glib-1.2.10-r5 to /
1172248439: === (7 of 65) Cleaning (dev-libs/glib-1.2.10-r5::/usr/portage/dev-libs/glib/glib-1.2.10-r5.ebuild)
1172248441: === (7 of 65) Compiling/Merging (dev-libs/glib-1.2.10-r5::/usr/portage/dev-libs/glib/glib-1.2.10-r5.ebuild)
1172248691: >>> AUTOCLEAN: dev-libs/glib
1172248691: --- AUTOCLEAN: Nothing unmerged.
1172248691: === (7 of 65) Post-Build Cleaning (dev-libs/glib-1.2.10-r5::/usr/portage/dev-libs/glib/glib-1.2.10-r5.ebuild)
1172248691: ::: completed emerge (7 of 65) dev-libs/glib-1.2.10-r5 to /
1172248691: >>> emerge (8 of 65) app-text/evince-0.6.1-r1 to /
1172248691: === (8 of 65) Cleaning (app-text/evince-0.6.1-r1::/usr/portage/app-text/evince/evince-0.6.1-r1.ebuild)
1172248695: === (8 of 65) Compiling/Merging (app-text/evince-0.6.1-r1::/usr/portage/app-text/evince/evince-0.6.1-r1.ebuild)
1172249162: >>> AUTOCLEAN: app-text/evince
1172249162: === Unmerging... (app-text/evince-0.6.1)
1172249168: >>> unmerge success: app-text/evince-0.6.1
1172249168: === (8 of 65) Post-Build Cleaning (app-text/evince-0.6.1-r1::/usr/portage/app-text/evince/evince-0.6.1-r1.ebuild)
1172249168: ::: completed emerge (8 of 65) app-text/evince-0.6.1-r1 to /
1172249168: >>> emerge (9 of 65) net-misc/vino-2.16.0-r1 to /
1172249169: === (9 of 65) Cleaning (net-misc/vino-2.16.0-r1::/usr/portage/net-misc/vino/vino-2.16.0-r1.ebuild)
1172249170: === (9 of 65) Compiling/Merging (net-misc/vino-2.16.0-r1::/usr/portage/net-misc/vino/vino-2.16.0-r1.ebuild)
1172249403: >>> AUTOCLEAN: net-misc/vino
1172249403: === Unmerging... (net-misc/vino-2.16.0)
1172249411: >>> unmerge success: net-misc/vino-2.16.0
1172249411: === (9 of 65) Post-Build Cleaning (net-misc/vino-2.16.0-r1::/usr/portage/net-misc/vino/vino-2.16.0-r1.ebuild)
1172249411: ::: completed emerge (9 of 65) net-misc/vino-2.16.0-r1 to /
1172249411: >>> emerge (10 of 65) net-libs/libsoup-2.2.99 to /
1172249411: === (10 of 65) Cleaning (net-libs/libsoup-2.2.99::/usr/portage/net-libs/libsoup/libsoup-2.2.99.ebuild)
1172249412: === (10 of 65) Compiling/Merging (net-libs/libsoup-2.2.99::/usr/portage/net-libs/libsoup/libsoup-2.2.99.ebuild)
1172249572: >>> AUTOCLEAN: net-libs/libsoup
1172249572: === Unmerging... (net-libs/libsoup-2.2.98)
1172249575: >>> unmerge success: net-libs/libsoup-2.2.98
1172249575: === (10 of 65) Post-Build Cleaning (net-libs/libsoup-2.2.99::/usr/portage/net-libs/libsoup/libsoup-2.2.99.ebuild)
1172249575: ::: completed emerge (10 of 65) net-libs/libsoup-2.2.99 to /
1172249575: >>> emerge (11 of 65) gnome-base/libgtop-2.14.6 to /
1172249576: === (11 of 65) Cleaning (gnome-base/libgtop-2.14.6::/usr/portage/gnome-base/libgtop/libgtop-2.14.6.ebuild)
1172249576: === (11 of 65) Compiling/Merging (gnome-base/libgtop-2.14.6::/usr/portage/gnome-base/libgtop/libgtop-2.14.6.ebuild)
1172249783: >>> AUTOCLEAN: gnome-base/libgtop
1172249783: === Unmerging... (gnome-base/libgtop-2.14.4)
1172249788: >>> unmerge success: gnome-base/libgtop-2.14.4
1172249788: === (11 of 65) Post-Build Cleaning (gnome-base/libgtop-2.14.6::/usr/portage/gnome-base/libgtop/libgtop-2.14.6.ebuild)
1172249788: ::: completed emerge (11 of 65) gnome-base/libgtop-2.14.6 to /
1172249788: >>> emerge (12 of 65) net-misc/openssh-4.5_p1-r1 to /
1172249788: === (12 of 65) Cleaning (net-misc/openssh-4.5_p1-r1::/usr/portage/net-misc/openssh/openssh-4.5_p1-r1.ebuild)
1172249790: === (12 of 65) Compiling/Merging (net-misc/openssh-4.5_p1-r1::/usr/portage/net-misc/openssh/openssh-4.5_p1-r1.ebuild)
1172250030: >>> AUTOCLEAN: net-misc/openssh
1172250030: --- AUTOCLEAN: Nothing unmerged.
1172250030: === (12 of 65) Post-Build Cleaning (net-misc/openssh-4.5_p1-r1::/usr/portage/net-misc/openssh/openssh-4.5_p1-r1.ebuild)
1172250030: ::: completed emerge (12 of 65) net-misc/openssh-4.5_p1-r1 to /
1172250030: >>> emerge (13 of 65) gnome-base/librsvg-2.16.1 to /
1172250030: === (13 of 65) Cleaning (gnome-base/librsvg-2.16.1::/usr/portage/gnome-base/librsvg/librsvg-2.16.1.ebuild)
1172250031: === (13 of 65) Compiling/Merging (gnome-base/librsvg-2.16.1::/usr/portage/gnome-base/librsvg/librsvg-2.16.1.ebuild)
1172250261: >>> AUTOCLEAN: gnome-base/librsvg
1172250261: === Unmerging... (gnome-base/librsvg-2.16.0)
1172250264: >>> unmerge success: gnome-base/librsvg-2.16.0
1172250264: === (13 of 65) Post-Build Cleaning (gnome-base/librsvg-2.16.1::/usr/portage/gnome-base/librsvg/librsvg-2.16.1.ebuild)
1172250264: ::: completed emerge (13 of 65) gnome-base/librsvg-2.16.1 to /
1172250264: >>> emerge (14 of 65) app-editors/gedit-2.16.2-r1 to /
1172250265: === (14 of 65) Cleaning (app-editors/gedit-2.16.2-r1::/usr/portage/app-editors/gedit/gedit-2.16.2-r1.ebuild)
1172250265: === (14 of 65) Compiling/Merging (app-editors/gedit-2.16.2-r1::/usr/portage/app-editors/gedit/gedit-2.16.2-r1.ebuild)
1172250717: >>> AUTOCLEAN: app-editors/gedit
1172250717: === Unmerging... (app-editors/gedit-2.16.2)
1172250720: >>> unmerge success: app-editors/gedit-2.16.2
1172250720: === (14 of 65) Post-Build Cleaning (app-editors/gedit-2.16.2-r1::/usr/portage/app-editors/gedit/gedit-2.16.2-r1.ebuild)
1172250720: ::: completed emerge (14 of 65) app-editors/gedit-2.16.2-r1 to /
1172250720: >>> emerge (15 of 65) dev-libs/libevent-1.3a to /
1172250721: === (15 of 65) Cleaning (dev-libs/libevent-1.3a::/usr/portage/dev-libs/libevent/libevent-1.3a.ebuild)
1172250722: === (15 of 65) Compiling/Merging (dev-libs/libevent-1.3a::/usr/portage/dev-libs/libevent/libevent-1.3a.ebuild)
1172250820: >>> AUTOCLEAN: dev-libs/libevent
1172250820: === Unmerging... (dev-libs/libevent-1.1a)
1172250822: >>> unmerge success: dev-libs/libevent-1.1a
1172250822: === (15 of 65) Post-Build Cleaning (dev-libs/libevent-1.3a::/usr/portage/dev-libs/libevent/libevent-1.3a.ebuild)
1172250822: ::: completed emerge (15 of 65) dev-libs/libevent-1.3a to /
1172250822: >>> emerge (16 of 65) net-libs/libnfsidmap-0.17 to /
1172250822: === (16 of 65) Cleaning (net-libs/libnfsidmap-0.17::/usr/portage/net-libs/libnfsidmap/libnfsidmap-0.17.ebuild)
1172250823: === (16 of 65) Compiling/Merging (net-libs/libnfsidmap-0.17::/usr/portage/net-libs/libnfsidmap/libnfsidmap-0.17.ebuild)
1172250885: >>> AUTOCLEAN: net-libs/libnfsidmap
1172250885: --- AUTOCLEAN: Nothing unmerged.
1172250885: === (16 of 65) Post-Build Cleaning (net-libs/libnfsidmap-0.17::/usr/portage/net-libs/libnfsidmap/libnfsidmap-0.17.ebuild)
1172250885: ::: completed emerge (16 of 65) net-libs/libnfsidmap-0.17 to /
1172250885: >>> emerge (17 of 65) app-text/ghostscript-esp-8.15.3 to /
1172250885: === (17 of 65) Cleaning (app-text/ghostscript-esp-8.15.3::/usr/portage/app-text/ghostscript-esp/ghostscript-esp-8.15.3.ebuild)
1172250886: === (17 of 65) Compiling/Merging (app-text/ghostscript-esp-8.15.3::/usr/portage/app-text/ghostscript-esp/ghostscript-esp-8.15.3.ebuild)
1172251834: >>> AUTOCLEAN: app-text/ghostscript-esp
1172251834: === Unmerging... (app-text/ghostscript-esp-8.15.1_p20060430)
1172251840: >>> unmerge success: app-text/ghostscript-esp-8.15.1_p20060430
1172251840: === (17 of 65) Post-Build Cleaning (app-text/ghostscript-esp-8.15.3::/usr/portage/app-text/ghostscript-esp/ghostscript-esp-8.15.3.ebuild)
1172251840: ::: completed emerge (17 of 65) app-text/ghostscript-esp-8.15.3 to /
1172251840: >>> emerge (18 of 65) net-dns/bind-tools-9.3.4 to /
1172251841: === (18 of 65) Cleaning (net-dns/bind-tools-9.3.4::/usr/portage/net-dns/bind-tools/bind-tools-9.3.4.ebuild)
1172251842: === (18 of 65) Compiling/Merging (net-dns/bind-tools-9.3.4::/usr/portage/net-dns/bind-tools/bind-tools-9.3.4.ebuild)
1172252112: >>> AUTOCLEAN: net-dns/bind-tools
1172252112: === Unmerging... (net-dns/bind-tools-9.3.2)
1172252115: >>> unmerge success: net-dns/bind-tools-9.3.2
1172252115: === (18 of 65) Post-Build Cleaning (net-dns/bind-tools-9.3.4::/usr/portage/net-dns/bind-tools/bind-tools-9.3.4.ebuild)
1172252115: ::: completed emerge (18 of 65) net-dns/bind-tools-9.3.4 to /
1172252115: >>> emerge (19 of 65) net-analyzer/metasploit-2.7 to /
1172252116: === (19 of 65) Cleaning (net-analyzer/metasploit-2.7::/usr/portage/net-analyzer/metasploit/metasploit-2.7.ebuild)
1172252116: === (19 of 65) Compiling/Merging (net-analyzer/metasploit-2.7::/usr/portage/net-analyzer/metasploit/metasploit-2.7.ebuild)
1172252155: >>> AUTOCLEAN: net-analyzer/metasploit
1172252155: === Unmerging... (net-analyzer/metasploit-2.6)
1172252158: >>> unmerge success: net-analyzer/metasploit-2.6
1172252158: === (19 of 65) Post-Build Cleaning (net-analyzer/metasploit-2.7::/usr/portage/net-analyzer/metasploit/metasploit-2.7.ebuild)
1172252158: ::: completed emerge (19 of 65) net-analyzer/metasploit-2.7 to /
1172252158: >>> emerge (20 of 65) app-admin/syslog-ng-1.6.11-r1 to /
1172252158: === (20 of 65) Cleaning (app-admin/syslog-ng-1.6.11-r1::/usr/portage/app-admin/syslog-ng/syslog-ng-1.6.11-r1.ebuild)
1172252159: === (20 of 65) Compiling/Merging (app-admin/syslog-ng-1.6.11-r1::/usr/portage/app-admin/syslog-ng/syslog-ng-1.6.11-r1.ebuild)
1172252213: >>> AUTOCLEAN: app-admin/syslog-ng
1172252213: === Unmerging... (app-admin/syslog-ng-1.6.9)
1172252216: >>> unmerge success: app-admin/syslog-ng-1.6.9
1172252216: === (20 of 65) Post-Build Cleaning (app-admin/syslog-ng-1.6.11-r1::/usr/portage/app-admin/syslog-ng/syslog-ng-1.6.11-r1.ebuild)
1172252216: ::: completed emerge (20 of 65) app-admin/syslog-ng-1.6.11-r1 to /
1172252216: >>> emerge (21 of 65) mail-filter/spamassassin-3.1.8 to /
1172252216: === (21 of 65) Cleaning (mail-filter/spamassassin-3.1.8::/usr/portage/mail-filter/spamassassin/spamassassin-3.1.8.ebuild)
1172252217: === (21 of 65) Compiling/Merging (mail-filter/spamassassin-3.1.8::/usr/portage/mail-filter/spamassassin/spamassassin-3.1.8.ebuild)
1172252296: >>> AUTOCLEAN: mail-filter/spamassassin
1172252296: === Unmerging... (mail-filter/spamassassin-3.1.3)
1172252298: >>> unmerge success: mail-filter/spamassassin-3.1.3
1172252298: === (21 of 65) Post-Build Cleaning (mail-filter/spamassassin-3.1.8::/usr/portage/mail-filter/spamassassin/spamassassin-3.1.8.ebuild)
1172252298: ::: completed emerge (21 of 65) mail-filter/spamassassin-3.1.8 to /
1172252298: >>> emerge (22 of 65) sys-libs/glibc-2.5 to /
1172252298: === (22 of 65) Cleaning (sys-libs/glibc-2.5::/usr/portage/sys-libs/glibc/glibc-2.5.ebuild)
1172252299: === (22 of 65) Compiling/Merging (sys-libs/glibc-2.5::/usr/portage/sys-libs/glibc/glibc-2.5.ebuild)
1172258440: >>> AUTOCLEAN: sys-libs/glibc
1172258441: === Unmerging... (sys-libs/glibc-2.4-r4)
1172258447: >>> unmerge success: sys-libs/glibc-2.4-r4
1172258447: === (22 of 65) Post-Build Cleaning (sys-libs/glibc-2.5::/usr/portage/sys-libs/glibc/glibc-2.5.ebuild)
1172258447: ::: completed emerge (22 of 65) sys-libs/glibc-2.5 to /
1172258447: >>> emerge (23 of 65) media-video/mplayer-1.0_rc1-r2 to /
1172258447: === (23 of 65) Cleaning (media-video/mplayer-1.0_rc1-r2::/usr/portage/media-video/mplayer/mplayer-1.0_rc1-r2.ebuild)
1172258448: === (23 of 65) Compiling/Merging (media-video/mplayer-1.0_rc1-r2::/usr/portage/media-video/mplayer/mplayer-1.0_rc1-r2.ebuild)
1172259268: >>> AUTOCLEAN: media-video/mplayer
1172259268: === Unmerging... (media-video/mplayer-1.0_rc1)
1172259276: >>> unmerge success: media-video/mplayer-1.0_rc1
1172259276: === (23 of 65) Post-Build Cleaning (media-video/mplayer-1.0_rc1-r2::/usr/portage/media-video/mplayer/mplayer-1.0_rc1-r2.ebuild)
1172259276: ::: completed emerge (23 of 65) media-video/mplayer-1.0_rc1-r2 to /
1172259276: >>> emerge (24 of 65) net-misc/iputils-20060512 to /
1172259276: === (24 of 65) Cleaning (net-misc/iputils-20060512::/usr/portage/net-misc/iputils/iputils-20060512.ebuild)
1172259277: === (24 of 65) Compiling/Merging (net-misc/iputils-20060512::/usr/portage/net-misc/iputils/iputils-20060512.ebuild)
1172259302: >>> AUTOCLEAN: net-misc/iputils
1172259302: === Unmerging... (net-misc/iputils-021109-r3)
1172259306: >>> unmerge success: net-misc/iputils-021109-r3
1172259306: === (24 of 65) Post-Build Cleaning (net-misc/iputils-20060512::/usr/portage/net-misc/iputils/iputils-20060512.ebuild)
1172259306: ::: completed emerge (24 of 65) net-misc/iputils-20060512 to /
1172259306: >>> emerge (25 of 65) sys-apps/baselayout-1.12.9 to /
1172259307: === (25 of 65) Cleaning (sys-apps/baselayout-1.12.9::/usr/portage/sys-apps/baselayout/baselayout-1.12.9.ebuild)
1172259308: === (25 of 65) Compiling/Merging (sys-apps/baselayout-1.12.9::/usr/portage/sys-apps/baselayout/baselayout-1.12.9.ebuild)
1172259344: >>> AUTOCLEAN: sys-apps/baselayout
1172259344: === Unmerging... (sys-apps/baselayout-1.12.6)
1172259348: >>> unmerge success: sys-apps/baselayout-1.12.6
1172259348: === (25 of 65) Post-Build Cleaning (sys-apps/baselayout-1.12.9::/usr/portage/sys-apps/baselayout/baselayout-1.12.9.ebuild)
1172259348: ::: completed emerge (25 of 65) sys-apps/baselayout-1.12.9 to /
1172259348: >>> emerge (26 of 65) media-libs/gstreamer-0.10.11 to /
1172259348: === (26 of 65) Cleaning (media-libs/gstreamer-0.10.11::/usr/portage/media-libs/gstreamer/gstreamer-0.10.11.ebuild)
1172259349: === (26 of 65) Compiling/Merging (media-libs/gstreamer-0.10.11::/usr/portage/media-libs/gstreamer/gstreamer-0.10.11.ebuild)
1172259941: >>> AUTOCLEAN: media-libs/gstreamer
1172259941: === Unmerging... (media-libs/gstreamer-0.10.8)
1172259946: >>> unmerge success: media-libs/gstreamer-0.10.8
1172259946: === (26 of 65) Post-Build Cleaning (media-libs/gstreamer-0.10.11::/usr/portage/media-libs/gstreamer/gstreamer-0.10.11.ebuild)
1172259946: ::: completed emerge (26 of 65) media-libs/gstreamer-0.10.11 to /
1172259946: >>> emerge (27 of 65) net-analyzer/gnome-netstatus-2.12.1 to /
1172259947: === (27 of 65) Cleaning (net-analyzer/gnome-netstatus-2.12.1::/usr/portage/net-analyzer/gnome-netstatus/gnome-netstatus-2.12.1.ebuild)
1172259948: === (27 of 65) Compiling/Merging (net-analyzer/gnome-netstatus-2.12.1::/usr/portage/net-analyzer/gnome-netstatus/gnome-netstatus-2.12.1.ebuild)
1172260099: >>> AUTOCLEAN: net-analyzer/gnome-netstatus
1172260099: === Unmerging... (net-analyzer/gnome-netstatus-2.12.0)
1172260106: >>> unmerge success: net-analyzer/gnome-netstatus-2.12.0
1172260106: === (27 of 65) Post-Build Cleaning (net-analyzer/gnome-netstatus-2.12.1::/usr/portage/net-analyzer/gnome-netstatus/gnome-netstatus-2.12.1.ebuild)
1172260106: ::: completed emerge (27 of 65) net-analyzer/gnome-netstatus-2.12.1 to /
1172260106: >>> emerge (28 of 65) dev-util/monodoc-1.2.1 to /
1172260107: === (28 of 65) Cleaning (dev-util/monodoc-1.2.1::/usr/portage/dev-util/monodoc/monodoc-1.2.1.ebuild)
1172260107: === (28 of 65) Compiling/Merging (dev-util/monodoc-1.2.1::/usr/portage/dev-util/monodoc/monodoc-1.2.1.ebuild)
1172260200: >>> AUTOCLEAN: dev-util/monodoc
1172260200: === Unmerging... (dev-util/monodoc-1.1.13)
1172260203: >>> unmerge success: dev-util/monodoc-1.1.13
1172260203: === (28 of 65) Post-Build Cleaning (dev-util/monodoc-1.2.1::/usr/portage/dev-util/monodoc/monodoc-1.2.1.ebuild)
1172260203: ::: completed emerge (28 of 65) dev-util/monodoc-1.2.1 to /
1172260203: >>> emerge (29 of 65) dev-dotnet/pe-format-0 to /
1172260203: === (29 of 65) Cleaning (dev-dotnet/pe-format-0::/usr/portage/dev-dotnet/pe-format/pe-format-0.ebuild)
1172260204: === (29 of 65) Compiling/Merging (dev-dotnet/pe-format-0::/usr/portage/dev-dotnet/pe-format/pe-format-0.ebuild)
1172260222: >>> AUTOCLEAN: dev-dotnet/pe-format
1172260222: --- AUTOCLEAN: Nothing unmerged.
1172260222: === (29 of 65) Post-Build Cleaning (dev-dotnet/pe-format-0::/usr/portage/dev-dotnet/pe-format/pe-format-0.ebuild)
1172260222: ::: completed emerge (29 of 65) dev-dotnet/pe-format-0 to /
1172260223: >>> emerge (30 of 65) gnome-base/gnome-session-2.16.2 to /
1172260223: === (30 of 65) Cleaning (gnome-base/gnome-session-2.16.2::/usr/portage/gnome-base/gnome-session/gnome-session-2.16.2.ebuild)
1172260224: === (30 of 65) Compiling/Merging (gnome-base/gnome-session-2.16.2::/usr/portage/gnome-base/gnome-session/gnome-session-2.16.2.ebuild)
1172260462: >>> AUTOCLEAN: gnome-base/gnome-session
1172260462: === Unmerging... (gnome-base/gnome-session-2.16.1)
1172260471: >>> unmerge success: gnome-base/gnome-session-2.16.1
1172260471: === (30 of 65) Post-Build Cleaning (gnome-base/gnome-session-2.16.2::/usr/portage/gnome-base/gnome-session/gnome-session-2.16.2.ebuild)
1172260471: ::: completed emerge (30 of 65) gnome-base/gnome-session-2.16.2 to /
1172260471: >>> emerge (31 of 65) sys-devel/gdb-6.6 to /
1172260471: === (31 of 65) Cleaning (sys-devel/gdb-6.6::/usr/portage/sys-devel/gdb/gdb-6.6.ebuild)
1172260473: === (31 of 65) Compiling/Merging (sys-devel/gdb-6.6::/usr/portage/sys-devel/gdb/gdb-6.6.ebuild)
1172261321: >>> AUTOCLEAN: sys-devel/gdb
1172261321: === Unmerging... (sys-devel/gdb-6.4)
1172261325: >>> unmerge success: sys-devel/gdb-6.4
1172261325: === (31 of 65) Post-Build Cleaning (sys-devel/gdb-6.6::/usr/portage/sys-devel/gdb/gdb-6.6.ebuild)
1172261325: ::: completed emerge (31 of 65) sys-devel/gdb-6.6 to /
1172261325: >>> emerge (32 of 65) app-office/abiword-2.4.5-r1 to /
1172261326: === (32 of 65) Cleaning (app-office/abiword-2.4.5-r1::/usr/portage/app-office/abiword/abiword-2.4.5-r1.ebuild)
1172261327: === (32 of 65) Compiling/Merging (app-office/abiword-2.4.5-r1::/usr/portage/app-office/abiword/abiword-2.4.5-r1.ebuild)
1172262281: >>> AUTOCLEAN: app-office/abiword
1172262281: === Unmerging... (app-office/abiword-2.4.5)
1172262284: >>> unmerge success: app-office/abiword-2.4.5
1172262284: === (32 of 65) Post-Build Cleaning (app-office/abiword-2.4.5-r1::/usr/portage/app-office/abiword/abiword-2.4.5-r1.ebuild)
1172262284: ::: completed emerge (32 of 65) app-office/abiword-2.4.5-r1 to /
1172262284: >>> emerge (33 of 65) app-editors/nano-2.0.2 to /
1172262285: === (33 of 65) Cleaning (app-editors/nano-2.0.2::/usr/portage/app-editors/nano/nano-2.0.2.ebuild)
1172262286: === (33 of 65) Compiling/Merging (app-editors/nano-2.0.2::/usr/portage/app-editors/nano/nano-2.0.2.ebuild)
1172262355: >>> AUTOCLEAN: app-editors/nano
1172262355: === Unmerging... (app-editors/nano-2.0.1)
1172262357: >>> unmerge success: app-editors/nano-2.0.1
1172262357: === (33 of 65) Post-Build Cleaning (app-editors/nano-2.0.2::/usr/portage/app-editors/nano/nano-2.0.2.ebuild)
1172262357: ::: completed emerge (33 of 65) app-editors/nano-2.0.2 to /
1172262357: >>> emerge (34 of 65) net-analyzer/ettercap-0.7.3-r2 to /
1172262358: === (34 of 65) Cleaning (net-analyzer/ettercap-0.7.3-r2::/usr/portage/net-analyzer/ettercap/ettercap-0.7.3-r2.ebuild)
1172262359: === (34 of 65) Compiling/Merging (net-analyzer/ettercap-0.7.3-r2::/usr/portage/net-analyzer/ettercap/ettercap-0.7.3-r2.ebuild)
1172262727: >>> AUTOCLEAN: net-analyzer/ettercap
1172262727: === Unmerging... (net-analyzer/ettercap-0.7.3)
1172262730: >>> unmerge success: net-analyzer/ettercap-0.7.3
1172262730: === (34 of 65) Post-Build Cleaning (net-analyzer/ettercap-0.7.3-r2::/usr/portage/net-analyzer/ettercap/ettercap-0.7.3-r2.ebuild)
1172262730: ::: completed emerge (34 of 65) net-analyzer/ettercap-0.7.3-r2 to /
1172262730: >>> emerge (35 of 65) gnome-extra/deskbar-applet-2.16.2-r1 to /
1172262731: === (35 of 65) Cleaning (gnome-extra/deskbar-applet-2.16.2-r1::/usr/portage/gnome-extra/deskbar-applet/deskbar-applet-2.16.2-r1.ebuild)
1172262732: === (35 of 65) Compiling/Merging (gnome-extra/deskbar-applet-2.16.2-r1::/usr/portage/gnome-extra/deskbar-applet/deskbar-applet-2.16.2-r1.ebuild)
1172263518: >>> AUTOCLEAN: gnome-extra/deskbar-applet
1172263518: === Unmerging... (gnome-extra/deskbar-applet-2.16.2)
1172263522: >>> unmerge success: gnome-extra/deskbar-applet-2.16.2
1172263522: === (35 of 65) Post-Build Cleaning (gnome-extra/deskbar-applet-2.16.2-r1::/usr/portage/gnome-extra/deskbar-applet/deskbar-applet-2.16.2-r1.ebuild)
1172263522: ::: completed emerge (35 of 65) gnome-extra/deskbar-applet-2.16.2-r1 to /
1172263523: >>> emerge (36 of 65) x11-themes/ximian-artwork-0.2.32.1 to /
1172263523: === (36 of 65) Cleaning (x11-themes/ximian-artwork-0.2.32.1::/usr/portage/x11-themes/ximian-artwork/ximian-artwork-0.2.32.1.ebuild)
1172263524: === (36 of 65) Compiling/Merging (x11-themes/ximian-artwork-0.2.32.1::/usr/portage/x11-themes/ximian-artwork/ximian-artwork-0.2.32.1.ebuild)
1172263681: >>> AUTOCLEAN: x11-themes/ximian-artwork
1172263681: === Unmerging... (x11-themes/ximian-artwork-0.2.29.0.6.3)
1172263684: >>> unmerge success: x11-themes/ximian-artwork-0.2.29.0.6.3
1172263684: === (36 of 65) Post-Build Cleaning (x11-themes/ximian-artwork-0.2.32.1::/usr/portage/x11-themes/ximian-artwork/ximian-artwork-0.2.32.1.ebuild)
1172263684: ::: completed emerge (36 of 65) x11-themes/ximian-artwork-0.2.32.1 to /
1172263684: >>> emerge (37 of 65) x11-misc/xscreensaver-5.01-r2 to /
1172263685: === (37 of 65) Cleaning (x11-misc/xscreensaver-5.01-r2::/usr/portage/x11-misc/xscreensaver/xscreensaver-5.01-r2.ebuild)
1172263686: === (37 of 65) Compiling/Merging (x11-misc/xscreensaver-5.01-r2::/usr/portage/x11-misc/xscreensaver/xscreensaver-5.01-r2.ebuild)
1172264226: >>> AUTOCLEAN: x11-misc/xscreensaver
1172264226: === Unmerging... (x11-misc/xscreensaver-4.24)
1172264235: >>> unmerge success: x11-misc/xscreensaver-4.24
1172264235: === (37 of 65) Post-Build Cleaning (x11-misc/xscreensaver-5.01-r2::/usr/portage/x11-misc/xscreensaver/xscreensaver-5.01-r2.ebuild)
1172264235: ::: completed emerge (37 of 65) x11-misc/xscreensaver-5.01-r2 to /
1172264235: >>> emerge (38 of 65) app-editors/gvim-7.0.174 to /
1172264235: === (38 of 65) Cleaning (app-editors/gvim-7.0.174::/usr/portage/app-editors/gvim/gvim-7.0.174.ebuild)
1172264237: === (38 of 65) Compiling/Merging (app-editors/gvim-7.0.174::/usr/portage/app-editors/gvim/gvim-7.0.174.ebuild)
1172264635: >>> AUTOCLEAN: app-editors/gvim
1172264635: === Unmerging... (app-editors/gvim-7.0.17)
1172264643: >>> unmerge success: app-editors/gvim-7.0.17
1172264643: === (38 of 65) Post-Build Cleaning (app-editors/gvim-7.0.174::/usr/portage/app-editors/gvim/gvim-7.0.174.ebuild)
1172264643: ::: completed emerge (38 of 65) app-editors/gvim-7.0.174 to /
1172264643: >>> emerge (39 of 65) app-text/acroread-7.0.9-r1 to /
1172264643: === (39 of 65) Cleaning (app-text/acroread-7.0.9-r1::/usr/portage/app-text/acroread/acroread-7.0.9-r1.ebuild)
1172264644: === (39 of 65) Compiling/Merging (app-text/acroread-7.0.9-r1::/usr/portage/app-text/acroread/acroread-7.0.9-r1.ebuild)
1172264704: >>> AUTOCLEAN: app-text/acroread
1172264704: === Unmerging... (app-text/acroread-7.0.9)
1172264708: >>> unmerge success: app-text/acroread-7.0.9
1172264708: === (39 of 65) Post-Build Cleaning (app-text/acroread-7.0.9-r1::/usr/portage/app-text/acroread/acroread-7.0.9-r1.ebuild)
1172264708: ::: completed emerge (39 of 65) app-text/acroread-7.0.9-r1 to /
1172264708: >>> emerge (40 of 65) x11-libs/gtk+-1.2.10-r12 to /
1172264709: === (40 of 65) Cleaning (x11-libs/gtk+-1.2.10-r12::/usr/portage/x11-libs/gtk+/gtk+-1.2.10-r12.ebuild)
1172264710: === (40 of 65) Compiling/Merging (x11-libs/gtk+-1.2.10-r12::/usr/portage/x11-libs/gtk+/gtk+-1.2.10-r12.ebuild)
1172265612: >>> AUTOCLEAN: x11-libs/gtk+
1172265612: --- AUTOCLEAN: Nothing unmerged.
1172265612: === (40 of 65) Post-Build Cleaning (x11-libs/gtk+-1.2.10-r12::/usr/portage/x11-libs/gtk+/gtk+-1.2.10-r12.ebuild)
1172265612: ::: completed emerge (40 of 65) x11-libs/gtk+-1.2.10-r12 to /
1172265612: >>> emerge (41 of 65) x11-terms/eterm-0.9.4 to /
1172265612: === (41 of 65) Cleaning (x11-terms/eterm-0.9.4::/usr/portage/x11-terms/eterm/eterm-0.9.4.ebuild)
1172265613: === (41 of 65) Compiling/Merging (x11-terms/eterm-0.9.4::/usr/portage/x11-terms/eterm/eterm-0.9.4.ebuild)
1172265872: >>> AUTOCLEAN: x11-terms/eterm
1172265872: === Unmerging... (x11-terms/eterm-0.9.3-r4)
1172265876: >>> unmerge success: x11-terms/eterm-0.9.3-r4
1172265876: === (41 of 65) Post-Build Cleaning (x11-terms/eterm-0.9.4::/usr/portage/x11-terms/eterm/eterm-0.9.4.ebuild)
1172265876: ::: completed emerge (41 of 65) x11-terms/eterm-0.9.4 to /
1172265876: >>> emerge (42 of 65) app-admin/system-tools-backends-1.4.2-r1 to /
1172265876: === (42 of 65) Cleaning (app-admin/system-tools-backends-1.4.2-r1::/usr/portage/app-admin/system-tools-backends/system-tools-backends-1.4.2-r1.ebuild)
1172265877: === (42 of 65) Compiling/Merging (app-admin/system-tools-backends-1.4.2-r1::/usr/portage/app-admin/system-tools-backends/system-tools-backends-1.4.2-r1.ebuild)
1172265965: >>> AUTOCLEAN: app-admin/system-tools-backends
1172265965: === Unmerging... (app-admin/system-tools-backends-1.4.2)
1172265969: >>> unmerge success: app-admin/system-tools-backends-1.4.2
1172265969: === (42 of 65) Post-Build Cleaning (app-admin/system-tools-backends-1.4.2-r1::/usr/portage/app-admin/system-tools-backends/system-tools-backends-1.4.2-r1.ebuild)
1172265969: ::: completed emerge (42 of 65) app-admin/system-tools-backends-1.4.2-r1 to /
1172265970: >>> emerge (43 of 65) gnome-extra/yelp-2.16.2 to /
1172265970: === (43 of 65) Cleaning (gnome-extra/yelp-2.16.2::/usr/portage/gnome-extra/yelp/yelp-2.16.2.ebuild)
1172265971: === (43 of 65) Compiling/Merging (gnome-extra/yelp-2.16.2::/usr/portage/gnome-extra/yelp/yelp-2.16.2.ebuild)
1172266177: >>> AUTOCLEAN: gnome-extra/yelp
1172266177: === Unmerging... (gnome-extra/yelp-2.16.1)
1172266185: >>> unmerge success: gnome-extra/yelp-2.16.1
1172266185: === (43 of 65) Post-Build Cleaning (gnome-extra/yelp-2.16.2::/usr/portage/gnome-extra/yelp/yelp-2.16.2.ebuild)
1172266185: ::: completed emerge (43 of 65) gnome-extra/yelp-2.16.2 to /
1172266185: >>> emerge (44 of 65) dev-util/cscope-15.6-r1 to /
1172266186: === (44 of 65) Cleaning (dev-util/cscope-15.6-r1::/usr/portage/dev-util/cscope/cscope-15.6-r1.ebuild)
1172266187: === (44 of 65) Compiling/Merging (dev-util/cscope-15.6-r1::/usr/portage/dev-util/cscope/cscope-15.6-r1.ebuild)
1172266251: >>> AUTOCLEAN: dev-util/cscope
1172266251: === Unmerging... (dev-util/cscope-15.5.20060927)
1172266254: >>> unmerge success: dev-util/cscope-15.5.20060927
1172266254: === (44 of 65) Post-Build Cleaning (dev-util/cscope-15.6-r1::/usr/portage/dev-util/cscope/cscope-15.6-r1.ebuild)
1172266254: ::: completed emerge (44 of 65) dev-util/cscope-15.6-r1 to /
1172266254: >>> emerge (45 of 65) net-fs/nfs-utils-1.0.10 to /
1172266255: === (45 of 65) Cleaning (net-fs/nfs-utils-1.0.10::/usr/portage/net-fs/nfs-utils/nfs-utils-1.0.10.ebuild)
1172266256: === (45 of 65) Compiling/Merging (net-fs/nfs-utils-1.0.10::/usr/portage/net-fs/nfs-utils/nfs-utils-1.0.10.ebuild)
1172266512: >>> AUTOCLEAN: net-fs/nfs-utils
1172266512: === Unmerging... (net-fs/nfs-utils-1.0.6-r6)
1172266516: >>> unmerge success: net-fs/nfs-utils-1.0.6-r6
1172266516: === (45 of 65) Post-Build Cleaning (net-fs/nfs-utils-1.0.10::/usr/portage/net-fs/nfs-utils/nfs-utils-1.0.10.ebuild)
1172266516: ::: completed emerge (45 of 65) net-fs/nfs-utils-1.0.10 to /
1172266516: >>> emerge (46 of 65) app-editors/vim-7.0.174 to /
1172266516: === (46 of 65) Cleaning (app-editors/vim-7.0.174::/usr/portage/app-editors/vim/vim-7.0.174.ebuild)
1172266518: === (46 of 65) Compiling/Merging (app-editors/vim-7.0.174::/usr/portage/app-editors/vim/vim-7.0.174.ebuild)
1172266824: >>> AUTOCLEAN: app-editors/vim
1172266824: === Unmerging... (app-editors/vim-7.0.17)
1172266831: >>> unmerge success: app-editors/vim-7.0.17
1172266831: === (46 of 65) Post-Build Cleaning (app-editors/vim-7.0.174::/usr/portage/app-editors/vim/vim-7.0.174.ebuild)
1172266831: ::: completed emerge (46 of 65) app-editors/vim-7.0.174 to /
1172266832: >>> emerge (47 of 65) sys-apps/file-4.19 to /
1172266832: === (47 of 65) Cleaning (sys-apps/file-4.19::/usr/portage/sys-apps/file/file-4.19.ebuild)
1172266833: === (47 of 65) Compiling/Merging (sys-apps/file-4.19::/usr/portage/sys-apps/file/file-4.19.ebuild)
1172266957: >>> AUTOCLEAN: sys-apps/file
1172266957: === Unmerging... (sys-apps/file-4.18)
1172266970: >>> unmerge success: sys-apps/file-4.18
1172266970: === (47 of 65) Post-Build Cleaning (sys-apps/file-4.19::/usr/portage/sys-apps/file/file-4.19.ebuild)
1172266970: ::: completed emerge (47 of 65) sys-apps/file-4.19 to /
1172266970: >>> emerge (48 of 65) sys-boot/syslinux-3.31 to /
1172266970: === (48 of 65) Cleaning (sys-boot/syslinux-3.31::/usr/portage/sys-boot/syslinux/syslinux-3.31.ebuild)
1172266972: === (48 of 65) Compiling/Merging (sys-boot/syslinux-3.31::/usr/portage/sys-boot/syslinux/syslinux-3.31.ebuild)
1172267066: >>> AUTOCLEAN: sys-boot/syslinux
1172267067: === Unmerging... (sys-boot/syslinux-3.20)
1172267070: >>> unmerge success: sys-boot/syslinux-3.20
1172267070: === (48 of 65) Post-Build Cleaning (sys-boot/syslinux-3.31::/usr/portage/sys-boot/syslinux/syslinux-3.31.ebuild)
1172267070: ::: completed emerge (48 of 65) sys-boot/syslinux-3.31 to /
1172267070: >>> emerge (49 of 65) sys-apps/util-linux-2.12r-r5 to /
1172267070: === (49 of 65) Cleaning (sys-apps/util-linux-2.12r-r5::/usr/portage/sys-apps/util-linux/util-linux-2.12r-r5.ebuild)
1172267071: === (49 of 65) Compiling/Merging (sys-apps/util-linux-2.12r-r5::/usr/portage/sys-apps/util-linux/util-linux-2.12r-r5.ebuild)
1172267201: >>> AUTOCLEAN: sys-apps/util-linux
1172267201: === Unmerging... (sys-apps/util-linux-2.12r-r4)
1172267207: >>> unmerge success: sys-apps/util-linux-2.12r-r4
1172267207: === (49 of 65) Post-Build Cleaning (sys-apps/util-linux-2.12r-r5::/usr/portage/sys-apps/util-linux/util-linux-2.12r-r5.ebuild)
1172267207: ::: completed emerge (49 of 65) sys-apps/util-linux-2.12r-r5 to /
1172267207: >>> emerge (50 of 65) www-apps/mediawiki-1.8.4 to /
1172267207: === (50 of 65) Cleaning (www-apps/mediawiki-1.8.4::/usr/portage/www-apps/mediawiki/mediawiki-1.8.4.ebuild)
1172267208: === (50 of 65) Compiling/Merging (www-apps/mediawiki-1.8.4::/usr/portage/www-apps/mediawiki/mediawiki-1.8.4.ebuild)
1172267283: >>> AUTOCLEAN: www-apps/mediawiki
1172267283: --- AUTOCLEAN: Nothing unmerged.
1172267283: === (50 of 65) Post-Build Cleaning (www-apps/mediawiki-1.8.4::/usr/portage/www-apps/mediawiki/mediawiki-1.8.4.ebuild)
1172267283: ::: completed emerge (50 of 65) www-apps/mediawiki-1.8.4 to /
1172267283: >>> emerge (51 of 65) kde-base/kdelibs-3.5.5-r8 to /
1172267283: === (51 of 65) Cleaning (kde-base/kdelibs-3.5.5-r8::/usr/portage/kde-base/kdelibs/kdelibs-3.5.5-r8.ebuild)
1172267288: === (51 of 65) Compiling/Merging (kde-base/kdelibs-3.5.5-r8::/usr/portage/kde-base/kdelibs/kdelibs-3.5.5-r8.ebuild)
1172275891: >>> AUTOCLEAN: kde-base/kdelibs
1172275891: === Unmerging... (kde-base/kdelibs-3.5.5-r5)
1172275901: >>> unmerge success: kde-base/kdelibs-3.5.5-r5
1172275901: === (51 of 65) Post-Build Cleaning (kde-base/kdelibs-3.5.5-r8::/usr/portage/kde-base/kdelibs/kdelibs-3.5.5-r8.ebuild)
1172275901: ::: completed emerge (51 of 65) kde-base/kdelibs-3.5.5-r8 to /
1172275901: >>> emerge (52 of 65) sys-apps/findutils-4.3.2-r1 to /
1172275901: === (52 of 65) Cleaning (sys-apps/findutils-4.3.2-r1::/usr/portage/sys-apps/findutils/findutils-4.3.2-r1.ebuild)
1172275901: === (52 of 65) Compiling/Merging (sys-apps/findutils-4.3.2-r1::/usr/portage/sys-apps/findutils/findutils-4.3.2-r1.ebuild)
1172276025: >>> AUTOCLEAN: sys-apps/findutils
1172276025: === Unmerging... (sys-apps/findutils-4.3.2)
1172276026: >>> unmerge success: sys-apps/findutils-4.3.2
1172276026: === (52 of 65) Post-Build Cleaning (sys-apps/findutils-4.3.2-r1::/usr/portage/sys-apps/findutils/findutils-4.3.2-r1.ebuild)
1172276026: ::: completed emerge (52 of 65) sys-apps/findutils-4.3.2-r1 to /
1172276026: >>> emerge (53 of 65) sys-apps/module-init-tools-3.2.2-r2 to /
1172276026: === (53 of 65) Cleaning (sys-apps/module-init-tools-3.2.2-r2::/usr/portage/sys-apps/module-init-tools/module-init-tools-3.2.2-r2.ebuild)
1172276027: === (53 of 65) Compiling/Merging (sys-apps/module-init-tools-3.2.2-r2::/usr/portage/sys-apps/module-init-tools/module-init-tools-3.2.2-r2.ebuild)
1172276086: >>> AUTOCLEAN: sys-apps/module-init-tools
1172276086: === Unmerging... (sys-apps/module-init-tools-3.2.2-r1)
1172276087: >>> unmerge success: sys-apps/module-init-tools-3.2.2-r1
1172276087: === (53 of 65) Post-Build Cleaning (sys-apps/module-init-tools-3.2.2-r2::/usr/portage/sys-apps/module-init-tools/module-init-tools-3.2.2-r2.ebuild)
1172276087: ::: completed emerge (53 of 65) sys-apps/module-init-tools-3.2.2-r2 to /
1172276087: >>> emerge (54 of 65) sys-fs/udev-104-r11 to /
1172276088: === (54 of 65) Cleaning (sys-fs/udev-104-r11::/usr/portage/sys-fs/udev/udev-104-r11.ebuild)
1172276088: === (54 of 65) Compiling/Merging (sys-fs/udev-104-r11::/usr/portage/sys-fs/udev/udev-104-r11.ebuild)
1172276154: >>> AUTOCLEAN: sys-fs/udev
1172276154: === Unmerging... (sys-fs/udev-103)
1172276156: >>> unmerge success: sys-fs/udev-103
1172276156: === (54 of 65) Post-Build Cleaning (sys-fs/udev-104-r11::/usr/portage/sys-fs/udev/udev-104-r11.ebuild)
1172276156: ::: completed emerge (54 of 65) sys-fs/udev-104-r11 to /
1172276156: >>> emerge (55 of 65) dev-util/mono-tools-1.2.1 to /
1172276156: === (55 of 65) Cleaning (dev-util/mono-tools-1.2.1::/usr/portage/dev-util/mono-tools/mono-tools-1.2.1.ebuild)
1172276156: === (55 of 65) Compiling/Merging (dev-util/mono-tools-1.2.1::/usr/portage/dev-util/mono-tools/mono-tools-1.2.1.ebuild)
1172276231: >>> AUTOCLEAN: dev-util/mono-tools
1172276231: --- AUTOCLEAN: Nothing unmerged.
1172276231: === (55 of 65) Post-Build Cleaning (dev-util/mono-tools-1.2.1::/usr/portage/dev-util/mono-tools/mono-tools-1.2.1.ebuild)
1172276231: ::: completed emerge (55 of 65) dev-util/mono-tools-1.2.1 to /
1172276231: >>> emerge (56 of 65) net-analyzer/ike-scan-1.9 to /
1172276232: === (56 of 65) Cleaning (net-analyzer/ike-scan-1.9::/usr/portage/net-analyzer/ike-scan/ike-scan-1.9.ebuild)
1172276232: === (56 of 65) Compiling/Merging (net-analyzer/ike-scan-1.9::/usr/portage/net-analyzer/ike-scan/ike-scan-1.9.ebuild)
1172276264: >>> AUTOCLEAN: net-analyzer/ike-scan
1172276264: === Unmerging... (net-analyzer/ike-scan-1.8-r1)
1172276267: >>> unmerge success: net-analyzer/ike-scan-1.8-r1
1172276267: === (56 of 65) Post-Build Cleaning (net-analyzer/ike-scan-1.9::/usr/portage/net-analyzer/ike-scan/ike-scan-1.9.ebuild)
1172276267: ::: completed emerge (56 of 65) net-analyzer/ike-scan-1.9 to /
1172276267: >>> emerge (57 of 65) net-analyzer/snort-2.6.1.3 to /
1172276268: === (57 of 65) Cleaning (net-analyzer/snort-2.6.1.3::/usr/portage/net-analyzer/snort/snort-2.6.1.3.ebuild)
1172276269: === (57 of 65) Compiling/Merging (net-analyzer/snort-2.6.1.3::/usr/portage/net-analyzer/snort/snort-2.6.1.3.ebuild)
1172276494: >>> AUTOCLEAN: net-analyzer/snort
1172276494: === Unmerging... (net-analyzer/snort-2.4.5)
1172276496: >>> unmerge success: net-analyzer/snort-2.4.5
1172276496: === (57 of 65) Post-Build Cleaning (net-analyzer/snort-2.6.1.3::/usr/portage/net-analyzer/snort/snort-2.6.1.3.ebuild)
1172276496: ::: completed emerge (57 of 65) net-analyzer/snort-2.6.1.3 to /
1172276496: >>> emerge (58 of 65) media-sound/lame-3.97 to /
1172276496: === (58 of 65) Cleaning (media-sound/lame-3.97::/usr/portage/media-sound/lame/lame-3.97.ebuild)
1172276497: === (58 of 65) Compiling/Merging (media-sound/lame-3.97::/usr/portage/media-sound/lame/lame-3.97.ebuild)
1172276629: >>> AUTOCLEAN: media-sound/lame
1172276629: === Unmerging... (media-sound/lame-3.96.1)
1172276630: >>> unmerge success: media-sound/lame-3.96.1
1172276630: === (58 of 65) Post-Build Cleaning (media-sound/lame-3.97::/usr/portage/media-sound/lame/lame-3.97.ebuild)
1172276630: ::: completed emerge (58 of 65) media-sound/lame-3.97 to /
1172276630: >>> emerge (59 of 65) media-libs/gst-plugins-base-0.10.11 to /
1172276631: === (59 of 65) Cleaning (media-libs/gst-plugins-base-0.10.11::/usr/portage/media-libs/gst-plugins-base/gst-plugins-base-0.10.11.ebuild)
1172276632: === (59 of 65) Compiling/Merging (media-libs/gst-plugins-base-0.10.11::/usr/portage/media-libs/gst-plugins-base/gst-plugins-base-0.10.11.ebuild)
1172276964: >>> AUTOCLEAN: media-libs/gst-plugins-base
1172276964: === Unmerging... (media-libs/gst-plugins-base-0.10.8)
1172276966: >>> unmerge success: media-libs/gst-plugins-base-0.10.8
1172276966: === (59 of 65) Post-Build Cleaning (media-libs/gst-plugins-base-0.10.11::/usr/portage/media-libs/gst-plugins-base/gst-plugins-base-0.10.11.ebuild)
1172276966: ::: completed emerge (59 of 65) media-libs/gst-plugins-base-0.10.11 to /
1172276966: >>> emerge (60 of 65) app-arch/rar-3.7.0_beta1 to /
1172276967: === (60 of 65) Cleaning (app-arch/rar-3.7.0_beta1::/usr/portage/app-arch/rar/rar-3.7.0_beta1.ebuild)
1172276967: === (60 of 65) Compiling/Merging (app-arch/rar-3.7.0_beta1::/usr/portage/app-arch/rar/rar-3.7.0_beta1.ebuild)
1172276973: >>> AUTOCLEAN: app-arch/rar
1172276973: === Unmerging... (app-arch/rar-3.5.1)
1172276974: >>> unmerge success: app-arch/rar-3.5.1
1172276974: === (60 of 65) Post-Build Cleaning (app-arch/rar-3.7.0_beta1::/usr/portage/app-arch/rar/rar-3.7.0_beta1.ebuild)
1172276974: ::: completed emerge (60 of 65) app-arch/rar-3.7.0_beta1 to /
1172276974: >>> emerge (61 of 65) net-wireless/rt2500-1.1.0_pre2007020911 to /
1172276974: === (61 of 65) Cleaning (net-wireless/rt2500-1.1.0_pre2007020911::/usr/portage/net-wireless/rt2500/rt2500-1.1.0_pre2007020911.ebuild)
1172276976: === (61 of 65) Compiling/Merging (net-wireless/rt2500-1.1.0_pre2007020911::/usr/portage/net-wireless/rt2500/rt2500-1.1.0_pre2007020911.ebuild)
1172277053: >>> AUTOCLEAN: net-wireless/rt2500
1172277053: === Unmerging... (net-wireless/rt2500-1.1.0_beta4)
1172277054: >>> unmerge success: net-wireless/rt2500-1.1.0_beta4
1172277054: === (61 of 65) Post-Build Cleaning (net-wireless/rt2500-1.1.0_pre2007020911::/usr/portage/net-wireless/rt2500/rt2500-1.1.0_pre2007020911.ebuild)
1172277054: ::: completed emerge (61 of 65) net-wireless/rt2500-1.1.0_pre2007020911 to /
1172277054: >>> emerge (62 of 65) x11-drivers/ati-drivers-8.34.8 to /
1172277055: === (62 of 65) Cleaning (x11-drivers/ati-drivers-8.34.8::/usr/portage/x11-drivers/ati-drivers/ati-drivers-8.34.8.ebuild)
1172277055: === (62 of 65) Compiling/Merging (x11-drivers/ati-drivers-8.34.8::/usr/portage/x11-drivers/ati-drivers/ati-drivers-8.34.8.ebuild)
1172277256: >>> AUTOCLEAN: x11-drivers/ati-drivers
1172277256: === Unmerging... (x11-drivers/ati-drivers-8.32.5)
1172277277: >>> unmerge success: x11-drivers/ati-drivers-8.32.5
1172277277: === (62 of 65) Post-Build Cleaning (x11-drivers/ati-drivers-8.34.8::/usr/portage/x11-drivers/ati-drivers/ati-drivers-8.34.8.ebuild)
1172277277: ::: completed emerge (62 of 65) x11-drivers/ati-drivers-8.34.8 to /
1172277277: >>> emerge (63 of 65) media-plugins/gst-plugins-alsa-0.10.11 to /
1172277277: === (63 of 65) Cleaning (media-plugins/gst-plugins-alsa-0.10.11::/usr/portage/media-plugins/gst-plugins-alsa/gst-plugins-alsa-0.10.11.ebuild)
1172277278: === (63 of 65) Compiling/Merging (media-plugins/gst-plugins-alsa-0.10.11::/usr/portage/media-plugins/gst-plugins-alsa/gst-plugins-alsa-0.10.11.ebuild)
1172277337: >>> AUTOCLEAN: media-plugins/gst-plugins-alsa
1172277337: --- AUTOCLEAN: Nothing unmerged.
1172277337: === (63 of 65) Post-Build Cleaning (media-plugins/gst-plugins-alsa-0.10.11::/usr/portage/media-plugins/gst-plugins-alsa/gst-plugins-alsa-0.10.11.ebuild)
1172277337: ::: completed emerge (63 of 65) media-plugins/gst-plugins-alsa-0.10.11 to /
1172277337: >>> emerge (64 of 65) media-libs/gst-plugins-good-0.10.4 to /
1172277337: === (64 of 65) Cleaning (media-libs/gst-plugins-good-0.10.4::/usr/portage/media-libs/gst-plugins-good/gst-plugins-good-0.10.4.ebuild)
1172277338: === (64 of 65) Compiling/Merging (media-libs/gst-plugins-good-0.10.4::/usr/portage/media-libs/gst-plugins-good/gst-plugins-good-0.10.4.ebuild)
1172277747: >>> AUTOCLEAN: media-libs/gst-plugins-good
1172277747: === Unmerging... (media-libs/gst-plugins-good-0.10.3)
1172277750: >>> unmerge success: media-libs/gst-plugins-good-0.10.3
1172277750: === (64 of 65) Post-Build Cleaning (media-libs/gst-plugins-good-0.10.4::/usr/portage/media-libs/gst-plugins-good/gst-plugins-good-0.10.4.ebuild)
1172277750: ::: completed emerge (64 of 65) media-libs/gst-plugins-good-0.10.4 to /
1172277750: >>> emerge (65 of 65) gnome-base/gnome-2.16.2 to /
1172277750: === (65 of 65) Cleaning (gnome-base/gnome-2.16.2::/usr/portage/gnome-base/gnome/gnome-2.16.2.ebuild)
1172277750: === (65 of 65) Compiling/Merging (gnome-base/gnome-2.16.2::/usr/portage/gnome-base/gnome/gnome-2.16.2.ebuild)
1172277752: >>> AUTOCLEAN: gnome-base/gnome
1172277752: === Unmerging... (gnome-base/gnome-2.16.1)
1172277753: >>> unmerge success: gnome-base/gnome-2.16.1
1172277753: === (65 of 65) Post-Build Cleaning (gnome-base/gnome-2.16.2::/usr/portage/gnome-base/gnome/gnome-2.16.2.ebuild)
1172277753: ::: completed emerge (65 of 65) gnome-base/gnome-2.16.2 to /
1172277753: *** Finished. Cleaning up...
1172277753: *** exiting successfully.
1172277764: *** terminating.
1172484904: Started emerge on: Feb 26, 2007 10:15:04
1172484904: *** emerge xdm
1172484905: >>> emerge (1 of 1) x11-apps/xdm-1.0.5 to /
1172484906: === (1 of 1) Cleaning (x11-apps/xdm-1.0.5::/usr/portage/x11-apps/xdm/xdm-1.0.5.ebuild)
1172484906: === (1 of 1) Compiling/Merging (x11-apps/xdm-1.0.5::/usr/portage/x11-apps/xdm/xdm-1.0.5.ebuild)
1172484955: === (1 of 1) Updating world file (x11-apps/xdm-1.0.5)
1172484955: >>> AUTOCLEAN: x11-apps/xdm
1172484955: --- AUTOCLEAN: Nothing unmerged.
1172484955: === (1 of 1) Post-Build Cleaning (x11-apps/xdm-1.0.5::/usr/portage/x11-apps/xdm/xdm-1.0.5.ebuild)
1172484955: ::: completed emerge (1 of 1) x11-apps/xdm-1.0.5 to /
1172484955: *** Finished. Cleaning up...
1172484955: *** exiting successfully.
1172484960: *** terminating.
1172486281: Started emerge on: Feb 26, 2007 10:38:01
1172486281: *** emerge ati-drivers
1172486282: >>> emerge (1 of 1) x11-drivers/ati-drivers-8.34.8 to /
1172486283: === (1 of 1) Cleaning (x11-drivers/ati-drivers-8.34.8::/usr/portage/x11-drivers/ati-drivers/ati-drivers-8.34.8.ebuild)
1172486283: === (1 of 1) Compiling/Merging (x11-drivers/ati-drivers-8.34.8::/usr/portage/x11-drivers/ati-drivers/ati-drivers-8.34.8.ebuild)
1172486368: >>> AUTOCLEAN: x11-drivers/ati-drivers
1172486368: --- AUTOCLEAN: Nothing unmerged.
1172486368: === (1 of 1) Post-Build Cleaning (x11-drivers/ati-drivers-8.34.8::/usr/portage/x11-drivers/ati-drivers/ati-drivers-8.34.8.ebuild)
1172486368: ::: completed emerge (1 of 1) x11-drivers/ati-drivers-8.34.8 to /
1172486368: *** Finished. Cleaning up...
1172486368: *** exiting successfully.
1172486374: *** terminating.
1172488025: Started emerge on: Feb 26, 2007 11:07:05
1172488025: *** emerge fontsproto
1172488027: >>> emerge (1 of 1) x11-proto/fontsproto-2.0.2 to /
1172488028: === (1 of 1) Cleaning (x11-proto/fontsproto-2.0.2::/usr/portage/x11-proto/fontsproto/fontsproto-2.0.2.ebuild)
1172488028: === (1 of 1) Compiling/Merging (x11-proto/fontsproto-2.0.2::/usr/portage/x11-proto/fontsproto/fontsproto-2.0.2.ebuild)
1172488037: === (1 of 1) Updating world file (x11-proto/fontsproto-2.0.2)
1172488037: >>> AUTOCLEAN: x11-proto/fontsproto
1172488037: --- AUTOCLEAN: Nothing unmerged.
1172488037: === (1 of 1) Post-Build Cleaning (x11-proto/fontsproto-2.0.2::/usr/portage/x11-proto/fontsproto/fontsproto-2.0.2.ebuild)
1172488037: ::: completed emerge (1 of 1) x11-proto/fontsproto-2.0.2 to /
1172488037: *** Finished. Cleaning up...
1172488038: *** exiting successfully.
1172488038: *** terminating.
1172488268: Started emerge on: Feb 26, 2007 11:11:08
1172488268: *** emerge font-alias font-misc-misc
1172488333: >>> emerge (1 of 2) media-fonts/font-alias-1.0.1 to /
1172488333: === (1 of 2) Cleaning (media-fonts/font-alias-1.0.1::/usr/portage/media-fonts/font-alias/font-alias-1.0.1.ebuild)
1172488334: === (1 of 2) Compiling/Merging (media-fonts/font-alias-1.0.1::/usr/portage/media-fonts/font-alias/font-alias-1.0.1.ebuild)
1172488345: === (1 of 2) Updating world file (media-fonts/font-alias-1.0.1)
1172488345: >>> AUTOCLEAN: media-fonts/font-alias
1172488345: --- AUTOCLEAN: Nothing unmerged.
1172488345: === (1 of 2) Post-Build Cleaning (media-fonts/font-alias-1.0.1::/usr/portage/media-fonts/font-alias/font-alias-1.0.1.ebuild)
1172488345: ::: completed emerge (1 of 2) media-fonts/font-alias-1.0.1 to /
1172488345: >>> emerge (2 of 2) media-fonts/font-misc-misc-1.0.0 to /
1172488345: === (2 of 2) Cleaning (media-fonts/font-misc-misc-1.0.0::/usr/portage/media-fonts/font-misc-misc/font-misc-misc-1.0.0.ebuild)
1172488346: === (2 of 2) Compiling/Merging (media-fonts/font-misc-misc-1.0.0::/usr/portage/media-fonts/font-misc-misc/font-misc-misc-1.0.0.ebuild)
1172488397: === (2 of 2) Updating world file (media-fonts/font-misc-misc-1.0.0)
1172488397: >>> AUTOCLEAN: media-fonts/font-misc-misc
1172488397: --- AUTOCLEAN: Nothing unmerged.
1172488397: === (2 of 2) Post-Build Cleaning (media-fonts/font-misc-misc-1.0.0::/usr/portage/media-fonts/font-misc-misc/font-misc-misc-1.0.0.ebuild)
1172488397: ::: completed emerge (2 of 2) media-fonts/font-misc-misc-1.0.0 to /
1172488397: *** Finished. Cleaning up...
1172488398: *** exiting successfully.
1172488403: *** terminating.
1172488459: Started emerge on: Feb 26, 2007 11:14:19
1172488459: *** emerge xorgautoconfig
1172488460: *** terminating.
1172489728: Started emerge on: Feb 26, 2007 11:35:28
1172489728: *** emerge sync
1172489728: === sync
1172489729: >>> Starting rsync with rsync://192.168.2.4/gentoo-portage
1172489877: === Sync completed with rsync://192.168.2.4/gentoo-portage
1172490029: *** terminating.
1172490959: Started emerge on: Feb 26, 2007 11:55:59
1172490959: *** emerge sync
1172490959: === sync
1172490959: >>> Starting rsync with rsync://192.168.2.4/gentoo-portage
1172490960: >>> Cancelling sync -- Already current.
1172490960: *** terminating.
1172491027: Started emerge on: Feb 26, 2007 11:57:07
1172491027: *** emerge sync
1172491027: === sync
1172491027: >>> Starting rsync with rsync://192.168.2.4/gentoo-portage
1172491157: === Sync completed with rsync://192.168.2.4/gentoo-portage
1172491301: *** terminating.
1172491429: Started emerge on: Feb 26, 2007 12:03:49
1172491429: *** emerge --update cairo
1172491431: >>> emerge (1 of 1) x11-libs/cairo-1.2.6 to /
1172491432: === (1 of 1) Cleaning (x11-libs/cairo-1.2.6::/usr/portage/x11-libs/cairo/cairo-1.2.6.ebuild)
1172491432: === (1 of 1) Compiling/Merging (x11-libs/cairo-1.2.6::/usr/portage/x11-libs/cairo/cairo-1.2.6.ebuild)
1172491565: === (1 of 1) Updating world file (x11-libs/cairo-1.2.6)
1172491565: >>> AUTOCLEAN: x11-libs/cairo
1172491565: === Unmerging... (x11-libs/cairo-1.2.4)
1172491567: >>> unmerge success: x11-libs/cairo-1.2.4
1172491567: === (1 of 1) Post-Build Cleaning (x11-libs/cairo-1.2.6::/usr/portage/x11-libs/cairo/cairo-1.2.6.ebuild)
1172491567: ::: completed emerge (1 of 1) x11-libs/cairo-1.2.6 to /
1172491567: *** Finished. Cleaning up...
1172491568: *** exiting successfully.
1172491568: *** terminating.
1172498669: Started emerge on: Feb 26, 2007 14:04:29
1172498670: *** emerge netkit-routed
1172498708: >>> emerge (1 of 1) net-misc/netkit-routed-0.17-r3 to /
1172498708: === (1 of 1) Cleaning (net-misc/netkit-routed-0.17-r3::/usr/portage/net-misc/netkit-routed/netkit-routed-0.17-r3.ebuild)
1172498709: === (1 of 1) Compiling/Merging (net-misc/netkit-routed-0.17-r3::/usr/portage/net-misc/netkit-routed/netkit-routed-0.17-r3.ebuild)
1172498718: >>> AUTOCLEAN: net-misc/netkit-ro
Back to top
View user's profile Send private message
kittykat
n00b
n00b


Joined: 24 Mar 2006
Posts: 19

PostPosted: Wed Feb 28, 2007 6:09 pm    Post subject: Reply with quote

continued (since the last post seemed to get chopped
---

here is what i emerged


Code:

1172488459: Started emerge on: Feb 26, 2007 11:14:19
1172488459:  *** emerge  xorgautoconfig
1172488460:  *** terminating.
1172489728: Started emerge on: Feb 26, 2007 11:35:28
1172489728:  *** emerge  sync
1172489728:  === sync
1172489729: >>> Starting rsync with rsync://192.168.2.4/gentoo-portage
1172489877: === Sync completed with rsync://192.168.2.4/gentoo-portage
1172490029:  *** terminating.
1172490959: Started emerge on: Feb 26, 2007 11:55:59
1172490959:  *** emerge  sync
1172490959:  === sync
1172490959: >>> Starting rsync with rsync://192.168.2.4/gentoo-portage
1172490960: >>> Cancelling sync -- Already current.
1172490960:  *** terminating.
1172491027: Started emerge on: Feb 26, 2007 11:57:07
1172491027:  *** emerge  sync
1172491027:  === sync
1172491027: >>> Starting rsync with rsync://192.168.2.4/gentoo-portage
1172491157: === Sync completed with rsync://192.168.2.4/gentoo-portage
1172491301:  *** terminating.
1172491429: Started emerge on: Feb 26, 2007 12:03:49
1172491429:  *** emerge --update cairo
1172491431:  >>> emerge (1 of 1) x11-libs/cairo-1.2.6 to /
1172491432:  === (1 of 1) Cleaning (x11-libs/cairo-1.2.6::/usr/portage/x11-libs/cairo/cairo-1.2.6.ebuild)
1172491432:  === (1 of 1) Compiling/Merging (x11-libs/cairo-1.2.6::/usr/portage/x11-libs/cairo/cairo-1.2.6.ebuild)
1172491565:  === (1 of 1) Updating world file (x11-libs/cairo-1.2.6)
1172491565:  >>> AUTOCLEAN: x11-libs/cairo
1172491565: === Unmerging... (x11-libs/cairo-1.2.4)
1172491567:  >>> unmerge success: x11-libs/cairo-1.2.4
1172491567:  === (1 of 1) Post-Build Cleaning (x11-libs/cairo-1.2.6::/usr/portage/x11-libs/cairo/cairo-1.2.6.ebuild)
1172491567:  ::: completed emerge (1 of 1) x11-libs/cairo-1.2.6 to /
1172491567:  *** Finished. Cleaning up...
1172491568:  *** exiting successfully.
1172491568:  *** terminating.
1172498669: Started emerge on: Feb 26, 2007 14:04:29
1172498670:  *** emerge  netkit-routed
1172498708:  >>> emerge (1 of 1) net-misc/netkit-routed-0.17-r3 to /
1172498708:  === (1 of 1) Cleaning (net-misc/netkit-routed-0.17-r3::/usr/portage/net-misc/netkit-routed/netkit-routed-0.17-r3.ebuild)
1172498709:  === (1 of 1) Compiling/Merging (net-misc/netkit-routed-0.17-r3::/usr/portage/net-misc/netkit-routed/netkit-routed-0.17-r3.ebuild)
1172498718:  >>> AUTOCLEAN: net-misc/netkit-routed
1172498718:  --- AUTOCLEAN: Nothing unmerged.
1172498718:  === (1 of 1) Post-Build Cleaning (net-misc/netkit-routed-0.17-r3::/usr/portage/net-misc/netkit-routed/netkit-routed-0.17-r3.ebuild)
1172498718:  ::: completed emerge (1 of 1) net-misc/netkit-routed-0.17-r3 to /
1172498718:  *** Finished. Cleaning up...
1172498718:  *** exiting successfully.
1172498723:  *** terminating.



the large emerge "X of 65" is what broke it. I think the important bit is the upgrade of the ati-drivers. I would try uninstalling the new version and going back to the version i used to have - but i am unsure how to do this?

everything you can see after the "x of 65" emerge, was after it was broken. (For example emerging the font stuff was a tip i found on another page about the ATI Radeon XPRESS 200M...

-------

now for the next question: when i switch to vesa, I change this:

in the screen section I comment out the line that references:
Code:

Device "Radeon Xpress 200M"  (which is the identifier for that device)

and then instead add the line
Code:

Device "* Generic VESA compatible"


which then references this section:

Code:

Section "Device"
    Identifier "* Generic VESA compatible"
    Driver "vesa"
EndSection


when doing this (ie using the VESA driver) and doing "startx" - the grahical display starts, there is a mouse cursor for a moment that i can move, and then it crashes / dies.

The output of startx outputs no lines that begin with (EE)...

here is what it does output (handtyped, cat and tee seemed to not grab the output):

Code:

Synaptics DeviceInit called
SynapticsCtrl called.
    xkb_keycodes        { include "xfree86+aliases(qwerty)" };
    xkb_types              { include "complete" };
    xkb_compatibility    { include "complete" };
    xkb_symbols          { include "pc(pc104)+gb" };
    xkb_geometry        { include "pc(pc104)" };
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:       Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
>                     Ignoring extra symbols
Errors from xkbcomp are not fatal to the x server
Synaptics DeviceOn called

waiting for X sever to shutdown Synaptics DeviceOff called
FreeFontPath: FPE "/usr/share/fonts/misc/" refcount is 2, should be 1; fixing


I dont suspect any of that helps though, because the first bit is xkb and it says that that isn't fatal...
...and the fontpath message appears after X dies. (ps it says "fixing" but never fixes it - since that message is always output).


Please help!

thanks very much

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


Joined: 24 Mar 2006
Posts: 19

PostPosted: Wed Feb 28, 2007 6:48 pm    Post subject: Reply with quote

-- update

I checked around to see how to do it, and then did an emerge =ati-drivers-8.32.5

to rolll back to the version I had before.

Now when editing my xorg.conf:

- attempting to use the 'Device "Radeon Xpress 200M"' (driver "fglrx") I just get black screens.
- attempting to use the 'Device "** ATI Radeon (generic) [radeon]"' (driver radeon) - I get a purple couloured screen with lines across it - like it is attempting to display but something is wrong.
- attempting to use the vesa driver outputs:

(EE) AIGLX: Screen 0 is not DRI capable

(and this is the only error that is output).

thanks for the help,

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


Joined: 26 Mar 2004
Posts: 8

PostPosted: Wed Feb 28, 2007 8:40 pm    Post subject: Reply with quote

I think you have a problem in your xorg.conf somewhere. You might save the old file and reconfigure a new xorg.conf file to start again.

Also make sure you have VIDEO_CARDS="vesa radeon fglrx" for instance if you are going to try out all three. These should have been set before installing Xorg. I know all three will run with your video card because I have a similar laptop. The radeon driver doesn't have DRI working. The latest fglrx should work however.

I can remember on one install, for some reason when I installed Xorg it failed to pull in the emerge for the keyboard. You could have a similar problem or it might have missed another emerge.

I have found it at times to be very difficult to get Xorg working properly.
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
Page 1 of 1

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