Yesterday , I installed Ubuntu 8.04 on my three year old PC.
Pentium 4 2.8 GHz
Gigabyte 8I845GVM-RZ
384 MB DDR
On-board graphics
It took some time to configure my monitor ( malfunctioning plug and play ).
The contents of xorg.conf follows,
---------------------------------------------------------------------------------------------------------------------------------------------
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection
Section "Device"
Identifier "Configured Video Device"
Boardname "vesa"
Busid "PCI:0:2:0"
Driver "i810"
Screen 0
EndSection
Section "Monitor"
Identifier "Configured Monitor"
Vendorname "Generic CRT Display"
Modelname "Monitor 1024x768"
Horizsync 30.0-70.0
Vertrefresh 50.0-160.0
Gamma 1.0
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 1024 768
Modes "1024x768@85"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Default Screen" 0 0
EndSection
Section "Module"
Load "glx"
Load "GLcore"
Load "v4l"
EndSection
Section "ServerFlags"
EndSection
----------------------------------------------------------------------------------------------------------------------------------------
Monday, May 26, 2008
Wednesday, May 21, 2008
Installing VLC media player in RHEL 5.0
If you are using RHEL 5.0 (Red Hat Enterprise Linux 5.0) and want to play various media files you have two methods to install a media player like VLC.
1.Configure YUM repositories providing the packages required for the installation.
2.Download and install VLC package and dependencies manually.
Special packages for Red Hat are not available officially from VideoLAN, you can use the unofficial packages available from Dag Wieers.
To download packages from Dag Wieers visit
http://dag.wieers.com/rpm/packages.php.
Details for installing VLC via YUM is available at
http://dag.wieers.com/rpm/
Also read this FAQ
http://dag.wieers.com/rpm/FAQ.php
Now, for manually downloading and installing VLC use the following list of packages.
Note:
Server -Refers to packages in the RHEL media CD/DVD.
rpmforge -
http://dag.wieers.com/rpm/packages.php
epel - EPEL repository for RHEL 5 Server
http://download.fedora.redhat.com/pub/epel/5Server/
fc5 - Packages for Fedora Core 5
http://download.fedora.redhat.com/pub/fedora/linux/core/5/i386/os/Fedora/RPMS/
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/5/i386/
http://download.fedora.redhat.com/pub/fedora/linux/
1. vlc -the core package
http://dag.wieers.com/rpm/packages/vlc/
Dependencies and source
[Server]
01. SDL
02. libicu
[rpmforge]
01. vlc
02. a52dec
03. aalib
04. faac
05. faad2
06. lame
07. libcaca
08. licddb
09. libdvbpsi
10. libdvdcss
11. libdvdnav
12. libdvdread
13. libebml
14. libmad
15. libmatroska
16. libmp4v2
17. libmpcdec
18. libopendaap
19. lirc
20. mpeg2dec
21. vcdimager
22. wxGTK
23. x264
24. xosd
[epel]
01. SDL_image
02. jack-audio-connection-kit
03. libcdio
04. libid3tag
05. libmodplug
06. libupnp
07. nas
[fc5]
01. qt
02. arts
03. fribidi
[http://rpm.pbone.net]
01. libfreebob
The following RPM search engine can be helpful.
http://rpm.pbone.net
Disclaimer:
The author is not responsible for any damages or losses caused by the use of information provided on this blog.
All brands, logos, products, trademarks are the property of their respective owners.
1.Configure YUM repositories providing the packages required for the installation.
2.Download and install VLC package and dependencies manually.
Special packages for Red Hat are not available officially from VideoLAN, you can use the unofficial packages available from Dag Wieers.
To download packages from Dag Wieers visit
http://dag.wieers.com/rpm/packages.php.
Details for installing VLC via YUM is available at
http://dag.wieers.com/rpm/
Also read this FAQ
http://dag.wieers.com/rpm/FAQ.php
Now, for manually downloading and installing VLC use the following list of packages.
Note:
Server -Refers to packages in the RHEL media CD/DVD.
rpmforge -
http://dag.wieers.com/rpm/packages.php
epel - EPEL repository for RHEL 5 Server
http://download.fedora.redhat.com/pub/epel/5Server/
fc5 - Packages for Fedora Core 5
http://download.fedora.redhat.com/pub/fedora/linux/core/5/i386/os/Fedora/RPMS/
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/5/i386/
http://download.fedora.redhat.com/pub/fedora/linux/
1. vlc -the core package
http://dag.wieers.com/rpm/packages/vlc/
Dependencies and source
[Server]
01. SDL
02. libicu
[rpmforge]
01. vlc
02. a52dec
03. aalib
04. faac
05. faad2
06. lame
07. libcaca
08. licddb
09. libdvbpsi
10. libdvdcss
11. libdvdnav
12. libdvdread
13. libebml
14. libmad
15. libmatroska
16. libmp4v2
17. libmpcdec
18. libopendaap
19. lirc
20. mpeg2dec
21. vcdimager
22. wxGTK
23. x264
24. xosd
[epel]
01. SDL_image
02. jack-audio-connection-kit
03. libcdio
04. libid3tag
05. libmodplug
06. libupnp
07. nas
[fc5]
01. qt
02. arts
03. fribidi
[http://rpm.pbone.net]
01. libfreebob
The following RPM search engine can be helpful.
http://rpm.pbone.net
Disclaimer:
The author is not responsible for any damages or losses caused by the use of information provided on this blog.
All brands, logos, products, trademarks are the property of their respective owners.
Install Ubuntu 8.04 on USB flash drive
Read the following post by Adrian Kingsley-Hughes.
How to … install Ubuntu 8.04 on a USB flash drive by ZDNet's Adrian Kingsley-Hughes -- From the Hardware 2.0 mailbag: Can you install Ubuntu on a USB flash drive? Yes, yes you can. Here's how.
Subscribe to:
Comments (Atom)