From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.54) id 1FCAPK-0003z1-PY for garchives@archives.gentoo.org; Thu, 23 Feb 2006 06:56:59 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id k1N6tJhk006233; Thu, 23 Feb 2006 06:55:19 GMT Received: from pproxy.gmail.com (pproxy.gmail.com [64.233.166.182]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id k1N6mFAW007157 for ; Thu, 23 Feb 2006 06:48:15 GMT Received: by pproxy.gmail.com with SMTP id 57so1963030pya for ; Wed, 22 Feb 2006 22:48:14 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=Usnm1PXs5iVcpcNHEBS7cHqmz3F6YT39LoDYFRgu9mgSsFwL4c41KOHPsi+QrfxftGBhoSUlJ1BfKH3IR6fo8q3/BipREzyCRwKxuka3Ms2mPi53x0A0mxj+B5qO2NyrYGgEJddu+VnkZ+egXJwpu1AMHLmBTRTN4cgC+2lc/4o= Received: by 10.35.54.20 with SMTP id g20mr194494pyk; Wed, 22 Feb 2006 22:48:14 -0800 (PST) Received: by 10.35.75.17 with HTTP; Wed, 22 Feb 2006 22:48:14 -0800 (PST) Message-ID: <27f7be760602222248h658a42b5s28db0d0812122a1c@mail.gmail.com> Date: Thu, 23 Feb 2006 01:48:14 -0500 From: "Frino Klauss" To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Screen settings In-Reply-To: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_9833_17197445.1140677294467" References: <87f1fb0a0602220128r539faab4x82a07d287f9f7f29@mail.gmail.com> <7573e9640602220704v5fa18b28j1d9aae0a37a4a294@mail.gmail.com> X-Archives-Salt: 4bdb32a6-977e-4040-b209-5a044236da8c X-Archives-Hash: b9476a78081cd3ddd1f5f9c0873a8627 ------=_Part_9833_17197445.1140677294467 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi Rajat, I suggest u add the following to your Screen section. DefaultDepth 24 just after the Monitor Line. Cheers, Ani Adarsh On 2/23/06, Rajat Gujral wrote: > > Hi richard and jerry > thanx for ur suggestions but i guess my problem remains the same ... My > xserver still starts with screen resolution of 640 x 480 ... Before the > improper shutdown it was working fine in 1024 x 768 resolution , but now = no > matter what resolution i provide, it starts up with 640 x 480 resolution > which makes the screen appear so big .. Is there anything else that i can= do > > > Thnx & Regds > > > Rajat :) > > > P.S. I have done "X -configure" and has detected the following settings : > > Section "ServerLayout" > Identifier "X.org Configured" > Screen 0 "Screen0" 0 0 > InputDevice "Mouse0" "CorePointer" > InputDevice "Keyboard0" "CoreKeyboard" > EndSection > > Section "Files" > RgbPath "/usr/lib/X11/rgb" > ModulePath "/usr/lib/modules" > FontPath "/usr/share/fonts/misc/" > FontPath "/usr/share/fonts/TTF/" > FontPath "/usr/share/fonts/Type1/" > FontPath "/usr/share/fonts/CID/" > FontPath "/usr/share/fonts/75dpi/" > FontPath "/usr/share/fonts/100dpi/" > EndSection > > Section "Module" > Load "extmod" > Load "dbe" > Load "dri" > Load "record" > Load "xtrap" > Load "glx" > Load "type1" > Load "freetype" > EndSection > > Section "InputDevice" > Identifier "Keyboard0" > Driver "kbd" > EndSection > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "Microsoft" > Option "Device" "/dev/ttyS1" > EndSection > > Section "Monitor" > Identifier "Monitor0" > VendorName "Monitor Vendor" > ModelName "Monitor Model" > EndSection > Section "Device" > ### Available Driver options are:- > ### Values: : integer, : float, : "True"/"False", > ### : "String", : " Hz/kHz/MHz" > ### [arg]: arg optional > #Option "NoAccel" # [] > #Option "SWcursor" # [] > #Option "ColorKey" # > #Option "CacheLines" # > #Option "Dac6Bit" # [] > #Option "DRI" # [] > #Option "NoDDC" # [] > #Option "ShowCache" # [] > #Option "XvMCSurfaces" # > #Option "PageFlip" # [] > Identifier "Card0" > Driver "i810" > VendorName "Intel Corp." > BoardName "82810E DC-133 CGC [Chipset Graphics Controller]" > BusID "PCI:0:1:0" > EndSection > > Section "Screen" > Identifier "Screen0" > Device "Card0" > Monitor "Monitor0" > SubSection "Display" > Viewport 0 0 > Depth 1 > EndSubSection > SubSection "Display" > Viewport 0 0 > Depth 4 > EndSubSection > SubSection "Display" > Viewport 0 0 > Depth 8 > EndSubSection > SubSection "Display" > Viewport 0 0 > Depth 15 > EndSubSection > SubSection "Display" > Viewport 0 0 > Depth 16 > Modes "1024x768" > EndSubSection > SubSection "Display" > Viewport 0 0 > Depth 24 > Modes "1024x768" > EndSubSection > EndSection > > > > > On 2/22/06, Richard Fish wrote: > > > > On 2/22/06, Jerry Eastmanhouser wrote: > > > settings. I did mine manually a long long time ago, but I think you > > can use > > > xorgconfig to detect most of your settings for you...if so...hopefull= y > > that > > > will fix you up. > > > > I would suggest instead "X -configure". That should autodetect most > > things, unlike xorgconfig which asks you a bunch of questions that > > most users don't know the answers to. > > > > -Richard > > > > -- > > gentoo-user@gentoo.org mailing list > > > > > ------=_Part_9833_17197445.1140677294467 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline
Hi Rajat,
I suggest u add the following to your Screen section.
 
DefaultDepth 24
 
just after the Monitor Line.
 
Cheers,
Ani Adarsh
 
On 2/23/06, = Rajat Gujral <nutts4linux@g= mail.com> wrote:
Hi richard and jerry
thanx fo= r ur suggestions but i guess my problem remains the same ... My xserver sti= ll starts with screen resolution of 640 x 480 ... Before the improper shutd= own it was working fine in 1024 x 768 resolution , but now no matter what r= esolution i provide, it starts up with 640 x 480 resolution which makes the= screen appear so big .. Is there anything else that i can do=20

Thnx & Regds


Rajat :)


