View Full Version : Enemy Territory resolution problems.
SiGNAL748
August 16th, 2005, 05:28 AM
When I set the resolution in ET to anything less than 1024x768 (i have a crappy integrated graphics, dropping resolution is a must), the game no longer fills the whole screen. Is there a way to make it stretch to fill the entire screen again? ](*,)
I think it may have something to do with my desktop resolution being set at 1024x768. I believe that if I set my desktop resolution to whatever resolution I want to play ET in (800x600 for example) it will fill the whole screen. Though this seems like a hassle to be doing everytime I play ET. I'll test if this works tomorrow.
Help, anyone?
installer
August 17th, 2005, 02:05 PM
When I set the resolution in ET to anything less than 1024x768 (i have a crappy integrated graphics, dropping resolution is a must), the game no longer fills the whole screen. Is there a way to make it stretch to fill the entire screen again? ](*,)
I think it may have something to do with my desktop resolution being set at 1024x768. I believe that if I set my desktop resolution to whatever resolution I want to play ET in (800x600 for example) it will fill the whole screen. Though this seems like a hassle to be doing everytime I play ET. I'll test if this works tomorrow.
Help, anyone?
Have you just tried adjusting the height and width on your monitor?
Yagisan
August 18th, 2005, 01:07 PM
Check if you have something like this in your xorg.conf
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
If not, et can't change to a lower resolution, that's why it doesn't fill the screen.
SiGNAL748
August 18th, 2005, 07:39 PM
Where would I find this.... "xorg.conf" :oops:
DancingSun
August 18th, 2005, 08:08 PM
Where would I find this.... "xorg.conf" :oops:
In "/etc/X11/"
SiGNAL748
August 19th, 2005, 12:48 AM
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
Looks like you've found my problem. Though now I have a new one. I tried adding the other resolutions in, but it won't let me. I noticed that the file was read-only so I tried going into properties to change it under "Permissions" but I can't. At the bottom it says "You are not the owner, so you can't change these permissions".
How do I go about changing this?
Thx for the help so far guys!
DancingSun
August 19th, 2005, 12:55 AM
Open up the terminal and type:
sudo gedit /etc/X11/xorg.conf
You will then be asked for a password, type in your user password.
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.