Fedora This forum is for the discussion of the Fedora Project. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
11-02-2006, 08:08 PM
|
#1
|
Member
Registered: Sep 2006
Location: Netherlands
Distribution: Sabayon Linux 3.26
Posts: 62
Rep:
|
fglrxinfo give Tungsten Graphics, inc. instead of ATI Radeon 9550 on FC6
Hi,
I was trying to get my OpenGL to work in FC6 via fglrxinfo just as in FC5 but I still can't get my videocard recognized properly when I run fglrxinfo it gives:
Code:
[dyingmuppet@DyingMuppet ~]$ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: Tungsten Graphics, Inc.
OpenGL renderer string: Mesa DRI R300 20060815 AGP 1x x86/MMX+/3DNow!+/SSE2 TCL
OpenGL version string: 1.2 (1.3 Mesa 6.5.1)
[dyingmuppet@DyingMuppet ~]$
while my specs are:
AMD64 2800+
ASUS K8N E-Deluxe
ATI Radeon 9550 128mb
1024mb RAM
In Fedora Core 5 my drivers didn't worked until the 2.6.18 kernel but then it gave the Mesa Libs driver or something  I've tried a lot of things even the older ati 8.28.8 driver installed without any success...
Grtzz DM
|
|
|
11-03-2006, 08:51 AM
|
#2
|
Member
Registered: May 2004
Location: Ohio, USA
Distribution: LinuxMint Gloria, Ubuntu 9.10
Posts: 299
Rep:
|
Use the packages from the Livna repository. They work great.
|
|
|
11-03-2006, 09:39 AM
|
#3
|
Member
Registered: Sep 2006
Location: Netherlands
Distribution: Sabayon Linux 3.26
Posts: 62
Original Poster
Rep:
|
Yeah I tried that too but that didn't worked either I will try reinstalling my system again I think I have F***ed some things up xD
|
|
|
11-03-2006, 02:47 PM
|
#4
|
Member
Registered: Jul 2005
Location: Montreal, Qc, Canada
Distribution: Fedora Core 5/6 Slackware 10.1/11
Posts: 120
Rep:
|
Can you show the content of your /etc/X11/xorg.conf file?
also,
show the output to
glxinfo | grep direct ?
|
|
|
11-03-2006, 08:01 PM
|
#5
|
Member
Registered: Sep 2006
Location: Netherlands
Distribution: Sabayon Linux 3.26
Posts: 62
Original Poster
Rep:
|
I've reinstalled fglrx and now when I run fglrxinfo I get:
Code:
[dyingmuppet@DyingMuppet ~]$ fglrxinfo
Xlib: extension "XFree86-DRI" missing on display ":0.0".
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.5.1)
My xorg.conf is:
Code:
# Xorg configuration created by pyxf86config
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
EndSection
Section "Module"
Load "glx"
Load "dri"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbVariant" "intl"
EndSection
Section "Device"
Identifier "videocard0"
Driver "fglrx"
EndSection
Section "Screen"
Identifier "Screen0"
Device "videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
glxinfo | grep direct gives:
Code:
[dyingmuppet@DyingMuppet ~]$ glxinfo | grep direct
Xlib: extension "XFree86-DRI" missing on display ":0.0".
direct rendering: No
OpenGL renderer string: Mesa GLX Indirect
It looks like DRI is missing for me  but I dunno how to fix that
grtz DM
|
|
|
11-03-2006, 11:13 PM
|
#6
|
Member
Registered: Jul 2005
Location: Montreal, Qc, Canada
Distribution: Fedora Core 5/6 Slackware 10.1/11
Posts: 120
Rep:
|
Add this at the end of the /etc/X11/xorg.conf file:
Code:
Section "DRI"
Group 0
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Disable"
EndSection
|
|
|
11-04-2006, 03:11 AM
|
#7
|
Member
Registered: Sep 2006
Location: Netherlands
Distribution: Sabayon Linux 3.26
Posts: 62
Original Poster
Rep:
|
Ok.. I have put that into my xorg.conf, but I first have to wait for my download to restart..
|
|
|
11-04-2006, 11:12 AM
|
#8
|
Member
Registered: Sep 2006
Location: Netherlands
Distribution: Sabayon Linux 3.26
Posts: 62
Original Poster
Rep:
|
I've rebooted my system and when I run fglrxinfo now it says:
Code:
[dyingmuppet@DyingMuppet ~]$ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.5.1)
so DRI is working for now but I still have the mesa driver...
|
|
|
11-04-2006, 09:03 PM
|
#9
|
Member
Registered: Jul 2005
Location: Montreal, Qc, Canada
Distribution: Fedora Core 5/6 Slackware 10.1/11
Posts: 120
Rep:
|
Ok,
Can you show the content of /var/log/Xorg.0.log
|
|
|
11-05-2006, 06:59 AM
|
#10
|
LQ Newbie
Registered: Oct 2006
Location: Garland, TX
Posts: 6
Rep:
|
I'm having similar problems with my system, and they're driving me absolutely nuts. I've followed the instructions I found online, step-by-step. Still not working. The card is a Radeon 9550. Here's my info:
Code:
# fglrxinfo
libGL warning: 3D driver claims to not support visual 0x4b
display: :0.0 screen: 0
OpenGL vendor string: Tungsten Graphics, Inc.
OpenGL renderer string: Mesa DRI R300 20060815 AGP 1x TCL
OpenGL version string: 1.3 Mesa 6.5.1
xorg.conf:
Code:
# Xorg configuration created by pyxf86config
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "ServerFlags"
Option "AIGLX" "off"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "radeon"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
My Xorg.0.log file is too long to post. What do I need to do to get this working???
|
|
|
11-05-2006, 10:50 AM
|
#11
|
Member
Registered: Jul 2005
Location: Montreal, Qc, Canada
Distribution: Fedora Core 5/6 Slackware 10.1/11
Posts: 120
Rep:
|
Quote:
My Xorg.0.log file is too long to post. What do I need to do to get this working???
|
It is working now, however not with the fglrx driver. Replace the Radeon driver in your xorg.conf file with the fglrx driver.
|
|
|
11-05-2006, 11:33 AM
|
#12
|
LQ Newbie
Registered: Oct 2006
Location: Garland, TX
Posts: 6
Rep:
|
That worked - thank you! I now have access to a working control panel, for what it's worth - not too many options available to me. Still, at least it's not giving me any errors!
|
|
|
11-05-2006, 02:37 PM
|
#13
|
Member
Registered: Jul 2005
Location: Montreal, Qc, Canada
Distribution: Fedora Core 5/6 Slackware 10.1/11
Posts: 120
Rep:
|
Quote:
Originally Posted by ProfessorTomoe
That worked - thank you! I now have access to a working control panel, for what it's worth - not too many options available to me. Still, at least it's not giving me any errors!
|
There's not many options in the ControlPanel, no matter how your fglrx driver is setup or which Radeon card is installed in your system.
Last edited by glussier; 11-06-2006 at 06:41 AM.
|
|
|
11-06-2006, 06:09 AM
|
#14
|
Member
Registered: Sep 2006
Location: Netherlands
Distribution: Sabayon Linux 3.26
Posts: 62
Original Poster
Rep:
|
have the Mesa running
Ok Guys i have reinstalled my system a day ago now running on FC6 x86_64 and I just have installed the ATI-8.30.3 driver from their site when I run fglrxinfo I get:
Code:
[dyingmuppet@DyingMuppet ~]$ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.5.1)
So now the Mesa openGL is running but thats still not what I want to see... I want to see the ATI OpenGL up and running like it should.. I had it working on FC5 after updating to kernel 2.6.18-1.2200 it just worked but with the FC6 2.6.18-1.2798 kernel it doesn't
Is there anyone who fixed this already??
PS my xorg.conf looks like:
Code:
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbVariant" "intl"
EndSection
Section "Monitor"
Identifier "Monitor0"
ModelName "Samsung SyncMaster 710N/177N/CX711N/CX701N"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 30.0 - 81.0
VertRefresh 56.0 - 75.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "fglrx"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1280x960" "1280x800" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Disable"
EndSection
Last edited by DyingMuppet; 11-06-2006 at 06:15 AM.
|
|
|
11-06-2006, 06:18 AM
|
#15
|
Member
Registered: Sep 2006
Location: Netherlands
Distribution: Sabayon Linux 3.26
Posts: 62
Original Poster
Rep:
|
And here is my Xorg.0.log:
Code:
X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: Linux 2.6.9-34.ELsmp x86_64 Red Hat, Inc.
Current Operating System: Linux DyingMuppet 2.6.18-1.2798.fc6 #1 SMP Mon Oct 16 14:39:22 EDT 2006 x86_64
Build Date: 04 October 2006
Build ID: xorg-x11-server 1.1.1-47.fc6
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Nov 6 12:30:38 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "single head configuration"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "Videocard0"
(**) |-->Input Device "Keyboard0"
(==) |-->Input Device "<default pointer>"
(WW) The core pointer device wasn't specified explicitly in the layout.
Using the default mouse configuration.
(WW) No FontPath specified. Using compiled-in default.
(==) FontPath set to:
unix/:7100,
built-ins
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib64/xorg/modules"
(**) Extension "Composite" is disabled
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 1.0
X.Org XInput driver : 0.6
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib64/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib64/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(++) using VT number 7
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,00e1 card 1043,813f rev a1 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 10de,00e0 card 1043,813f rev a2 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 10de,00e4 card 1043,813f rev a1 class 0c,05,00 hdr 80
(II) PCI: 00:02:0: chip 10de,00e7 card 1043,813f rev a1 class 0c,03,10 hdr 80
(II) PCI: 00:02:1: chip 10de,00e7 card 1043,813f rev a1 class 0c,03,10 hdr 80
(II) PCI: 00:02:2: chip 10de,00e8 card 1043,813f rev a2 class 0c,03,20 hdr 80
(II) PCI: 00:05:0: chip 10de,00df card 1043,80a7 rev a2 class 06,80,00 hdr 00
(II) PCI: 00:06:0: chip 10de,00ea card 1043,812a rev a1 class 04,01,00 hdr 00
(II) PCI: 00:08:0: chip 10de,00e5 card 1043,813f rev a2 class 01,01,8a hdr 00
(II) PCI: 00:0a:0: chip 10de,00e3 card 1043,813f rev a2 class 01,01,85 hdr 00
(II) PCI: 00:0b:0: chip 10de,00e2 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:0e:0: chip 10de,00ed card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 01:00:0: chip 1002,4153 card 174b,0200 rev 00 class 03,00,00 hdr 80
(II) PCI: 01:00:1: chip 1002,4173 card 174b,0201 rev 00 class 03,80,00 hdr 00
(II) PCI: 02:07:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00 hdr 00
(II) PCI: 02:0b:0: chip 1106,3044 card 1043,808a rev 80 class 0c,00,10 hdr 00
(II) PCI: 02:0c:0: chip 1095,3114 card 1043,8136 rev 02 class 01,80,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:11:0), (0,1,1), BCTRL: 0x000b (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1 0 0x00009000 - 0x00009fff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xff300000 - 0xff3fffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xbeb00000 - 0xdeafffff (0x20000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:14:0), (0,2,2), BCTRL: 0x0003 (VGA_EN is cleared)
(II) Bus 2 I/O range:
[0] -1 0 0x0000a000 - 0x0000bfff (0x2000) IX[B]
(II) Bus 2 non-prefetchable memory range:
[0] -1 0 0xff400000 - 0xff5fffff (0x200000) MX[B]
(--) PCI:*(1:0:0) ATI Technologies Inc RV350 AS [Radeon 9550] rev 0, Mem @ 0xd0000000/27, 0xff3f0000/16, I/O @ 0x9800/8, BIOS @ 0xff3c0000/17
(--) PCI: (1:0:1) ATI Technologies Inc RV350 ? [Radeon 9550] (Secondary) rev 0, Mem @ 0xc8000000/27, 0xff3e0000/16
(II) Addressable bus resource ranges are
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
[1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xe0000000 from 0xefffffff to 0xdfffffff
(II) Active PCI resource ranges:
[0] -1 0 0xff5ff800 - 0xff5ffbff (0x400) MX[B]
[1] -1 0 0xff5ff000 - 0xff5ff7ff (0x800) MX[B]
[2] -1 0 0xff5ffc00 - 0xff5ffcff (0x100) MX[B]
[3] -1 0 0xff6fb000 - 0xff6fbfff (0x1000) MX[B]
[4] -1 0 0xff6fc000 - 0xff6fcfff (0x1000) MX[B]
[5] -1 0 0xff6ffc00 - 0xff6ffcff (0x100) MX[B]
[6] -1 0 0xff6fe000 - 0xff6fefff (0x1000) MX[B]
[7] -1 0 0xff6fd000 - 0xff6fdfff (0x1000) MX[B]
[8] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
[9] -1 0 0xff3e0000 - 0xff3effff (0x10000) MX[B](B)
[10] -1 0 0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
[11] -1 0 0xff3c0000 - 0xff3dffff (0x20000) MX[B](B)
[12] -1 0 0xff3f0000 - 0xff3fffff (0x10000) MX[B](B)
[13] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
[14] -1 0 0x0000a400 - 0x0000a40f (0x10) IX[B]
[15] -1 0 0x0000a800 - 0x0000a803 (0x4) IX[B]
[16] -1 0 0x0000ac00 - 0x0000ac07 (0x8) IX[B]
[17] -1 0 0x0000b000 - 0x0000b003 (0x4) IX[B]
[18] -1 0 0x0000b400 - 0x0000b407 (0x8) IX[B]
[19] -1 0 0x0000bc00 - 0x0000bc7f (0x80) IX[B]
[20] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B]
[21] -1 0 0x0000c400 - 0x0000c47f (0x80) IX[B]
[22] -1 0 0x0000c800 - 0x0000c80f (0x10) IX[B]
[23] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
[24] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
[25] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
[26] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
[27] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
[28] -1 0 0x0000e400 - 0x0000e47f (0x80) IX[B]
[29] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[30] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
[31] -1 0 0x00005040 - 0x0000507f (0x40) IX[B]
[32] -1 0 0x00005000 - 0x0000503f (0x40) IX[B]
[33] -1 0 0x00005080 - 0x0000509f (0x20) IX[B]
[34] -1 0 0x00009800 - 0x000098ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xff5ff800 - 0xff5ffbff (0x400) MX[B]
[1] -1 0 0xff5ff000 - 0xff5ff7ff (0x800) MX[B]
[2] -1 0 0xff5ffc00 - 0xff5ffcff (0x100) MX[B]
[3] -1 0 0xff6fb000 - 0xff6fbfff (0x1000) MX[B]
[4] -1 0 0xff6fc000 - 0xff6fcfff (0x1000) MX[B]
[5] -1 0 0xff6ffc00 - 0xff6ffcff (0x100) MX[B]
[6] -1 0 0xff6fe000 - 0xff6fefff (0x1000) MX[B]
[7] -1 0 0xff6fd000 - 0xff6fdfff (0x1000) MX[B]
[8] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
[9] -1 0 0xff3e0000 - 0xff3effff (0x10000) MX[B](B)
[10] -1 0 0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
[11] -1 0 0xff3c0000 - 0xff3dffff (0x20000) MX[B](B)
[12] -1 0 0xff3f0000 - 0xff3fffff (0x10000) MX[B](B)
[13] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
[14] -1 0 0x0000a400 - 0x0000a40f (0x10) IX[B]
[15] -1 0 0x0000a800 - 0x0000a803 (0x4) IX[B]
[16] -1 0 0x0000ac00 - 0x0000ac07 (0x8) IX[B]
[17] -1 0 0x0000b000 - 0x0000b003 (0x4) IX[B]
[18] -1 0 0x0000b400 - 0x0000b407 (0x8) IX[B]
[19] -1 0 0x0000bc00 - 0x0000bc7f (0x80) IX[B]
[20] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B]
[21] -1 0 0x0000c400 - 0x0000c47f (0x80) IX[B]
[22] -1 0 0x0000c800 - 0x0000c80f (0x10) IX[B]
[23] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
[24] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
[25] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
[26] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
[27] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
[28] -1 0 0x0000e400 - 0x0000e47f (0x80) IX[B]
[29] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[30] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
[31] -1 0 0x00005040 - 0x0000507f (0x40) IX[B]
[32] -1 0 0x00005000 - 0x0000503f (0x40) IX[B]
[33] -1 0 0x00005080 - 0x0000509f (0x20) IX[B]
[34] -1 0 0x00009800 - 0x000098ff (0x100) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xff5ff800 - 0xff5ffbff (0x400) MX[B]
[5] -1 0 0xff5ff000 - 0xff5ff7ff (0x800) MX[B]
[6] -1 0 0xff5ffc00 - 0xff5ffcff (0x100) MX[B]
[7] -1 0 0xff6fb000 - 0xff6fbfff (0x1000) MX[B]
[8] -1 0 0xff6fc000 - 0xff6fcfff (0x1000) MX[B]
[9] -1 0 0xff6ffc00 - 0xff6ffcff (0x100) MX[B]
[10] -1 0 0xff6fe000 - 0xff6fefff (0x1000) MX[B]
[11] -1 0 0xff6fd000 - 0xff6fdfff (0x1000) MX[B]
[12] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
[13] -1 0 0xff3e0000 - 0xff3effff (0x10000) MX[B](B)
[14] -1 0 0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
[15] -1 0 0xff3c0000 - 0xff3dffff (0x20000) MX[B](B)
[16] -1 0 0xff3f0000 - 0xff3fffff (0x10000) MX[B](B)
[17] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
[18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[19] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[20] -1 0 0x0000a400 - 0x0000a40f (0x10) IX[B]
[21] -1 0 0x0000a800 - 0x0000a803 (0x4) IX[B]
[22] -1 0 0x0000ac00 - 0x0000ac07 (0x8) IX[B]
[23] -1 0 0x0000b000 - 0x0000b003 (0x4) IX[B]
[24] -1 0 0x0000b400 - 0x0000b407 (0x8) IX[B]
[25] -1 0 0x0000bc00 - 0x0000bc7f (0x80) IX[B]
[26] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B]
[27] -1 0 0x0000c400 - 0x0000c47f (0x80) IX[B]
[28] -1 0 0x0000c800 - 0x0000c80f (0x10) IX[B]
[29] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
[30] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
[31] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
[32] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
[33] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
[34] -1 0 0x0000e400 - 0x0000e47f (0x80) IX[B]
[35] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[36] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
[37] -1 0 0x00005040 - 0x0000507f (0x40) IX[B]
[38] -1 0 0x00005000 - 0x0000503f (0x40) IX[B]
[39] -1 0 0x00005080 - 0x0000509f (0x20) IX[B]
[40] -1 0 0x00009800 - 0x000098ff (0x100) IX[B](B)
(II) LoadModule: "extmod"
(II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib64/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "freetype"
(II) Loading /usr/lib64/xorg/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 7.1.1, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "type1"
(II) Loading /usr/lib64/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.2
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "record"
(II) Loading /usr/lib64/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(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.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/lib64/xorg/modules/linux/libdrm.so
(II) Module drm: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "fglrx"
(II) Loading /usr/lib64/xorg/modules/drivers/fglrx_drv.so
(II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
compiled for 7.1.0, module version = 8.30.3
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "kbd"
(II) Loading /usr/lib64/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/lib64/xorg/modules/input/mouse_drv.so
|
|
|
All times are GMT -5. The time now is 10:34 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|