Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Feb 2013 23:45:33 +0530
From:      Sulabh Kausal <sulabh.kaushal78@gmail.com>
To:        emulation@freebsd.org
Subject:   Fwd: Mouse and Keyboard not working KDE4
Message-ID:  <CAG%2BSyE5TrxmSdGgjkzbUOiyg65JOQ6NptXugCDQjnn=E6oJuZA@mail.gmail.com>
In-Reply-To: <CADLFttefb1VgLbSauEJojv44Kcc5NQ=RzR3V2rMdJyHP7PsE5g@mail.gmail.com>
References:  <CAG%2BSyE52kT9hYyOvpMLsjoW-1uMM03u7rW=b2QvLTbn615K3%2Bw@mail.gmail.com> <CADLFttdWw02s7wv6CryW%2BYqhHeipWHHAhYf%2BDKkMqRrBdd19SQ@mail.gmail.com> <CAG%2BSyE41sLZoJrNDG%2B4gTXRo87G1byOLkSW6P1jPCSQfF4QveA@mail.gmail.com> <CADLFttefb1VgLbSauEJojv44Kcc5NQ=RzR3V2rMdJyHP7PsE5g@mail.gmail.com>

index | next in thread | previous in thread | raw e-mail

[-- Attachment #1 --]
Hi,

Please help on this. I will be very thankful to you for this. PFA
screenshot of error and xorg.conf file.

Thanks,
Sulabh K.

---------- Forwarded message ----------
From: Jeremy Messenger <mezz.freebsd@gmail.com>
Date: Wed, Feb 20, 2013 at 8:57 PM
Subject: Re: Mouse and Keyboard not working KDE4
To: Sulabh Kausal <sulabh.kaushal78@gmail.com>
Cc: gnome@freebsd.org


On Tue, Feb 19, 2013 at 12:02 PM, Sulabh Kausal
<sulabh.kaushal78@gmail.com> wrote:
> Hi Jeremy,
>
> I tried instruction given in handbook. But I am getting following error
> while starting X:
>
> (EE) config/hal: couldn't initialise context : unknown error (null)
>
> I have attached screenshot for this error with this mail.
>
> I modified xorg.conf file to add option "AutoAddDevice" "off' but still
> getting above error. I have attached my xorg.conf file as well with this
> mail.
>
> Please let me know, if I am doing something wrong. I am installing FreeBsd
> on Vmware.

Try to install x11-drivers/xf86-input-vmmouse . It's my best guess as
I know nothing about vmware, so you are better off to
emulation@FreeBSD.org.

> Thanks,
> Sulabh K.
>
> On Tue, Feb 19, 2013 at 2:02 AM, Jeremy Messenger <mezz.freebsd@gmail.com>
> wrote:
>>
>> On Sat, Feb 16, 2013 at 11:15 AM, Sulabh Kausal
>> <sulabh.kaushal78@gmail.com> wrote:
>> > Hi,
>> >
>> > I have installed KDE4 and Xorg in FreeBsd 9.1. I am new to Unix. My
>> > mouse
>> > and keyboard work in command prompt but when I configure rc.conf file
to
>> > start KDE4 desktop automatically and reboot the machine, on login
screen
>> > I
>> > can't move mouse and can't type with keyboard. My rc.conf and
Xorg.0.log
>> > files are attached with this mail.
>> >
>> > I will be very thankful to you for the help!
>>
>> Have you tried to follow the handbook?
>>
>> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x11.html
>>
>> The mouse/keyboard is at 6.4.2 chapter.
>>
>> > --
>> > Regards,
>> > Sulabh K.
>> >
>> > _______________________________________________
>> > freebsd-gnome@freebsd.org mailing list
>> > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome
>> > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org
"
>>
>>
>>
>> --
>> mezz.freebsd@gmail.com - mezz@FreeBSD.org
>> FreeBSD GNOME Team
>> http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org
>
>
>
>
> --
> Regards,
> Sulabh K.



--
mezz.freebsd@gmail.com - mezz@FreeBSD.org
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org



-- 
Regards,
Sulabh K.

[-- Attachment #2 --]
Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerFlags"
	Option	"AutoAddDevices" "off"
EndSection

Section "Files"
	ModulePath   "/usr/local/lib/xorg/modules"
	FontPath     "/usr/local/lib/X11/fonts/misc/"
	FontPath     "/usr/local/lib/X11/fonts/TTF/"
	FontPath     "/usr/local/lib/X11/fonts/OTF"
	FontPath     "/usr/local/lib/X11/fonts/Type1/"
	FontPath     "/usr/local/lib/X11/fonts/100dpi/"
	FontPath     "/usr/local/lib/X11/fonts/75dpi/"
EndSection

Section "Module"
	Load  "extmod"
	Load  "record"
	Load  "dbe"
	Load  "dri"
	Load  "dri2"
	Load  "glx"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

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

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
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     "ShadowFB"           	# [<bool>]
        #Option     "DefaultRefresh"     	# [<bool>]
        #Option     "ModeSetClearScreen" 	# [<bool>]
	Identifier  "Card0"
	Driver      "vesa"
	VendorName  "VMware"
	BoardName   "SVGA II Adapter"
	BusID       "PCI:0:15:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAG%2BSyE5TrxmSdGgjkzbUOiyg65JOQ6NptXugCDQjnn=E6oJuZA>