Jump to content

Got 2 questions


Viper_Maniac
 Share

Recommended Posts

1st: I tried to install Guarddog 2.4 a few minutes ago but I couldnt install it. I tried doing the rpm version and after I clicked on the file it said something like "Do you want to install or save it?". I said install it and then it popped up asking about dependecies. I said ok. Then it said: Please insert the medium named "Installation CD 1" on device [/dev/hdc]. I put Mandrake 10.1 CD 1 in my cdrom and click ok but the message comes back up. Whats going on here?

 

2nd: I'm trying to change my mouse type but it refuses to accept it. I go into MCC and to hardware. I go under mouse and it says its a universal ps2/usb mouse or something like that. I want to change it to USB/Generic 3 button mouse with wheel emulation. It just wont accept it so I say again, Whats going on here?

 

TIA.

Link to comment
Share on other sites

I am using GuardDog 2.3.2. It is working fine on MDK 10.0. Give it a try instead?

 

Regarding your mouse. You can manually edit /etc/X11/XF86Config-4 to change the mouse description. Unfortunately, you need someone more knowledgable than me to tell you what to change it to :mr-green: Try googling for more information......

Link to comment
Share on other sites

Have you set up urpmi using easyurpmi (google for it)? It will pull the dependencies in for you from a web source if you want.

 

From my xorg.conf

 

Section "InputDevice"
       Identifier  "Mouse0"
       Driver      "mouse"
       Option      "Protocol" "IMPS/2"
       Option      "Device" "/dev/input/mice"
       Option      "ZAxisMapping" "4 5"
       Option      "Emulate3Buttons" "yes"
EndSection

 

Thats for a usb mouse with two buttons and a clickable scroll wheel. Clicking left and right buttons also emulates a 3 button mouse.

Link to comment
Share on other sites

I am using GuardDog 2.3.2. It is working fine on MDK 10.0. Give it a try instead?

 

I'll try that if I cant get 2.4 to work.

 

Have you set up urpmi using easyurpmi (google for it)? It will pull the dependencies in for you from a web source if you want.

 

From my xorg.conf

 

Section "InputDevice"
       Identifier  "Mouse0"
       Driver      "mouse"
       Option      "Protocol" "IMPS/2"
       Option      "Device" "/dev/input/mice"
       Option      "ZAxisMapping" "4 5"
       Option      "Emulate3Buttons" "yes"
EndSection

 

Thats for a usb mouse with two buttons and a clickable scroll wheel. Clicking left and right buttons also emulates a 3 button mouse.

 

No I didnt set up urpmi. I was trying to setup guarddog before I setup my internet connection.

 

Thanks. I'll do that. :)

Link to comment
Share on other sites

Ok it decided to install guarddog with me not doing anything different. I'm happy to install my first program. I was also able to install rp-pppoe with no troubles although I dont know how to use it.

 

But right now I have a big problem. I went to edit the xorg.conf file to change the mouse. Now it wont boot into KDE (aka x server). HELP!

Link to comment
Share on other sites

Well it starts up and takes me to a command prompt like this:

 

localhost login:

 

No matter whether I login as root or as me it gives me this:

 

Release Date: 18 December 2003

X Protocol Version 11, Revision 0, Release 6.7

Build Operating System: Linux 2.6.8.1-2mdkenterprise i686 [ELF]

Current Operating System: Linux localhost 2.6.8.1-12mdk #1 Fri Oct 1 12:53:41 CEST 2004 i686

Build Date: 23 September 2004

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: Wed Jan 5 19:35:43 2005

(==) Using config file: "/etc/X11/xorg.conf"

Data incomplete in file: /etc/X11/xorg.conf

Undefined InputDevice "Mouse1" referenced by ServerLayout "layout".

(EE) Problem parsing the config file

(EE) Error parsing the config file

 

Fatal server error:

no screens found

 

Please consult the The X.Org Foundation support at http://wiki.X.Org for help.

Please also check the log file at "/var/log/Xorg.0.log" for additional information.

 

XIO: fatal IO error 104 (connection reset by peer) on X server ":0.0" after 0 requests (0 known processed) with 0 events remaining.

Link to comment
Share on other sites

you see "Configured Mouse" in my ServerLayout?

Section "ServerLayout"
       Identifier      "Default Layout"
       Screen          "Default Screen"
       InputDevice     "Generic Keyboard"
       InputDevice     "Configured Mouse"
EndSection

I have to have that in my "InputDevice" Section

Section "InputDevice"
       Identifier      "Configured Mouse"
       Driver          "mouse"
       Option          "CorePointer"
       Option          "Device"                "/dev/input/mice"
       Option          "Protocol"              "ExplorerPS/2"
       Option          "Buttons"               "7"
       Option          "Emulate3Buttons"       "true"
       Option          "ZAxisMapping"          "4 5 6 7"
EndSection

 

so you need to make sure you have "Mouse1" in your "InputDevice" Section

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...