JLinX – Blog

Weblog von Jan Linxweiler

Ein Deutscher in Amerika

Filed under: Fun — Jannis at 3:15 pm on Wednesday, December 19, 2007

Using Mouse Wheel in Ubuntu Running on VMware

Filed under: Linux — Jannis at 4:00 pm on Wednesday, December 12, 2007

By default, you cannot use wheel of mouse on Ubuntu on VMware.
You should configure /etc/X11/xorg.conf.
First, check your mouse setting in /proc/bus/input/devices.

$ more /proc/bus/input/devices

.

.

I: Bus=0011 Vendor=0002 Product=0005 Version=0000

N: Name="ImPS/2 Generic Wheel Mouse"

P: Phys=isa0060/serio1/input0

S: Sysfs=/class/input/input3

H: Handlers=mouse1 event3 ts1

B: EV=7

B: KEY=70000 0 0 0 0 0 0 0 0

B: REL=103

Change your mouse “Driver” and “Device” in /etc/X11/xorg.conf
Original:

$ sudo vi /etc/X11/xorg.conf

.

.

Section "InputDevice"

       Identifier      "Configured Mouse"

       Driver          "mouse"

       Option          "CorePointer"

       Option          "Device"                "/dev/input/mice"

       Option          "Protocol"              "ps/2"

       Option          "ZAxisMapping"          "4 5"

       Option          "Emulate3Buttons"       "true"

EndSection

Change it like:

Section "InputDevice"

       Identifier      "Configured Mouse"

       Driver          "mouse"

       Option          "CorePointer"

       Option          "Device"                "/dev/input/mice"

       Option          "Protocol"              "imps/2"

       Option          "ZAxisMapping"          "4 5"

       Option          "Emulate3Buttons"       "true"

EndSection

Restart gdm and you can use wheel.

Model View Presenter (MVP) Design Pattern

Filed under: Development,Patterns,Software Engineering — Jannis at 4:49 pm on Tuesday, December 11, 2007

Articels by Martion Fowler:

Articels on Nikola Malovic’s blog:

Overview:

Lottogewinn!!!

Filed under: Fun — Jannis at 4:17 pm on Monday, December 3, 2007

Maik und ich haben im Lotto gewonnen!!!

Zum Jackpot hat’s nicht gereicht aber immerhin haben wir mit dem Dreier den Einsatz wieder raus… 😉