Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
X locks up after first time with ATI
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
marto
n00b
n00b


Joined: 10 Oct 2004
Posts: 36
Location: Italia - Firenze

PostPosted: Thu Apr 03, 2008 7:29 am    Post subject: X locks up after first time with ATI Reply with quote

Hi all, I've just installed Gentoo on my laptop Acer Travelmate 8006LMi with ATI Mobility Radeon 9700, emerged X with fglrx driver but I can't start X more than once per boot without getting a lock up.

What I'm saying is that if start X for the first time after booting I get the twm window manager and glxinfo reports direct rendering is enabled, so all seem well, but as soon as I try to exit and start X again I get a black screen and then the laptop freezes. I can't even use Ctrl+Alt+backspace to kill X, nor Ctrl+Alt+Canc to force a shutdown.

After exiting X (only yhe first time since boot) I get the following:

Code:

xauth:  creating new authority file /root/.serverauth.5604


X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: UNKNOWN
Current Operating System: Linux tritatutto 2.6.23-tuxonice-r10 #8 Tue Apr 1 19:23:57 CEST 2008 i686
Build Date: 31 March 2008
   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: Wed Apr  2 20:24:11 2008
(==) Using config file: "/etc/X11/xorg.conf"
(II) Module already built-in
(II) Module already built-in
(EE) AIGLX error: dlsym for __driCreateNewScreen_20050727 failed (/usr/lib/dri/fglrx_dri.so: undefined symbol: __driCreateNewScreen_20050727)
(EE) AIGLX: reverting to software rendering
expected keysym, got XF86KbdLightOnOff: line 70 of pc
expected keysym, got XF86KbdBrightnessDown: line 71 of pc
expected keysym, got XF86KbdBrightnessUp: line 72 of pc
expected keysym, got XF86MonBrightnessDown: line 136 of inet
expected keysym, got XF86MonBrightnessUp: line 137 of inet
expected keysym, got XF86KbdLightOnOff: line 140 of inet
expected keysym, got XF86KbdBrightnessDown: line 141 of inet
expected keysym, got XF86KbdBrightnessUp: line 142 of inet
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
xinit:  No such file or directory (errno 2):  Cannot register with ConsoleKit: org.freedesktop.CkConnector.Error: Unable to open session: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
Warning: Missing charsets in String to FontSet conversion

waiting for X server to shut down X connection to :0.0 broken (explicit kill or server shutdown).
xterm:  fatal IO error 32 (Pipe rotta) or KillClient on X server ":0.0"
xterm:  fatal IO error 32 (Pipe rotta) or KillClient on X server ":0.0"
FreeFontPath: FPE "/usr/share/fonts/misc/" refcount is 2, should be 1; fixing.


