Linux.SonyVaio History

Hide minor edits - Show changes to markup

Thursday 24 November 2005, at 01:20 GMT+8 by Renaud -
Changed line 117 from:

Now the problem is these utilities by themselves don't do much, in particular sonypid is pretty useless on this Vaio, unless I missing something and someone can tell me how to make it do anything useful on my model.\\

to:

Now the problem is these utilities by themselves don't do much, in particular sonypid is pretty useless on this Vaio, unless I am missing something and someone can tell me how to make it do anything useful on my model.\\

Changed line 168 from:

Not particularly elegant, but effective for now. If I have more time and the inclinaison to to better, I'll post it here in a future update.

to:

Not particularly elegant, but effective for now. If I have more time and the incentive to to better, I'll post it here in a future update.

Monday 04 July 2005, at 04:30 GMT+8 by testert -
Changed lines 183-185 from:

http://www.linux-on-laptops.com/images/button2.gif

to:

http://www.linux-on-laptops.com/images/button2.gif

(:comments:)

Saturday 14 May 2005, at 10:09 GMT+8 by 202.60.234.34 -
Changed line 1 from:

The following relates installation of Fedora Core 3 on a Sony Vaio VGN-A170P laptop. This should work on most of the laptops from the VGN-A* series as they are basically variations on the same core.

to:
Sony VAIO VGN Series The following relates installation of Fedora Core 3 on a Sony Vaio VGN-A170P laptop. This should work on most of the laptops from the VGN-A* series as they are basically variations on the same core.
Saturday 09 April 2005, at 06:32 GMT+8 by Renaud -
Changed line 12 from:

Just make a standard install, be carefull not to install over your existing Windwos partitions and to avoid touching the first partition of your drive which contains the recovery data for your laptop.

to:

Just make a standard install, be carefull not to install over your existing Windows partitions and to avoid touching the first partition of your drive which contains the recovery data for your laptop.

Changed lines 62-63 from:

The default txextmode display used by teh kernel when you boot is horrendous: doesn't cut it at all on such a beautiful machine capabable of so much more. To switch to something a lot more confortable, add the following lines to your /etc/rc.d/rc.local file:

to:

The default textmode display used by the kernel when you boot is horrendous: doesn't cut it at all on such a beautiful machine capabable of so much more.
To switch to something a lot more comfortable, add the following lines to your /etc/rc.d/rc.local file:

Changed line 71 from:

Note: you will still boot in the default textmode until all the services are loaded. To make the kernel switch to the ATI framebuffer we would need to recompile that support into the kernel rather than being an external module. You would then be able to add a simple video=radeonfb parameter to the kernel boot. However, I tend to avoid having to recompile kernels these days: you would have to recompile it everytime you want to update your system with a new kernel, and that's plainly not something worth spendingthat much time on.

to:

Note: you will still boot in the default textmode until all the services are loaded. To make the kernel switch to the ATI framebuffer we would need to recompile that support into the kernel rather than being an external module. You would then be able to add a simple video=radeonfb parameter to the kernel boot. However, I tend to avoid having to recompile kernels these days: you would have to recompile it everytime you want to update your system with a new kernel, and that's plainly not something worth spending that much time on.

Changed line 79 from:
  • reboot or log-off and you should now be able to access the new fonts from all appliactions that use them.
to:
  • reboot or log-off and you should now be able to access the new fonts from all applications that use them.
Saturday 02 April 2005, at 05:33 GMT+8 by Renaud -
Added line 27:

[dag]

Friday 01 April 2005, at 02:40 GMT+8 by Renaud -
Changed line 165 from:

Note: Don't forget the “““&“““ to make the script run in the background.

to:

Note: Don't forget the & to make the script run in the background.

Friday 01 April 2005, at 02:39 GMT+8 by Renaud -
Changed line 165 from:

Note: Don't forget the “““&“““ to make the script run in the background.

to:

Note: Don't forget the “““&“““ to make the script run in the background.

Friday 01 April 2005, at 02:33 GMT+8 by Renaud -
Changed lines 116-117 from:

