LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   keyboard doesnt work (https://www.linuxquestions.org/questions/slackware-14/keyboard-doesnt-work-606260/)

brianL 12-13-2007 06:31 AM

Mmm, dunno what else you can do. Have you another mouse handy you can try?

simcox1 12-13-2007 07:00 AM

Post your /etc/X11/xorg.conf please. Also the output from this:

cat /var/log/Xorg.0.log | grep -i ee

H_TeXMeX_H 12-13-2007 10:47 AM

'su' into root from the CLI and run 'xorgsetup', this is a good way to auto-detect your mouse (and other things).

phantom_cyph 12-13-2007 11:03 AM

Sweet, I'll try as soon as I get home. (at school now)

phantom_cyph 12-13-2007 03:24 PM

Brilliant. Did that and when starting X, my screen says it can't handle the signal. Its a 19" widescreen monitor. It showed up fine before, just the mouse didnt work.

phantom_cyph 12-13-2007 03:38 PM

I've tried rewriting the monitor section in xorg.conf, but to no avail. 24 colors, low resolution (800x600) and low refresh rate, and my monitor keeps saying "Input Signal Out Of Range".

H_TeXMeX_H 12-13-2007 03:39 PM

Can you post your '/etc/X11/xorg.conf' ?

phantom_cyph 12-13-2007 03:40 PM

I don't know how to in command line.

Actually, I think I can.

phantom_cyph 12-13-2007 03:51 PM

I'm in Knoppix right now.

Here it is:

Code:

Section "ServerLayout"
        Identifier    "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        ModulePath  "/usr/X11R6/lib/modules"
        FontPath    "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath    "/usr/X11R6/lib/X11/fonts/TTF/"
        FontPath    "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath    "/usr/X11R6/lib/X11/fonts/CID/"
        FontPath    "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath    "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
        Load  "glx"
        Load  "extmod"
        Load  "xtrap"
        Load  "record"
        Load  "dbe"
        Load  "dri"
        Load  "freetype"
        Load  "type1"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbModel"  "pc101"
        Option      "XkbLayout"  "us"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option            "Protocol" "auto"
        Option            "Device" "/dev/mouse"
        Option            "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        #DisplaySize          410  260        # mm
        Identifier  "Monitor0"
        VendorName  "HSD"
        ModelName    "HW191D"
 ### Comment all HorizSync and VertSync values to use DDC:
        HorizSync    30.0 - 80.0
        VertRefresh  49.0 - 75.0
        Option            "DPMS"
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    "NoAccel"                    # [<bool>]
        #Option    "SWcursor"                  # [<bool>]
        #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    "PanelOff"                  # [<bool>]
        #Option    "DDCMode"                    # [<bool>]
        #Option    "MonitorLayout"              # [<str>]
        #Option    "IgnoreEDID"                # [<bool>]
        #Option    "UseFBDev"                  # [<bool>]
        #Option    "MergedFB"                  # [<bool>]
        #Option    "CRT2HSync"                  # [<str>]
        #Option    "CRT2VRefresh"              # [<str>]
        #Option    "CRT2Position"              # [<str>]
        #Option    "MetaModes"                  # [<str>]
        #Option    "MergedDPI"                  # [<str>]
        #Option    "MergedXinerama"            # [<bool>]
        #Option    "MergedXineramaCRT2IsScreen0"        # [<bool>]
        #Option    "MergedNonRectangular"        # [<bool>]
        #Option    "MergedMouseRestriction"        # [<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    "RenderAccel"                # [<bool>]
        #Option    "SubPixelOrder"              # [<str>]
        #Option    "ShowCache"                  # [<bool>]
        #Option    "DynamicClocks"              # [<bool>]
        #Option    "BIOSHotkeys"                # [<bool>]
        #Option    "VGAAccess"                  # [<bool>]
        #Option    "ReverseDDC"                # [<bool>]
        #Option    "LVDSProbePLL"              # [<bool>]
        #Option    "AccelMethod"                # <str>
        Identifier  "Card0"
        Driver      "ati"
        VendorName  "ATI Technologies Inc"
        BoardName  "RC410 [Radeon Xpress 200]"
        BusID      "PCI:1:5:0"
EndSection

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


Alien_Hominid 12-13-2007 04:00 PM

ok, try
Code:

ls -l /dev/mouse
it should be a symlink to psaux

change modes to your monitor default resolution
adjust horizsync and vertrefresh rates according to monitor specs

H_TeXMeX_H 12-13-2007 04:25 PM

For now, just so you can get into Xserver, change the:
Code:

        Driver      "ati"
to
Code:

        Driver      "vesa"
You can also try adding more modes:
Code:

Modes    "800 x 600"
to
Code:

Modes    "1024 x 768" "800 x 600" "640 x 480"
OR
no modes at all (delete the line).

phantom_cyph 12-13-2007 05:02 PM

Eh, I just installed Debian Etch again. I'll try this for while again. Slackware on my laptop, Debian on my desktop, thats not too bad. I just can't afford not having my desktop up. Thanks everyone!

Alien_Hominid 12-13-2007 11:30 PM

You could have dual-boot desktop.

simcox1 12-14-2007 01:41 AM

Did you remember to install the modules package? The huge26.s has a separate modules package (in /extra?). If you didn't install it a lot of things won't work, including your mouse.


All times are GMT -5. The time now is 12:31 AM.