Change screen resolution in SUSE Linux to 1024*768
80 pts.
0
Q:
Change screen resolution in SUSE Linux to 1024*768
On SLES, without graphical interface, my screen resolution is currently at 1280*1024.
I need to change to 1024*780 wich is the maximum supported by my new rack console.
Can someone tell me how to change it ?
Thx
ASKED: Aug 5 2009  10:49 AM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
26245 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
Try running sax2 from the command line and see if you can change display settings using this utility.
Last Answered: Aug 5 2009  11:54 AM GMT by Labnuke99   26245 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Petkoa   1005 pts.  |   Aug 5 2009  2:58PM GMT

>
>Try running sax2 from the command line and see if you can change display settings using this utility.
>

if you can’t, locate xorg.conf and change “screen” section to substitute 1024×768 for 1280×1024 in “modes” lines and, of course, “1024 768″ for “1280 1024″ in “virtual” lines.

If you start X-server with startx from commandline, you can just create a new xorg.conf in the home directory - it takes over the system-wide…

The “screen” section in xorg.conf looks like this, and “device” and “monitor” lines should refer to real “device” and “monitor” sections in the file…

####################
Section “Screen”
Identifier “LCD”
Device “nv6200″
Monitor “vg712s”
DefaultDepth 24
SubSection “Display”
Viewport 0 0
Virtual 1280 960
Depth 16
Modes “1280×960″ “1024×768″ “800×600″
EndSubSection
SubSection “Display”
Viewport 0 0
Virtual 1280 960
Depth 24
Modes “1280×960″ “1024×768″ “800×600″
EndSubSection
EndSection
###########

 

Can't get to X using liveCD - openSUSE Forums   0 pts.  |   Oct 25 2009  11:52PM GMT

[...] Re: Can’t get to X using liveCD Solved. Seems to have been incorrect values for VIRTUAL in the Screen section of xorg.conf details at Change screen resolution in SUSE Linux to 1024*768 [...]

 
0