Now the problem is these utilities by themselves don do much, in particular sonypid is not doing much at all, unless I missing something and someone can tell me how to make it do anything useful on my Vaio. The thing is that once loaded, the sonypi kernel module will send events that can be collected simply by reading the /dev/sonypi device.

to:

Now the problem is these utilities by themselves don't do much, in particular sonypid is pretty useless on this Vaio, unless I missing something and someone can tell me how to make it do anything useful on my model.
The thing to know is that once loaded, the sonypi kernel module will send events that can be collected simply by reading the /dev/sonypi device.

Changed line 119 from:

Kevin J. Smith has a few more information on his Sony Vaio page, but doing as he said would do nothin for me, so I rolled a very quick and very dirty script to load at boot and control the basic stuff:

to:

Kevin J. Smith has a few more information on his Sony Vaio page, but doing as he said would do nothing for me, so I rolled a very quick and very dirty script to load at boot and control the basic stuff:

Changed line 123 from:

And that's it. Thr Mute button doesn't need the sonypi module to work properly, and the other volume control, adaptive brightness button and special buttons all report the same event code through sonypi, which make them pretty useless.

to:

And that's it. The Mute button doesn't need the sonypi module to work properly, and the other volume control, adaptive brightness button and special buttons all report the same event code through sonypi, which make them pretty useless.

Changed line 125 from:

Anyway, just copy the following into a file dosonystuff:

to:

Anyway, just copy the following into a file sonystuff:

Changed lines 157-158 from:

chmod 755 dosonystuff mv dosonystuff /usr/bin

to:

chmod 755 sonystuff mv sonystuff /usr/bin

Changed line 163 from:

/usr/bin/dosonystuff > /dev/null &

to:

/usr/bin/sonystuff > /dev/null &

Changed line 165 from:

Note: Don't forget the & to make the script run in the background.

to:

Note: Don't forget the “““&“““ to make the script run in the background.

Thursday 31 March 2005, at 17:00 GMT+8 by Renaud -
Changed line 12 from:

Just make a standard install, be carefull not to install over your existing Windwos partitions and to avoid touching the first partition of you drive which contains the recovery data for your laptop.

to:

Just make a standard install, be carefull not to install over your existing Windwos partitions and to avoid touching the first partition of your drive which contains the recovery data for your laptop.

Thursday 31 March 2005, at 16:58 GMT+8 by Renaud -
Changed line 146 from:
  1. Change the birghtness setting and save it
to:
  1. Change the brightness setting and save it
Thursday 31 March 2005, at 16:45 GMT+8 by Renaud -
Changed line 3 from:

After acquiring on of the superb Vaio VGN series laptop, with its wondrous 17" 1920x1200 ultrabright display, I decided to install Fedora on a partition to coexist with the original WindowsXP.

to:

After acquiring one of the superb Vaio VGN series laptop, with its wondrous 17" 1920x1200 ultrabright display, I decided to install Fedora on a partition to coexist with the original WindowsXP.

Changed lines 5-6 from:

I'm trying to cut down on my dependency on Windows software, and as I preach for a greater use of Linux and OSS in the business world, I have to do as I say. I can't get rid of Windows totally as I still rely on some software and programming environment such as VisualStudio to build Win32 and .Net applications, and on software like CorelDraw! that have not yet crossed over well enough to be used in a production environment.

to:

I'm trying to cut down on my dependency on Windows software, and as I preach for a greater use of Linux and OSS in the business world, I have to do as I say.
I can't get rid of Windows totally as I still rely on some software and programming environment such as VisualStudio to build Win32 and .Net applications, and on software like CorelDraw! that have not yet crossed over well enough to be used in a production environment.

Thursday 31 March 2005, at 16:00 GMT+8 by Renaud -
Added lines 128-131:

my $settingfile = '/etc/sonystuff.brightness';

  1. Get the last brightness setting at boot

`spicctrl -b\`cat $settingfile\`` if -e $settingfile;

  1. Awaiting events from the sonypi kernel module forever
