Hide minor edits - Show changes to markup
$ cedega Path_to_Unziped_Files/VisualBoyAdvace.exe
$ cedega Path_to_Files/VisualBoyAdvace.exe
(:cell align=center valign=top:)- Minor sound clipping
(:cell align=center valign=top:)
Note: Do not install the Office Assistant, it will make your installation unstable.
(:cell valign=top:)- PowerPoint crashes while editing but presentations are ok.
(:cell valign=top align=center width=210px:)
(:cellnr valign=top:)Age of Mythology
Notes:
Note: Do not install the Office Assistant, it will make your installation unstable.
(:cellnr valign=top:)Microsoft Office 2000
(:cellnr valign=top:)Duke Nukem 3D (eDuke32)
(:cell valign=top:)Running smoothly
(:cell align=center valign=top:)- Minor sound clipping
(:cell valign=top align=center:)
(:cellnr valign=top:)Microsoft Office 2000
(:cell valign=top:)
(:cell valign=top:)+ PowerPoint crashes while editing but presentations are ok.
(:cell valign=top:)- PowerPoint crashes while editing but presentations are ok.
sys directory. You can install it later by issuing $ wine scr56en.exe on that directory.
sys directory and install it later by issuing $ wine scr56en.exe in that directory.
sys directory. You can install it later by issuing $ wine scr56en.exe on that directory.
In order to set and maintain the state of the backlight when the lid is closed, you can create a daemon and call it with laptop-mode-tools . This is specially handy if some of your applications (usually games) like to turn the panel backlight back on when resetting the video resolution or when going into fullscreen.
In order to set and maintain the state of the backlight when the lid is closed, you can create a daemon and call it with laptop-mode-tools. This is specially handy if some of your applications (usually games) like to turn the panel backlight back on when resetting the video resolution or when going into fullscreen.
LIGHT_ON=$(sudo /usr/sbin/radeontool light | grep “looks off”)
LIGHT_ON=$(/usr/sbin/radeontool light | grep “looks off”)
You can determine the state of the switch by doing:
You can determine the state of the lid switch by doing:
You can use radeontool to turn on/off the backlight of the LCD panel. This tool is available in the dries repository. You can also download the source here. After installing both the laptop-mode-tools and radeontool packages, I created the following script:
You can turn on/off the backlight of the LCD panel with radeontool. This tool is available from the dries repository. You can also download the source here. After installing both the laptop-mode-tools (also in the dries repository) and radeontool packages, I created the following script:
Add the following lines to the /etc/acpi/actions/lm_lid.sh script:
Add the following lines at the end of the /etc/acpi/actions/lm_lid.sh script:
You can also use the script below as a daemon to maintain the state of the backlight. This is necessary if some of your applications (usually games) like to turn the backlight on when resetting the video resolution or going into fullscreen.
In order to set and maintain the state of the backlight when the lid is closed, you can create a daemon and call it with laptop-mode-tools . This is specially handy if some of your applications (usually games) like to turn the panel backlight back on when resetting the video resolution or when going into fullscreen.
Add the following lines to the /etc/acpi/actions/lm_lid.sh script:
LID_CLOSED=$(cat /proc/acpi/button/lid/LID/state | grep open) if [ “$LID_CLOSED” = “” ]; then
/usr/sbin/blightoffd &
else
/usr/sbin/radeontool light on
fi @]
Save the following script as /usr/sbin/blightoffd
[@
ON_OPEN=1
while [ 1 ]; do
LID_CLOSED=$(cat /proc/acpi/button/lid/LID/state | grep open)
while [ “$LID_CLOSED” = “” ]; do
LIGHT_ON=$(sudo /usr/sbin/radeontool light | grep “looks off”) if [ “$LIGHT_ON” = “” ]; then /usr/sbin/radeontool light off fi sleep 1
if [ “$LID_CLOSED” = “” ]; then
LIGHT_ON=$(radeontool light | grep “looks off”)
if [ “$LIGHT_ON” = “” ]; then
radeontool light off
echo “Turned back panel light off”
fi
if [ “$ON_OPEN” -eq 0 ]; then
ON_OPEN=1
fi
else
if [ “$ON_OPEN” -eq 1 ]; then
radeontool light on
echo “Turned back panel light on”
ON_OPEN=0
fi
fi
sleep 1
Update (April 20, 2008): The most recent driver for the Radeon M300 card from ATI includes AIGLX support and offers improved overall performance. Use that driver instead of the one available from the Livna repository. However, if the latest ATI driver doesn’t really cut it for you, then download version 8.476, which works pretty well (right click, save as…).
Update (April 20, 2008): The most recent driver for the Radeon M300 card from ATI includes AIGLX support and offers improved overall performance. Use that driver instead of the one available from the Livna repository. However, if the latest ATI driver doesn’t really cut it for you, then download version 8.476, which worked pretty well for me (right click, save as…).
Update (April 20, 2008): The most recent driver for the Radeon M300 card from ATI includes AIGLX support and offers improved overall performance. Use that driver instead of the one available from the Livna repository. However, if you find the latest ATI driver unstable, you can download version 8.476 (which works pretty well) from here.
Update (April 20, 2008): The most recent driver for the Radeon M300 card from ATI includes AIGLX support and offers improved overall performance. Use that driver instead of the one available from the Livna repository. However, if the latest ATI driver doesn’t really cut it for you, then download version 8.476, which works pretty well (right click, save as…).
LIGHT=$(/usr/sbin/radeontool light | grep “looks on”)
LIGHT=$(radeontool light | grep “looks on”)
/usr/sbin/radeontool light on
radeontool light on
/usr/sbin/radeontool light off
radeontool light off
LIGHT_ON=$(sudo /usr/sbin/radeontool light | grep “looks off”)
LIGHT_ON=$(radeontool light | grep “looks off”)
sudo /usr/sbin/radeontool light off
radeontool light off
sudo /usr/sbin/radeontool light on
radeontool light on
LIGHT=$(radeontool light | grep “looks on”)
LIGHT=$(/usr/sbin/radeontool light | grep “looks on”)
radeontool light on
/usr/sbin/radeontool light on
radeontool light off
/usr/sbin/radeontool light off
You can use radeontool to turn on/off the backlight of the LCD panel. This tool is available in the dries repository. You can also download the source here. After installing both the laptop-mode-tools and radeontool packages, I created the following script:
You can determine the state of the switch by doing:
cat /proc/acpi/button/lid/LID/state @]
You can use radeontool to turn on/off the backlight of the LCD panel. This tool is available in the dries repository. You can also download the source here. After installing both the laptop-mode-tools and radeontool packages, I created the following script:
[@
Does your brand new Windows system refuses to install that awesome application you loved in Windows 98? Well, I bet you can run it with Wine! Wine is an Open Source implementation of the Windows API on top of X and Linux. This means that Wine allows you to run Windows applications on Linux!
Note: You should complete the winetools setup before installing any Windows application. This will ensure a stable Windows environment. I installed both Wine and Winetools from rpm.
winetools on a console window.
sys directory in your $HOME/winetools folder. You can get the dll files here
Edit the win.ini file in your C:\Windows directory, located in $HOME/.wine/drive_c/windows, to make kprinter the default printer. Add or change the following entries:
You can also use the script below as a daemon to maintain the state of the backlight. This is necessary if some of your applications (usually games) like to turn the backlight on when resetting the video resolution or going into fullscreen.
[windows] device=KDE Print System,WINEPS.DRV,KDE:
[devices] KDE Print System=WINEPS.DRV,KDE:
ON_OPEN=1
while [ 1 ]; do
LID_CLOSED=$(cat /proc/acpi/button/lid/LID/state | grep open)
if [ “$LID_CLOSED” = “” ]; then
LIGHT_ON=$(sudo /usr/sbin/radeontool light | grep “looks off”)
if [ “$LIGHT_ON” = “” ]; then
sudo /usr/sbin/radeontool light off
echo “Turned back panel light off”
fi
if [ “$ON_OPEN” -eq 0 ]; then
ON_OPEN=1
fi
else
if [ “$ON_OPEN” -eq 1 ]; then
sudo /usr/sbin/radeontool light on
echo “Turned back panel light on”
ON_OPEN=0
fi
fi
sleep 1
done
Add to $HOME/.wine/system.reg:
Does your brand new Windows system refuses to install that awesome application you loved in Windows 98? Well, I bet you can run it with Wine! Wine is an Open Source implementation of the Windows API on top of X and Linux. This means that Wine allows you to run Windows applications on Linux!
Note: You should complete the winetools setup before installing any Windows application. This will ensure a stable Windows environment. I installed both Wine and Winetools from rpm.
winetools on a console window.
sys directory in your $HOME/winetools folder. You can get the dll files here
Edit the win.ini file in your C:\Windows directory, located in $HOME/.wine/drive_c/windows, to make kprinter the default printer. Add or change the following entries:
[windows] device=KDE Print System,WINEPS.DRV,KDE:
[devices] KDE Print System=WINEPS.DRV,KDE: @]
Add to $HOME/.wine/system.reg:
[@
Update (April 20, 2008): The most recent driver for the Radeon M300 card from ATI includes AIGLX support and offers improved overall performance. Use this driver instead of the one available from the Livna repository. However, if you find the latest ati driver unstable, you can download version 8.476 (which works well) from here.
Update (April 20, 2008): The most recent driver for the Radeon M300 card from ATI includes AIGLX support and offers improved overall performance. Use that driver instead of the one available from the Livna repository. However, if you find the latest ATI driver unstable, you can download version 8.476 (which works pretty well) from here.
kfmclient newTab <URL> "text/html"
Update (April 20, 2008): The most recent driver for the Radeon M300 card from ATI includes AIGLX support and offers improved overall performance. Use this driver instead of the one available from the Livna repository.
Update (April 20, 2008): The most recent driver for the Radeon M300 card from ATI includes AIGLX support and offers improved overall performance. Use this driver instead of the one available from the Livna repository. However, if you find the latest ati driver unstable, you can download version 8.476 (which works well) from here.
Update (June 30, 2008): The mirror above finally died, however, the packages do not seem to be necessary anymore with the 2.6.22.14–72.fc6 kernel. Installing the package ipw2200-firmware from the fedora repositories seems to have solved the problem.
Update (June 30, 2008): The mirror above finally died, however, the packages do not seem to be necessary anymore with the 2.6.22.14–72.fc6 kernel. Installing the package ipw2200-firmware from the fedora repositories seems to have been sufficient.
Update (June 30, 2008): The mirror above finally died, however, the packages do not seem to be necessary anymore with the 2.6.22.14–72.fc6 kernel. Installing the package ipw2200-firmware from the fedora repositories seems to have solved the problem.