Code: Select all
# **********************************************************************
# Screen sections
# **********************************************************************
# Any number of screen sections may be present. Each describes
# the configuration of a single screen. A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
Identifier "Screen0"
Device "ATI Graphics Adapter"
Monitor "Monitor0"
DefaultDepth 24
#Option "backingstore"
Subsection "Display"
Depth 24
Modes "1024x768"
ViewPort 0 0 # initial origin if mode is smaller than desktop
# Virtual 1280 1024
EndSubsection
EndSection

Code: Select all
Subsection "Display"
Depth 24
Modes "1024x768"
ViewPort 0 0 # initial origin if mode is smaller than desktop
# Virtual 1280 1024
EndSubsection
EndSection
Code: Select all
Modes "1024x768"Code: Select all
Modes "1280x1024" "1024x768"
Why the hell would I want to do that? Then even the first time I startx in a given day I will have "1280x1024". I want "1024x768"! This peice of crap replacement monitor is only 15 inches and exteremely blurry. Stupid trinitron crapped out on me.krinkle wrote: try changingtoCode: Select all
Modes "1024x768"Code: Select all
Modes "1280x1024" "1024x768"

Code: Select all
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480" "640x400"
ViewPort 0 0 # initial origin if mode is smaller than desktop
Virtual 1024 768
EndSubsection
EndSectionoh, haha, my bad . Misread your post, sorry about that. was just trying to post real quick before i had to leave for schooleug2k wrote:Why the hell would I want to do that? Then even the first time I startx in a given day I will have "1280x1024". I want "1024x768"! This peice of crap replacement monitor is only 15 inches and exteremely blurry. Stupid trinitron crapped out on me.krinkle wrote: try changingtoCode: Select all
Modes "1024x768"Code: Select all
Modes "1280x1024" "1024x768"