Changed lines 142-150 from:
                if ($b==16 && $bright>0) {
                        $bright -= 20;
                        $bright = 0 unless $bright > 0;
                        `spicctrl -b$bright`;
                } elsif ($b==17 && $bright<255) {
                        $bright += 20;
                        $bright = 255 unless $bright<255;
                        `spicctrl -b$bright`;
                }
to:
                fiatLux($bright - 20) if $b==16;
                fiatLux($bright + 20) if $b==17
Added lines 146-152:
  1. Change the birghtness setting and save it

sub fiatLux {

        my $lux = shift;
        $lux = 0   unless $lux > 0;
        $lux = 255 unless $lux < 255;
        `spicctrl -b$lux; echo $lux > $settingfile`;

}

Changed line 154 from:

I told you, this is very quick and dirty.

to:

I told you, this is very quick and dirty, but it will work and save the brightness setting accross reboots.\\

Thursday 31 March 2005, at 10:46 GMT+8 by Renaud -
Changed line 1 from:

The following relates installation of Fedora Core 3 on a Sony Vaio VGN-A170P laptop. This should work on most of the laptops from the VGN-A* series as they are basically variations on the same core. Attach:sonyvaio.png Δ

to:

The following relates installation of Fedora Core 3 on a Sony Vaio VGN-A170P laptop. This should work on most of the laptops from the VGN-A* series as they are basically variations on the same core.

Thursday 31 March 2005, at 10:46 GMT+8 by Renaud -
Changed line 1 from:

The following relates installation of Fedora Core 3 on a Sony Vaio VGN-A170P laptop. This should work on most of the laptops from the VGN-A* series as they are basically variations on the same core.

to:

The following relates installation of Fedora Core 3 on a Sony Vaio VGN-A170P laptop. This should work on most of the laptops from the VGN-A* series as they are basically variations on the same core. Attach:sonyvaio.png Δ

Thursday 31 March 2005, at 09:36 GMT+8 by Renaud -
Changed line 178 from:

