Showing posts with label fedora. Show all posts
Showing posts with label fedora. Show all posts

22 February, 2010

KDE 4.4 and Indian Calendar System

I have never seen anywhere such a system,
but in KDE 4.4, in which Indian Calendar system
can be choose at Desktop system. 
In kde, choose systemsettings->Regional & Language
->Language-> Time and Date.
There is  Indian Calendar, so after login and logout,
you can check it.
Following image has enough detail about it.




KDE 4.4 with Phalgun Month

Month: Phalgun
Day: Som (Monday)
Year: 1931

with time, software becoming more useful and more
close not only to hi-fi people, but general public.
After all those are for them, by them.

03 February, 2010

I got Dell Studio 1457 with Intel i7 processor yesterday.

for Fedora 12 installation major problems:
1) Broadcom Ethernet is not detected (fixed)
2) Once Display Blank, reboot and then only start,
(this was true for anaconda also) (still not working)
3) No Sound (still not working) Fedora Bug 562695

Dell Studio 1457 Smolt Profile

Installation:
after 4 attempt to install Fedora 12, (3 failed
with no display), I get message that there is
no Network device detected on your machine,
so please use DVD or Complete CD (I was
using network install). (that is why
keep DVD with you at home:-) )
Got KDE Live CD, installation was quite fast,
Ethernet was not detected, but Wireless
was working (it is intel half-mini card).

Rebooted and Display gone. After waiting
for few minutes, reboot again this time
display was working (now after shutdown,
I need to reboot 2 times to get display working)

Broadcom Ethernet:
there is workaround given here (Fedora Bug)

---
modprobe -r tg3
modprobe broadcom
modprobe tg3
modprobe tg3
----

it is working, but need to use this each time

Video: ATI detected and worked on proper resolution automatically
Audio: Still not working


KDE System Monitor showing 8 Cores (i7 has 4 core / 8 threads)

19 January, 2010

KDE 4.4 Beta on my Desktop

While I skipped using KDE from last few months,
after release of KDE4 Beta, tried again.

first impression "Woh!"

please check few screenshot of KDE4 on Fedora 13 (Rawhide)

1) Desktop with few

2) Adding few more widgets (Mac's Impression)


3) Google translate English to Hindi, Amritsar Weather



4) Activities, which still I failed to understand what and how to do with this:-)


Hope to KDE4 more acceptable in daily work than previous KDE4 releases....

30 October, 2009

Fedora Rawhide installation with Basic Video driver...

Installation on AMD Chipset 785 Failed (Fedora Bug)
with Default GUI, so Tried with Basic Video driver
(during Boot option), GUI installation started, even it
was not good, but working,

after installation, it was not showing proper
resolution on my Monitor, display was not good.
/etc/X11/xorg.conf file was showing 'vesa' display
driver, if you need to get proper working xserver,
then need to remove that file and just reboot,
it will be automatic detected and work fine.

21 October, 2009

install compare-locales (from Mozilla l10n tools)

To install compare-locales on Fedora Machine,
'easy_install' need to install, which is NOT
part of python-setuptools, for which I tried
many times to find and install, but it IS
part of python-setuptools-devel (mostly
devel packages don't have command useful
for user).

$yum install python-setuptools-devel

$easy_install compare-locales

so, now you can use this on Fedora to
compare your locale with english strings
How to use, please check Mozilla Website and Blogs

15 October, 2009

Fedora Repo - How Repodata/boot.iso updated without package update...

I burnt boot.iso yesterday and started today's
testing with that only (as Mailing list was showing
NO package update on rawhide mail )

After finishing installation I by mistake run
rsync script to sync with server, and wondered
to see updated Boot.iso and 'repodata' folder,
Not very sure about this, not know what is updated in
that,

So Finally I have to start my testing back.

14 October, 2009

Fedora 12 Beta -RC2 Avaiable

Fedora 12 Beta RC2 Available for Testing purpose.
CD/DVD can be download from here

Rawhide Tree also freeze till today (with latest
anaconda 12.37).
For Testing Matrix, please check Fedora QA

29 September, 2009

