Hello,

9.04 is my first foray into linux and ubuntu.

I have an MX5000 mouse and MX1000 keyboard that come in the MX5000 combo.

Here is my devices printout

Code:
II: Bus=0003 Vendor=046d Product=c70e Version=0111
N: Name="Logitech Logitech BT Mini-Receiver"
P: Phys=usb-0000:00:1a.7-1.1.3.2/input0
S: Sysfs=/devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.1/1-1.1.3/1-1.1.3.2/1-1.1.3.2:1.0/input/input6
U: Uniq=0007617C4B04
H: Handlers=kbd event3 
B: EV=120013
B: KEY=1000000000007 ff800000000007ff febeffdfffefffff fffffffffffffffe
B: MSC=10
B: LED=1f

I: Bus=0003 Vendor=046d Product=c70a Version=0111
N: Name="Logitech Logitech BT Mini-Receiver"
P: Phys=usb-0000:00:1a.7-1.1.3.3/input0
S: Sysfs=/devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.1/1-1.1.3/1-1.1.3.3/1-1.1.3.3:1.0/input/input7
U: Uniq=0007617C4B04
H: Handlers=kbd mouse1 event4 
B: EV=1f
B: KEY=837fff002c3027 bf00444400000000 fff0001 f848a27c000 667bfad941dfed 9e000000000000 0
B: REL=1c3
B: ABS=100000000
B: MSC=10: Bus=0003 Vendor=046d Product=c70e Version=0111
N: Name="Logitech Logitech BT Mini-Receiver"
P: Phys=usb-0000:00:1a.7-1.1.3.2/input0
S: Sysfs=/devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.1/1-1.1.3/1-1.1.3.2/1-1.1.3.2:1.0/input/input6
U: Uniq=0007617C4B04
H: Handlers=kbd event3 
B: EV=120013
B: KEY=1000000000007 ff800000000007ff febeffdfffefffff fffffffffffffffe
B: MSC=10
B: LED=1f

I: Bus=0003 Vendor=046d Product=c70a Version=0111
N: Name="Logitech Logitech BT Mini-Receiver"
P: Phys=usb-0000:00:1a.7-1.1.3.3/input0
S: Sysfs=/devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.1/1-1.1.3/1-1.1.3.3/1-1.1.3.3:1.0/input/input7
U: Uniq=0007617C4B04
H: Handlers=kbd mouse1 event4 
B: EV=1f
B: KEY=837fff002c3027 bf00444400000000 fff0001 f848a27c000 667bfad941dfed 9e000000000000 0
B: REL=1c3
B: ABS=100000000
B: MSC=10
Here is my xorg.conf

Code:
Section "Screen"
	Identifier	"Default Screen"
	DefaultDepth	24
EndSection

Section "Module"
	Load	"glx"
EndSection

Section "Device"
	Identifier	"Default Device"
	Driver	"fglrx"
EndSection
However when I add this to the end of the file, my system display completely crashes when I try and log in, its just a screen full of weird colours and lines. CTRL + ALT + BACKSPACE doesn't even bring me back to the command line

Code:
Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"evdev"
	Option		"CorePointer"
	Option		"Name"	"Logitech Logitech BT Mini-Receiver" 
EndSection