General :: Alter Resolution Of GL Apps/games?
Jan 1, 2010
I have just got an Nvidia GT240 card and have for the first time set up dual monitors (An LCD @ 1024x768 and a projector @ 1152x864) I have them set up as twinview so I can drap/drop between the two and run compiz across the two. My problem is in running some games (Hedgewars, Powermanga, I have no tomatoes) These games run full screen and currenlty span the two monitors which is not workable as they are not side by side and run different resolutions. How can I tweak these apps to run on only one monitor without altering the xorg.conf and losing the functions mentioned above? I have found a resolution setting in Hedgewars but it only give one option and does not allow me to overtype it.
View 4 Replies
ADVERTISEMENT
Mar 8, 2010
I installed Debian lenny amd64 a couple days ago and I have only got a few things figured out thus far. I got libdvdcss, and adobe flash along with some neat little games and apps. Well I had no sound at all because I couldn't get my audigy ls working with lenny so I'm useing my onboard sound (a realtek). I changed all my sound options to ALC 880 Analog now I have sound for movies and mp3's but not in games or on the web (ie ....., farmville).
View 4 Replies
View Related
Oct 27, 2010
I know theres loads of apps and games on Ubuntu, I was just wondering whats your selection of favorites?
View 9 Replies
View Related
Feb 6, 2010
I'm running WoW in Ubuntu 9.10 with wine. My screen's native resolution is 1920x1200. When I play WoW in Windows I set it to 1920x1080 in fullscreen because that aspect ratio allows me to see more of the playing field. In windows it doesn't stretch the screen so I have a black bar at the top and bottom of my screen.
When I set it to 1920x1080 under wine, it stretches my screen. Is there any way I can make it not stretch?
I tried searching forums/google but I couldn't find anything related to my question.
View 1 Replies
View Related
Oct 16, 2010
I am using Messenger on Acer Aspire One and i only just realized that when i am on web cam/ video call people can hear me.
View 3 Replies
View Related
Aug 11, 2010
I've just installed BitDefender on my 10.04 netbook, updated and activated it, completed a scan, and found Backdoor.Generic.284566 The thing is, it won't let me delete/quarantine the nasty. BitDefender does give me a warning about my screen resolution being too low (800x600), i believe this may be the problem. The option buttons are not visible on the screen, therefore I cannot use the program properly.(i tried the max resolution 1024x600, but to no avail )
View 3 Replies
View Related
Apr 7, 2010
I am making the transition to either Ubuntu or Kubuntu in the next couple days. I have been running the Win7 evaluation version which is pretty much just Win7 Ultimate.Two are internal, four are external. All of them are NTFS. So are my pen drives (512MB and 8GB). Will these Linus distros be able to access these drives? If so, to what degree? Everything I have read online so far seems to give Linux a mixed track record when it comes to working around NTFS security, etc.
View 2 Replies
View Related
Oct 14, 2010
When I boot my computer I get this message: Warning Pc video resolution is out of range Change setting to recommended resolution 1280x1024 @60mh So I hit ctrl alt f1 I typed in Sudo dpkg-reconfigure xserver-xorg Nothing happens. It's been very frustrating because with everything that I've looked up it says that it's suppose to guide me through something. I desperately need my computer for school.
View 8 Replies
View Related
Apr 2, 2010
I've installed Ubuntu 9.10-karmic koala-and all runs good except screen resolution. I don't have any graphic card, and with windows I never had problems...but with linux max resolution is 800x600. what can I do to set a resolution of 1024x760 or similar ?
View 2 Replies
View Related
Feb 5, 2011
Is there a way to alter the default position that windows open such that if I have an application that I want to open (for example) with the lower right corner in the lower right corner of the screen or in the middle of the screen, etc, this can be done automatically? In KDE it can be done by right clicking and adjusting application properties. I don't see how to do that in Gnome. I'm using Fedora 13 with Gnome.
View 2 Replies
View Related
Dec 16, 2010
I combined two mp3 files into one using VLC and the whole thing plays but it still shows as being only the length of the first song. So, the mp3 actually plays for 6:12, but it shows as being 3:37.
View 4 Replies
View Related
Jul 5, 2010
Basically ubuntu 10.04 did an upgrade about a month ago, since then, GNOME has been playing up - it just displays in the default 'theme' rather than the one ubuntu style i choose.
secondly, there is no facility to manage the windows on screen - by that i mean to close minimise/maximise windows or even drag them round the screen as the 'border' around the application isnt there.Im using xfce as a workaround at the moment , but would like to get GNOME sorted if possible for what its worth this is on my compaq nx9005 laptop, upgrades at the same time on my main pc didnt suffer the same fate.
View 2 Replies
View Related
Sep 7, 2010
In the comments section of this blog, the commenter "Pratik" claims that you can edit a running bash script, without killing it, and have the changes picked up by the running script. He claims you can do this by editing files in /proc. Now, I know how to find the /proc folder that contains the data on the running process, Code: cd /proc/`pgrep process_name` But I can't figure out what I should do if I want to edit a running bash script.
View 6 Replies
View Related
Feb 2, 2011
what the correct way is to add '/sbin' to my users environment path which is not present when I run the command 'env'?
Code:
carlos@db1:~$ env
TERM=xterm
SHELL=/bin/bash
SSH_CLIENT=192.168.1.115 35495 22
SSH_TTY=/dev/pts/0
[code].....
I would like to add /sbin to all future user's I create with 'useradd' and including my already existing user account above. Can someone tell me the correct way in Debian to change my current user environment to have /sbin in their path as well as how to add this for all future users? I looked at /etc/profiile and there are two lines that look relivant:
Code:
if [ "`id -u`" -eq 0 ]; then
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
else
[code]....
I'm guessing the 2nd PATH line is for users and the 1st one is for root, right?
View 3 Replies
View Related
May 7, 2009
You piece of advice will be very useful for me! How to execute "ALTER TABLE" for a lot of tables in database? I'm going to change engine from MyISAM to NDBCLUSTER. There are several hundreds of tables in database.Command like ALTER TABLE * ENGINE=NDBCLUSTER
View 1 Replies
View Related
Jul 8, 2010
I had firefox-3.6.5pre Namoroka on this machine, I just downloaded FF 4.0, and got it to run with the following command. How do I alter the menu to call this version instead of Namoroka?/bin/sh /usr/lib/firefox-4.0b1/run-mozilla.sh /usr/lib/firefox-4.0b1/firefox-bin &
View 2 Replies
View Related
Aug 17, 2010
I would like to know how to install games in Ubuntu and make them work
View 2 Replies
View Related
Apr 30, 2011
Some minimized apps no longer appear in the top menu and by that are no longer accessible.For example firefox with the minimize addon or Jungel Disk backup service.How can I reach apps that minimized them self and are not shown in the top menu?
View 2 Replies
View Related
Mar 14, 2011
Once I've booted my Etch install disc, are there some parameters in configuration files I can edit in the ramdisk filesystem that will allow me to install Squeeze instead? Or, even, paramters I can edit to point at the archive.debian.org repository to install Etch?
Why:
I've got a Sun Ultra10 with IDE drives (hard disk and cd drive) on which I previously had Etch installed. I recently tried to upgrade it to Squeeze, botched the upgrade, and formatted the drive. I'm now trying to install Squeeze from scratch.
When I use the Squeeze disc (debian-6.0.0-sparc-xfce+lxde-CD-1.iso), it cannot detect my IDE drives. I also have the disc I originally used to install Etch, way back when. It will boot and detect the drives, but cannot install because Etch is no longer in the repositories.
View 2 Replies
View Related
Nov 30, 2010
The default name server set by network manager works just fine much of the time but there are times when it slows down badly. What I want to do is to have network manager add extra nameservers to the list when it starts the network.
View 2 Replies
View Related
Apr 24, 2011
I'm building my own ubuntu variant for low resource systems at the moment. It's based from the ubuntu 10.10 minimal install (12mb iso). It uses openbox as the window manager and SLiM as the login/display manager.
What I would like two know is how to have a few config files that are on the live cd to be altered for the installed system. Specifically, SLiM autologin, but I'll probably find other things to change aswell. Basically a sort of "first boot script".
View 4 Replies
View Related
Nov 17, 2010
I have a local proxy server running on my computer, but I want to add a twist to it. I have multiple connections going through the proxy, but what I'd like to is that all outgoing connections Mac Address' will be different from the one the connecting systems. Mask or even alter them, if possible.
Yes, I know the idea itself sounds weird, but I'm attempting a few ideas for a project I'm working and I ran in to this problem. Please note that it's impossible for me to change the MAC Address' on the systems connecting through the proxy (they're gaming consoles, to be specific.)
I'm currently running the latest version of Ubuntu.
View 1 Replies
View Related
Dec 22, 2010
While installing the fedora desktop I had unchecked the Games and Entertainment section but I can still see the same Games options available in the menu.
I tried checking the same in the Add/Remove Programs but I was not able to get the option for uninstalling the same.
Games which are present are: AisleRiot Solitaire, lagno, Mines and Sudoku. I would like to delete the games options available.
View 1 Replies
View Related
May 17, 2010
I have the latest drivers installed from ati, everything worked fine recently but now suddenly no games will run. I can access the Catalyst control centre, so it's not like my drivers got accidentally removed.
i get this error via terminal on any game i try to run, warsow, 0 a.d. etc
Quote:
********************
ERROR: Failed to load libGL.so.1
********************
Error: Failed to load libGL.so.1
I am thinking somehow a certain library i needed got removed?
View 2 Replies
View Related
Oct 25, 2010
I have a Dell laptop and have multi-media buttons, some of which control the audio volume. But once a game is running like Sauerbraten, I cannot control the volume. The controls within the game are relative to the master volume, so if the volume is too low, I have to exit the game to adjust it.
View 1 Replies
View Related
Jan 11, 2011
I have a question about /etc/services file. If I open ports in firewall, do I need to alter /etc/services file in order for certain apps to work?
kpasswd 464/tcp # kpasswd
kpasswd 464/udp # kpasswd
# Theodore Ts'o <tytso&MIT.EDU>
# 465 is illegal used by eMail Server
smtps 465/tcp # eMail Server
#urd 465/tcp # URL Rendesvous Directory for SSM
igmpv3lite 465/udp # IGMP over UDP for SSM
# Toerless Eckert <eckert&cisco.com>
digital-vrc 466/tcp # digital-vrc
digital-vrc 466/udp # digital-vrc
Above example shows if 465 tcp isn't altered, Postfix MTA fails to listen on 465 tcp port. What if there's a bigger span 3000:7000 TCP/UDP, is there a need to alter each line by hand?
View 2 Replies
View Related
Oct 27, 2010
I used to be able to play King Games when I used Internet Explorer 7.When I log on now it states that I can't play using my current Ubuntu. Is there any way this can be rectified? I've looked at a similar thread but I don't understand it.
View 5 Replies
View Related
Feb 7, 2011
In my recent tribulations getting Linux based tools working at work I've gotten a lot of good answers just by searching here. But since this question is very subjective, and details are important, my searches just weren't quite working out.
I've been using Linux off and on since 94, Slackware... a stack of floppies as long as my arm. I say off and on because I've always been of the opinion that Windows had a superior selection of ready-to-run desktop software... I still think that's true, but since I'm pushing open source more at work ($44K a year to use Exchange? Seriously?) I figure it's time to throw in behind it at home, too.
My biggest hangup with a total transition is gaming. I can handle my desktop suite needs just fine with Open/LibreOffice and Seamonkey. The limited work I do with graphics and sound can be handled just as easily with existing open source applications (though I'm not really sure about video playback, yet. Finding good codecs for HD video that work well with Linux based players, WMP and Windows Media Center is kind of a pain in the ass.) Hell, pretty much everything I do on a day to day basis... a drastic improvement over 5 years ago.
The games, on the other hand, are killer. Two of my off and on favorites, World of Warcraft and EVE Online are reportedly well supported by Wine. A good chunk of my game collection, though, was purchased through Steam, which I understand has some issues with Wine. And there's also concerns about future games that get released ... some of which is offset by the constant improvement in Wine and similar packages.
What I'm considering as an option is simply going with Xen for a paravirt Windows guest and running my games in that. What I need to know, though, is how well will that conceivably work? Will a Windows XP or 7 (which one would I want?) guest in a Xen DomU have better gaming support than Wine provides? What other things am I not taking in to consideration that I should? Should I use Xen or whatever the free VMWare is (I'd prefer Xen, open source and all, but it VMWare would really do the job where Xen wouldn't...)?
AMD Phenom X4 955
8GB RAM
SATA 30GB SSD
2TB RAID storage which I would prefer to keep as a single chunk, but meh... it's 2TB.
I have installed CentOS 5.3-5.5, FC 13 and 14. Ubuntu, Debian and., all the major distros and all the hardware is supported by the prebuilt kernels.
Actual uses: MP3 rip/playback. Web browsing. Quicken. Occasional word processing/spreadsheet, media conversion including the dreaded DVD ripping (I buy the DVDs for my kids, but they can't touch them :P), and... hell, whatever it is that we do with our desktops and take for granted. Games. Lots of DirectX games.
View 3 Replies
View Related
Oct 21, 2010
I wanted to see what games there were, but can't seem to find any. So i opened software manager, went to games and so-called install a couple of card games. But I still have no category for games in list of applications.
View 1 Replies
View Related
Jul 21, 2010
I cant play my PC games on Linux??
View 14 Replies
View Related