Fedora Rawhide bug for HP Touchsmart tx2z

as Default installation is not working for fedora
Rawhide installation (as posted previous post).

Finally going by proper way, I started to search
bug for this laptop, so there was two basic
bug, which helped to file a new bug
1) Linuxwacom need to Update

and
2) Not specific bug for HP wacom, but good detail

2nd Bug helped me a lot to File bug. Hope that
Fedora Developer will help me (not like Novell guy)
to complete the support for this. But all is the future.

HP Tx2z Bug filed here (HP Tx2z Touch screen is not automatically work)

21 September, 2009

HP Touch Tx2z and Fedora ...

Finally I got AMD Based Laptop and it is
Touch Screen Display, which is quite good
for Windows Vista (Pre-installed), but Windows
Vista was too slow to use (most of Junk
Softwares, thanks to HP).
Finally I installed Windows 7 RC and Speed is quite good,
but not equal to Dell Studio XPS 13 with Intel
Core 2 Duo P8600 (2.4Ghz) (HP has DDR2
and Dell has DDR3) even difference is
not big enough to feel in first look.

My Final Target to get install Fedora or Linux
on HP tx2z, first I tried Fedora 11 (x86_64), which
install quite easy and during installation pointer
moved by touching the screen, but Click
was not working.
Fedora 11 installed, pointer moved, but
Click was not working. Finally Upgrade
that to rawhide (Fedora 12 pre-release),
but that is NOT Working at all. Even wonder
was that there was no /etc/X11/xorg.conf file
at all. But GUI was working. with
system-config-display, xorg.conf file generated
To Fix the issue, I used Ubuntu Website,
where they fixed Xorg.conf file to fix issue
Following Steps I used for it

1) /usr/share/hal/fdi/policy/20thirdparty/10-wacom.fdi


 


wacom
stylus


Changed to
  

2) N-trig Symlink
edit (create New file)

/etc/udev/rules.d/90-n-trig.rules 
and add following line

KERNEL=="event*", ATTRS{idVendor}=="1b96", ATTRS{idProduct}=="0001", SYMLINK="input/n-trig"

3) Finally my 'xorg.conf' (/etc/X11/xorg.conf) is here
------
[ahawk@ahawk ~]$ cat /etc/X11/xorg.conf
Section "InputDevice"
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/input/n-trig"
Option "Type" "stylus"
Option "USB" "on"
Option "Button2" "3" # make stylus button R mouse click
EndSection

# Remove the comments below if you have an eraser. Dell XT & XT2?
#Section "InputDevice"
# Identifier "eraser"
# Driver "wacom"
# Option "Device" "/dev/input/n-trig"
# Option "Type" "eraser"
# Option "USB" "on"
#EndSection

Section "InputDevice"
Identifier "touch"
Driver "wacom"
Option "Device" "/dev/input/n-trig"
Option "Type" "touch"
Option "USB" "on"
Option "Touch" "on"
Option "TopX" "0"
Option "TopY" "0"
Option "BottomX" "9600"
Option "BottomY" "7200"
EndSection

Section "Device"
Identifier "Configured Video Device"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
# Identifier "X.org Configured" # New for Jaunty?
InputDevice "stylus" "SendCoreEvents"
# Remove the comment below if you have an eraser.
# InputDevice "eraser" "SendCoreEvents"
InputDevice "touch" "SendCoreEvents"
EndSection

# Developed with Ayuthia (using Rafi Rubin's Wacom sections as a starting point).
----------
(ya, I have not developed, but all step are from Ubuntu site, for Detail
instruction you can visit here)

Just for Information: I have Windows 7 Firmware Updated.

Next testing I would like to go for OpenSUSE, which has
ability to configure Touch Screen Dispaly within YaST, while
Fedora Has Nothing for try.

Fingerprint reader I failed to Configure in Windows 7 as well
as in Fedora Rawhide. Work continue if get some fix.

16 September, 2009

Linux (fedora) - HDMI Port

I purchased HDMI Cable, but not very
sure about it whether it will work or not
with my LCD TV. Cost was very ok
799/- Rs.