P.S. I have done &= quot;X -configure" and has detected the following settings :

S= ection "ServerLayout"
      &nbs= p; Identifier     " X.org Configured"
        Sc= reen      0  "Screen0" 0 0
 = ;       InputDevice    "M= ouse0" "CorePointer"
      =   InputDevice    "Keyboard0" "CoreKeyboa= rd"
EndSection

Section "Files"
    &nbs= p;   RgbPath      "/usr/lib/X11/rgb= "
        ModulePath  = "/usr/lib/modules"
       = FontPath     "/usr/share/fonts/misc/"
&nb= sp;       FontPath     &q= uot;/usr/share/fonts/TTF/"
        FontPath   &n= bsp; "/usr/share/fonts/Type1/"
     &= nbsp;  FontPath     "/usr/share/fonts/CID/&qu= ot;
        FontPath   = ;  "/usr/share/fonts/75dpi/"
    &nbs= p;   FontPath     "/usr/share/fonts/100d= pi/"
EndSection

Section "Module"
    = ;    Load  "extmod"
   &nbs= p;    Load  "dbe"
    =     Load  "dri"
    &n= bsp;   Load  "record"
    &= nbsp;   Load  "xtrap"
        Load  "glx"        Load  "type1"        Load  "freetype"= ;
EndSection

