keyboard hang

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

I have a Compaq laptop with a radeon IGP320M. It has Mandrake 9.2
installed. I just installed the dri xserver (4.3.99.12) and last night's
radeon driver build (20020224) from dri.soureforge.net and it works
great for the app that I need it work for. However there are a couple of
things that do not work.

The keyboard hangs when X starts for the first time after a reboot or
after restarting from single user mode, the mouse works OK. If I ssh in
and stop X and start it again then the keyboard works again.

With the X from Mandrake 9.2 (4.3.0) it did not have this problem. Is
this an issue with X 4.2.99.12 or the updated radeon driver or dri?

Another thing is that I can't get the external monitor as CRT2 to work
at a different freq to the laptop's LCD panel. If I don't set the radeon
driver's CRT2* options then the external monitor works at 60Hz which is
the same as the LCD. If I set these options to anything then the CRT2
monitor does not work at all.

Any pointers about how to go about fixing these would be appreciated.

TIA
g

XF86Config-4:

Section "Files"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.
FontPath "unix/:-1"
EndSection


Section "ServerFlags"
AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work
#DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
#DontZap # disable <Crtl><Alt><BS> (server abort)
EndSection


Section "Module"
    Load "dbe" # Double-Buffering Extension
    Load "v4l" # Video for Linux
    Load "extmod"
    Load "type1"
    Load "freetype"
    #Load "ddc"
    Load "glx" # 3D layer
    Load "dri"
EndSection

Section "InputDevice"
    Identifier "Keyboard1"
    Driver "Keyboard"
    Option "CoreKeyboard"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"
    Option "XkbRules" "xfree86"
    #Option "XkbCompat" ""
    #Option "XkbOptions" ""
EndSection

Section "InputDevice"
    Identifier "Mouse2"
    Driver "mouse"
    Option "Protocol" "IMPS/2"
    Option "Device" "/dev/usb/mouse"
    Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "IMPS/2"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons"
    Option "Emulate3Timeout" "50"
    Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
    Identifier "LCD"
    VendorName "Generic"
    ModelName "Flat Panel 1024x768"
    HorizSync 31.5-48.5
    VertRefresh 40-75

# Sony Vaio C1(X,XS,VE,VN)?
# 1024x480 @ 85.6 Hz, 48 kHz hsync
#ModeLine "1024x480" 65.00 1024 1032 1176 1344 480 488 494 563 -hsync -vsync


    # TV fullscreen mode or DVD fullscreen output.
    # 768x576 @ 79 Hz, 50 kHz hsync
    #ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630

    # 768x576 @ 100 Hz, 61.6 kHz hsync
    #ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
EndSection

Section "Monitor"
Identifier "External"
VendorName "Leo"
ModelName "17ci"
HorizSync 30-86
VertRefresh 47-100
#Modeline "1024x768" 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
EndSection


#Section "Modes"
# Identifier "foo"
# Modeline "foo1024x768" 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
#EndSection


Section "Device"
    Identifier "device1"
    VendorName "ATI Technologies Inc"
    BoardName "ATI Radeon IGP320M"
    Driver	"radeon"
    Option	"DPMS"
    Option	"AGPMode"		"4"
    Option	"AGPFastWrite"		"On"
    Option	"EnablePageFlip"	"On"
    #Option	"CRT2Position"	"Clone"
    #Option	"CRT2HSync"      "30-86"
    #Option	"CRT2VRefresh"	"47-100"
    Option	"PanelOff" 		"Off"
    Option	"DDCMode"		"On"
    #BusID	"PCI:1:05:0"
    Option	"Metamodes"	"1024x768-1024x768 800x600-800x600"
    #Option	"MonitorLayout" "LVDS, CRT"
    #Option	"IgnoreEDID"
EndSection

Section "DRI"
    Mode 0666
EndSection

Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "LCD"
    DefaultColorDepth 24

    Subsection "Display"
        Depth 8
        Virtual 1024 768
    EndSubsection

    Subsection "Display"
        Depth 15
        Virtual 1024 768
    EndSubsection

    Subsection "Display"
        Depth 16
        Virtual 1024 768
    EndSubsection

    Subsection "Display"
        Depth 24
        Virtual 1024 768
    EndSubsection
EndSection


Section "ServerLayout" Identifier "layout1" Screen "screen1" InputDevice "Keyboard1" "CoreKeyboard" InputDevice "Mouse1" "CorePointer" InputDevice "Mouse2" "SendCoreEvents" EndSection