Windows Vista working very nice,
no problem.

with Fedora 11, It was not detected,
I have Nvidia chipset on Laptop and Desktop
with HDMI port on both.
So 'nouveau' driver is not able to work.
Finally install 'kmod-nvidia' and run
nvidia-setting, it works well. Detected
proper resolution and you can set as
primary Display.

for Audio (with HDMI cable), go to
Speaker Icon in notification icon.
ICON->Sound Pref->Hardware
-Profile->Output Digital Stereo (HDMI) and
that is it. It is working...

Video, Voice and All fine with Fedora.

09 August, 2009

KDE 4.3 - lokalize fixed

after kde 4.2 release, lokalize has problem
to Find or Replace Text. It was big problem
to Edit Translation files (po) with Lokalize,
if you want to find or replace some text in
lokalize.
But KDE 4.3 release, it is fixed and now
you can find/replace text. Catalogmanager
it is now automatic show status of all
files. Both the fix are quit helpful for
translator.
Fedora 11 and Fedora 10 Users can get
those package (kdebase-4.3* etc) by
enable test repo with following command
$yum update --enablerepo=updates-testing

but if you can wait for days, then you can get
package with yum update only.

period for which lokalize has problem, I
tried alternative PO Editor, which as
few different, but impressive features.
(Update later)

virtaal
linguist-qt4 (qt-devel package)

17 July, 2009

Using automatic login with Fedora

I am using Gnome as desktop f rom some time, while not

big fan of gnome. GDM (gnome display manager) is

default manager. When it is changed to new source code,

there is not Graphical option to configure automatic

login with this. I was trying various time to search

automatic login feature (but I am not command line

user or expert, so not like to change configuration).

finally I got a solution for this. to do this you have

to do following steps:

1) Change GDM->KDE

2) change KDE configuration for Automatic login

3) by KDM, change desktop to Gnome (if you want to

use gnome)

1) easy method is to remove gdm with all dependency

$yum remove gdm

while make sure kdm installed on your machine

2) run systemsettings->Advanced->Login Manager

after application opened, go to Convenience (7),

select “Enable Auto-Login

User “”

“Lock session”

3) reboot your machine and you will be auto login

with selected user. it will default go to KDE, but

you can use gnome by Logout, select “Session” and

select “Gnome” and afterward you will be automatic

login to gnome session.

there can be various way to do this, but as I like use only

Graphical Interface for most configuration, so I tried this.

ya, kdm package need to install to work this, which will

pull some kde application.

02 July, 2009

Fedora 11 - qt Rendering fixed for Indic Language

with Fedora 11 Rendering, there was problem with Indic
language that it mix up English lines with Indic Unicode
Characters Randomly.

Fedora Bug

Today, new build of 'qt (qt-4.5.2-1.fc12' for 'rawhide' was available, which
fixed this problem. After testing rawhide, Bug Report updated
with result, same time, developer agree to build for Fedora 11.

after installing latest 'qt' package, problem is fixed.

Packages are also build for Fedora 10, Fedora 9.
If you can't wait for release with yum update, you
can directly download and install from following location:
qt-4.5.2-1.fc11

This was making problem with work on Fedora 11 KDE
desktop in Indic language, but now it is not issue.

Thanks for Fixing...

29 June, 2009

presto - Real save to Network bill

with Fedroa 11, I installed 'presto' and
start using on my home computer. It works
really well. Today first time, I saw its real work.
------
| 259 MB 04:56
Presto reduced the updates to 35 M from 259 M which is a 87% savings.
Package(s) data still to download: 1.8 M
---------

Total Download Size for Packages: 261MB
with Presto:
Download delta size: 35 M
+ 1.8MB

so finally I have to download only ~37MB, which
is quite small as compared to real size of packages.

How to use that:
just install following pacakges:
presto, yum-presto
and it will work automatically. This is smart update
method to save my internet bill, which is based on
Download MBs.

Fedora is not first, but now it is supporting.
(opensuse already using detla RPM, even detla
iso also).

15 June, 2009

Fedora 11 - New phase for Indic Language