I configured X using xorgconfig (Xorg -configure doesn't work for me, it always aborts with "Caught signal 11" message) and then aticonfig to get e minimal configuration. Tried setting UseInternalAGPGART option to both "yes" and "no" but it's always the same.

Any ideas?
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Thu Apr 03, 2008 11:40 am    Post subject: Reply with quote

Can you post your /etc/X11/xorg.conf and also your emerge --info plz ?
Back to top
View user's profile Send private message
marto
n00b
n00b


Joined: 10 Oct 2004
Posts: 36
Location: Italia - Firenze

PostPosted: Thu Apr 03, 2008 12:17 pm    Post subject: Reply with quote

Sure, here they are

xorg.conf
Code:

Section "ServerLayout"
   Identifier     "Simple Layout"
   Screen      0  "aticonfig-Screen[0]" 0 0
   InputDevice    "Mouse1" "CorePointer"
   InputDevice    "Keyboard1" "CoreKeyboard"
EndSection

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

Section "Module"
   Load  "dbe"     # Double buffer extension
   SubSection "extmod"
      Option       "omit xfree86-dga"   # don't initialise the DGA extension
   EndSubSection
   Load  "freetype"
EndSection

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

Section "InputDevice"
   Identifier  "Mouse1"
   Driver      "mouse"
   Option       "Protocol" "Auto"   # Auto detect
   Option       "Device" "/dev/input/mice"
   Option       "ZAxisMapping" "4 5 6 7"
   Option       "Emulate3Buttons"
EndSection

Section "Monitor"
   Identifier   "LCD"
EndSection

Section "Monitor"
   Identifier   "aticonfig-Monitor[0]"
   Option       "VendorName" "ATI Proprietary Driver"
   Option       "ModelName" "Generic Autodetecting Monitor"
   Option       "DPMS" "true"
EndSection

Section "Device"
   Identifier  "Standard VGA"
   Driver      "vga"
   VendorName  "Unknown"
   BoardName   "Unknown"
EndSection

Section "Device"
   Identifier  "aticonfig-Device[0]"
   Driver      "fglrx"
   Option   "UseInternalAGPGART"   "yes"
EndSection

Section "Screen"
   Identifier "aticonfig-Screen[0]"
   Device     "aticonfig-Device[0]"
   Monitor    "aticonfig-Monitor[0]"
   DefaultDepth     24
   SubSection "Display"
      Viewport   0 0
      Depth     24
      Modes   "1400x1050" "1280x960" "1024x768" "800x600" "640x480"
   EndSubSection
EndSection



emerge --info
Code:

Portage 2.1.4.4 (default-linux/x86/2007.0, gcc-4.1.2, glibc-2.6.1-r0, 2.6.23-tuxonice-r10 i686)
=================================================================
System uname: 2.6.23-tuxonice-r10 i686 Intel(R) Pentium(R) M processor 2.00GHz
Timestamp of tree: Thu, 03 Apr 2008 01:45:04 +0000
app-shells/bash:     3.2_p17-r1
dev-java/java-config: 1.3.7, 2.1.4
dev-lang/python:     2.4.4-r9
dev-python/pycrypto: 2.0.1-r6
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.61-r1
sys-devel/automake:  1.9.6-r2, 1.10
sys-devel/binutils:  2.18-r1
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.23-r3
ACCEPT_KEYWORDS="x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -frename-registers -fomit-frame-pointer -momit-leaf-frame-pointer -march=pentium-m -mmmx -msse -msse2 -mfpmath=sse -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-O2 -frename-registers -fomit-frame-pointer -momit-leaf-frame-pointer -march=pentium-m -mmmx -msse -msse2 -mfpmath=sse -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks metadata-transfer sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://mirror.ing.unibo.it/gentoo/ http://mirror.ovh.net/gentoo-distfiles/"
LANG="it_IT.UTF-8@euro"
LC_ALL="it_IT.UTF-8@euro"
LINGUAS="it"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="X Xaw3d aa52 aac acl acpi alsa arts audiofile bash-completion berkdb bluetooth bzip2 cairo cddb cdparanoia cdr cli cracklib crypt cups dbus dga dri dv dvd dvdr dvdread encode esd exif expath fam fbcon ffmpeg fftw firefox flac foomaticdb fortran freetds ftp gif gnutls gphoto2 gpm hal hddtemp iconv ieee1394 ipod ipv6 isdnlog java javascript jpeg kde lame latex ldap libnotify lirc lm_sensors lzo mad midi mikmod mime mmx mng mono motif mp3 mpeg mplayer mudflap ncurses nls nptl nptlonly ogg opengl openmp pam pcmcia pcre pdf perl pmu png ppd pppd python qt3 qt3support qt4 quicktime raw rdesktop readline reflection rss samba sdl session smartcard spell spl sse sse2 ssl startup-notification subversion svg tcpd tiff truetype unicode usb vcd vnc vorbis wifi win32codecs wms x86 xcomposite xine xinerama xml xorg xpm xscreensaver xsl xv xvid zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="evdev keyboard mouse synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="it" USERLAND="GNU" VIDEO_CARDS="fglrx"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Back to top
View user's profile Send private message
marto
n00b
n00b


Joined: 10 Oct 2004
Posts: 36
Location: Italia - Firenze

PostPosted: Mon Apr 07, 2008 11:01 am    Post subject: Reply with quote

I suspected this is something about AGP, so I did a test compiling the same kernel I'm using (tuxonice-2.6.23-r10) disabling AGP support completly and re-emerging ati-drivers (which of course warned me that without AGP support I would not get direct rendering).

Well, this time I was able to startx more than once per boot (but still Xorg -configre didn't work, aborting for a signal 11), but I had no direct rendering. So for now I switched back to the 'old' kernel

Has someone any idea?
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Mon Apr 07, 2008 12:07 pm    Post subject: Reply with quote

Maybe you should try this :

Code:

VIDEO_CARDS="fglrx vesa"


And then run this :

Code:

# emerge -uDNv world


And use VESA instead of fglrx inside your /etc/X11/xorg.conf
Back to top
View user's profile Send private message
NaterGator
n00b
n00b


Joined: 14 Jan 2008
Posts: 69
Location: Gainesville, Fl

PostPosted: Mon Apr 07, 2008 5:18 pm    Post subject: Reply with quote

Can you post up the full Xorg log from the first time you run X (ergo without the error) and also, what is the output of `emerge -p ati-drivers`?
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Tue Apr 08, 2008 12:23 am    Post subject: Reply with quote

Yeah maybe you are right

Can you post this plz

Code:

# emerge gentoolkit
# equery list ati-drivers
Back to top
View user's profile Send private message
marto
n00b
n00b


Joined: 10 Oct 2004
Posts: 36
Location: Italia - Firenze

PostPosted: Wed Apr 09, 2008 10:21 am    Post subject: Reply with quote

Here are the info:

Xorg.log (startx for the first time since boot):
Code:

X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: UNKNOWN
Current Operating System: Linux tritatutto 2.6.23-tuxonice-r10 #8 Tue Apr 1 19:23:57 CEST 2008 i686
Build Date: 31 March 2008
   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: Wed Apr  2 20:24:11 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Simple Layout"
(**) |-->Screen "aticonfig-Screen[0]" (0)
(**) |   |-->Monitor "aticonfig-Monitor[0]"
(**) |   |-->Device "aticonfig-Device[0]"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) FontPath set to:
   /usr/share/fonts/misc/,
   /usr/share/fonts/Type1/,
   /usr/share/fonts/100dpi/,
   /usr/share/fonts/75dpi/
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81ef5c0
(II) Module ABI versions:
   X.Org ANSI C Emulation: 0.3
   X.Org Video Driver: 1.2
   X.Org XInput driver : 0.7
   X.Org Server Extension : 0.3
   X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 1.0.0
   ABI class: X.Org Video Driver, version 1.2
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,3580 card 1025,0051 rev 02 class 06,00,00 hdr 80
(II) PCI: 00:00:1: chip 8086,3584 card 1025,0051 rev 02 class 08,80,00 hdr 00
(II) PCI: 00:00:3: chip 8086,3585 card 1025,0051 rev 02 class 08,80,00 hdr 80
(II) PCI: 00:01:0: chip 8086,3581 card 0000,0000 rev 02 class 06,04,00 hdr 01
(II) PCI: 00:1d:0: chip 8086,24c2 card 1025,0051 rev 03 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24c4 card 1025,0051 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24c7 card 1025,0051 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24cd card 1025,0051 rev 03 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev 83 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24cc card 0000,0000 rev 03 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24ca card 1025,0051 rev 03 class 01,01,8a hdr 00
(II) PCI: 00:1f:3: chip 8086,24c3 card 1025,0051 rev 03 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,24c5 card 1025,0051 rev 03 class 04,01,00 hdr 00
(II) PCI: 00:1f:6: chip 8086,24c6 card 1025,0051 rev 03 class 07,03,00 hdr 00
(II) PCI: 01:00:0: chip 1002,4e50 card 1025,0051 rev 00 class 03,00,00 hdr 00
(II) PCI: 02:02:0: chip 14e4,1653 card 1025,0051 rev 03 class 02,00,00 hdr 00
(II) PCI: 02:04:0: chip 8086,4220 card 8086,2701 rev 05 class 02,80,00 hdr 00
(II) PCI: 02:06:0: chip 1217,7223 card 4001,0000 rev 00 class 06,07,00 hdr 82
(II) PCI: 02:06:1: chip 1217,7223 card 4801,0000 rev 00 class 06,07,00 hdr 82
(II) PCI: 02:06:2: chip 1217,7110 card 1025,0051 rev 00 class 08,80,00 hdr 80
(II) PCI: 02:06:3: chip 1217,7223 card 1401,0000 rev 00 class 06,07,00 hdr 82
(II) PCI: 02:07:0: chip 104c,8026 card 1025,0051 rev 00 class 0c,00,10 hdr 00
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,11), 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   0x00003000 - 0x000030ff (0x100) IX[B]
   [1] -1   0   0x00003400 - 0x000034ff (0x100) IX[B]
   [2] -1   0   0x00003800 - 0x000038ff (0x100) IX[B]
   [3] -1   0   0x00003c00 - 0x00003cff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
   [0] -1   0   0xd0100000 - 0xd01fffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
   [0] -1   0   0xd8000000 - 0xdfffffff (0x8000000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,14), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 2 I/O range:
   [0] -1   0   0x00004000 - 0x000040ff (0x100) IX[B]
   [1] -1   0   0x00004400 - 0x000044ff (0x100) IX[B]
   [2] -1   0   0x00004800 - 0x000048ff (0x100) IX[B]
   [3] -1   0   0x00004c00 - 0x00004cff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
   [0] -1   0   0xd0200000 - 0xd07fffff (0x600000) MX[B]