XFree86.0.log:

_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/flap.nz.componic.com:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to XFree86@xxxxxxxxxxx and patches submitted
to fixes@xxxxxxxxxxxx  Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs).

XFree86 Version 4.3.99.12 (DRI trunk)
Release Date: 10 September 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.21 i686 [ELF]
Current Operating System: Linux flap.nz.componic.com 2.4.22-10mdk #1 Thu Sep 18 12:30:58 CEST 2003 i686
Build Date: 23 September 2003
Changelog Date: 10 September 2003
Before reporting problems, check http://www.XFree86.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/XFree86.0.log", Time: Tue Feb 24 14:12:35 2004
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "layout1"
(**) |-->Screen "screen1" (0)
(**) | |-->Monitor "LCD"
(**) | |-->Device "device1"
(**) |-->Input Device "Keyboard1"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Mouse2"
(**) FontPath set to "unix/:-1"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "AllowMouseOpenFail"
(--) using VT number 7


(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.2
XFree86 Video Driver: 0.7
XFree86 XInput driver : 0.4
XFree86 Server Extension : 0.2
XFree86 Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.6
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1002,cab0 card 0000,0000 rev 13 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1002,700f card 0000,0000 rev 01 class 06,04,00 hdr 01
(II) PCI: 00:02:0: chip 10b9,5237 card 103c,0024 rev 03 class 0c,03,10 hdr 00
(II) PCI: 00:06:0: chip 10b9,5451 card 103c,0024 rev 02 class 04,01,00 hdr 00
(II) PCI: 00:07:0: chip 10b9,1533 card 10b9,1533 rev 00 class 06,01,00 hdr 00
(II) PCI: 00:08:0: chip 10b9,5457 card 103c,0024 rev 00 class 07,03,00 hdr 00
(II) PCI: 00:09:0: chip 1260,3873 card 1468,0200 rev 01 class 02,80,00 hdr 00
(II) PCI: 00:0a:0: chip 1217,6972 card 3001,0000 rev 00 class 06,07,00 hdr 02
(II) PCI: 00:0c:0: chip 104c,8026 card 103c,0024 rev 00 class 0c,00,10 hdr 00
(II) PCI: 00:10:0: chip 10b9,5229 card 103c,0024 rev c4 class 01,01,b0 hdr 00
(II) PCI: 00:11:0: chip 10b9,7101 card 103c,0024 rev 00 class 06,80,00 hdr 00
(II) PCI: 00:12:0: chip 100b,0020 card 103c,0024 rev 00 class 02,00,00 hdr 00
(II) PCI: 01:05:0: chip 1002,4336 card 103c,0024 rev 00 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,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 (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1 0 0x00009000 - 0x000090ff (0x100) IX[B]
[1] -1 0 0x00009400 - 0x000094ff (0x100) IX[B]
[2] -1 0 0x00009800 - 0x000098ff (0x100) IX[B]
[3] -1 0 0x00009c00 - 0x00009cff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xd0100000 - 0xd01fffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:7:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-CardBus bridge:
(II) Bus 2: bridge is at (0:10:0), (0,2,5), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 2 I/O range:
[0] -1 0 0x00003000 - 0x0000307f (0x80) IX[B]
[1] -1 0 0x00000000 - 0x00000003 (0x4) IX[B]
(II) Bus 2 non-prefetchable memory range:
[0] -1 0 0x81000000 - 0x81100fff (0x101000) MX[B]
(--) PCI:*(1:5:0) ATI Technologies Inc Radeon Mobility U1 rev 0, Mem @ 0xe0000000/28, 0xd0100000/16, I/O @ 0x9000/8
(II) Addressable bus resource ranges are
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
[1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xd4000000 from 0xd7ffffff to 0xd3ffffff
(II) PCI Memory resource overlap reduced 0xd0500000 from 0xd0500fff to 0xd04fffff
(II) PCI I/O resource overlap reduced 0x00008090 from 0x00008093 to 0x0000808f
(II) Active PCI resource ranges:
[0] -1 0 0xd0008000 - 0xd0008fff (0x1000) MX[B]
[1] -1 0 0xd0000000 - 0xd0003fff (0x4000) MX[B]
[2] -1 0 0xd0007000 - 0xd00077ff (0x800) MX[B]
[3] -1 0 0xd0401000 - 0xd0401fff (0x1000) MX[B]
[4] -1 0 0xd0006000 - 0xd0006fff (0x1000) MX[B]
[5] -1 0 0xd0005000 - 0xd0005fff (0x1000) MX[B]
[6] -1 0 0xd0004000 - 0xd0004fff (0x1000) MX[B]
[7] -1 0 0xd0500000 - 0xd04fffff (0x0) MX[B]O
[8] -1 0 0xd4000000 - 0xd3ffffff (0x0) MX[B]O
[9] -1 0 0xd0100000 - 0xd010ffff (0x10000) MX[B](B)
[10] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
[11] -1 0 0x00008c00 - 0x00008cff (0x100) IX[B]
[12] -1 0 0x00008080 - 0x0000808f (0x10) IX[B]
[13] -1 0 0x00008800 - 0x000088ff (0x100) IX[B]
[14] -1 0 0x00008400 - 0x000084ff (0x100) IX[B]
[15] -1 0 0x00009000 - 0x000090ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges:
[0] -1 0 0x00008090 - 0x0000808f (0x0) IX[B]O
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xd0008000 - 0xd0008fff (0x1000) MX[B]
[1] -1 0 0xd0000000 - 0xd0003fff (0x4000) MX[B]
[2] -1 0 0xd0007000 - 0xd00077ff (0x800) MX[B]
[3] -1 0 0xd0401000 - 0xd0401fff (0x1000) MX[B]
[4] -1 0 0xd0006000 - 0xd0006fff (0x1000) MX[B]
[5] -1 0 0xd0005000 - 0xd0005fff (0x1000) MX[B]
[6] -1 0 0xd0004000 - 0xd0004fff (0x1000) MX[B]
[7] -1 0 0xd0500000 - 0xd04fffff (0x0) MX[B]O
[8] -1 0 0xd4000000 - 0xd3ffffff (0x0) MX[B]O
[9] -1 0 0xd0100000 - 0xd010ffff (0x10000) MX[B](B)
[10] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
[11] -1 0 0x00008c00 - 0x00008cff (0x100) IX[B]
[12] -1 0 0x00008080 - 0x0000808f (0x10) IX[B]
[13] -1 0 0x00008800 - 0x000088ff (0x100) IX[B]
[14] -1 0 0x00008400 - 0x000084ff (0x100) IX[B]
[15] -1 0 0x00009000 - 0x000090ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges after removing overlaps:
[0] -1 0 0x00008090 - 0x0000808f (0x0) IX[B]O
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0xd0008000 - 0xd0008fff (0x1000) MX[B]
[6] -1 0 0xd0000000 - 0xd0003fff (0x4000) MX[B]
[7] -1 0 0xd0007000 - 0xd00077ff (0x800) MX[B]
[8] -1 0 0xd0401000 - 0xd0401fff (0x1000) MX[B]
[9] -1 0 0xd0006000 - 0xd0006fff (0x1000) MX[B]
[10] -1 0 0xd0005000 - 0xd0005fff (0x1000) MX[B]
[11] -1 0 0xd0004000 - 0xd0004fff (0x1000) MX[B]
[12] -1 0 0xd0500000 - 0xd04fffff (0x0) MX[B]O
[13] -1 0 0xd4000000 - 0xd3ffffff (0x0) MX[B]O
[14] -1 0 0xd0100000 - 0xd010ffff (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 0x00008c00 - 0x00008cff (0x100) IX[B]
[19] -1 0 0x00008080 - 0x0000808f (0x10) IX[B]
[20] -1 0 0x00008800 - 0x000088ff (0x100) IX[B]
[21] -1 0 0x00008400 - 0x000084ff (0x100) IX[B]
[22] -1 0 0x00009000 - 0x000090ff (0x100) IX[B](B)
[23] -1 0 0x00008090 - 0x0000808f (0x0) IX[B]O
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.0
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.2




--
Glenn Ramsey <glenn@xxxxxxxxxxxxxx>
http://www.componic.co.nz


_______________________________________________ XFree86 mailing list XFree86@xxxxxxxxxxx http://XFree86.Org/mailman/listinfo/xfree86

[Index of Archives]     [X Forum]     [Xorg]     [XFree86 Newbie]     [IETF Announce]     [Security]     [Font Config]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux Kernel]

  Powered by Linux