View previous topic :: View next topic |
Author |
Message |
HopChop n00b
Joined: 25 Aug 2002 Posts: 17
|
Posted: Sat Mar 22, 2003 8:50 pm Post subject: No input devices in X, problem with nvidia? |
|
|
Hello!
I'm trying to set up X on my machine but it doesn't go well for me. I've followed the desktop configuration guide in the docs section but run into problem anyway.
The problem is that the computer works fine i bash, but in X I have no input devices. The diodes on the keyboard goes out when X starts up and when the ugly gray screen comes up I can't move the cursor or use ctrl+backspace for example. The characters I write in X are displayed in bash (I see them when I kill X).
The nvidia kernel module are loaded and my XF86config looks like this.
Code: |
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/Speedo/"
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 "record"
Load "extmod"
Load "dbe"
Load "dri"
Load "glx"
Load "xtrap"
Load "type1"
Load "speedo"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "CoreKeyboard"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "CorePointer"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
VertRefresh 75
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 "HWcursor" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "MMIO" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "Rotate" # [<str>]
#Option "MemCFG1" # <i>
#Option "MemCFG2" # <i>
Identifier "Card0"
Driver "nvidia"
VendorName "NVidia"
BoardName "Riva TNT M64"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 8
SubSection "Display"
Depth 1
EndSubSection
SubSection "Display"
Depth 4
EndSubSection
SubSection "Display"
Depth 8
ViewPort 0 0
EndSubSection
SubSection "Display"
Depth 15
EndSubSection
SubSection "Display"
Depth 16
ViewPort 0 0
EndSubSection
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
|
I've tried with a normal PS/2 mouse (not a IMPS/2) without any result. Ca someone please give me a hint on where to look for a solution. I've tried XFree86 -configure, xf86cfg and xf86config without any luck. |
|
Back to top |
|
|
HopChop n00b
Joined: 25 Aug 2002 Posts: 17
|
Posted: Sat Mar 22, 2003 8:52 pm Post subject: |
|
|
Forgot to mention that the graphics card is a Riva TNT2 with 32MB memory on. |
|
Back to top |
|
|
|
|
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
|
|