LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   XFree86 Resolution Problems... (https://www.linuxquestions.org/questions/linux-software-2/xfree86-resolution-problems-36877/)

Grim Reaper 11-30-2002 06:50 AM

XFree86 Resolution Problems...
 
The problem is, in my /etc/X11/XF86Config file, i have this section:

SubSection "Display"
Depth 16
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480" "1600x1200"
EndSubSection

now the resolution that i want to use is 1280x1024, so i place it first, correct? well, if i have "1600x1200" anywhere in it, then it'll use that resolution, no matter where in order the "1600x1200" part is...ARGH! its bloody annoying..heh

any suggestions as to why this may be doing this?

unSpawn 11-30-2002 07:25 AM

How about just makin it read
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "1280x1024"
EndSubSection

Grim Reaper 11-30-2002 05:40 PM

Because when i run games under Wine, they need the approriate resolution in XF86Config otherwise it'll crash when it tries to change to the res i pick...


All times are GMT -5. The time now is 09:14 AM.