[[http://www.linux-on-laptops.com/ http://www.linux-on-laptops.com/images/button2.gif]

to:

http://www.linux-on-laptops.com/ http://www.linux-on-laptops.com/images/button2.gif

Thursday 31 March 2005, at 09:35 GMT+8 by Renaud -
Changed line 178 from:

http://www.linux-on-laptops.com/images/button2.gif

to:

[[http://www.linux-on-laptops.com/ http://www.linux-on-laptops.com/images/button2.gif]

Thursday 31 March 2005, at 09:33 GMT+8 by Renaud -
Changed lines 176-178 from:
  • http://www.linux-mag.com/content/view/76/2201/ Optimizing Text-Mode Video: article from the january 2005 edition of the excellent Linux Magazine (you should consider subscribing).
to:
  • http://www.linux-mag.com/content/view/76/2201/ Optimizing Text-Mode Video: article from the january 2005 edition of the excellent Linux Magazine (you should consider subscribing).

http://www.linux-on-laptops.com/images/button2.gif

Thursday 31 March 2005, at 09:23 GMT+8 by Renaud -
Added line 102:
Changed lines 122-124 from:

And that's it. teh Mute button doesn't needsonypi to work properly, and the other volume control, adaptive brightness button and special buttons all report the same event code through sonypi, which make their use pretty useless.

to:

And that's it. Thr Mute button doesn't need the sonypi module to work properly, and the other volume control, adaptive brightness button and special buttons all report the same event code through sonypi, which make them pretty useless.

Changed lines 165-167 from:
  • To Eject the CD tray, type eject cdrecorder from a terminal.
to:
  • The DVD Recorder should work out of the box.
  • I haven't tried Bluetooh yet but it should work without problem. You will find more information in the links below.
  • The modem is a windmodem, meaning that in our case it isn't recognised by the system and will probably require some efforts to work. I don't need it right now but I will look into it later and report my finding then.
Changed lines 176-182 from:
  • http://www.linux-mag.com/content/view/76/2201/ Optimizing Text-Mode Video: article from the january 2005 edition of the excellent Linux Magazine (you should consider subscribing).
to:
  • http://www.linux-mag.com/content/view/76/2201/ Optimizing Text-Mode Video: article from the january 2005 edition of the excellent Linux Magazine (you should consider subscribing).
Thursday 31 March 2005, at 04:53 GMT+8 by 202.60.234.34 -
Changed line 156 from:

/usr/bin/sonystuff > /dev/null &

to:

/usr/bin/dosonystuff > /dev/null &

Added line 159:
Thursday 31 March 2005, at 04:52 GMT+8 by 202.60.234.34 -
Added lines 115-116:

Now the problem is these utilities by themselves don do much, in particular sonypid is not doing much at all, unless I missing something and someone can tell me how to make it do anything useful on my Vaio. The thing is that once loaded, the sonypi kernel module will send events that can be collected simply by reading the /dev/sonypi device.

Added lines 118-159:

Kevin J. Smith has a few more information on his Sony Vaio page, but doing as he said would do nothin for me, so I rolled a very quick and very dirty script to load at boot and control the basic stuff:

  • eject the CD tray
  • adjusting the screen brightness with the Fn-F5 and Fn-F6 keyboard keys.

And that's it. teh Mute button doesn't needsonypi to work properly, and the other volume control, adaptive brightness button and special buttons all report the same event code through sonypi, which make their use pretty useless. Anyway, just copy the following into a file dosonystuff:

#!/usr/bin/perl -w
open SONYPI,"/dev/sonypi";
my $b="";
do {
        read(SONYPI,$b,1);
        $b = ord($b);
        if ($b==27) {
                `eject cdrecorder`;
        } elsif ($b==16 || $b==17) {
                my $bright = `spicctrl -B`;
                chomp $bright;
                if ($b==16 && $bright>0) {
                        $bright -= 20;
                        $bright = 0 unless $bright > 0;
                        `spicctrl -b$bright`;
                } elsif ($b==17 && $bright<255) {
                        $bright += 20;
                        $bright = 255 unless $bright<255;
                        `spicctrl -b$bright`;
                }
        }
} while(1);

I told you, this is very quick and dirty. Now just make this script executable and load at boot as we did before:

chmod 755 dosonystuff
mv dosonystuff /usr/bin

Then call our script from /etc/rc.d/rc.local by adding the following:

modprobe sonypi
/usr/bin/sonystuff > /dev/null &

Note: Don't forget the & to make the script run in the background. Not particularly elegant, but effective for now. If I have more time and the inclinaison to to better, I'll post it here in a future update.

Monday 28 March 2005, at 13:03 GMT+8 by 202.60.234.34 -
Changed line 1 from:

The following relates installation of Fedora Core 3 on a Sony Vaio VGN-A170P laptop.

to:

The following relates installation of Fedora Core 3 on a Sony Vaio VGN-A170P laptop. This should work on most of the laptops from the VGN-A* series as they are basically variations on the same core.

Changed lines 13-14 from:

Check that Grub will give you a choice of OS when you boot and then choose the packages you want to install. teh rest is a breeze and should not bring any issue.

to:

Check that Grub will give you a choice of OS when you boot and then choose the packages you want to install. grub should be installed on the Master Boot Record (MBR) of the hard drive, /dev/hda. The rest is a breeze and should not bring any issue.

Added lines 103-115:

Function buttons

Those little buttons that adjust brightness, volume, eject the CD need special software to work. Fortunately, some nice people have done most of the hard work for us:

  • Download the sonypid abd spicctrl pagackes from http://popies.net/sonypi/ Stelian Pop's website.
  • build the RPM packages and install them:
rpmbuild -tb spicctrl-X.Y.tar.bz2
rpmbuilt -tb sonypid-X.Y.tar.bz2
cd /usr/src/redhat/RPMS/i386
rpm -ivh spicctrl-X.Y.i386.rpm
rpm -ivh sonypid-X.Y.i386.rpm
Added line 124:
  • http://www1.cuni.cz/~obo/vaio.html Fedora Core 1 on a Vaio: a bit outdated, but still very useful article.
Monday 28 March 2005, at 11:30 GMT+8 by 202.60.234.34 -
Changed lines 108-114 from:
  • :
to:
  • http://popies.net/sonypi/ Sony Programmable I/O Control Device Driver: to make those little buttons on your laptop actually do something useful.
  • http://rootsmith.ca/vaio-linux.html Linux on a Sony VAIO VGN-A170P Laptop: the original source that helped me setup my system.
  • http://www.linux-laptop.net/ Linux on Laptops: the main source for making Linux work on your laptop.
  • http://ldp.rtin.bz/HOWTO/Font-HOWTO/fix.html Optimal Use of Fonts on Linux: a How-To to help you fix those ugly fonts.
  • http://www.linux-mag.com/content/view/76/2201/ Optimizing Text-Mode Video: article from the january 2005 edition of the excellent Linux Magazine (you should consider subscribing).
Monday 28 March 2005, at 11:20 GMT+8 by 202.60.234.34 -
Deleted lines 50-51:

Note: after rebooting, you will notice that the wireless network adapter will have been detected and configured automatically as eth1. You can then use the normal network Configuration tools to set it up, providing you enabled it with the switch on the front of the laptop.

Deleted line 70:
Changed lines 100-102 from:

to:

Wireless adapter

Once you have updated your installation with yum as mentionned above, you will notice after rebooting that the wireless network adapter will have been detected and configured automatically as eth1. You can then use the normal network Configuration tools to set it up, providing you enabled it with the switch on the front of the laptop. Note: Don't try to set up the wireless before you've up updated your system. It would be hard work for nothing.

Changed lines 105-108 from:
to:

Links

  • http://www.fedorafaq.org/ The unofficial Fedora FAQ: lots of information on common issues.
  • http://dag.wieers.com/home-made/apt/ Dag Wieėrs APT/YUM repository: newer/better packages for your system.
  • :
Sunday 27 March 2005, at 09:12 GMT+8 by 202.60.234.34 -
Changed lines 51-52 from:

: after rebooting, you will notice that the wireless network adapter will have been detected and configured automatically as eth1. You can then use the normal network Configuration tools to set it up, providing you enabled it with the switch on the front of the laptop.

Display

to:

Note: after rebooting, you will notice that the wireless network adapter will have been detected and configured automatically as eth1. You can then use the normal network Configuration tools to set it up, providing you enabled it with the switch on the front of the laptop.

Graphic Display

Changed lines 61-73 from:
 Don't try to use the official proprietory ATI driver either, it doesn't work well on a laptop it seems.
to:

Don't try to use the official proprietory ATI driver either, it doesn't work well on a laptop it seems.

Textmode Display

The default txextmode display used by teh kernel when you boot is horrendous: doesn't cut it at all on such a beautiful machine capabable of so much more. To switch to something a lot more confortable, add the following lines to your /etc/rc.d/rc.local file:

modprobe radeonfb
service gpm restart
clear

This will load the proper framebuffer kernel module to drive our ATI card to its fullest, and reload the textmode mouse driver to take advantage of our new whooping 240x75 resolution, that's bout 18k of screen space or 9 times the default resolution.

Note: you will still boot in the default textmode until all the services are loaded. To make the kernel switch to the ATI framebuffer we would need to recompile that support into the kernel rather than being an external module. You would then be able to add a simple video=radeonfb parameter to the kernel boot. However, I tend to avoid having to recompile kernels these days: you would have to recompile it everytime you want to update your system with a new kernel, and that's plainly not something worth spendingthat much time on.

Sunday 27 March 2005, at 08:47 GMT+8 by 202.60.234.34 -
Added line 51:

: after rebooting, you will notice that the wireless network adapter will have been detected and configured automatically as eth1. You can then use the normal network Configuration tools to set it up, providing you enabled it with the switch on the front of the laptop.

Added line 54:
Changed lines 58-60 from:

Note: don't use the Screen Resolution or Display Config tools found in the Applications menu, they would mess up the config file.

to:

Note: don't use the Screen Resolution or Display Config tools found in the Applications menu, they would mess up the config file.
Don't try to use the official proprietory ATI driver either, it doesn't work well on a laptop it seems.

Changed line 90 from:
to:

Sunday 27 March 2005, at 08:43 GMT+8 by 202.60.234.34 -
Changed line 1 from:

The following relates installation of Fedora Core 3 on a Vaio VGN-A170P laptop.

to:

The following relates installation of Fedora Core 3 on a Sony Vaio VGN-A170P laptop.

Changed lines 18-23 from:

Open a terminal, insert the Fedora Core installation disk and, once the CD/DVD has been mounted, type rpm --import /media/cdrecorder/RPM*. This will ensure that the digital signatures for the verification of packages are loaded.

to:

Open a terminal, insert the Fedora Core installation disk and, once the CD/DVD has been mounted, type the following to ensure that the digital signatures for the verification of packages are loaded:

# mount cdrecorder
# rpm --import /media/cdrecorder/RPM*
Changed lines 31-39 from:

Get Dag's http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt Dag's PGP key, save it and import it as we did before rpm --import RPM-GPG-KEY.dag.tx.

to:

Get Dag's http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt Dag's PGP key, save it and import it as we did before:

# rpm --import RPM-GPG-KEY.dag.txt

We are now ready to update and isntall anything we want:

# yum -y update

The -y will allow us to do something else while yum is going about its work. Otherwise, it will wait for you to confirm the changes in the middle of the process, which can be quite long.

Added lines 41-50:

One thing to do is to remove unnecessary services that consume resources on your machine: you can use the Services applet from the menu System Settings -> Server Settigns -> Services. You can generally remove services such as isdn, httpd, sendmail, spamassassin, that are not needed on a laptop.

Reboot and you're done.

To install a new application, say mplayer to play movies, we just need to invoke the powers of yum again:

# yum -y install mplayer

It will download everything needed for mplayer to work, resolving dependencies for you.

Changed line 89 from:
to:
Sunday 27 March 2005, at 08:26 GMT+8 by 202.60.234.34 -
Changed lines 31-32 from:
  • Single head SonyVaioSingleHead? display, the laptop screen only.
  • Dualhead SonyVaioSingleHead? display, with a second LCD monitor connected to the laptop and located at the right of the laptop. The second monitor is only 1024x768 in resolution. You may have to tinker with this config to make it work for you.
to:
  • SonyVaioSingleHead Single Head? display, the laptop screen only.
  • SonyVaioDualHead Dual Head? display, with a second LCD monitor connected to the laptop and located at the right of the laptop. The second monitor is only 1024x768 in resolution. You may have to tinker with this config to make it work for you.
Sunday 27 March 2005, at 08:16 GMT+8 by 202.60.234.34 -
Added lines 16-27:

Update

The first thing to do is to update the distribution before we start tinkering with it. Open a terminal, insert the Fedora Core installation disk and, once the CD/DVD has been mounted, type rpm --import /media/cdrecorder/RPM*. This will ensure that the digital signatures for the verification of packages are loaded. I also recommend to use the DAG repository as it contains a lot more intereting packages: Create the file /etc/yum.repos.d/dag.repo and insert the following lines into it:

baseurl=http://apt.sw.be/fedora/$releasever/en/$basearch/dag
gpgcheck=1
enabled=1

Get Dag's http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt Dag's PGP key, save it and import it as we did before rpm --import RPM-GPG-KEY.dag.tx.

Changed lines 31-33 from:
  • Single head display, the laptop screen only.
  • Dualhead display, with a second LCD monitor connected to the laptop and located at the right of the laptop. The second monitor is only 1024x768 in resolution. You may have to tinker with this config to make it work for you.

: don't use the Screen rsolution or Display Config tools found in the menu, they would mess up the config file.

to:
  • Single head SonyVaioSingleHead? display, the laptop screen only.
  • Dualhead SonyVaioSingleHead? display, with a second LCD monitor connected to the laptop and located at the right of the laptop. The second monitor is only 1024x768 in resolution. You may have to tinker with this config to make it work for you.

Note: don't use the Screen Resolution or Display Config tools found in the Applications menu, they would mess up the config file.

Added lines 64-66:

Bits and Tips

  • To Eject the CD tray, type eject cdrecorder from a terminal.
Sunday 27 March 2005, at 08:00 GMT+8 by 202.60.234.34 -
Changed lines 1-55 from:

Describe SonyVaio here.

to:

The following relates installation of Fedora Core 3 on a Vaio VGN-A170P laptop.

Intro

After acquiring on of the superb Vaio VGN series laptop, with its wondrous 17" 1920x1200 ultrabright display, I decided to install Fedora on a partition to coexist with the original WindowsXP.

I'm trying to cut down on my dependency on Windows software, and as I preach for a greater use of Linux and OSS in the business world, I have to do as I say. I can't get rid of Windows totally as I still rely on some software and programming environment such as VisualStudio to build Win32 and .Net applications, and on software like CorelDraw! that have not yet crossed over well enough to be used in a production environment.

Installation

I won't go in the details of partitioning the drive. there are a number of utilities that do that very well. I just created a 15GB partition, changed the boot sequence in the BIOS (press the F2 key when booting) and booted from a Fedora Core 3 boot CD.

I generally use network installation as I have copied the full install on one of the servers on my network and shared them using NFS. If you have the FC3 DVD or set of CDs, you'll do just as well although it will be a bit slower.

Just make a standard install, be carefull not to install over your existing Windwos partitions and to avoid touching the first partition of you drive which contains the recovery data for your laptop. Check that Grub will give you a choice of OS when you boot and then choose the packages you want to install. teh rest is a breeze and should not bring any issue. Reboot your PC, select your Fedora OS and just go through the initial on-screen configuration.

Display

For some reason, the Fedora tools have a hard time picking up the right display settings for the configuration, so we need to edit the /etc/X11/xorg.conf file ourselves. Here are 2 versions:

  • Single head display, the laptop screen only.
  • Dualhead display, with a second LCD monitor connected to the laptop and located at the right of the laptop. The second monitor is only 1024x768 in resolution. You may have to tinker with this config to make it work for you.

: don't use the Screen rsolution or Display Config tools found in the menu, they would mess up the config file.

Fonts

The stock fonts are quite horrible and look quite bad. The best thing I found was to import the True Type Fonts from my existing Windows setup and use those instead:

  • copy all your TTF files into /USR/X11R6/lib/X11/fonts/TTF directory and make sure that that directory is added to the catalogue directive in the /etc/X11/fs/config file.
  • cd /USR/X11R6/lib/X11/fonts/TTF then type mkfontscale then mkfontdir
  • restard the font server with service xfs restart.
  • open a File Browser window and type fonts: in its URL bar. Open another File Browser window and go to your /USR/X11R6/lib/X11/fonts/TTF folder, select all the files and drop them into the first File Browser. Nothing will seem to happen, that's normal.
  • reboot or log-off and you should now be able to access the new fonts from all appliactions that use them.

Open the Font Preferences dialog under Application -> Preferences -> Fonts and select the following:

  • Application font: Tahoma, 8pt
  • Desktop font: Tahoma 8pt
  • Window title font: trebuchet MS, 10pt
  • Terminal font: Lucida Console, 8pt

Under the Font rendering section, click Details... :

  • Resolution should be 96dpi
  • Smoothing set to Subpixel (LCDs)
  • Hinting set to None.
  • Subpixel order, leave to default RGB.

Under Mozilla/Firebird, under Edit -> Preferences..., General Tab, click Fonts & Colors...:

  • Proportional: Serif, Size 16px
  • Serif: Times New Roman
  • Sans-serif: Arial
  • Monospace: Courier New, 13px
  • Display Resolution:96 dpi
  • Minimum font size: None

Now all those parameters suit me most, you may find others better suited for you. I'm a bit disapointed though that fonts are still an issue to get right. The results are not so pleasing.

Design by N.Design Studio, adapted by solidGone.org (version 1.0.0)
Powered by pmwiki-2.2.0-beta65