Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
X won't load with fglrx but works with radeon and radeonHD
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
dmead
n00b
n00b


Joined: 09 May 2006
Posts: 68

PostPosted: Fri Sep 18, 2009 6:09 am    Post subject: X won't load with fglrx but works with radeon and radeonHD Reply with quote

hey all, i'm installing a gentoo on a toshiba satilite L500 and i'm trying to get ATI's drivers working


whatever i do, fool with settings etc etc the fglrx drivers won't load with X

i can however use radeonhd and radeon

the video card is a radeon HD 3100

heres my lspci

Code:
00:00.0 Host bridge: Advanced Micro Devices [AMD] RS780 Host Bridge
00:01.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (int gfx)
00:04.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 0)
00:05.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 1)
00:06.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 2)
00:11.0 SATA controller: ATI Technologies Inc SB700/SB800 SATA Controller [AHCI mode]
00:12.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller
00:12.1 USB Controller: ATI Technologies Inc SB700 USB OHCI1 Controller
00:12.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller
00:13.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller
00:13.1 USB Controller: ATI Technologies Inc SB700 USB OHCI1 Controller
00:13.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller
00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 3a)
00:14.1 IDE interface: ATI Technologies Inc SB700/SB800 IDE Controller
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)
00:14.3 ISA bridge: ATI Technologies Inc SB700/SB800 LPC host controller
00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge
00:18.0 Host bridge: Advanced Micro Devices [AMD] Mobile K10 [Turion X2, Athlon X2, Sempron] HyperTransport Configuration (rev 40)
00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 11h [Turion X2, Athlon X2, Sempron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] Mobile K10 [Turion X2, Athlon X2, Sempron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] Mobile K10 [Turion X2, Athlon X2, Sempron] Miscellaneous Control
00:18.4 Host bridge: Advanced Micro Devices [AMD] Mobile K10 [Turion X2, Athlon X2, Sempron] Link Control
01:05.0 VGA compatible controller: ATI Technologies Inc RS780MC [Radeon HD 3100 Graphics]
02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8187SE Wireless LAN Controller (rev 22)
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)



i don't even get an error message in the xorg logs


anyone know whats going on?
Back to top
View user's profile Send private message
dmead
n00b
n00b


Joined: 09 May 2006
Posts: 68

PostPosted: Fri Sep 18, 2009 6:14 am    Post subject: Reply with quote

heres my xorg.conf

Code:
Section "ServerLayout"
   Identifier     "X.org Configured"
   Screen      0  "Screen0" 0 0
   InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
   ModulePath   "/usr/lib64/xorg/modules"
   FontPath     "/usr/share/fonts/misc/"
   FontPath     "/usr/share/fonts/TTF/"
   FontPath     "/usr/share/fonts/OTF"
   FontPath     "/usr/share/fonts/Type1/"
   FontPath     "/usr/share/fonts/100dpi/"
   FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
   Load  "dri2"
   Load  "dbe"
   Load  "record"
#   Load  "extmod"
   Load  "dri"
   Load  "glx"
EndSection

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "kbd"
EndSection

Section "InputDevice"
   Identifier  "Synaptics touchpad"
   Driver      "mouse"
   Option       "Protocol" "auto"
   Option       "Device" "/dev/input/event2"
   Option       "HorizEdgeScroll" "on"
   Option       "VertEdgeScroll" "on"
   Option       "VertTwoFingerScroll" "on"
   Option       "HorizTwoFingerScroll" "on"
   Option       "CornerCoasting" "on"
   Option       "PalmDetect" "on"
   Option       "CircularScrolling" "on"
   Option       "CircScrollTrigger" "3"
EndSection

Section "Monitor"

   #DisplaySize     340   190   # mm
   Identifier   "Monitor0"
   VendorName   "SEC"
   ModelName    "5441"
EndSection

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

