Mouse Wheel gone
by Christian Menzel
Since the latest xorg-X11 upgrade I receive the already mentioned XKB
error and the mouse wheel is not working anymore.
Has anybody seen this behavior?
Regards
Chris
5 years, 1 month
Re: NFS failure
by Fulko.Hew@sita.aero
Damian Menscher <menscher(a)uiuc.edu>@redhat.com on 04/07/2004 04:57:13 PM
wrote:
> On Wed, 7 Apr 2004, Jeff Elkins wrote:
>
> > I'm getting failure messages on my nfs mounts i.e. :
> >
> > mount to NFS server 'music.elkins' failed: server is down.
> >
> > nsfd appears to be running and I didn't see anything suspicious in the
logs.
> > The servers are up and running and have other clients connected.
>
> You didn't mention what steps you took to debug it:
>
> Can you ping the server?
> What is the output of rpcinfo -p servername?
> Does the server have access restrictions (firewall, TCP Wrappers, etc)?
I have the same symptoms...
rpcinfo says that nfs et.al. are running.
Something has changed in test 2, since the same PC running RH9
accesses that host just fine.
5 years, 1 month
"too many timeout resolving $DOMAIN, disabling EDNS"?
by David Hagood
Over the past couple of weeks I've been getting lots of messages like
this in my logs:
unexpected RCODE (SERVFAIL) resolving 'example.com/A/IN': 64.71.97.21#53
Aug 5 17:54:49 Deathwish named[1870]: too many timeouts resolving
'www.example.com/A' (in 'example.com'?): disabling EDNS
(where I have replaced the actual domain with "example.com")
This happens on MANY domains, not just a few, and on domains that I
would think would NOT be likely to have stupid problems (like Google and
Slashdot).
Has something changed in BIND that could cause this?
12 years, 9 months
blackberry support on fedora 8
by Ben Little
Hi all,
I'm trying to use my blackberry as a tethered modem and am having some
difficulties, I'm not quite sure how to set this up in the first place which
is probably the majority of my problem
I've installed "barry" but am unable to get barry-utils installed because of
this;
Missing Dependency: libboost_serialization.so.2 is needed by package
barry-util
I've looked into the provides for that file and apparently it's "boost"
which is installed.
boost-1.34.1-5.fc8
boost-1.34.1-5.fc8
boost-devel-1.34.1-5.fc8
(one is i386, one is x86_64 -- that's why it's listed twice)
I've read about XMBlackBerry but am unable to get that installed (more
dependency issues)
does anyone have good information on making a blackberry work as a tethered
modem on fedora 8?
Thanks!
13 years
GNOME desktop confused by RAID-1 volume
by Michael Schwendt
Recently, I've noticed that after logging in, a RAID-1 volume is
displayed two times. The same two hdd icons, the same Name, the same
"Properties" are displayed.
When I choose "Unmount Volume" via the context menu, the second icon
stays on the desktop. All its details in the properties dialog change
to "Volume: home", and indeed the details for my /home partition are
displayed. The "Name" is wrong though, as it's still the size of the
RAID-1 volume. When I want to unmount the volume (just as a test) I'm
asked "Do you want to empty the trash before you umount?" and the
dialog explains what that would yield. If I choose not to empty the
trash and proceed, there is an error dialog "Cannot unmount volume -
The volume is not mounted" (sure, it's /home). When I mount the RAID-1
volume again, both desktop icons refer to it again.
Some desktop component gets confused.
13 years, 1 month
Panasonic CF-52 (Radeon X2100), and xorg does not work with F8T3
by Todd Denniston
Folks,
we just tried an install on a Panasonic CF-52 (TOUGHBOOK laptop) using an ATI
Radeon X2100.
1) had to install in text mode because X is just black screen.
2) after install startx results in the same situation. (consistency is nice)
3) by default xorg.conf is pointing at vesa instead of an ati driver, so it
does not do a PCI scan, it just hangs at a black screen.
after setting the driver to ati, the startx process just gives up because xorg
(as the log.ati shows) for some reasons can't find a screen.
BTW, no other monitors plugged in, just the one on the laptop, and when I do
plug other monitors in (such as a Dell 1907FPf) it changes nothing.
So is there a way to get 2D on this machine, besides doing
http://www.fedorafaq.org/#radeon
or figuring out which driver from
http://ati.amd.com/support/driver.html
(the M71 || Mobility Radeon X2100 is not listed)???
I miss the days of being able to tell X to drop back and punt with a generic
VGA (640x480 or 800x600) config.
P.S. is the correct etiquette for this mailing list to:
A) have a bunch of text files attached,
B) tar and bzip them before attaching,
C) make the folks helping you request the ones they want???
--
Todd Denniston
Crane Division, Naval Surface Warfare Center (NSWC Crane)
Harnessing the Power of Technology for the Warfighter
01:00.0 VGA compatible controller [0300]: ATI Technologies Inc M71 [Mobility Radeon X2100] [1002:7210] (rev ce) (prog-if 00 [VGA])
Subsystem: Matsushita Electric Industrial Co., Ltd. Unknown device [10f7:8338]
Flags: bus master, fast devsel, latency 0, IRQ 9
Memory at e0000000 (32-bit, prefetchable) [size=256M]
I/O ports at 2000 [size=256]
Memory at d7ef0000 (32-bit, non-prefetchable) [size=64K]
[virtual] Expansion ROM at d7e00000 [disabled] [size=128K]
Capabilities: [50] Power Management version 2
Capabilities: [58] Express Legacy Endpoint IRQ 0
Capabilities: [80] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Synaptics" "CorePointer"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "Emulate3Buttons" "yes"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "vesa"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Synaptics" "CorePointer"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "Emulate3Buttons" "yes"
EndSection
Section "Device"
Identifier "Videocard0"
#Driver "vesa"
Driver "ati"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: Fedora Core 7 Red Hat, Inc.
Current Operating System: Linux localhost 2.6.23-0.214.rc8.git2.fc8 #1 SMP Fri Sep 28 17:38:00 EDT 2007 i686
Build Date: 17 September 2007
Build ID: xorg-x11-server 1.3.0.0-24.fc8
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue Oct 30 00:46:35 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "<default monitor>"
(**) | |-->Device "Videocard0"
(WW) No monitor specified for screen "Screen0".
Using a default monitor configuration.
(**) |-->Input Device "Keyboard0"
(**) |-->Input Device "Synaptics"
(II) No default mouse found, adding one
(**) |-->Input Device "<default pointer>"
(WW) No FontPath specified. Using compiled-in default.
(==) FontPath set to:
catalogue:/etc/X11/fontpath.d,
built-ins
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x820e7a0
(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
(WW) xf86OpenConsole: setpgid failed: Invalid argument
(WW) xf86OpenConsole: setsid failed: Operation not permitted
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2a00 card 10f7,8338 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2a01 card 0000,0000 rev 03 class 06,04,00 hdr 01
(II) PCI: 00:19:0: chip 8086,1049 card 10f7,8338 rev 03 class 02,00,00 hdr 00
(II) PCI: 00:1a:0: chip 8086,2834 card 10f7,8338 rev 03 class 0c,03,00 hdr 80
(II) PCI: 00:1a:1: chip 8086,2835 card 10f7,8338 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1a:7: chip 8086,283a card 10f7,8338 rev 03 class 0c,03,20 hdr 00
(II) PCI: 00:1b:0: chip 8086,284b card 10f7,8338 rev 03 class 04,03,00 hdr 00
(II) PCI: 00:1c:0: chip 8086,283f card 0000,0000 rev 03 class 06,04,00 hdr 81
(II) PCI: 00:1c:1: chip 8086,2841 card 0000,0000 rev 03 class 06,04,00 hdr 81
(II) PCI: 00:1c:2: chip 8086,2843 card 0000,0000 rev 03 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,2830 card 10f7,8338 rev 03 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,2831 card 10f7,8338 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,2832 card 10f7,8338 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,2836 card 10f7,8338 rev 03 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev f3 class 06,04,01 hdr 01
(II) PCI: 00:1f:0: chip 8086,2811 card 10f7,8338 rev 03 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,2850 card 10f7,8338 rev 03 class 01,01,8a hdr 00
(II) PCI: 00:1f:2: chip 8086,2829 card 10f7,8338 rev 03 class 01,06,01 hdr 00
(II) PCI: 00:1f:3: chip 8086,283e card 10f7,8338 rev 03 class 0c,05,00 hdr 00
(II) PCI: 01:00:0: chip 1002,7210 card 10f7,8338 rev ce class 03,00,00 hdr 00
(II) PCI: 0b:00:0: chip 8086,4229 card 8086,1000 rev 61 class 02,80,00 hdr 00
(II) PCI: 0e:00:0: chip 1180,0476 card 6000,0000 rev b1 class 06,07,00 hdr 82
(II) PCI: 0e:00:1: chip 1180,0552 card 10f7,8338 rev 06 class 0c,00,10 hdr 80
(II) PCI: 0e:00:2: chip 1180,0822 card 10f7,8338 rev 15 class 08,05,00 hdr 80
(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,15), 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: 0x001a (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1 0 0x00002000 - 0x00002fff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xd7e00000 - 0xd7efffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:28:0), (0,2,2), BCTRL: 0x0004 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:28:1), (0,3,10), BCTRL: 0x0004 (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]
[2] -1 0 0x00004800 - 0x000048ff (0x100) IX[B]
[3] -1 0 0x00004c00 - 0x00004cff (0x100) IX[B]
[4] -1 0 0x00005000 - 0x000050ff (0x100) IX[B]
[5] -1 0 0x00005400 - 0x000054ff (0x100) IX[B]
[6] -1 0 0x00005800 - 0x000058ff (0x100) IX[B]
[7] -1 0 0x00005c00 - 0x00005cff (0x100) IX[B]
(II) Bus 3 non-prefetchable memory range:
[0] -1 0 0xd0000000 - 0xd3ffffff (0x4000000) MX[B]
(II) Bus 3 prefetchable memory range:
[0] -1 0 0xd8000000 - 0xdbffffff (0x4000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 11: bridge is at (0:28:2), (0,11,11), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 11 non-prefetchable memory range:
[0] -1 0 0xfc000000 - 0xfc0fffff (0x100000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 14: bridge is at (0:30:0), (0,14,18), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 14 I/O range:
[0] -1 0 0x00006000 - 0x000060ff (0x100) IX[B]
[1] -1 0 0x00006400 - 0x000064ff (0x100) IX[B]
[2] -1 0 0x00006800 - 0x000068ff (0x100) IX[B]
[3] -1 0 0x00006c00 - 0x00006cff (0x100) IX[B]
(II) Bus 14 non-prefetchable memory range:
[0] -1 0 0xfc100000 - 0xfc3fffff (0x300000) MX[B]
(II) Bus 14 prefetchable memory range:
[0] -1 0 0x50000000 - 0x53ffffff (0x4000000) 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 15: bridge is at (14:0:0), (14,15,18), BCTRL: 0x0580 (VGA_EN is cleared)
(II) Bus 15 I/O range:
[0] -1 0 0x00006000 - 0x000060ff (0x100) IX[B]
[1] -1 0 0x00006400 - 0x000064ff (0x100) IX[B]
(II) Bus 15 prefetchable memory range:
[0] -1 0 0x50000000 - 0x53ffffff (0x4000000) MX[B]
(--) PCI:*(1:0:0) ATI Technologies Inc M71 [ATI Mobility Radeon X2100] rev 206, Mem @ 0xe0000000/28, 0xd7ef0000/16, I/O @ 0x2000/8
(II) Addressable bus resource ranges are
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
[1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
[0] -1 0 0xfc301800 - 0xfc3018ff (0x100) MX[B]
[1] -1 0 0xfc301000 - 0xfc3017ff (0x800) MX[B]
[2] -1 0 0xfc000000 - 0xfc001fff (0x2000) MX[B]
[3] -1 0 0x54000000 - 0x540000ff (0x100) MX[B]
[4] -1 0 0xfc625000 - 0xfc6257ff (0x800) MX[B]
[5] -1 0 0xfc625c00 - 0xfc625fff (0x400) MX[B]
[6] -1 0 0xfc620000 - 0xfc623fff (0x4000) MX[B]
[7] -1 0 0xfc625800 - 0xfc625bff (0x400) MX[B]
[8] -1 0 0xfc624000 - 0xfc624fff (0x1000) MX[B]
[9] -1 0 0xfc600000 - 0xfc61ffff (0x20000) MX[B]
[10] -1 0 0xd7ef0000 - 0xd7efffff (0x10000) MX[B](B)
[11] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
[12] -1 0 0x00001100 - 0x0000111f (0x20) IX[B]
[13] -1 0 0x00001c00 - 0x00001c1f (0x20) IX[B]
[14] -1 0 0x000018e8 - 0x000018eb (0x4) IX[B]
[15] -1 0 0x000018f0 - 0x000018f7 (0x8) IX[B]
[16] -1 0 0x000018ec - 0x000018ef (0x4) IX[B]
[17] -1 0 0x000018f8 - 0x000018ff (0x8) IX[B]
[18] -1 0 0x000018c0 - 0x000018cf (0x10) IX[B]
[19] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[20] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[21] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[22] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[23] -1 0 0x000018a0 - 0x000018bf (0x20) IX[B]
[24] -1 0 0x00001880 - 0x0000189f (0x20) IX[B]
[25] -1 0 0x00001860 - 0x0000187f (0x20) IX[B]
[26] -1 0 0x00001840 - 0x0000185f (0x20) IX[B]
[27] -1 0 0x00001820 - 0x0000183f (0x20) IX[B]
[28] -1 0 0x00001800 - 0x0000181f (0x20) IX[B]
[29] -1 0 0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xfc301800 - 0xfc3018ff (0x100) MX[B]
[1] -1 0 0xfc301000 - 0xfc3017ff (0x800) MX[B]
[2] -1 0 0xfc000000 - 0xfc001fff (0x2000) MX[B]
[3] -1 0 0x54000000 - 0x540000ff (0x100) MX[B]
[4] -1 0 0xfc625000 - 0xfc6257ff (0x800) MX[B]
[5] -1 0 0xfc625c00 - 0xfc625fff (0x400) MX[B]
[6] -1 0 0xfc620000 - 0xfc623fff (0x4000) MX[B]
[7] -1 0 0xfc625800 - 0xfc625bff (0x400) MX[B]
[8] -1 0 0xfc624000 - 0xfc624fff (0x1000) MX[B]
[9] -1 0 0xfc600000 - 0xfc61ffff (0x20000) MX[B]
[10] -1 0 0xd7ef0000 - 0xd7efffff (0x10000) MX[B](B)
[11] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
[12] -1 0 0x00001100 - 0x0000111f (0x20) IX[B]
[13] -1 0 0x00001c00 - 0x00001c1f (0x20) IX[B]
[14] -1 0 0x000018e8 - 0x000018eb (0x4) IX[B]
[15] -1 0 0x000018f0 - 0x000018f7 (0x8) IX[B]
[16] -1 0 0x000018ec - 0x000018ef (0x4) IX[B]
[17] -1 0 0x000018f8 - 0x000018ff (0x8) IX[B]
[18] -1 0 0x000018c0 - 0x000018cf (0x10) IX[B]
[19] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[20] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[21] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[22] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[23] -1 0 0x000018a0 - 0x000018bf (0x20) IX[B]
[24] -1 0 0x00001880 - 0x0000189f (0x20) IX[B]
[25] -1 0 0x00001860 - 0x0000187f (0x20) IX[B]
[26] -1 0 0x00001840 - 0x0000185f (0x20) IX[B]
[27] -1 0 0x00001820 - 0x0000183f (0x20) IX[B]
[28] -1 0 0x00001800 - 0x0000181f (0x20) IX[B]
[29] -1 0 0x00002000 - 0x000020ff (0x100) IX[B](B)
(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 0xfc301800 - 0xfc3018ff (0x100) MX[B]
[5] -1 0 0xfc301000 - 0xfc3017ff (0x800) MX[B]
[6] -1 0 0xfc000000 - 0xfc001fff (0x2000) MX[B]
[7] -1 0 0x54000000 - 0x540000ff (0x100) MX[B]
[8] -1 0 0xfc625000 - 0xfc6257ff (0x800) MX[B]
[9] -1 0 0xfc625c00 - 0xfc625fff (0x400) MX[B]
[10] -1 0 0xfc620000 - 0xfc623fff (0x4000) MX[B]
[11] -1 0 0xfc625800 - 0xfc625bff (0x400) MX[B]
[12] -1 0 0xfc624000 - 0xfc624fff (0x1000) MX[B]
[13] -1 0 0xfc600000 - 0xfc61ffff (0x20000) MX[B]
[14] -1 0 0xd7ef0000 - 0xd7efffff (0x10000) MX[B](B)
[15] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
[16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[18] -1 0 0x00001100 - 0x0000111f (0x20) IX[B]
[19] -1 0 0x00001c00 - 0x00001c1f (0x20) IX[B]
[20] -1 0 0x000018e8 - 0x000018eb (0x4) IX[B]
[21] -1 0 0x000018f0 - 0x000018f7 (0x8) IX[B]
[22] -1 0 0x000018ec - 0x000018ef (0x4) IX[B]
[23] -1 0 0x000018f8 - 0x000018ff (0x8) IX[B]
[24] -1 0 0x000018c0 - 0x000018cf (0x10) IX[B]
[25] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[26] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[27] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[28] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[29] -1 0 0x000018a0 - 0x000018bf (0x20) IX[B]
[30] -1 0 0x00001880 - 0x0000189f (0x20) IX[B]
[31] -1 0 0x00001860 - 0x0000187f (0x20) IX[B]
[32] -1 0 0x00001840 - 0x0000185f (0x20) IX[B]
[33] -1 0 0x00001820 - 0x0000183f (0x20) IX[B]
[34] -1 0 0x00001800 - 0x0000181f (0x20) IX[B]
[35] -1 0 0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 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 XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 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: "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) 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: "type1"
(II) Loading /usr/lib/xorg/modules/fonts//libtype1.so
(II) Module type1: vendor="X.Org Foundation"
compiled for 1.3.0, 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/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 1.3.0, 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/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
(II) LoadModule: "ati"
(II) Loading /usr/lib/xorg/modules/drivers//ati_drv.so
(II) Module ati: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 6.7.194
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 1.2
(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) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
compiled for 4.3.99.902, module version = 1.0.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.7
(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.2
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.7
(II) ATI: ATI driver wrapper (version 6.7.194) for chipsets: mach64, rage128, radeon
(II) Primary Device is: PCI 01:00:0
(II) Loading sub module "radeon"
(II) LoadModule: "radeon"
(II) Loading /usr/lib/xorg/modules/drivers//radeon_drv.so
(II) Module radeon: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 4.3.0
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 1.2
(II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI),
ATI ES1000 515E (PCI), ATI ES1000 5969 (PCI),
ATI Radeon Mobility M7 LW (AGP),
ATI Mobility FireGL 7800 M7 LX (AGP),
ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP320M (U1) 4336,
ATI Radeon IGP330/340/350 (A4) 4137,
ATI Radeon IGP330M/340M/350M (U2) 4337,
ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon Mobility 7000 IGP 4437,
ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
ATI Radeon 9100 QM (AGP), ATI Radeon 8500 AIW BB (AGP),
ATI Radeon 8500 AIW BC (AGP), ATI Radeon 7500 QW (AGP/PCI),
ATI Radeon 7500 QX (AGP/PCI), ATI Radeon 9000/PRO If (AGP/PCI),
ATI Radeon 9000 Ig (AGP/PCI), ATI FireGL Mobility 9000 (M9) Ld (AGP),
ATI Radeon Mobility 9000 (M9) Lf (AGP),
ATI Radeon Mobility 9000 (M9) Lg (AGP),
ATI Radeon 9100 IGP (A5) 5834,
ATI Radeon Mobility 9100 IGP (U3) 5835, ATI Radeon 9100 PRO IGP 7834,
ATI Radeon Mobility 9200 IGP 7835, ATI Radeon 9250 5960 (AGP),
ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Radeon 9500 AD (AGP),
ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
ATI FireGL Z1 AG (AGP), ATI Radeon 9700 Pro ND (AGP),
ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
ATI FireGL X1 NG (AGP), ATI Radeon 9600 AP (AGP),
ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP),
ATI FireGL RV360 AV (AGP),
ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
ATI Radeon Mobility 9600 (M10) NQ (AGP),
ATI Radeon Mobility 9600 (M11) NR (AGP),
ATI Radeon Mobility 9600 (M10) NS (AGP),
ATI FireGL Mobility T2 (M10) NT (AGP),
ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon 9650,
ATI Radeon 9800SE AH (AGP), ATI Radeon 9800 AI (AGP),
ATI Radeon 9800 AJ (AGP), ATI FireGL X2 AK (AGP),
ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
ATI Radeon X600 (RV380) 3E50 (PCIE),
ATI FireGL V3200 (RV380) 3E54 (PCIE),
ATI Radeon Mobility X600 (M24) 3150 (PCIE),
ATI Radeon Mobility X300 (M24) 3152 (PCIE),
ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X300 (RV370) 5B60 (PCIE),
ATI Radeon X600 (RV370) 5B62 (PCIE),
ATI Radeon X550 (RV370) 5B63 (PCIE),
ATI FireGL V3100 (RV370) 5B64 (PCIE),
ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
ATI Radeon Mobility X300 (M22) 5460 (PCIE),
ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
ATI FireGL M22 GL 5464 (PCIE), ATI Radeon XPRESS 200 5A41 (PCIE),
ATI Radeon XPRESS 200M 5A42 (PCIE),
ATI Radeon XPRESS 200 5A61 (PCIE),
ATI Radeon XPRESS 200M 5A62 (PCIE),
ATI Radeon XPRESS 200 5954 (PCIE),
ATI Radeon XPRESS 200M 5955 (PCIE),
ATI Radeon XPRESS 200 5974 (PCIE),
ATI Radeon XPRESS 200M 5975 (PCIE), ATI FireGL V5000 (RV410) (PCIE),
ATI Mobility FireGL V5000 (M26) (PCIE),
ATI Mobility FireGL V5000 (M26) (PCIE),
ATI Mobility Radeon X700 XL (M26) (PCIE),
ATI Mobility Radeon X700 (M26) (PCIE),
ATI Mobility Radeon X700 (M26) (PCIE),
ATI Radeon X700 PRO (RV410) (PCIE),
ATI Radeon X700 XT (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE),
ATI Radeon X800 (R420) JH (AGP), ATI Radeon X800PRO (R420) JI (AGP),
ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
ATI Radeon Mobility 9800 (M18) JN (AGP),
ATI Radeon X800XT (R420) JP (AGP), ATI Radeon X800 SE (R420) (AGP),
ATI Radeon AIW X800 VE (R420) JT (AGP),
ATI Radeon X800 (R423) UH (PCIE),
ATI Radeon X800PRO (R423) UI (PCIE),
ATI Radeon X800LE (R423) UJ (PCIE),
ATI Radeon X800SE (R423) UK (PCIE),
ATI FireGL V5100 (R423) UQ (PCIE),
ATI FireGL unknown (R423) UR (PCIE),
ATI FireGL unknown (R423) UT (PCIE),
ATI Radeon X800XT (R423) 5D57 (PCIE), ATI FireGL V7100 (R423) (PCIE),
ATI Mobility FireGL V5100 (M28) (PCIE),
ATI Mobility Radeon X800 (M28) (PCIE),
ATI Mobility Radeon X800 XT (M28) (PCIE),
ATI Radeon X800 (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 XTP (R430) (PCIE),
ATI Radeon X850 5D4C (PCIE),
ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
ATI Radeon X850 XT (R480) (PCIE),
ATI Radeon X850 XT PE (R480) (PCIE),
ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP)
(--) Assigning device section with no busID to primary device
(EE) No devices detected.
Fatal server error:
no screens found
13 years, 2 months
The KDE-SIG needs (your) help
by Sebastian Vahl
This is a request for participation:
The KDE-SIG [1] is atm lacking active contributors. And we really need some
help in doing our job to provide a good KDE version in Fedora - especially
with the upcoming KDE 4.0 and the inclusion in Fedora 9.
If you don't know how you could help us here is a list (which is also in the
wiki):
* Packagers: There are so many interesting packages that are not yet packaged
for Fedora. Package it to improve the user experience.
* Reviewers: Only a few persons are doing the kde-related reviews. Help us
reviewing so that more packages could be included.
* Testers: If you love KDE use the development version or the updates-testing
repository and report bugs, bugs, bugs, request enhancements or features. We
need your feedback to improve KDE.
* Bugs: Become a BugZapper and help us with kde-related bugs.
* Documentation writers: The documentation (esp. the DesktopUserGuide) is
GNOME-centered. Help us to provide an equivalent for KDE.
* Release Notes: The few people that are working on the new KDE-Spin are quite
busy with development issues. If you want to help us in writing the release
notes for the next version of Fedora we would give you all the info you need.
* Wiki: Maintain http://fedoraproject.org/wiki/KDE and keep it updated with
end user information.
* Artists: To provide a matching theme for nodoka-metacity-theme and provide
an unified desktop experience.
But this is not a complete list. If you're interested in making KDE in Fedora
better, you're more than welcome.
The list of participants in the wiki is atm not a list of active contributors.
When setting up the wiki the only demand was an interest in KDE to be listed
on this page. This list would be changed in the future to be culled down to
the list of active (or reactivated) participants. This has become necessarely
because there are only (less or more) 3 active contributors atm (plus Than
Ngo). But the list indicates that there are enough people helping with KDE.
If you are interested in joining the KDE-SIG please add your name to this
list, answer to this mail, join us in #fedora-kde at freenode or attend the
weekly KDE-SIG-Meetings (every tuesday 17:00 UTC). I will also add a topic to
the agenda of the meeting next week to introduce new contributors. [2]
The attendance at the SIG-Meetings is of course not required. But this way we
would know of each other. And they are also the main place of discussing the
next steps in the development (besides fedora-devel-list).
If you have any further questions please answer to this mail or write me
directly. And be sure: If your are willing to help you're welcome (regardless
of your skills). :)
Sebastian
[1] http://fedoraproject.org/wiki/SIGs/KDE
[2] http://fedoraproject.org/wiki/SIGs/KDE/Meetings/2007-11-06
13 years, 2 months