I just nished my install on my new Dell Inspiron 6000. I am running into two problems though. One, and the most important, is my display - it is the right resolution that I want, but it is a bit fuzzy. The 2nd one is that I cannot get an external USB muse to work. I have a Logitech MX510 and I had it working perfectly on my I8500, but not on the new I6000. On boot I have gpm starting and I can move the cursor with both the touchpad and the USB mouse, but once X starts I cannot move the cursor with the external mouse. I don't even get a response from the mouse buttons while in X. I had followed the instructions on this site:
http://www.linux-gamers.net/modules/wfs ... ticleid=46 and those on this site:
http://pstudios.ath.cx/linhowtos/mx510.php. I see the dmesg output when the device is plugged in and "cat /proc/bus/input/devices" shows this:
I: Bus=0003 Vendor=046d Product=c01d Version=2100
N: Name="Logitech USB-PS/2 Optical Mouse"
P: Phys=usb-0000:00:1d.2-1/input0
H: Handlers=mouse1 event2
B: EV=17
B: KEY=ff0000 0 0 0 0 0 0 0 0
B: REL=103
B: MSC=10
Here is my xorg.conf and my kernel config, hopefully someone can tell me what stupid mistake I have made and tell me how to fix my two issues. Thanks.
My xorg is the same as dschaus' xorg.conf but with these changes:
# Option "omit xfree86-dga" # don't initialise the DGA extension
Option "xfree86-dga" # Added on 5/17/05 to facilitate VMWare
RgbPath "/usr/X11R6/lib/X11/rgb"
# FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/freefont/"
# Option "XkbModel" "pc105"
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
Section "InputDevice"
Option "Protocol" "ImPS/2"
Option "Dev Name" "Logitech USB-PS/2 Optical Mouse"
Option "Dev Phys" "usb-0000:00:1d.2-1/input0"
Option "Device" "/dev/input/mice"
Option "ChordMiddle"
Option "Buttons" "10"
Option "ZAxisMapping" "9 10"
Option "Resolution" "800"
EndSection
Identifier "Screen 1"
Device "** NVIDIA (generic) [nv]"
Monitor "My Monitor"
DefaultDepth 24
And my kernel config is also the same as dschaus' but with these changes:
> CONFIG_PCCARD=y
> # CONFIG_PCMCIA_DEBUG is not set
> CONFIG_PCMCIA=y
> CONFIG_CARDBUS=y
> CONFIG_YENTA=y
> CONFIG_PD6729=y
> CONFIG_I82092=y
> CONFIG_TCIC=y
> CONFIG_PCCARD_NONSTATIC=y
> # CONFIG_PARPORT_PC_PCMCIA is not set
> CONFIG_PNP=y
> CONFIG_PNP_DEBUG=y
>
> #
> # Protocols
> #
> CONFIG_PNPACPI=y
> # PCMCIA SCSI adapter support
> #
> # CONFIG_PCMCIA_AHA152X is not set
> # CONFIG_PCMCIA_FDOMAIN is not set
> # CONFIG_PCMCIA_NINJA_SCSI is not set
> # CONFIG_PCMCIA_QLOGIC is not set
> # CONFIG_PCMCIA_SYM53C500 is not set
>
> #
> CONFIG_MD=y
> CONFIG_BLK_DEV_MD=y
> # CONFIG_MD_LINEAR is not set
> # CONFIG_MD_RAID0 is not set
> # CONFIG_MD_RAID1 is not set
> # CONFIG_MD_RAID10 is not set
> # CONFIG_MD_RAID5 is not set
> # CONFIG_MD_RAID6 is not set
> # CONFIG_MD_MULTIPATH is not set
> # CONFIG_MD_FAULTY is not set
> CONFIG_BLK_DEV_DM=y
> CONFIG_DM_CRYPT=y
> # CONFIG_DM_SNAPSHOT is not set
> # CONFIG_DM_MIRROR is not set
> # CONFIG_DM_ZERO is not set
> # CONFIG_BT_HCIDTL1 is not set
> # CONFIG_BT_HCIBT3C is not set
> # CONFIG_BT_HCIBLUECARD is not set
> # CONFIG_BT_HCIBTUART is not set
> # CONFIG_NET_SB1000 is not set
> # CONFIG_PCMCIA_WAVELAN is not set
> # CONFIG_PCMCIA_NETWAVE is not set
>
> #
> # Wireless 802.11 Frequency Hopping cards support
> #
> # CONFIG_PCMCIA_RAYCS is not set
> # Wireless 802.11b Pcmcia/Cardbus cards support
> #
> # CONFIG_AIRO_CS is not set
> # CONFIG_PCMCIA_WL3501 is not set
>
> #
> # PCMCIA network device support
> #
> # CONFIG_NET_PCMCIA is not set
>
> #
> CONFIG_SERIO_PCIPS2=y
> # CONFIG_SERIAL_8250_CS is not set
>
> #
> # PCMCIA character devices
> #
> # CONFIG_SYNCLINK_CS is not set
> CONFIG_FB_SPLASH=y
> # PCMCIA devices
> #
>
> #
> CONFIG_USB_OHCI_HCD=y
> CONFIG_USB_HIDDEV=y
> # CONFIG_REISERFS_FS is not set
> CONFIG_CRYPTO_HMAC=y
> CONFIG_CRYPTO_NULL=y
> CONFIG_CRYPTO_MD4=y
> CONFIG_CRYPTO_SHA1=y
> CONFIG_CRYPTO_SHA256=y
> CONFIG_CRYPTO_SHA512=y
> CONFIG_CRYPTO_WP512=y
> CONFIG_CRYPTO_BLOWFISH=y
> CONFIG_CRYPTO_TWOFISH=y
> CONFIG_CRYPTO_SERPENT=y
> CONFIG_CRYPTO_AES_586=y
> CONFIG_CRYPTO_CAST5=y
> CONFIG_CRYPTO_CAST6=y
> CONFIG_CRYPTO_TEA=y
> CONFIG_CRYPTO_KHAZAD=y
> CONFIG_CRYPTO_ANUBIS=y
> CONFIG_CRYPTO_DEFLATE=y
> CONFIG_CRYPTO_CRC32C=y
> CONFIG_CRYPTO_TEST=y
> CONFIG_LIBCRC32C=y
> CONFIG_ZLIB_INFLATE=y
> CONFIG_ZLIB_DEFLATE=y