From Fedora Project Wiki

< Hardware

Revision as of 03:05, 14 October 2009 by Ckujau (talk | contribs) (Error: Critical: New versions of smolt use a public UUID. Yours is: pub_9864be4e-400f-4f8c-b66e-eac5a263d765)

Dell XPS M1330 Hardware Page

This is the first crack at a hardware specific page.


Version of Fedora Tested

  • F8 Test2

Configurations Tested

  • Smolt profile
  • Intel video
  • Intel sound
  • LED backlight
  • Fingerprint reader
  • 160gig 5400rpm HDD

What works

  • Suspend
  • Hibernate
  • Wireless
  • Ethernet
  • Wireless Kill Switch (see quirks)
  • Sound (no speakers, see quirks)
  • Video (have to disable TV out manually, see quirks)
  • VGA out
  • Fingerprint reader
  • Touchpad
  • SD/MMC - MS/Pro card reader
  • Media Keys (may have to assign manually in preferences)
  • Remote (once Media keys are set up)

Not Tested

  • HDMI out
  • Bluetooth
  • !ExpressCard 54 mm
  • Webcam
  • Microphone
  • cellular

Quirks

Sound

Alsa bug 3394 : No audio output can be heard through the speakers. Only audio through the headphone jack works. No known workaround.

Video

Fedora bug 285001 : TV out needs to be disabled (xrandr --output TV --off) or else it'll always detect something connected and adjust resolution accordingly. A long term solution is to create a dummy monitor in xorg.conf and assign the TV output to it.

Section "Monitor"
Identifier "Dummy"
Option "Ignore" "True"
EndSection

Section "Device"
Identifier  "Videocard0"
Driver      "intel"
Option "Monitor-TV" "Dummy"
EndSection

Wireless Kill Switch

The bios will allow you to configure the kill switch for killing any combo of wifi, cellular, and bluetooth. However killing the wifi seems to make the iwl4965 kernel module unhappy and require reloading. Therefor I have it configured to just kill bluetooth (I have no cellular), and that works fine.