NavigationUser loginWho's onlineThere are currently 0 users and 29 guests online.
Highest Users
Linux NewsClick the above for your daily dose of Linux news. Food for ThoughtWe're becoming an oligarchic society, with an extreme concentration of wealth. This concentration of wealth is protected through a political process that's making it difficult for anyone but the monied class to have a voice. Spam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. |
No X or Fn keys on a Vaio FZ4000EHi All, I've been running suse SLED 10.0 (Or, its been running me) on an old dell desktop for a year or so without too much trouble and when my wife surprised me with a new Sony laptop (student loan money ;-)) I thought I would get under the hood a little and give Debian a try. I installed ETCH 4.03 from a DVD I picked up from cheapbites.com and ran into a little trouble. I suppose some specs are in order. Sony Vaio (laptop) T9300 chip nVidia 8400M GT Kernel version (as displayed when I F2 at boot): 2.6.18-6-amd64 So far, most of the installation seems to have come off OK. But, that is about it. I seem to be having at least two (unrelated?) problems. 1) 2) I've read a little online about different approaches to both of these issues. But, it is a bit over my head. So I thought I could save myself some trouble by asking for help. It seems like both of these problems are solvable. But if it comes to it, I think I can return the laptop to Sony if I do so within the next ten days. So, is this enough info to get started? And, what should my next step be? Thoughts? Oh, one more question, will Debian support the T9300's power saving features? Thanks, Also, I posted this over in forums.debian.net as well. Not sure if that is uncool. |
Re: No X or Fn keys on a Vaio FZ4000E
For X, you have a couple of options.
1. If you only need 2-D graphics, you can use the free nv driver. Run as root
# dpkg-reconfigure xserver-xorg
and answer the questions, selecting nv as the driver.
2. For 3-D graphics, you can install the nvidia driver from www.nvidia.com. There may also be a debian package to do that, but I've had better luck going with the driver downloaded straight from nvidia's web site. Nvidia supplies a utility to configure /etc/X11/xorg.conf, but I can't remember its name.
I'm not sure about the suspend and power management functions. There is a package called hibernate. On my old laptop, suspend to disk works quite nicely. Through your desktop environment, you could probably select a key combination to call hibernate. In my case, I just put an icon in the XFCE panel to call hibernate.