Section "Device"

        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "Dac6Bit"               # [<bool>]
        #Option     "Dac8Bit"               # [<bool>]
        #Option     "BusType"               # [<str>]
        #Option     "CPPIOMode"             # [<bool>]
        #Option     "CPusecTimeout"         # <i>
        #Option     "AGPMode"               # <i>
        #Option     "AGPFastWrite"          # [<bool>]
        #Option     "AGPSize"               # <i>
        #Option     "GARTSize"              # <i>
        #Option     "RingSize"              # <i>
        #Option     "BufferSize"            # <i>
        #Option     "EnableDepthMoves"      # [<bool>]
        #Option     "EnablePageFlip"        # [<bool>]
        #Option     "NoBackBuffer"          # [<bool>]
        #Option     "DMAForXv"              # [<bool>]
        #Option     "FBTexPercent"          # <i>
        #Option     "DepthBits"             # <i>
        #Option     "PCIAPERSize"           # <i>
        #Option     "AccelDFS"              # [<bool>]
        #Option     "IgnoreEDID"            # [<bool>]
        #Option     "DisplayPriority"       # [<str>]
        #Option     "PanelSize"             # [<str>]
        #Option     "ForceMinDotClock"      # <freq>
        #Option     "ColorTiling"           # [<bool>]
        #Option     "VideoKey"              # <i>
        #Option     "RageTheatreCrystal"    # <i>
        #Option     "RageTheatreTunerPort"    # <i>
        #Option     "RageTheatreCompositePort"    # <i>
        #Option     "RageTheatreSVideoPort"    # <i>
        #Option     "TunerType"             # <i>
        #Option     "RageTheatreMicrocPath"    # <str>
        #Option     "RageTheatreMicrocType"    # <str>
        #Option     "ScalerWidth"           # <i>
        #Option     "RenderAccel"           # [<bool>]
        #Option     "SubPixelOrder"         # [<str>]
        #Option     "ShowCache"             # [<bool>]
        #Option     "DynamicClocks"         # [<bool>]
        #Option     "VGAAccess"             # [<bool>]
        #Option     "ReverseDDC"            # [<bool>]
        #Option     "LVDSProbePLL"          # [<bool>]
        #Option     "AccelMethod"           # <str>
        #Option     "DefaultConnectorTable"    # [<bool>]
        #Option     "DefaultTMDSPLL"        # [<bool>]
        #Option     "TVDACLoadDetect"       # [<bool>]
        #Option     "ForceTVOut"            # [<bool>]
        #Option     "TVStandard"            # <str>
        #Option     "IgnoreLidStatus"       # [<bool>]
        #Option     "DefaultTVDACAdj"       # [<bool>]
        #Option     "Int10"                 # [<bool>]
        #Option     "EXAVSync"              # [<bool>]
        #Option     "ATOMTVOut"             # [<bool>]
        #Option     "R4xxATOM"              # [<bool>]
   Driver      "radeonhd"
#   Driver      "radeon"
   Identifier  "Card0"
#   Driver      "fglrx"
   Option "DRI"
   VendorName  "ATI Technologies Inc"
   BoardName   "RS780MC [Radeon HD 3100 Graphics]"
   Option       "NoAccel" "False"
        #Option     "SWcursor"              # [<bool>]
   Option       "DRI" "True"
        #Option     "ConnectorTable"        # <str>
   BusID       "PCI:1:5:0"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   DefaultDepth     24
   SubSection "Display"
      Viewport   0 0
      Depth     24
   EndSubSection
EndSection

Back to top
View user's profile Send private message
bbgermany
Veteran
Veteran


Joined: 21 Feb 2005
Posts: 1844
Location: Oranienburg/Germany

PostPosted: Fri Sep 18, 2009 11:01 am    Post subject: Reply with quote

Did you run "eselect opengl set ati" when you set fglrx as driver?

bb
_________________
Desktop: Ryzen 5 5600G, 32GB, 2TB, RX7600
Notebook: Dell XPS 13 9370, 16GB, 1TB
Server #1: Ryzen 5 Pro 4650G, 64GB, 16.5TB
Server #2: Ryzen 4800H, 32GB, 22TB
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: Fri Sep 18, 2009 12:03 pm    Post subject: Reply with quote

Hi, can you post this :

Code:

# emerge --info
# equery list ati-driver
# equery list radeon
Back to top
View user's profile Send private message
dmead
n00b
n00b


Joined: 09 May 2006
Posts: 68

PostPosted: Fri Sep 18, 2009 1:20 pm    Post subject: Reply with quote