Fedora 11 got release last week and it
is best Operating system for Indic language.
When I said best, there are various reasons
for it.

(*) Live CD - One live CD for multiple languages
Download Live CD

Just download a single Live CD, boot your
system with it and Please don't forgot to
Press "Languages" Tab at Login screen.
Yes, you can get various Language including
Indic. Nepali, Maithili, Urdu are new language
available for Fedora 11. All other
languages, like Assamese, Bengali,
Gujarati, Hindi, Kannada, Malayalam, Marathi,
Oriya, Punjabi, Tamil, Telugu, Sinhala
are already there.

No need to make and distribute separate
Live CD for each language, just select any
language and you can get everything ready
with that.
I tested my language Punjabi, while
selecting, Interface, Input Method are
working like pre-installed Punjabi OS.

For more information regading Fedora,
please check
Fedora 11

(*) Ibus - New Input Method with new feature:
Till fedora 11, default input method (to type
language), was SCIM, which was advanced with
various features, but logout-login again with
every change was really bad, but no worries,
now Fedora 11 has Ibus, with which you can
just change anything on fly (like Add new keymap,
language, or anything for your language) and just
start type. Yes, it is working
at the most you need to 'restart' you
ibus only and it works (really!). Any
change for language you and just use it.
It is quite good feature.
Interface of Ibus setting is quite simple and
small.

(*) Multimedia -
Fedora 11 is ready with all multimedia
feature, just install RPM Fusion package and
you don't need anything more after to add to
run mp3, wma or video files.

(*) If you are found of KDE Desktop, Fedora also
provide KDE Live CD
KDE Live CD
KDE
Live CD

02 June, 2009

Linux and Windows Vista SP2

from last week, I was trying to install Windows Vista SP2,
but it was failed after more than 1 hours Stages (1,2,3) due
to unknown error. Finally I tried to download EXE file instead
for 'Windows Update' setting. it gave some error, which
can be searched.

Error Number: x80004005

Microsoft has page about, but seems not interested to Fix it soon.
(M$ told like "...alternative is to perform a clean-install)
http://support.microsoft.com/default.aspx/kb/971204/

Finally search a below given workaround with help of google.

Step: 1 Remove Grub, only M$ Windows MBR

Fix MBR for remove Grub and install Windows in MBR
with following:

1) boot from Windows Vista DVD

2) Repair


3) Use 'Command Prompt'


4) bootrec /fixboot


5) bootrec /fixmbr


yes, now your system boot only with Windows and Update Windows
and your machine will update for Windows Vista Service Pack 2.

Step: 2 - install Grub again

Now it is time for fix Linux (Fedora). Boot system with Linux (Fedora)
Installation Disk and go to 'Rescue Mode'. Use following command
when get console:

1) $ grub

2) grub> root (hd0,2) (where 2 is my /boot parition /dev/sda3))

3) grub> setup (hd0)


4) grub> setup (hd0,2)


So, now Windows Vista SP2 install and linux is working.

Few Helpful Links:

http://www.vistaheads.com/forums/microsoft-public-windows-vista-general/364975-sp2-e_fail-0x80004005.html
Link
http://orgs.man.ac.uk/documentation/grub/grub_3.html

http://www.howtogeek.com/howto/windows-vista/fixing-bootmgr-is-missing-error-while-trying-to-boot-windows-vista/Error Number: x80004005


Step:

Fix MBR for remove Grub and install Windows in MBR
with following:
1) boot from Windows Vista DVD
2) Repair
3) Use 'Command Prompt'
4) bootrec /fixboot
5) bootrec /fixmbr

yes, now your system boot only with Windows and Update Windows
and your machine will update for Windows Vista Service Pack 2.

Now it is time for fix Linux (Fedora). Boot system with Fedora
Installation Disk and go to 'Rescue Mode'. Use following command
when get console:
1) grub
2) grub> root (hd0,2) (where 2 is my /boot parition /dev/sda3))
3) grub> setup (hd0)
4) grub> setup (hd0,2)


Few Helpful Links:
M$ link for Problem:
http://www.vistaheads.com/forums/microsoft-public-windows-vista-general/364975-sp2-e_fail-0x80004005.html

