| Forum |
|
|||||||
| Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Wise Old Owl
Join Date: Feb 2006
Location: /dev/hd0
Posts: 1,487
|
Also the readme agreement has no text white sheet
__________________
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/ |
|
|
| Advertisements. Register and be a member of the community to get rid of them. | |
|
Advertisement
|
|
|
|
#2 (permalink) |
|
Commander in Chief
Join Date: Jul 2005
Posts: 6,657
|
I have the same problem with Audacity. I think its related to locales of your system. At first under EN_IN it was like yours, no text at all. Then under EN_US it was all gibberish, just as it is now. I got no clue on fixing it, lazy to Google right now ..
And here's the unfixed bug report: https://bugs.launchpad.net/ubuntu/+s...1.2/+bug/62300
__________________
Harsh J www.harshj.com Last edited by QwertyManiac; 10-07-2007 at 04:59 PM. Reason: Automerged Doublepost |
|
|
|
|
#4 (permalink) |
|
Commander in Chief
Join Date: Jul 2005
Posts: 6,657
|
Try setting the language to English (United States) from System > Administration > Language Support (Might require internet access)
__________________
Harsh J www.harshj.com |
|
|
|
|
#5 (permalink) |
|
Wise Old Owl
Join Date: Feb 2006
Location: /dev/hd0
Posts: 1,487
|
Also I asked How to install game.. SO SOme 1 told be open .run file from Open with Application and in commands write sh , that did the job but after that .. Everey folder and file has written "plugdev" under its name.. Help urgent.
Dude I changed Language but still not working :'(
__________________
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/ Last edited by Dark Star; 10-07-2007 at 08:30 PM. Reason: Automerged Doublepost |
|
|
|
|
#6 (permalink) |
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,513
|
U may need to regenerate locale(en_us) using "sudo dpkg-reconfigure locales" and selecting en_us.
As for OP,I think the apps are using gtk1.2(old gui widget sets) rather than the gtk+2 used all over the system. a solution will be to remove ~/.gtkrc-1.2-gnome2 try it after exiting any apps which uses gtk12,for eg:gmplayer,audacity,few games as u got etc Code:
rm ~/.gtkrc-1.2-gnome2
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You Get GNU/Linux - http://getgnulinux.org |
|
|
|
|
#9 (permalink) |
|
Wise Old Owl
Join Date: Feb 2006
Location: /dev/hd0
Posts: 1,487
|
Ya installed but there are some driver error .. Can't play but the same game ran like charm in Windows
__________________
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/ |
|
|
|
|
#10 (permalink) |
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,513
|
^sometimes copying teh missing .dlls from ur windows(if u have) installation to ~/.wine/ dir can help.btwn didnt u tried cedega
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You Get GNU/Linux - http://getgnulinux.org |
|
|
|
|
#11 (permalink) |
|
Wise Old Owl
Join Date: Feb 2006
Location: /dev/hd0
Posts: 1,487
|
^^ Naa naa .. Its Linux game for Windows.too. I mean for both
The error was something related to AGP memory
__________________
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/ Last edited by Dark Star; 11-07-2007 at 08:39 PM. Reason: Automerged Doublepost |
|
|
|
|
#12 (permalink) |
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,513
|
^there shud be some ".log" file created.u can go through it to know what dependencies are missing.
I mean,even better u can try running the game from terminal and post the error mesgs here.
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You Get GNU/Linux - http://getgnulinux.org |
|
|
|
|
#13 (permalink) |
|
Wise Old Owl
Join Date: Feb 2006
Location: /dev/hd0
Posts: 1,487
|
^^Is there a driver update for Intel Extreme Graphics 2 for Linux
__________________
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/ |
|
|
|
|
#14 (permalink) |
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,513
|
^
Dont download and install Debian drivers in Ubuntu
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You Get GNU/Linux - http://getgnulinux.org Last edited by praka123; 11-07-2007 at 09:42 PM. |
|
|
|
|
#15 (permalink) |
|
Wise Old Owl
Join Date: Feb 2006
Location: /dev/hd0
Posts: 1,487
|
^^Got an error .. Conflicts with installing package xserver xorg video i810
__________________
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/ |
|
|
|
|
#16 (permalink) |
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,513
|
^yeah.u need to remove the other driver(i810).use any of the driver(s).
edit:hey!dont download and use debian drivers in Ubuntu!it errs. if u tried such, In terminal, Code:
sudo apt-get install -f
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You Get GNU/Linux - http://getgnulinux.org |
|
|
|
|
#17 (permalink) |
|
Wise Old Owl
Join Date: Feb 2006
Location: /dev/hd0
Posts: 1,487
|
Code:
sudo apt-get install -f
__________________
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/ Last edited by Dark Star; 12-07-2007 at 06:16 PM. |
|
|
|
|
#18 (permalink) |
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,513
|
@shashwath-if u really want try:
Code:
sudo apt-get install xserver-xorg-video-intel-modesetting open synaptic manager(it will show broken deps) and install above package.
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You Get GNU/Linux - http://getgnulinux.org |
|
|
|
|
#19 (permalink) |
|
Wise Old Owl
Join Date: Feb 2006
Location: /dev/hd0
Posts: 1,487
|
Code:
Reading package lists... Done Building dependency tree Reading state information... Done Package xserver-xorg-video-intel-modesetting is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: xserver-xorg-video-intel
__________________
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/ |
|
|
|
|
#20 (permalink) |
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,513
|
oh..K,@no new drivers on Ubuntu(Xorg)...satisfy with xserver-xorg-video-intel or xserver-xorg-video-i810.that's all.
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You Get GNU/Linux - http://getgnulinux.org |
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Install game for Guest Account...!! | prasad_den | Gamerz | 5 | 09-05-2007 07:58 AM |
| Generic Host Process for Win32 Services encountered a proble | manishji | Software Q&A | 2 | 04-08-2005 05:15 PM |
| linux big proble................:o :wink: | vinaypatel | Open Source | 3 | 15-07-2005 02:14 PM |
| Funny Internet Proble... | saROMan | Internet & WWW | 6 | 14-12-2004 08:22 PM |