Next LUG meet: 9 Nov 2003 around 4 pm - VJTI
--------------------------------------------
On Monday 03 November 2003 19:08, Dr. Sharukh K. R. Pavri. wrote:
> Next LUG meet: 9 Nov 2003 around 4 pm - VJTI
> --------------------------------------------
>
>.
>
> My only problem (at present) is that the screen resolution is
> 800x600 and I can get 1024x768 in redhat 9 as well as slackware 9
> on the same box. Is there some debian specific tool to configur X

xf86cfg

or (STATUTORY WARNING: Configuring X as listed below can damage your 
wallet)

edit lilo.conf
a line with an append= "<yak, yak> " is present.
add screen=1024x768 to this line.
append= "<yak, yak> screen=1024x768"

reinstall lilo

alternately edit /etc/X11/XF86config-4
you will have to add "1024x768 to your section "screen" subsection 
"display"as shown below. Note that there will be several subsection 
display add 1024x768 to the subsection which matches the default 
color depth.
Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultColorDepth 24
                                  ^^^^
        SubSection "Display"
                Depth     24
                             ^^^^
                Modes "1024x768/60Hz" "640x480"
                Virtual 0 0


-- 
http://mm.ilug-bom.org.in/mailman/listinfo/linuxers

Reply via email to