Archive for the ‘dell xps m1330’ Category
Giving up on compiz
I’ve tried to get compiz fusion running on the m1330 but since this guy shipped with the Intel 965 graphics chipset, it looks like there will be no compiz for me for a while. I’m hoping there is a fix for the next Ubuntu release in spring 2008, but I’m not holding my breath. The eye candy would have been nice, but I’ll get over it. After all, I just want an OS that boots fast, shuts down fast, and is generally stable. Vista really isn’t any of those things. I’ve found that booting up is not really faster than XP, shutting down is still horrendously slow, and stability is not its strong suit. I’ve had all sorts of trouble playing video over my home network in Vista that magically do not happen in Ubuntu. Chalk one up for the penguin.
xorg.conf busted again
I took an update a day or two ago and wasn’t paying much attention. Today, I booted up my XPS m1330 and found that I can’t get out of 640×480…argh!!
It seems that my xorg.conf was overwritten by something that I installed over the last day or two and it just took a reboot to take effect. Luckily, whatever overwrote the file made a backup copy so I make a copy of the messed up file by doing:
sudo cp xorg.conf xorg.conf.messedup
and then copying my working file back then rebooting:
sudo rm xorg.conf
sudo cp xorg.conf.1 xorg.conf
sudo reboot
Anyway, that seemed to do the trick. I asked my work buddy who figured out the original work around for the XPS m1330 to let me post it online and I’ve included it here:
# xorg.conf (xorg X Window System server configuration file) # # This file was generated by dexconf, the Debian X Configuration tool, using # values from the debconf database. # # Edit this file with caution, and see the xorg.conf manual page. # (Type "man xorg.conf" at the shell prompt.) # # This file is automatically updated on xserver-xorg package upgrades *only* # if it has not been modified since the last upgrade of the xserver-xorg # package. # # If you have edited this file but would like it to be automatically updated # again, run the following command: # sudo dpkg-reconfigure -phigh xserver-xorg Section "Files" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection 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 Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "HorizScrollDelta" "0" Option "SHMConfig" "true" EndSection Section "InputDevice" Driver "wacom" Identifier "stylus" Option "Device" "/dev/input/wacom" Option "Type" "stylus" Option "ForceDevice" "ISDV4" # Tablet PC ONLY EndSection Section "InputDevice" Driver "wacom" Identifier "eraser" Option "Device" "/dev/input/wacom" Option "Type" "eraser" Option "ForceDevice" "ISDV4" # Tablet PC ONLY EndSection Section "InputDevice" Driver "wacom" Identifier "cursor" Option "Device" "/dev/input/wacom" Option "Type" "cursor" Option "ForceDevice" "ISDV4" # Tablet PC ONLY EndSection Section "Device" Identifier "Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller" Driver "intel" Option "monitor-TV" "TVOutput" BusID "PCI:0:2:0" EndSection Section "Monitor" Identifier "TVOutput" Option "Ignore" "true" EndSection Section "Monitor" Identifier "Generic Monitor" Option "DPMS" EndSection Section "Screen" Identifier "Default Screen" Device "Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller" Monitor "Generic Monitor" DefaultDepth 24 SubSection "Display" Modes "1280x800" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "stylus" "SendCoreEvents" InputDevice "cursor" "SendCoreEvents" InputDevice "eraser" "SendCoreEvents" InputDevice "Synaptics Touchpad" EndSection
Wireless workaround?
Well, streaming Pandora (and anything else for that matter) seems to keep the wireless connection alive. I think things go bad when we leave the wireless adapter idle. After reading more of the oreilly post mentioned in my previous post, I found that I have the exact same issue with the ndiswrapper (not exactly sure what that is, but sounds like something important). I’ve therefore initiated one of the few commands I know
sudo apt-get update
then I’ve run
sudo apt-get upgrade
and now I’m here…about an hour later, still online, still listening to Pandora (Nelly Furtado: Say It Right…man Timbaland knows how to get booties shaking), watching the sunset over the Free Speech Cafe at UC Berkeley, and waiting for the upgrade bits to arrive.
Wireless Update
So far so good. Congratulations, you’re reading my first official post from a linux machine. Underwhelming, I know. Anyway, I was digging around the whole wireless issue and decided to try a fun way to figure out when my wifi connection drops. I am streaming Pandora in the background whilst I compose this post. I’m through my third song and it’s still going strong.
Anyway, a bit more digging and I found a post over at the linux dev center over at oreilly that sort of talks about this issue. You can see it here
In the mean time, I’m going to try to figure out what the heck the post is saying and see if I can get the wifi to drop out on while I’m streaming some tunes.
Wireless not so Gutsy
Holy cow have I had a rough morning with Ubuntu. The wireless connection seems to fail if I leave it idle for a minute or two on my Dell XPS m1330. I wanted to make my first official post FROM Ubuntu this morning (I’m camped out with my work and personal laptop right now in the Anthropology library at UC Berkeley), but have been unable to keep a connection long enough to get it completed. Oh well, I’ve booted back into Vista to post this. I was trying to debug this, but don’t have much more time to dedicate to figuring it out at the moment. Here’s what I’ve found thus far:
a bug has been filed on this issue (#139832), there seems to be a dedicated laptop testing team that I may sacrifice my XPS m1330 to officially since I want Gutsy to “just work” on this really well designed machine. Plus it will give me a chance to learn how to debug things in Linux and really, isn’t that what it’s all about? I kid, I kid. Anyway, back to work (the real kind that pays me, not “WorkBuntu”)
Leave a Comment