(II) Bus 2 prefetchable memory range:
   [0] -1   0   0x30000000 - 0x3bffffff (0xc000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-CardBus bridge:
(II) Bus 3: bridge is at (2:6:0), (2,3,6), BCTRL: 0x0580 (VGA_EN is cleared)
(II) Bus 3 I/O range:
   [0] -1   0   0x00004000 - 0x000040ff (0x100) IX[B]
   [1] -1   0   0x00004400 - 0x000044ff (0x100) IX[B]
(II) Bus 3 prefetchable memory range:
   [0] -1   0   0x30000000 - 0x33ffffff (0x4000000) MX[B]
(II) PCI-to-CardBus bridge:
(II) Bus 7: bridge is at (2:6:1), (2,7,10), BCTRL: 0x0580 (VGA_EN is cleared)
(II) Bus 7 I/O range:
   [0] -1   0   0x00004800 - 0x000048ff (0x100) IX[B]
   [1] -1   0   0x00004c00 - 0x00004cff (0x100) IX[B]
(II) Bus 7 prefetchable memory range:
   [0] -1   0   0x34000000 - 0x37ffffff (0x4000000) MX[B]
(II) PCI-to-CardBus bridge:
(II) Bus 11: bridge is at (2:6:3), (2,11,14), BCTRL: 0x0580 (VGA_EN is cleared)
(II) Bus 11 prefetchable memory range:
   [0] -1   0   0x38000000 - 0x3bffffff (0x4000000) MX[B]
(--) PCI:*(1:0:0) ATI Technologies Inc RV350 [Mobility Radeon 9600 M10] rev 0, Mem @ 0xd8000000/27, 0xd0100000/16, I/O @ 0x3000/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) PCI Memory resource overlap reduced 0xe0000000 from 0xefffffff to 0xdfffffff
(II) Active PCI resource ranges:
   [0] -1   0   0xd0210000 - 0xd0213fff (0x4000) MX[B]
   [1] -1   0   0xd0218000 - 0xd02187ff (0x800) MX[B]
   [2] -1   0   0xd0217000 - 0xd0217fff (0x1000) MX[B]
   [3] -1   0   0xd0214000 - 0xd0214fff (0x1000) MX[B]
   [4] -1   0   0xd0200000 - 0xd020ffff (0x10000) MX[B]
   [5] -1   0   0xd0000800 - 0xd00008ff (0x100) MX[B]
   [6] -1   0   0xd0000c00 - 0xd0000dff (0x200) MX[B]
   [7] -1   0   0x3c000000 - 0x3c0003ff (0x400) MX[B]
   [8] -1   0   0xd0000000 - 0xd00003ff (0x400) MX[B]
   [9] -1   0   0xe0000000 - 0xdfffffff (0x0) MX[B]O
   [10] -1   0   0xd0100000 - 0xd010ffff (0x10000) MX[B](B)
   [11] -1   0   0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
   [12] -1   0   0x00002000 - 0x0000207f (0x80) IX[B]
   [13] -1   0   0x00002400 - 0x000024ff (0x100) IX[B]
   [14] -1   0   0x000018c0 - 0x000018ff (0x40) IX[B]
   [15] -1   0   0x00001c00 - 0x00001cff (0x100) IX[B]
   [16] -1   0   0x00001880 - 0x0000189f (0x20) IX[B]
   [17] -1   0   0x00001860 - 0x0000186f (0x10) IX[B]
   [18] -1   0   0x000001f0 - 0x000001f0 (0x1) IX[B]
   [19] -1   0   0x000001f0 - 0x000001f7 (0x8) IX[B]
   [20] -1   0   0x000001f0 - 0x000001f0 (0x1) IX[B]
   [21] -1   0   0x000001f0 - 0x000001f7 (0x8) IX[B]
   [22] -1   0   0x00001840 - 0x0000185f (0x20) IX[B]
   [23] -1   0   0x00001820 - 0x0000183f (0x20) IX[B]
   [24] -1   0   0x00001800 - 0x0000181f (0x20) IX[B]
   [25] -1   0   0x00003000 - 0x000030ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
   [0] -1   0   0xd0210000 - 0xd0213fff (0x4000) MX[B]
   [1] -1   0   0xd0218000 - 0xd02187ff (0x800) MX[B]
   [2] -1   0   0xd0217000 - 0xd0217fff (0x1000) MX[B]
   [3] -1   0   0xd0214000 - 0xd0214fff (0x1000) MX[B]
   [4] -1   0   0xd0200000 - 0xd020ffff (0x10000) MX[B]
   [5] -1   0   0xd0000800 - 0xd00008ff (0x100) MX[B]
   [6] -1   0   0xd0000c00 - 0xd0000dff (0x200) MX[B]
   [7] -1   0   0x3c000000 - 0x3c0003ff (0x400) MX[B]
   [8] -1   0   0xd0000000 - 0xd00003ff (0x400) MX[B]
   [9] -1   0   0xe0000000 - 0xdfffffff (0x0) MX[B]O
   [10] -1   0   0xd0100000 - 0xd010ffff (0x10000) MX[B](B)
   [11] -1   0   0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
   [12] -1   0   0x00002000 - 0x0000207f (0x80) IX[B]
   [13] -1   0   0x00002400 - 0x000024ff (0x100) IX[B]
   [14] -1   0   0x000018c0 - 0x000018ff (0x40) IX[B]
   [15] -1   0   0x00001c00 - 0x00001cff (0x100) IX[B]
   [16] -1   0   0x00001880 - 0x0000189f (0x20) IX[B]
   [17] -1   0   0x00001860 - 0x0000186f (0x10) IX[B]
   [18] -1   0   0x000001f0 - 0x000001f0 (0x1) IX[B]
   [19] -1   0   0x000001f0 - 0x000001f7 (0x8) IX[B]
   [20] -1   0   0x000001f0 - 0x000001f0 (0x1) IX[B]
   [21] -1   0   0x000001f0 - 0x000001f7 (0x8) IX[B]
   [22] -1   0   0x00001840 - 0x0000185f (0x20) IX[B]
   [23] -1   0   0x00001820 - 0x0000183f (0x20) IX[B]
   [24] -1   0   0x00001800 - 0x0000181f (0x20) IX[B]
   [25] -1   0   0x00003000 - 0x000030ff (0x100) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
   [0] -1   0   0x00100000 - 0x3bffffff (0x3bf00000) 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 - 0x3bffffff (0x3bf00000) 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   0xd0210000 - 0xd0213fff (0x4000) MX[B]
   [5] -1   0   0xd0218000 - 0xd02187ff (0x800) MX[B]
   [6] -1   0   0xd0217000 - 0xd0217fff (0x1000) MX[B]
   [7] -1   0   0xd0214000 - 0xd0214fff (0x1000) MX[B]
   [8] -1   0   0xd0200000 - 0xd020ffff (0x10000) MX[B]
   [9] -1   0   0xd0000800 - 0xd00008ff (0x100) MX[B]
   [10] -1   0   0xd0000c00 - 0xd0000dff (0x200) MX[B]
   [11] -1   0   0x3c000000 - 0x3c0003ff (0x400) MX[B]
   [12] -1   0   0xd0000000 - 0xd00003ff (0x400) MX[B]
   [13] -1   0   0xe0000000 - 0xdfffffff (0x0) MX[B]O
   [14] -1   0   0xd0100000 - 0xd010ffff (0x10000) MX[B](B)
   [15] -1   0   0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
   [16] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [17] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [18] -1   0   0x00002000 - 0x0000207f (0x80) IX[B]
   [19] -1   0   0x00002400 - 0x000024ff (0x100) IX[B]
   [20] -1   0   0x000018c0 - 0x000018ff (0x40) IX[B]
   [21] -1   0   0x00001c00 - 0x00001cff (0x100) IX[B]
   [22] -1   0   0x00001880 - 0x0000189f (0x20) IX[B]
   [23] -1   0   0x00001860 - 0x0000186f (0x10) IX[B]
   [24] -1   0   0x000001f0 - 0x000001f0 (0x1) IX[B]
   [25] -1   0   0x000001f0 - 0x000001f7 (0x8) IX[B]
   [26] -1   0   0x000001f0 - 0x000001f0 (0x1) IX[B]
   [27] -1   0   0x000001f0 - 0x000001f7 (0x8) IX[B]
   [28] -1   0   0x00001840 - 0x0000185f (0x20) IX[B]
   [29] -1   0   0x00001820 - 0x0000183f (0x20) IX[B]
   [30] -1   0   0x00001800 - 0x0000181f (0x20) IX[B]
   [31] -1   0   0x00003000 - 0x000030ff (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 1.3.0, 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 1.3.0, 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 1.3.0, module version = 2.1.0
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "fglrx"
(II) Loading /usr/lib/xorg/modules//drivers/fglrx_drv.so
(II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
   compiled for 7.1.0, module version = 8.40.4
   Module class: X.Org Video Driver
   ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 1.2.3
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 1.1.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.7
(II) Primary Device is: PCI 01:00:0
(II) ATI Proprietary Linux Driver Version Identifier:8.40.4
(II) ATI Proprietary Linux Driver Release Identifier: UNSUPPORTED-8.402                   
(II) ATI Proprietary Linux Driver Build Date: Jul 31 2007 22:20:14
(--) Assigning device section with no busID to primary device
(--) Chipset Supported AMD Graphics Processor (0x4E50) found
(II) AMD Video driver is running on a device belonging to a group targeted for this release
(II) AMD Video driver is signed
(II) resource ranges after xf86ClaimFixedResources() call:
   [0] -1   0   0x00100000 - 0x3bffffff (0x3bf00000) 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   0xd0210000 - 0xd0213fff (0x4000) MX[B]
   [5] -1   0   0xd0218000 - 0xd02187ff (0x800) MX[B]
   [6] -1   0   0xd0217000 - 0xd0217fff (0x1000) MX[B]
   [7] -1   0   0xd0214000 - 0xd0214fff (0x1000) MX[B]
   [8] -1   0   0xd0200000 - 0xd020ffff (0x10000) MX[B]
   [9] -1   0   0xd0000800 - 0xd00008ff (0x100) MX[B]
   [10] -1   0   0xd0000c00 - 0xd0000dff (0x200) MX[B]
   [11] -1   0   0x3c000000 - 0x3c0003ff (0x400) MX[B]
   [12] -1   0   0xd0000000 - 0xd00003ff (0x400) MX[B]
   [13] -1   0   0xe0000000 - 0xdfffffff (0x0) MX[B]O
   [14] -1   0   0xd0100000 - 0xd010ffff (0x10000) MX[B](B)
   [15] -1   0   0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
   [16] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [17] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [18] -1   0   0x00002000 - 0x0000207f (0x80) IX[B]
   [19] -1   0   0x00002400 - 0x000024ff (0x100) IX[B]
   [20] -1   0   0x000018c0 - 0x000018ff (0x40) IX[B]
   [21] -1   0   0x00001c00 - 0x00001cff (0x100) IX[B]
   [22] -1   0   0x00001880 - 0x0000189f (0x20) IX[B]
   [23] -1   0   0x00001860 - 0x0000186f (0x10) IX[B]
   [24] -1   0   0x000001f0 - 0x000001f0 (0x1) IX[B]
   [25] -1   0   0x000001f0 - 0x000001f7 (0x8) IX[B]
   [26] -1   0   0x000001f0 - 0x000001f0 (0x1) IX[B]
   [27] -1   0   0x000001f0 - 0x000001f7 (0x8) IX[B]
   [28] -1   0   0x00001840 - 0x0000185f (0x20) IX[B]
   [29] -1   0   0x00001820 - 0x0000183f (0x20) IX[B]
   [30] -1   0   0x00001800 - 0x0000181f (0x20) IX[B]
   [31] -1   0   0x00003000 - 0x000030ff (0x100) IX[B](B)
(II) fglrx(0): pEnt->device->identifier=0x8210f10
(II) resource ranges after probing:
   [0] -1   0   0x00100000 - 0x3bffffff (0x3bf00000) 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   0xd0210000 - 0xd0213fff (0x4000) MX[B]
   [5] -1   0   0xd0218000 - 0xd02187ff (0x800) MX[B]
   [6] -1   0   0xd0217000 - 0xd0217fff (0x1000) MX[B]
   [7] -1   0   0xd0214000 - 0xd0214fff (0x1000) MX[B]
   [8] -1   0   0xd0200000 - 0xd020ffff (0x10000) MX[B]
   [9] -1   0   0xd0000800 - 0xd00008ff (0x100) MX[B]
   [10] -1   0   0xd0000c00 - 0xd0000dff (0x200) MX[B]
   [11] -1   0   0x3c000000 - 0x3c0003ff (0x400) MX[B]
   [12] -1   0   0xd0000000 - 0xd00003ff (0x400) MX[B]
   [13] -1   0   0xe0000000 - 0xdfffffff (0x0) MX[B]O
   [14] -1   0   0xd0100000 - 0xd010ffff (0x10000) MX[B](B)
   [15] -1   0   0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
   [16] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B]
   [17] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B]
   [18] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B]
   [19] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [20] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [21] -1   0   0x00002000 - 0x0000207f (0x80) IX[B]
   [22] -1   0   0x00002400 - 0x000024ff (0x100) IX[B]
   [23] -1   0   0x000018c0 - 0x000018ff (0x40) IX[B]
   [24] -1   0   0x00001c00 - 0x00001cff (0x100) IX[B]
   [25] -1   0   0x00001880 - 0x0000189f (0x20) IX[B]
   [26] -1   0   0x00001860 - 0x0000186f (0x10) IX[B]
   [27] -1   0   0x000001f0 - 0x000001f0 (0x1) IX[B]
   [28] -1   0   0x000001f0 - 0x000001f7 (0x8) IX[B]
   [29] -1   0   0x000001f0 - 0x000001f0 (0x1) IX[B]
   [30] -1   0   0x000001f0 - 0x000001f7 (0x8) IX[B]
   [31] -1   0   0x00001840 - 0x0000185f (0x20) IX[B]
   [32] -1   0   0x00001820 - 0x0000183f (0x20) IX[B]
   [33] -1   0   0x00001800 - 0x0000181f (0x20) IX[B]
   [34] -1   0   0x00003000 - 0x000030ff (0x100) IX[B](B)
   [35] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B]
   [36] 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 1.3.0, module version = 0.1.0
   ABI class: X.Org Video Driver, version 1.2