sure i'll get it up in a few minutes
Back to top
View user's profile Send private message
dmead
n00b
n00b


Joined: 09 May 2006
Posts: 68

PostPosted: Fri Sep 18, 2009 1:43 pm    Post subject: Reply with quote

emerge --info:

Code:
Portage 2.1.6.13 (default/linux/amd64/2008.0/desktop, gcc-4.3.2, glibc-2.10.1-r0, 2.6.30-gentoo-r4 x86_64)
=================================================================
System uname: Linux-2.6.30-gentoo-r4-x86_64-AMD_Athlon-tm-_X2_Dual-Core_QL-65-with-gentoo-2.0.1
Timestamp of tree: Sun, 13 Sep 2009 07:00:02 +0000
app-shells/bash:     4.0_p33
dev-java/java-config: 2.1.9
dev-lang/python:     2.6.2-r1, 3.1.1
dev-util/cmake:      2.6.4-r2
sys-apps/baselayout: 2.0.1
sys-apps/openrc:     0.4.3-r3
sys-apps/sandbox:    2.1
sys-devel/autoconf:  2.13, 2.63-r1
sys-devel/automake:  1.9.6-r2, 1.10.2, 1.11
sys-devel/binutils:  2.19.1-r1
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   2.2.6a
virtual/os-headers:  2.6.30-r1
ACCEPT_KEYWORDS="amd64 ~amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://gentoo.mirrors.tds.net/gentoo http://gentoo.cites.uiuc.edu/pub/gentoo/ "
LANG="C"
LDFLAGS="-Wl,-O1"
LINGUAS="en"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
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.gentoo.org/gentoo-portage"
USE="3dnow X a52 aac acl acpi alsa amd64 ati autoipd avahi berkdb bluetooth branding bzip2 cairo cdr cli consolekit cpudetection cracklib crypt cups dbus dri dts dvd dvdr eds emboss encode esd evo faac faad fam ffmpeg firefox flac fontforge fortran gdbm gif gnome gnutls gpm gstreamer gtk hal iconv ipv6 isdnlog jpeg kde ldap libnotify mad mikmod mmx mmx2 mp3 mp4 mpeg mudflap multilib ncurses networkmanager nls nptl nptlonly ogg opengl openmp pam pcre pdf perl png ppds pppd python qt qt3 qt3support qt4 quicktime readline reflection sdl session sip spell spl sse sse2 ssl startup-notification svg sysfs tcpd threads thunar tiff truetype unicode usb vorbis wav wireless x264 xft xml xorg xulrunner xv xvid zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci 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 mmap_emul 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="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en" USERLAND="GNU" VIDEO_CARDS="fbdev glint intel mach64 mga neomagic nv r128 radeon savage sis tdfx trident vesa vga via vmware voodoo"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LC_ALL, MAKEOPTS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY


equery lists:

Code:

danslaptop ~ # equery list ati-drivers         
 * Searching for ati-drivers ...
[IP-] [ ~] x11-drivers/ati-drivers-9.9 (1)


danslaptop ~ # equery list xf86-video-radeonhd
 * Searching for xf86-video-radeonhd ...
