BLAG Forum Index
->
non-free
Post a reply
Username
Subject
Message body
Font colour:
Default
Dark Red
Red
Orange
Brown
Yellow
Green
Olive
Cyan
Blue
Dark Blue
Indigo
Violet
White
Black
Font size:
Tiny
Small
Normal
Large
Huge
Close Tags
[quote="Saint of Killers"]No, I have only tried it with Penguin-Command (I miss Missile-Command from when I was a kid:p) and Unreal Tournament, and the ratios are fine, and the resolution seems fine, but everything is shrunk down to about half size, the outer-half of the screen being black, as tho the video boundary does not extend that far, and the game is confined to the centre half of the screen. There is no option in Missile Command to change this, and it has not been a problem in the other 2 distros I run, PCLinuxOS and Debian Etch. Both games run fine there, but something is screwing with the video here. The full game is on screen, but confined to the centre half of the screen. I'm sorry if I'm not explaining it well, I just can't seem to see why this is occurring.[/quote]
Options
HTML is
ON
BBCode
is
ON
Smilies are
OFF
Disable HTML in this post
Disable BBCode in this post
All times are GMT
Jump to:
Select a forum
BLAG
----------------
announcements
support
open discussion
development
politics
non-free
Topic review
Author
Message
s6k
Posted: Tue Mar 11, 2008 1:47 am
Post subject:
Yeah I think so
gr00ve
Posted: Mon Mar 10, 2008 10:50 pm
Post subject:
GeForce 6150 LE !!! is this an ONBOARD video card you've got there???
s6k
Posted: Mon Mar 10, 2008 3:51 am
Post subject:
i commented out the # Option "dpms" but I still have the same problem when i selected super tux the game my screen went black and and my monitor read "can not display mode optimum resolution 1680x1050" this also happens when i log in to my non root account as well
here is my x config
thanks for the help
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildmeister@builder3) Thu Feb 14 18:21:33 PST 2008
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "ServerFlags"
Option "Xinerama" "0"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "DELL E207WFP"
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 75.0
# Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 6150 LE"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "metamodes" "nvidia-auto-select +0+0; 1680x1050 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
john maclean
Posted: Mon Mar 10, 2008 3:31 am
Post subject:
If you put a # as the first character on the line then the text on that line is not processed as a command. It's ignored and is not run by the box. So just put a "#" character at the start of the line where Option "dpms" is in that and save it.
Code:
#Section "Monitor"
# Identifier "Generic Monitor"
# Option "DPMS"
# HorizSync 28-51
# VertRefresh 43-60
#EndSection
I've just commented out a section of code.
Saint of Killers
Posted: Mon Mar 10, 2008 3:24 am
Post subject:
s6k wrote:
ok I am a tardo what does "comment out Option "dpms" " mean? also on the other post you left some instructions could you please elaborate as well
thanks
//sunny//
To comment something out, you put a hash # in front of it, that tells the OS to ignore what comes after it.
s6k
Posted: Mon Mar 10, 2008 2:57 am
Post subject:
ok I am a tardo what does "comment out Option "dpms" " mean? also on the other post you left some instructions could you please elaborate as well
thanks
//sunny//
weyasey
Posted: Mon Mar 10, 2008 2:15 am
Post subject:
You did not comment out Option "dpms"
try doing as the post said and see if it works, make a backup of your Xorg config before doing any changes....just to be on the safe side ;)
s6k
Posted: Mon Mar 10, 2008 1:37 am
Post subject:
gr00ve wrote:
comment out Option "dpms" & remove all resolutions except 1680x1050
PS Dell - ha ha ha ha ha ha ha... :P
Thanks again for helping heres the change but I still have the same problem
x config reads
nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildmeister@builder3) Thu Feb 14 18:21:33 PST 2008
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "ServerFlags"
Option "Xinerama" "0"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "DELL E207WFP"
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 75.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 6150 LE"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "metamodes" "nvidia-auto-select +0+0; 1680x1050 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
yeah dell, I have a 1 year old dell PC that I deleted windows from a few months back. at the time it was cheaper than building my own with the 20 " plat panel monitor included
gr00ve
Posted: Mon Mar 10, 2008 1:08 am
Post subject:
comment out Option "dpms" & remove all resolutions except 1680x1050
PS Dell - ha ha ha ha ha ha ha... :P
s6k
Posted: Sun Mar 09, 2008 4:28 pm
Post subject:
I have a similar problem I have changed my driver to the NVIDIA dr iver and now when I click on Tremulous my computer goes black and read it cannot support the resolution and read that my optimum resolution is 1680x1050 I also have a problem logging on to my non user account I posted a new topic on as "screen Resolution Error"
he is my x-config any help is appreaciated
Xorg configuration created by system-config-display
Code:
Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "Monitor"
Identifier "Monitor0"
ModelName "DELL E207WFP"
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 75.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1680x1050" "1280x1024" "1280x960" "1280x800" "1280x768" "1280x720" "1152x864" "1024x768" "832x624" "800x600" "640x480" "640x400"
EndSubSection
EndSection
Saint of Killers
Posted: Fri Mar 07, 2008 3:40 am
Post subject:
I ended up logging in as root temporarily, then running the nvidia config menu, setting the resolution and refresh rate there, saving it, then logging out and back in as user. This seems to have fixed it, and allowed me to play things in full-screen. Thanks for your assistance guys. :)
gr00ve
Posted: Thu Feb 07, 2008 5:02 pm
Post subject:
so what happens when you set your screen resolution to be same as "in game" resolution (prior to starting the game) - still a black box?
ps << never had any problems with ut or any other game resolution/black box wise.
Saint of Killers
Posted: Thu Feb 07, 2008 3:27 pm
Post subject:
No, I have only tried it with Penguin-Command (I miss Missile-Command from when I was a kid:p) and Unreal Tournament, and the ratios are fine, and the resolution seems fine, but everything is shrunk down to about half size, the outer-half of the screen being black, as tho the video boundary does not extend that far, and the game is confined to the centre half of the screen.
There is no option in Missile Command to change this, and it has not been a problem in the other 2 distros I run, PCLinuxOS and Debian Etch. Both games run fine there, but something is screwing with the video here. The full game is on screen, but confined to the centre half of the screen. I'm sorry if I'm not explaining it well, I just can't seem to see why this is occurring.
gr00ve
Posted: Thu Feb 07, 2008 2:30 pm
Post subject:
if tremulous looks something like
this
, it means you didn't set resolution
in game
, just connect to any server or start new server - escape - options - set either 1024x768 or 1280x1024.
Saint of Killers
Posted: Thu Feb 07, 2008 12:01 pm
Post subject:
This only occurs while the game is running tho, once the game is closed, such as Penguin-Command, the view occupies the full-screen again, no black. When the game runs, only the middle half of the screen is being used, the outer-half is black. So changing the resolution does nothing., I appreciate the advice, but it doesn't seem to have any bearing on what it's doing. Perhaps I did not explain myself clearly enough.
Protected by
Anti-Spam ACP