LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   *BSD (https://www.linuxquestions.org/questions/%2Absd-17/)
-   -   FreeBSD and issues with Xorg (https://www.linuxquestions.org/questions/%2Absd-17/freebsd-and-issues-with-xorg-314971/)

frob23 04-20-2005 12:37 PM

Try Ctrl-Alt-[+] ... using the + from the number pad.

Now, if you edit the conf file you will see a screen section. Find the display with the depth you want and add the resolutions you want (the default one will be the first listed).
Code:

SubSection "Display"
                Viewport  0 0
                Modes "1024x768" "800x600"
                Depth    24
        EndSubSection

Also, near the top of the screen section, (under Monitor) add the line
Code:

DefaultDepth 24
or whatever you want the default to be.

bshearer 04-20-2005 12:57 PM

SWEET!

that did it!

the glitch was DefaultDepth 24
it just did not like that so i made sure Depth 24 was in the screen section with my resolutions.

Thanks! ;)


All times are GMT -5. The time now is 10:35 AM.