Abou Anber wrote: > > At the first point of starting Xwindows the Screen like > > Linux (Bebian ) > > Login > > Passward > > at first time it look big size and I change the resolution by cntl+ alt+ + > the resolution become smaller again Cntl+ alt+ + the resolution become more > smaller if I repeat again it will become more big. > > who can I fixed the resoltion of Xwindows at begining? > > down you will find my XF86Config.
This is the section that you have to change: > # ********************************************************************** > # Graphics device section > # ********************************************************************** > > # Any number of graphics device sections may be present > > # Standard VGA Device: > > Section "Device" > Identifier "Generic VGA" > VendorName "Unknown" > BoardName "Unknown" > Chipset "generic" > > # VideoRam 256 > > # Clocks 25.2 28.3 > > EndSection > > # Sample Device for accelerated server: > > # Section "Device" > # Identifier "Actix GE32+ 2MB" > # VendorName "Actix" > # BoardName "GE32+" > # Ramdac "ATT20C490" > # Dacspeed 110 > # Option "dac_8_bit" > # Clocks 25.0 28.0 40.0 0.0 50.0 77.0 36.0 45.0 > # Clocks 130.0 120.0 80.0 31.0 110.0 65.0 75.0 94.0 > # EndSection > > # Sample Device for Hercules mono card: > > # Section "Device" > # Identifier "Hercules mono" > # EndSection > > # Device configured by xf86config: > > Section "Device" > Identifier "STB Velocity 128" > VendorName "STB" > BoardName "Velocity 128" > #VideoRam 4096 > # Insert Clocks lines here if appropriate > EndSection > > # ********************************************************************** > # Screen sections > # ********************************************************************** > > # The Colour SVGA server > > Section "Screen" > Driver "svga" > # Use Device "Generic VGA" for Standard VGA 320x200x256 > #Device "Generic VGA" > Device "STB Velocity 128" > Monitor "Gateway 2000" > Subsection "Display" > Depth 8 > # Omit the Modes line for the "Generic VGA" device > Modes "640x480" "800x600" "1024x768" "1280x1024" > ViewPort 0 0 > Virtual 1024 768 > # Use Virtual 320 200 for Generic VGA > EndSubsection > Subsection "Display" > Depth 16 > Modes "640x480" "800x600" "1024x768" "1280x1024" > ViewPort 0 0 > EndSubsection > Subsection "Display" > Depth 24 > Modes "640x480" "800x600" "1024x768" "1280x1024" > ViewPort 0 0 > EndSubsection > Subsection "Display" > Depth 32 > Modes "640x480" "800x600" "1024x768" > ViewPort 0 0 > EndSubsection > EndSection > > # The 16-color VGA server > > Section "Screen" > Driver "vga16" > Device "Generic VGA" > Monitor "Gateway 2000" > Subsection "Display" > Modes "640x480" "800x600" > ViewPort 0 0 > Virtual 800 600 > EndSubsection > EndSection > > # The Mono server > > Section "Screen" > Driver "vga2" > Device "Generic VGA" > Monitor "Gateway 2000" > Subsection "Display" > Modes "640x480" "800x600" > ViewPort 0 0 > Virtual 800 600 > EndSubsection > EndSection > > # The accelerated servers (S3, Mach32, Mach8, 8514, P9000, AGX, W32, > Mach64) > > Section "Screen" > Driver "accel" > Device "STB Velocity 128" > Monitor "Gateway 2000" > Subsection "Display" > Depth 8 > Modes "640x480" "800x600" "1024x768" "1280x1024" > ViewPort 0 0 > EndSubsection > Subsection "Display" > Depth 16 > Modes "640x480" "800x600" "1024x768" "1280x1024" > ViewPort 0 0 > EndSubsection > Subsection "Display" > Depth 24 > Modes "640x480" "800x600" "1024x768" "1280x1024" > ViewPort 0 0 > EndSubsection > Subsection "Display" > Depth 32 > Modes "640x480" "800x600" "1024x768" > ViewPort 0 0 > EndSubsection > EndSection > ========================================================================= Hi all, In reviewing your XF86Config file I wonder what you are asking. What is the default resolution that you desire to set your screen to? On my system, I have made the default to be 1024x768 with a virtual screen of 1152 x 900 pixels. When you press Ctrl Alt + keys the X Window System will cycle through the various modes and eventualy recycle back to the beginning. If you want a higher resolution as the default for your system change the section: Section "Screen" > Driver "svga" > # Use Device "Generic VGA" for Standard VGA 320x200x256 > #Device "Generic VGA" > Device "STB Velocity 128" > Monitor "Gateway 2000" > Subsection "Display" > Depth 8 > # Omit the Modes line for the "Generic VGA" device > Modes "640x480" "800x600" "1024x768" "1280x1024" > ViewPort 0 0 > Virtual 1024 768 > # Use Virtual 320 200 for Generic VGA > EndSubsection > Subsection "Display" > Depth 16 > Modes "640x480" "800x600" "1024x768" "1280x1024" > ViewPort 0 0 > EndSubsection > Subsection "Display" > Depth 24 > Modes "640x480" "800x600" "1024x768" "1280x1024" > ViewPort 0 0 > EndSubsection > Subsection "Display" > Depth 32 > Modes "640x480" "800x600" "1024x768" > ViewPort 0 0 > EndSubsection > EndSection > # The Colour SVGA server Section "Screen" Driver "svga" # Use Device "Generic VGA" for Standard VGA 320x200x256 #Device "Your own Graphic's Card" Device "" Monitor "Your own monitor" Subsection "Display" Depth 8 # Omit the Modes line for the "Generic VGA" device Modes "1024x768" "800x600" "640x480" ViewPort 0 0 # Use Virtual 320 200 for Generic VGA Virtual 1152 900 EndSubsection Subsection "Display" Depth 16 Modes "800x600" "640x480" ViewPort 0 0 Virtual 800 600 EndSubsection : For an easier approach, you can run xf86config as root and just answer the questions. When it comes to the screen section you will be prompted for the order of the resolution for the various modes. You must tell the that you desire 1024x768 800x600 640x480 in leu of the reverse. Anyway I hope that this helps :) -- 0 0 L & R Associates " Home Page: http://www.netaxs.com/~ldc/ _______ooO ~ Ooo_______________________________________________ LeRoy D. Cressy /\_/\ [EMAIL PROTECTED] Computer Consulting ( o.o ) Phone (215) 535-4037 > ^ < Fax (215) 535-4285 -- E-mail the word "unsubscribe" to [EMAIL PROTECTED] TO UNSUBSCRIBE FROM THIS MAILING LIST. Trouble? E-mail to [EMAIL PROTECTED] .