Section "InputDevice"
   = ;     Identifier  "Keyboard0"
 &= nbsp;      Driver      &q= uot;kbd"
EndSection

Section "InputDevice"
   =      Identifier  "Mouse0"
  = ;      Driver      "= mouse"
        Option  = ;    "Protocol" "Microsoft"
 &nb= sp;      Option      &quo= t;Device" "/dev/ttyS1"
EndSection

Section "Monitor"
   &nbs= p;    Identifier   "Monitor0"
 &= nbsp;      VendorName   "Monitor Ve= ndor"
        ModelName &nb= sp;  "Monitor Model"
EndSection
Section "Device&q= uot;
        ### Available Driver options= are:-
        ### Values: <i>:= integer, <f>: float, <bool>: "True"/"False"= ;,
        ### <string>: "= String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
&= nbsp;       #Option     &= quot;NoAccel"         &nb= sp;         # [<bool>]
&nb= sp;       #Option     &qu= ot;SWcursor"         &nbs= p;        # [<bool>]
 &nbs= p;      #Option     "Colo= rKey"           = ;       # <i>
        #Option   &nb= sp; "CacheLines"        &= nbsp;       # <i>
   =      #Option     "Dac6Bit"= ;            &n= bsp;      # [<bool>]
   &n= bsp;    #Option     "DRI" = ;            &n= bsp;         # [<bool>]
        #Option   &nb= sp; "NoDDC"         =             # [<b= ool>]
        #Option  &= nbsp;  "ShowCache"       =           # [<bool>]
=         #Option     = "XvMCSurfaces"        &nb= sp;     # <i>
        #Option   &nb= sp; "PageFlip"        &nb= sp;         # [<bool>]
&nb= sp;       Identifier  "Card0"<= br>        Driver    = ;  "i810"
        Vend= orName  "Intel Corp."
      = ;  BoardName   "82810E DC-133 CGC [Chipset Graphics Con= troller]"
        BusID    = ;   "PCI:0:1:0"
EndSection

Section "Scre= en"
        Identifier "Scr= een0"
        Device  =    "Card0"
       = ; Monitor    "Monitor0"
        SubSection "Display"            &= nbsp;   Viewport   0 0
     = ;           Depth &n= bsp;   1
        EndSubSect= ion
        SubSection "Display&= quot;
           =      Viewport   0 0
   &nbs= p;            Depth&= nbsp;    4
        EndSubSection
  = ;      SubSection "Display"
 &nb= sp;            =   Viewport   0 0
      &nbs= p;         Depth   &= nbsp; 8
        EndSubSection
&nbs= p;       SubSection "Display"
&n= bsp;            = ;   Viewport   0 0
            = ;    Depth     15
   &= nbsp;    EndSubSection
     &nbs= p;  SubSection "Display"
     &n= bsp;          Viewport &n= bsp; 0 0
          &nb= sp;     Depth     16
  = ;            &n= bsp; Modes     "1024x768"
  &nbs= p;     EndSubSection
        SubSection "Display&quo= t;
           &nb= sp;    Viewport   0 0
    &= nbsp;           Depth&nbs= p;    24
        =         Modes     &q= uot;1024x768"
        EndSubSect= ion
EndSection=20





On 2/22/06, = Richard Fish <bigfish@asma= llpond.org > wrote:=20
On 2/22/06, Jerry Ea= stmanhouser < fuct.it@gmail.com> wrote:
> settings.  I did mine ma= nually a long long time ago, but I think you can use
> xorgconfig to = detect most of your settings for you...if so...hopefully that
> will= fix you up.

I would suggest instead "X -configure".  That s= hould autodetect most
things, unlike xorgconfig which asks you a bunch o= f questions that
most users don't know the answers to.

-Richard<= br>
--
gentoo-user@gentoo.org = mailing list


=
------=_Part_9833_17197445.1140677294467-- -- gentoo-user@gentoo.org mailing list