install grub:
http://orgs.man.ac.uk/documentation/grub/grub_3.html


http://www.howtogeek.com/howto/windows-vista/fixing-bootmgr-is-missing-error-while-trying-to-boot-windows-vista/Error Number: x80004005
http://support.microsoft.com/default.aspx/kb/971204/

26 May, 2009

Minor Multimedia fix for Fedora

after installing various package for multimedia,
totem still failed for run WMA file.
it was fixed with following package:
gstreamer-ffmpeg

Now totem was playing media, but there
is no voice, even volume control has full volume.
After search on google, installing 'alsa-utils' package
helped to fix issue with following command:

$alsaunmute

Now Voice and WMA files working fine on Fedora 11

24 May, 2009

Get Fedora 11 Update...

Today after Fresh install rawhide, there was
problem while updating package. Speed was
too slow to update, While 'fedora-rawhide.repo'
REPO was pointing to US server (which ideally fast)
after few time, I noticed that it is using
'fedora.repo' and 'fedora-updates.repo' REPO also,
which is not directly link to rawhide. During
investigation, I found following thing:

1) fedora-rawhide.repo - Rawhide packages
2) fedora.repo - Also contains link to Rawhide packages, which is not under
'../release/11', but '.../development/{ARCH}/os/'
3) fedora-update.repo - Contains Updated packages for Fedora 11,
which were newer than Rawhide release packages

kdebase and other kde packages provide this
difference.

rawhide -> kde-4.2.2*
fedora.repo - Just using rawhide repo
fedora-update.repo - > kde-4.2.3 (which is newer than rawhide)

So, If you want to use latest package, specially in India, where
local mirror is too slow, then just replace it with
some US rawhide 'baseurl' and it will work fast and you
will have latest package from 'Fedora 11 Update'

01 May, 2009

Dell XPS 13 and Fedora

Day before yesterday I got one Dell studio XPS 13
Machine
with
intel core 2 duo
2.4. 3M L2, FSB 1066Mhz, NVIDIA® Hybrid SLI graphics,
4GB
1067MHz DDR3, Slot Load 8X max DVD+/-RW, Backlit Keyboard.

While Feodra 10 is latest release, I want rawhide 64-bit (29April2009 build) to use.
Installation was quick (remove various packages) and smooth. After
install,

*) graphics was working only 1280x768 (machine has 1280x800).
(fixed with help of Fedora Solved site)
Machine has 2 Graphics care (detected also), but working only
GeForce 9400M G, (while
256MB NVIDIA® GeForce® 9500M-GE is not used)

*) Sound was working without any issue.

*) First warning after login, I got following error "Harddisk is failing..."

(Default installation provide 'gnome-disk-utility', which notify this error)

It was (and is) showing that airflow-temperature was more then 'worse'.
I was not able to do anything for this:-(

*) Webcam is working with cheese

*) Hibernate Failed to get X server (with kmod-nvidia driver) and
need to reboot
Note: Nivida Proprietary driver (NVIDIA-Linux-x86_64-180.51-pkg2.run) help to work hibernate (check later post).

*) Battery status (with gnome-power-manger) is not working. It was not showing Battery discharge/charge status or Plug or un-plug A/C adopter.
Fixed: After first time complete discharge, now it is working fine. and showing
status correctly

Overall it was working fine with Linux. Graphics fix is easy, Hibernate (use nvidia 's driver),
Battery status notification (fixed) are Major issue with (kmod-nvidia) driver.

Complete System Profile at Smolt

20 March, 2009

Transifex Update - New changes...

Just got mail from fedora Translation project about
transifex update and tried to update few files. It
changed quite lot and those are very helpful.
*) With Single Language Page, I can can download
file for my language (that is not big thing), and
Update from single page (That is Really big thing)

This is very helpful as for old method I have to
got different page to upload page.

What issue I felt is that after Upload Page moved
to "Module" page from Same page. I would like
stay on Language Page, so that download and upload
more file for different module.
Anyway this is big thing and hope to get this working
on gnome project soon...