PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : X.org, höhere Auflösung in Spielen als auf Desktop?


Coda
2004-10-22, 14:44:45
Geht das irgendwie? X.org wirft mir die Auflösungen über 1280x960 immer raus, weil meine virtual size eben so groß ist. Damit kann ich Doom 3 dann aber nicht in 1280x1024 spielen und 1280x960 gibt's da nicht *grml*

ActionNews
2004-10-23, 09:26:46
Geht das irgendwie? X.org wirft mir die Auflösungen über 1280x960 immer raus, weil meine virtual size eben so groß ist. Damit kann ich Doom 3 dann aber nicht in 1280x1024 spielen und 1280x960 gibt's da nicht *grml*

Sollte theoretisch gehen. Du hat ja in der xorg.conf irgendwo eine Zeile wie
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"

Dabei bestimmt immer die erste Auflösung wie groß die Desktop-Auflösung ist. Der rest kann mit Str + Alt + +/- oder von nem Programm umgeschaltet werden.
Versuchs mal mit:
Modes "1024x960" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"

und wenn das nicht klappt schalte einfach den Virtuelen Desktop ab.

CU ActionNews

Coda
2004-10-23, 11:40:48
und wenn das nicht klappt schalte einfach den Virtuelen Desktop ab.
Benütz ich eh nicht, die virtuelle Auflösung ist gleich der physikalischen. Der nimmt das sonst aber eh an.

(del676)
2004-10-23, 11:50:04
wie wärs wenn du einfach nen 2. X Server startest? (mit einer eigenen Config) und da dann das Spiel startest?

Coda
2004-10-23, 11:52:30
Nö.

This optional entry specifies the virtual screen resolution to be used. xdim must be a multiple of either 8 or 16 for most drivers, and a multiple of 32 when running in monochrome mode. The given value will be rounded down if this is not the case. Video modes which are too large for the specified virtual size will be rejected. If this entry is not present, the virtual screen resolution will be set to accommodate all the valid video modes given in the Modes entry. Some drivers/hardware combinations do not support virtual screens. Refer to the appropriate driver-specific documentation for details.
Was soll der Müll? Es wird doch nen Weg geben die virtual scheiße einfach rauszuschmeißen. Ich will doch nur die höheren Auflösungen zur verfügung haben.

ActionNews
2004-10-23, 17:28:19
Also meine xorg.conf sieht so aus:
Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/CID"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
EndSection

Section "Module"
#Load "GLcore"
Load "dbe"
#Load "dri"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
Load "freetype"
Load "glx"
Load "type1"
Load "v4l"
EndSection

Section "ServerFlags"
Option "blank time" "10"
Option "standby time" "20"
Option "suspend time" "30"
Option "off time" "60"
EndSection

Section "InputDevice"
Identifier "Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
EndSection

Section "InputDevice"
Identifier "Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/usbmouse"
Option "Protocol" "ExplorerPS/2"
Option "Emulate3Buttons" "false"
Option "ZAxisMapping" "4 5"
EndSection

Section "Device"
Identifier "nvidia"
Driver "nvidia"
VendorName "ASUS"
BoardName "V9999TD/GT"
EndSection

Section "Monitor"
Identifier "Monitor"
VendorName "Fujitsu Siemens Computers"
ModelName "P19-1A"
HorizSync 30-82
VertRefresh 56-76
#Option "DPMS"
EndSection

Section "Screen"
Identifier "Screen"
Device "nvidia"
Monitor "Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Server"
Screen "Screen"
InputDevice "Keyboard"
InputDevice "Mouse"
EndSection


Also soooo kenne ich mich mit xorg auch wieder nicht aus, aber ich glaube das funktioniert ohne virtuelle Auflösung ;).

CU ActionNews

Coda
2004-10-23, 19:23:55
Modes "1280x960" "640x480" "800x600" "1024x768" "1280x1024" "1600x1200"

ohne virtual = 1280x960 und ne virtuellen Desktop von 1600x1200
mit virtual 1280 960 = Auflösung 1600x1200 und 1280x1024 werden rausgeschmissen

Was is das fürn Müll :confused:

Da das wohl nicht funktionieren wird: Wie startet man 2 X server unter Gentoo?