Still new to *nix, scared to mess with xorg.conf...
I see a section like this:
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "800x600" "640x480"
EndSubSection
EndSection
I'm guessing I would add the 800x480 here, right? But not sure how to make that the active setting, do I need to modify the section below?
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Not sure waht to change.... Not even sure if my vid. card hardware is capable of 800x480 but I've heard of software for windows that can do almost any res w/ any vid. card.....
I see a section like this:
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "800x600" "640x480"
EndSubSection
EndSection
I'm guessing I would add the 800x480 here, right? But not sure how to make that the active setting, do I need to modify the section below?
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Not sure waht to change.... Not even sure if my vid. card hardware is capable of 800x480 but I've heard of software for windows that can do almost any res w/ any vid. card.....