[IP-] [ ~] x11-drivers/xf86-video-radeonhd-1.2.5 (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: Fri Sep 18, 2009 5:20 pm    Post subject: Reply with quote

Hi, since you use an ati driver, then you should have this :

Code:

VIDEO_CARDS="fbdev vesa radeon fglrx"
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: Fri Sep 18, 2009 5:22 pm    Post subject: Reply with quote

Can you post this :

Code:

# lspci -n


Are you sure that your radeon card is compatible with the latest ati-drivers ?
Back to top
View user's profile Send private message
dmead
n00b
n00b


Joined: 09 May 2006
Posts: 68

PostPosted: Fri Sep 18, 2009 7:00 pm    Post subject: Reply with quote

well its on the supported list for all the drivers

lspci -n :

Code:
00:00.0 0600: 1022:9600
00:01.0 0604: 1022:9602
00:04.0 0604: 1022:9604
00:05.0 0604: 1022:9605
00:06.0 0604: 1022:9606
00:11.0 0106: 1002:4391
00:12.0 0c03: 1002:4397
00:12.1 0c03: 1002:4398
00:12.2 0c03: 1002:4396
00:13.0 0c03: 1002:4397
00:13.1 0c03: 1002:4398
00:13.2 0c03: 1002:4396
00:14.0 0c05: 1002:4385 (rev 3a)
00:14.1 0101: 1002:439c
00:14.2 0403: 1002:4383
00:14.3 0601: 1002:439d
00:14.4 0604: 1002:4384
00:18.0 0600: 1022:1300 (rev 40)
00:18.1 0600: 1022:1301
00:18.2 0600: 1022:1302
00:18.3 0600: 1022:1303
00:18.4 0600: 1022:1304
01:05.0 0300: 1002:9613
02:00.0 0280: 10ec:8199 (rev 22)
03:00.0 0200: 10ec:8136 (rev 02)
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: Fri Sep 18, 2009 7:22 pm    Post subject: Reply with quote

Can you post the Xorg log file when you try to lunch with fglrx ?
Back to top
View user's profile Send private message
dmead
n00b
n00b


Joined: 09 May 2006
Posts: 68

PostPosted: Fri Sep 18, 2009 7:50 pm    Post subject: Reply with quote

here it is

Code:
 
This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.

X.Org X Server 1.6.3.901 (1.6.4 RC 1)
Release Date: 2009-8-25
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.30-gentoo-r4 x86_64
Current Operating System: Linux danslaptop 2.6.30-gentoo-r4 #1 SMP Sat Sep 12 16:38:47 Local time zone must be set--see zic  x86_64
Build Date: 18 September 2009  02:46:14PM
 
   Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
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: Fri Sep 18 15:46:04 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Keyboard0"
(==) Automatically adding devices
(==) Automatically enabling devices
(**) FontPath set to:
   /usr/share/fonts/misc/,
   /usr/share/fonts/TTF/,
   /usr/share/fonts/OTF,
   /usr/share/fonts/Type1/,
   /usr/share/fonts/100dpi/,
   /usr/share/fonts/75dpi/,
   /usr/share/fonts/misc/,
   /usr/share/fonts/TTF/,
   /usr/share/fonts/OTF,
   /usr/share/fonts/Type1/,
   /usr/share/fonts/100dpi/,
   /usr/share/fonts/75dpi/
(**) ModulePath set to "/usr/lib64/xorg/modules"
(II) Cannot locate a core pointer device.
(II) The server relies on HAL to provide the list of input devices.
   If no devices become available, reconfigure HAL or disable AllowEmptyInput.
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
(WW) Disabling Keyboard0
(II) Loader magic: 0xd20
(II) Module ABI versions:
   X.Org ANSI C Emulation: 0.4
   X.Org Video Driver: 5.0
   X.Org XInput driver : 4.0
   X.Org Server Extension : 2.0
(II) Loader running on linux
(++) using VT number 7

(--) PCI:*(0:1:5:0) 1002:9613:1179:ff1f ATI Technologies Inc RS780MC [Radeon HD 3100 Graphics] rev 0, Mem @ 0xc0000000/268435456, 0xd6300000/65536, 0xd6200000/1048576, I/O @ 0x00007000/256
(II) Open ACPI successful (/var/run/acpid.socket)
(II) System resource ranges:
   [0] -1   0   0xffffffff - 0xffffffff (0x1) MX[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   0xffffffff - 0xffffffff (0x1) MX[B]
   [5] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [6] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [7] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [8] -1   0   0xffffffff - 0xffffffff (0x1) MX[B]
   [9] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [10] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [11] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [12] -1   0   0xffffffff - 0xffffffff (0x1) MX[B]
   [13] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [14] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [15] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [16] -1   0   0xffffffff - 0xffffffff (0x1) MX[B]
   [17] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [18] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [19] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [20] -1   0   0xffffffff - 0xffffffff (0x1) MX[B]
   [21] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [22] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [23] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [24] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [25] -1   0   0x00000000 - 0x00000000 (0x1) IX[B]
   [26] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [27] -1   0   0x00000000 - 0x00000000 (0x1) IX[B]
   [28] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [29] -1   0   0x00000000 - 0x00000000 (0x1) IX[B]
   [30] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [31] -1   0   0x00000000 - 0x00000000 (0x1) IX[B]
   [32] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [33] -1   0   0x00000000 - 0x00000000 (0x1) IX[B]
   [34] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [35] -1   0   0x00000000 - 0x00000000 (0x1) IX[B]
(II) "extmod" will be loaded by default.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
(II) LoadModule: "dri2"
(WW) Warning, couldn't open module dri2
(II) UnloadModule: "dri2"
(EE) Failed to load module "dri2" (module does not exist, 0)
(II) LoadModule: "dbe"
(II) Loading /usr/lib64/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
   compiled for 1.6.3.901, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "record"
(II) Loading /usr/lib64/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
   compiled for 1.6.3.901, module version = 1.13.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib64/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
   compiled for 7.4.0, module version = 1.0.0
(II) Loading extension XFree86-DRI
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Loading /usr/lib64/xorg/modules/linux//libfglrxdrm.so
(II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
   compiled for 1.4.99.906, module version = 8.65.4
(II) LoadModule: "glx"
(II) Loading /usr/lib64/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="FireGL - ATI Technologies Inc."
   compiled for 7.4.0, module version = 1.0.0
(II) Loading extension GLX
(II) LoadModule: "extmod"
(II) Loading /usr/lib64/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
   compiled for 1.6.3.901, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 2.0
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "fglrx"
(II) Loading /usr/lib64/xorg/modules/drivers//fglrx_drv.so
(II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
   compiled for 1.4.99.906, module version = 8.65.4
   Module class: X.Org Video Driver
(II) Primary Device is: PCI 01@00:05:0
(WW) Falling back to old probe method for fglrx
(II) ATI Proprietary Linux Driver Version Identifier:8.65.4
(II) ATI Proprietary Linux Driver Release Identifier: 8.65                                 
(II) ATI Proprietary Linux Driver Build Date: Aug 13 2009 21:15:59
(II) Loading PCS database from /etc/ati/amdpcsdb
(--) Chipset Supported AMD Graphics Processor (0x9613) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:17:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) 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   0xffffffff - 0xffffffff (0x1) MX[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   0xffffffff - 0xffffffff (0x1) MX[B]
   [5] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [6] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [7] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [8] -1   0   0xffffffff - 0xffffffff (0x1) MX[B]
   [9] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [10] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [11] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [12] -1   0   0xffffffff - 0xffffffff (0x1) MX[B]
   [13] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [14] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [15] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [16] -1   0   0xffffffff - 0xffffffff (0x1) MX[B]
   [17] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [18] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [19] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [20] -1   0   0xffffffff - 0xffffffff (0x1) MX[B]
   [21] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [22] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [23] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [24] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [25] -1   0   0x00000000 - 0x00000000 (0x1) IX[B]
   [26] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [27] -1   0   0x00000000 - 0x00000000 (0x1) IX[B]
   [28] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [29] -1   0   0x00000000 - 0x00000000 (0x1) IX[B]
   [30] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [31] -1   0   0x00000000 - 0x00000000 (0x1) IX[B]
   [32] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [33] -1   0   0x00000000 - 0x00000000 (0x1) IX[B]
   [34] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [35] -1   0   0x00000000 - 0x00000000 (0x1) IX[B]
(II) fglrx(0): pEnt->device->identifier=0x7e2f40
(II) resource ranges after probing:
   [0] -1   0   0xffffffff - 0xffffffff (0x1) MX[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   0xffffffff - 0xffffffff (0x1) MX[B]
   [5] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [6] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [7] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [8] -1   0   0xffffffff - 0xffffffff (0x1) MX[B]
   [9] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [10] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [11] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [12] -1   0   0xffffffff - 0xffffffff (0x1) MX[B]
   [13] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [14] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [15] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [16] -1   0   0xffffffff - 0xffffffff (0x1) MX[B]
   [17] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [18] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [19] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [20] -1   0   0xffffffff - 0xffffffff (0x1) MX[B]
   [21] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [22] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [23] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [24] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B]
   [25] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B]
   [26] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B]
   [27] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [28] -1   0   0x00000000 - 0x00000000 (0x1) IX[B]
   [29] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [30] -1   0   0x00000000 - 0x00000000 (0x1) IX[B]
   [31] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [32] -1   0   0x00000000 - 0x00000000 (0x1) IX[B]
   [33] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [34] -1   0   0x00000000 - 0x00000000 (0x1) IX[B]
   [35] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [36] -1   0   0x00000000 - 0x00000000 (0x1) IX[B]
   [37] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [38] -1   0   0x00000000 - 0x00000000 (0x1) IX[B]
   [39] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B]
   [40] 0   0   0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) fglrx(0): === [atiddxPreInit] === begin
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib64/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
   compiled for 1.6.3.901, module version = 0.1.0
   ABI class: X.Org Video Driver, version 5.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 "NoAccel" "False"