(II) fglrx(0): PCI bus 1 card 0 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 "UseInternalAGPGART" "yes"
(**) fglrx(0): Option "DPMS" "true"
(==) 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 1.3.0, module version = 1.0.0
   ABI class: X.Org Video Driver, version 1.2
(II) fglrx(0): Primary V_BIOS segment is: 0xc000
(--) fglrx(0): Chipset: "ATI MOBILITY RADEON 9600/9700 Series" (Chipset = 0x4e50)
(--) fglrx(0): (PciSubVendor = 0x1025, PciSubDevice = 0x0051)
(--) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
(--) fglrx(0): Linear framebuffer (phys) at 0xd8000000
(--) fglrx(0): MMIO registers at 0xd0100000
(==) 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 1.3.0, module version = 1.1.0
   ABI class: X.Org Video Driver, version 1.2
(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 MOBILITY RADEON 9600   
(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: P11
(II) fglrx(0): VESA VBE OEM Product Rev: 01.00
(II) Loading sub module "dri"
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
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.40.4
   ABI class: X.Org Server Extension, version 0.3
(--) fglrx(0): VideoRAM: 131072 kByte, Type: DDR SGRAM / SDRAM
(II) fglrx(0): AGP card detected
(WW) fglrx(0): board is an unknown third party board, chipset is supported
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"(II) Module already built-in
(II) fglrx(0): Connected Display1: LCD on internal LVDS [lvds]
(II) fglrx(0):  Display1: No EDID information from DDC.
(II) fglrx(0): Derived EDID from BIOS and internal tables for Display1:
(II) fglrx(0): Display1 EDID data ---------------------------
(II) fglrx(0): Manufacturer: MS_  Model: 0  Serial#: 0
(II) fglrx(0): Year: 1990  Week: 0
(II) fglrx(0): EDID Version: 1.3
(II) fglrx(0): Digital Display Input
(II) fglrx(0): Max H-Image Size [cm]: horiz.: 40  vert.: 30
(II) fglrx(0): Gamma: 1.00
(II) fglrx(0): DPMS capabilities: StandBy Suspend Off; Non RGB Multicolor Display
(II) fglrx(0): First detailed timing is preferred mode
(II) fglrx(0): redX: 0.000 redY: 0.000   greenX: 0.000 greenY: 0.000
(II) fglrx(0): blueX: 0.000 blueY: 0.000   whiteX: 0.000 whiteY: 0.000
(II) fglrx(0): Supported VESA Video Modes:
(II) fglrx(0): 640x480@60Hz
(II) fglrx(0): 800x600@60Hz
(II) fglrx(0): 1024x768@60Hz
(II) fglrx(0): Manufacturer's mask: 0
(II) fglrx(0): Supported Future Video Modes:
(II) fglrx(0): #0: hsize: 640  vsize 480  refresh: 60  vid: 16433
(II) fglrx(0): #1: hsize: 800  vsize 600  refresh: 60  vid: 16453
(II) fglrx(0): #2: hsize: 1024  vsize 768  refresh: 60  vid: 16481
(II) fglrx(0): #3: hsize: 1152  vsize 864  refresh: 60  vid: 16497
(II) fglrx(0): #4: hsize: 1280  vsize 960  refresh: 60  vid: 16513
(II) fglrx(0): Supported additional Video Mode:
(II) fglrx(0): clock: 108.0 MHz   Image Size:  0 x 0 mm
(II) fglrx(0): h_active: 1400  h_sync: 1448  h_sync_end 1560 h_blank_end 1640 h_border: 0
(II) fglrx(0): v_active: 1050  v_sync: 1051  v_sync_end 1054 v_blanking: 1065 v_border: 0
(II) fglrx(0): EDID (in hex):
(II) fglrx(0):    00ffffffffffff00367f000000000000
(II) fglrx(0):    0000010380281e00f200000000000000
(II) fglrx(0):    00000021080031404540614071408140
(II) fglrx(0):    000000000000302a78f0501a0f403070
(II) fglrx(0):    13000000000000000000000000000000
(II) fglrx(0):    00000000000000000000000000000000
(II) fglrx(0):    00000000000000000000000000000000
(II) fglrx(0):    00000000000000000000000000000035
(II) fglrx(0): End of Display1 EDID data --------------------
(WW) fglrx(0): Only one display is connnected,so single mode is enabled
(II) fglrx(0): Primary Controller - LCD on internal LVDS
(II) fglrx(0): Internal Desktop Setting: 0x00000001
(II) fglrx(0): POWERplay version 3.  2 power states available:
(II) fglrx(0):   1. 392/203MHz @ 60Hz [enable load balancing]
(II) fglrx(0):   2. 105/105MHz @ 60Hz [low voltage, enable sleep]
(==) 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 1400x1050 (pitch 0)
(**) fglrx(0): *Mode "1400x1050": 108.0 MHz (scaled from 0.0 MHz), 65.9 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1400x1050"  108.00  1400 1448 1560 1640  1050 1051 1054 1065
(**) fglrx(0): *Mode "1024x768": 108.0 MHz (scaled from 0.0 MHz), 65.9 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1024x768"  108.00  1024 1256 1368 1640  768 910 913 1065
(**) fglrx(0): *Mode "800x600": 108.0 MHz (scaled from 0.0 MHz), 65.9 kHz, 60.0 Hz
(II) fglrx(0): Modeline "800x600"  108.00  800 1144 1256 1640  600 826 829 1065
(**) fglrx(0): *Mode "640x480": 108.0 MHz (scaled from 0.0 MHz), 65.9 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x480"  108.00  640 1064 1176 1640  480 766 769 1065
(**) fglrx(0):  Default mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 65.9 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1280x1024"  108.00  1280 1384 1496 1640  1024 1038 1041 1065
(**) fglrx(0):  Default mode "848x480": 108.0 MHz (scaled from 0.0 MHz), 65.9 kHz, 60.0 Hz
(II) fglrx(0): Modeline "848x480"  108.00  848 1168 1280 1640  480 766 769 1065
(**) fglrx(0):  Default mode "720x576": 108.0 MHz (scaled from 0.0 MHz), 65.9 kHz, 60.0 Hz
(II) fglrx(0): Modeline "720x576"  108.00  720 1104 1216 1640  576 814 817 1065
(**) fglrx(0):  Default mode "720x480": 108.0 MHz (scaled from 0.0 MHz), 65.9 kHz, 60.0 Hz
(II) fglrx(0): Modeline "720x480"  108.00  720 1104 1216 1640  480 766 769 1065
(**) fglrx(0):  Default mode "640x400": 108.0 MHz (scaled from 0.0 MHz), 65.9 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x400"  108.00  640 1064 1176 1640  400 726 729 1065
(**) fglrx(0):  Default mode "640x350": 108.0 MHz (scaled from 0.0 MHz), 65.9 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x350"  108.00  640 1064 1176 1640  350 701 704 1065
(**) fglrx(0):  Default mode "512x384": 108.0 MHz (scaled from 0.0 MHz), 65.9 kHz, 60.0 Hz
(II) fglrx(0): Modeline "512x384"  108.00  512 1000 1112 1640  384 718 721 1065
(**) fglrx(0):  Default mode "400x300": 108.0 MHz (scaled from 0.0 MHz), 65.9 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "400x300"  108.00  400 944 1056 1640  300 826 829 1065 doublescan
(**) fglrx(0):  Default mode "320x240": 108.0 MHz (scaled from 0.0 MHz), 65.9 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "320x240"  108.00  320 904 1016 1640  240 766 769 1065 doublescan
(**) fglrx(0):  Default mode "320x200": 108.0 MHz (scaled from 0.0 MHz), 65.9 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "320x200"  108.00  320 904 1016 1640  200 726 729 1065 doublescan
(--) fglrx(0): Display dimensions: (400, 300) mm
(--) fglrx(0): DPI set to (88, 88)
(--) fglrx(0): Virtual size is 1400x1050 (pitch 1408)
(**) fglrx(0): *Mode "1400x1050": 108.0 MHz (scaled from 0.0 MHz), 65.9 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1400x1050"  108.00  1400 1448 1560 1640  1050 1051 1054 1065
(**) fglrx(0): *Mode "1024x768": 108.0 MHz (scaled from 0.0 MHz), 65.9 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1024x768"  108.00  1024 1256 1368 1640  768 910 913 1065
(**) fglrx(0): *Mode "800x600": 108.0 MHz (scaled from 0.0 MHz), 65.9 kHz, 60.0 Hz
(II) fglrx(0): Modeline "800x600"  108.00  800 1144 1256 1640  600 826 829 1065
(**) fglrx(0): *Mode "640x480": 108.0 MHz (scaled from 0.0 MHz), 65.9 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x480"  108.00  640 1064 1176 1640  480 766 769 1065
(**) fglrx(0):  Default mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 65.9 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1280x1024"  108.00  1280 1384 1496 1640  1024 1038 1041 1065
(**) fglrx(0):  Default mode "848x480": 108.0 MHz (scaled from 0.0 MHz), 65.9 kHz, 60.0 Hz
(II) fglrx(0): Modeline "848x480"  108.00  848 1168 1280 1640  480 766 769 1065
(**) fglrx(0):  Default mode "720x576": 108.0 MHz (scaled from 0.0 MHz), 65.9 kHz, 60.0 Hz
(II) fglrx(0): Modeline "720x576"  108.00  720 1104 1216 1640  576 814 817 1065
(**) fglrx(0):  Default mode "720x480": 108.0 MHz (scaled from 0.0 MHz), 65.9 kHz, 60.0 Hz
(II) fglrx(0): Modeline "720x480"  108.00  720 1104 1216 1640  480 766 769 1065
(**) fglrx(0):  Default mode "640x400": 108.0 MHz (scaled from 0.0 MHz), 65.9 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x400"  108.00  640 1064 1176 1640  400 726 729 1065
(**) fglrx(0):  Default mode "640x350": 108.0 MHz (scaled from 0.0 MHz), 65.9 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x350"  108.00  640 1064 1176 1640  350 701 704 1065
(**) fglrx(0):  Default mode "512x384": 108.0 MHz (scaled from 0.0 MHz), 65.9 kHz, 60.0 Hz
(II) fglrx(0): Modeline "512x384"  108.00  512 1000 1112 1640  384 718 721 1065
(**) fglrx(0):  Default mode "400x300": 108.0 MHz (scaled from 0.0 MHz), 65.9 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "400x300"  108.00  400 944 1056 1640  300 826 829 1065 doublescan
(**) fglrx(0):  Default mode "320x240": 108.0 MHz (scaled from 0.0 MHz), 65.9 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "320x240"  108.00  320 904 1016 1640  240 766 769 1065 doublescan
(**) fglrx(0):  Default mode "320x200": 108.0 MHz (scaled from 0.0 MHz), 65.9 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "320x200"  108.00  320 904 1016 1640  200 726 729 1065 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 1.3.0, module version = 1.0.0
   ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module already built-in
(==) 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 1.3.0, module version = 1.2.0
   ABI class: X.Org Video Driver, version 1.2
(==) 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: 0x8000001d
(==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
(**) fglrx(0): using built in AGPGART module: yes
(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   0xd0100000 - 0xd010ffff (0x10000) MX[B]
   [1] 0   0   0xd8000000 - 0xdfffffff (0x8000000) MX[B]
   [2] -1   0   0x00100000 - 0x3bffffff (0x3bf00000) 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   0xd0210000 - 0xd0213fff (0x4000) MX[B]
   [7] -1   0   0xd0218000 - 0xd02187ff (0x800) MX[B]
   [8] -1   0   0xd0217000 - 0xd0217fff (0x1000) MX[B]
   [9] -1   0   0xd0214000 - 0xd0214fff (0x1000) MX[B]
   [10] -1   0   0xd0200000 - 0xd020ffff (0x10000) MX[B]
   [11] -1   0   0xd0000800 - 0xd00008ff (0x100) MX[B]
   [12] -1   0   0xd0000c00 - 0xd0000dff (0x200) MX[B]
   [13] -1   0   0x3c000000 - 0x3c0003ff (0x400) MX[B]
   [14] -1   0   0xd0000000 - 0xd00003ff (0x400) MX[B]
   [15] -1   0   0xe0000000 - 0xdfffffff (0x0) MX[B]O
   [16] -1   0   0xd0100000 - 0xd010ffff (0x10000) MX[B](B)
   [17] -1   0   0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
   [18] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
   [19] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
   [20] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
   [21] 0   0   0x00003000 - 0x000030ff (0x100) IX[B]
   [22] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [23] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [24] -1   0   0x00002000 - 0x0000207f (0x80) IX[B]
   [25] -1   0   0x00002400 - 0x000024ff (0x100) IX[B]
   [26] -1   0   0x000018c0 - 0x000018ff (0x40) IX[B]
   [27] -1   0   0x00001c00 - 0x00001cff (0x100) IX[B]
   [28] -1   0   0x00001880 - 0x0000189f (0x20) IX[B]
   [29] -1   0   0x00001860 - 0x0000186f (0x10) IX[B]
   [30] -1   0   0x000001f0 - 0x000001f0 (0x1) IX[B]
   [31] -1   0   0x000001f0 - 0x000001f7 (0x8) IX[B]
   [32] -1   0   0x000001f0 - 0x000001f0 (0x1) IX[B]
   [33] -1   0   0x000001f0 - 0x000001f7 (0x8) IX[B]
   [34] -1   0   0x00001840 - 0x0000185f (0x20) IX[B]
   [35] -1   0   0x00001820 - 0x0000183f (0x20) IX[B]
   [36] -1   0   0x00001800 - 0x0000181f (0x20) IX[B]
   [37] -1   0   0x00003000 - 0x000030ff (0x100) IX[B](B)
   [38] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
   [39] 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.0.0
(II) Loading sub module "glx"
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.3
(==) AIGLX enabled
(II) Loading extension GLX
(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:0: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:0:0"
(II) fglrx(0): [drm] added 8192 byte SAREA at 0x2000
(II) fglrx(0): [drm] mapped SAREA 0x2000 to 0xb7674000
(II) fglrx(0): [drm] framebuffer handle = 0x3000
(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.40.4
(II) fglrx(0):     Date: Jul 31 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.23-tuxonice-r10
(II) fglrx(0):     Build-Kernel MODVERSIONS:        no
(II) fglrx(0):     Build-Kernel __SMP__:            no
(II) fglrx(0):     Build-Kernel PAGE_SIZE:          0x1000
(II) fglrx(0): [drm] register handle = 0x00004000
(II) fglrx(0): Interrupt handler installed at IRQ 6.
(II) fglrx(0): Exposed events to the /proc interface
(II) fglrx(0): [pci] find AGP GART
(II) fglrx(0): [agp] Mode=0x1f000217 bridge: 0x8086/0x3580
(II) fglrx(0): [agp] AGP v1/2 disable mask 0x00000000
(II) fglrx(0): [agp] AGP v3 disable mask   0x00000000
(II) fglrx(0): [agp] enabling AGP with mode=0x1f000314
(II) fglrx(0): [agp] Remapping MC AGP space (new MCAGPBase = 0xe0000000)
(II) fglrx(0): [agp] AGP protocol is enabled for graphics board. (cmd=0x1f000314)
(II) fglrx(0): [agp] graphics chipset has AGP v2.0
(II) fglrx(0): [drm] ringbuffer size = 0x00100000 bytes
(II) fglrx(0): [drm] texture shared area handle = 0x00008000
(II) fglrx(0): shared FSAAScale=1
(II) fglrx(0): DRI initialization successfull!
(II) fglrx(0): FBADPhys: 0xd8000000 FBMappedSize: 0x007ad000
(II) fglrx(0): FBMM initialized for area (0,0)-(1408,1429)
(II) fglrx(0): FBMM auto alloc for area (0,0)-(1408,1050) (front color buffer - assumption)
(II) fglrx(0): Largest offscreen area available: 1408 x 379
(==) 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:
      22 128x128 slots
(II) fglrx(0): Acceleration enabled
(WW) fglrx(0): Option "VendorName" is not used
(WW) fglrx(0): Option "ModelName" is not used
(II) fglrx(0): X context handle = 0x1
(II) fglrx(0): [DRI] installation complete
(II) fglrx(0): Direct rendering enabled
(==) fglrx(0): Using hardware cursor
(==) 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 XAccessControlExtension
(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
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: Searching for BusID PCI:1:0:0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: drmOpenMinor returns 8
drmOpenByBusid: drmGetBusid reports PCI:1:0:0
(EE) AIGLX error: dlsym for __driCreateNewScreen_20050727 failed (/usr/lib/dri/fglrx_dri.so: undefined symbol: __driCreateNewScreen_20050727)
(EE) AIGLX: reverting to software rendering
(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 1.3.0, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.3
(II) GLX: Initialized MESA-PROXY GL provider for screen 0
(**) Option "Protocol" "Auto"
(**) Mouse1: Device: "/dev/input/mice"
(**) Mouse1: Protocol: "Auto"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons"
(**) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5 6 7"
(**) Mouse1: ZAxisMapping: buttons 4, 5, 6 and 7
(**) Mouse1: Buttons: 11
(**) Mouse1: Sensitivity: 1
(**) Option "CoreKeyboard"
(**) Keyboard1: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard1: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard1: XkbRules: "xorg"
(**) Option "XkbModel" "acer_laptop"
(**) Keyboard1: XkbModel: "acer_laptop"
(**) Option "XkbLayout" "it"
(**) Keyboard1: XkbLayout: "it"
(**) Option "CustomKeycodes" "off"
(**) Keyboard1: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(--) Mouse1: PnP-detected protocol: "ExplorerPS/2"
(II) Mouse1: ps2EnableDataReporting: succeeded
(II) fglrx(0): [drm] removed 1 reserved context for kernel
(II) fglrx(0): [drm] unmapping 8192 bytes of SAREA 0x2000 at 0xb7674000
FreeFontPath: FPE "/usr/share/fonts/misc/" refcount is 2, should be 1; fixing.


emerge -p ati-drivers
Code:

These are the packages that would be merged, in order:

Calculating dependencies ... done!
[ebuild   R   ] x11-drivers/ati-drivers-8.40.4

BTW, when I emerge ati-drivers all goes straight, with no error messages, and the same for the command
Code:
eselect opengl set ati


equery list ati-drivers
Code:

[ Searching for package 'ati-drivers' in all categories among: ]
 * installed packages
[I--] [  ] x11-drivers/ati-drivers-8.40.4 (0)
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Wed Apr 09, 2008 11:04 am    Post subject: Reply with quote

I know your problem. You need to install the testing version, the 8.40 is way too buggy and old :

Code:

# echo 'ati-drivers ~x86' >> /etc/portage/package.keywords
# emerge -pv ati-drivers
# emerge -v at-drivers


Reboot your box and post the result.
Back to top
View user's profile Send private message
marto
n00b
n00b


Joined: 10 Oct 2004
Posts: 36
Location: Italia - Firenze

PostPosted: Thu Apr 10, 2008 12:32 pm    Post subject: Reply with quote

Ok I emerged the latest version (setting ~x86) and this time
Code:
Xorg -configure
was able to complete (but with some messages about it couldn't connect to inet6, as with the old driver) and to successfully write a configuration file. I run
Code:
aticonfig
on that file and then
Code:
X -config /root/xorg.config.new
and I was able to obtain the black and white test pattern.

So I started X (having copied /root/xorg.conf.new to /etc/X11/xorg.conf) and the first time all went well. But I still can't startx more than once per boot.

Here is the output of startx:
Code:

xauth:  creating new authority file /root/.serverauth.5031


X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: UNKNOWN
Current Operating System: Linux tritatutto 2.6.23-tuxonice-r10 #8 Tue Apr 1 19:23:57 CEST 2008 i686
Build Date: 31 March 2008
   Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu Apr 10 14:21:15 2008
(==) Using config file: "/etc/X11/xorg.conf"
(II) Module already built-in
(II) Module already built-in
[atiddx] ASYNCIO init succeed!
Receive enable interrupt ret message
...irqEnableMask: 20008000
...dwIRQEnableId: 00000004
Receive enable interrupt ret message
...irqEnableMask: 10000000
...dwIRQEnableId: 00000005
expected keysym, got XF86KbdLightOnOff: line 70 of pc
expected keysym, got XF86KbdBrightnessDown: line 71 of pc
expected keysym, got XF86KbdBrightnessUp: line 72 of pc
xinit:  No such file or directory (errno 2):  Cannot register with ConsoleKit: org.freedesktop.CkConnector.Error: Unable to open session: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
Warning: Missing charsets in String to FontSet conversion

waiting for X server to shut down X connection to :0.0 broken (explicit kill or server shutdown).
twm: warning: font for charset JISX0208.1983-0 is lacking.
twm: warning: font for charset KSC5601.1987-0 is lacking.
twm: warning: font for charset GB2312.1980-0 is lacking.
twm: warning: font for charset JISX0208.1983-0 is lacking.
twm: warning: font for charset KSC5601.1987-0 is lacking.
twm: warning: font for charset GB2312.1980-0 is lacking.
twm: warning: font for charset JISX0208.1983-0 is lacking.
twm: warning: font for charset KSC5601.1987-0 is lacking.
twm: warning: font for charset GB2312.1980-0 is lacking.
twm: warning: font for charset JISX0208.1983-0 is lacking.
twm: warning: font for charset KSC5601.1987-0 is lacking.
twm: warning: font for charset GB2312.1980-0 is lacking.
twm: warning: font for charset JISX0208.1983-0 is lacking.
twm: warning: font for charset KSC5601.1987-0 is lacking.
twm: warning: font for charset GB2312.1980-0 is lacking.
twm: warning: font for charset JISX0208.1983-0 is lacking.
twm: warning: font for charset KSC5601.1987-0 is lacking.
twm: warning: font for charset GB2312.1980-0 is lacking.
xterm:  fatal IO error 32 (Pipe rotta) or KillClient on X server ":0.0"
xterm:  fatal IO error 32 (Pipe rotta) or KillClient on X server ":0.0"
FreeFontPath: FPE "/usr/share/fonts/misc/" refcount is 2, should be 1; fixing.


Again, I tried both setting "UseInternalAGPGART" option to "yes" and "no", but nothing changed


Last edited by marto on Wed Apr 23, 2008 7:26 am; edited 1 time in total
Back to top
View user's profile Send private message
marto
n00b
n00b


Joined: 10 Oct 2004
Posts: 36
Location: Italia - Firenze

PostPosted: Wed Apr 23, 2008 7:24 am    Post subject: Reply with quote

Yesterday I tried to upgrade to kernel 2.6.24-tuxonice-r4 and tested the issue again, but the result is still the same.
I tried even to disable framebuffer support at all but nothing changed (so I turned it back on)... I don't know what to do... any suggestion?
Back to top
View user's profile Send private message
faser
n00b
n00b


Joined: 04 Mar 2005
Posts: 18

PostPosted: Tue May 13, 2008 4:51 pm    Post subject: Same Here, after first startx no second time possible Reply with quote

Hi All,

same happens to me. Installed on my IBM T42p (ATI Firegl T2) with ATI Drivers 8.471.3.

startx runs fine the first time but if I log out X and startx the whole machine hangs and can only be rebooted with Magic SysRQ.

Anybody out there has an idea?

Cheers

Faser
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Tue May 13, 2008 5:22 pm    Post subject: Reply with quote

What kernel version are you using ?
Back to top
View user's profile Send private message
faser
n00b
n00b


Joined: 04 Mar 2005
Posts: 18

PostPosted: Wed May 14, 2008 4:05 pm    Post subject: Reply with quote

I am using Kernel 2.6.24-gentoo-r8 #1 SMP

And I tried ati-drivers-8.471.3 and 8.476

Also I tried kernel agppart and without kernel agppart.

Hope any idea where to look.

Cheers

Faser
Back to top
View user's profile Send private message
nightshade2069
Tux's lil' helper
Tux's lil' helper


Joined: 08 Dec 2006
Posts: 140

PostPosted: Fri Feb 06, 2009 5:28 pm    Post subject: Reply with quote

just got finished with that error. your " hald " is not running try starting that and the "Cannot register with ConsoleKit " error will go away
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