(**) fglrx(0): Option "dri"
(==) 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 "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Reloading /usr/lib64/xorg/modules/linux//libfglrxdrm.so
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 9, (OK)
drmOpenByBusid: Searching for BusID PCI:1:5:0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 9, (OK)
drmOpenByBusid: drmOpenMinor returns 9
drmOpenByBusid: drmGetBusid reports PCI:1:5:0
(--) fglrx(0): Chipset: "ATI Radeon 3100 Graphics " (Chipset = 0x9613)
(--) fglrx(0): (PciSubVendor = 0x1179, PciSubDevice = 0xff1f)
(--) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
(--) fglrx(0): Linear framebuffer (phys) at 0xc0000000
(--) fglrx(0): MMIO registers at 0xd6300000
(--) fglrx(0): I/O port at 0x00007000
(==) fglrx(0): ROM-BIOS at 0x000c0000
(II) fglrx(0): AC Adapter is used
(II) fglrx(0): Primary V_BIOS segment is: 0xc000
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/lib64/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
   compiled for 1.6.3.901, module version = 1.1.0
   ABI class: X.Org Video Driver, version 5.0
(II) fglrx(0): VESA BIOS detected
(II) fglrx(0): VESA VBE Version 3.0
(II) fglrx(0): VESA VBE Total Mem: 16384 kB
(II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
(II) fglrx(0): VESA VBE OEM Software Rev: 10.94
(II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc.
(II) fglrx(0): VESA VBE OEM Product: RS780MC
(II) fglrx(0): VESA VBE OEM Product Rev: 01.00
(II) fglrx(0): ATI Video BIOS revision 9 or later detected
(--) fglrx(0): Video RAM: 262144 kByte, Type: DDR2
(II) fglrx(0): PCIE card detected
(--) fglrx(0): Using per-process page tables (PPPT) as GART.
(WW) fglrx(0): board is an unknown third party board, chipset is supported
(II) fglrx(0): Using adapter: 1:5.0.
Back to top
View user's profile Send private message
dmead
n00b
n00b


Joined: 09 May 2006
Posts: 68

PostPosted: Fri Sep 18, 2009 7:53 pm    Post subject: Reply with quote

if i start X by itself the screen goes black and i have to hard reboot

if i start X via gdm, gdm kills the process after a few seconds
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: Sat Sep 19, 2009 10:58 pm    Post subject: Reply with quote

Ok, can you try that instead :

Code:

Section "ServerLayout"
   Identifier     "X.org Configured"
   Screen      0  "Screen0" 0 0
EndSection

Section "Monitor"
   Identifier   "Monitor0"
EndSection
Section "Device"
   Driver      "vesa"
   Identifier  "Card0"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   DefaultDepth     24
EndSection
Back to top
View user's profile Send private message
dmead
n00b
n00b


Joined: 09 May 2006
Posts: 68

PostPosted: Sun Sep 20, 2009 10:23 am    Post subject: Reply with quote

yea vesa works fine
Back to top
View user's profile Send private message
dmead
n00b
n00b


Joined: 09 May 2006
Posts: 68

PostPosted: Sun Sep 20, 2009 1:13 pm    Post subject: Reply with quote

well i'm out of ideas. i think it's something screwy with the default genkernel configuration


(i've tried changing to a custom kernel but it always panics for some reason on startup)


if nobody has any bright ideas (or a .config for my laptop mode) i guess i'll have to go with
slow as molasses ubuntu :(
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware 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