hmmm. i just checked out my config file and as far as i can tell, it 
doesn't specify VRAM (or RAM, for that matter. but i think you were 
talking about video RAM. right?) anywhere. unless it's being 
particularly crafty, or i'm being particularly dense. in the interest 
of redundancy, i'll copy it below.

i think the key might be the "use modeline" line but i tried editing 
it a couple of ways and each time it crashed x. obviously i'm 
committing some syntax sin or another, but i can't figure it out.

thanks for your effort and suggestions though. and you're right about 
the lousy looking 640x480. all i know about resolution i learned from 
photoshop, and this (display, chipset, driver, or  whatever) doesn't 
seem to be sampling down very well. curiously, my screenshots look 
great. i am curious why the native file format is PNG... or is that 
only in the KDE screenshot utility?

>
>1. with a LCD screen most important is the resolution for which your 
>screen is built (i.e. you
>cannot get any higher resolution than what it's built for, and for 
>any lower resolution the image
>is lousy...)
>2. if your screen is 800x600, I believe you should be able to get 
>16b with 1MB video ram
>possibly the trick might be not to specify the amount of ram you 
>have in your config -I believe
>you did specify it(?)- because with some setups the graphic card 
>"steals" some of the main ram in
>order to obtain a better color depth...
>Lionel
>
>
>--- paul yoon <[EMAIL PROTECTED]> wrote:
>  > hmmm. i added the defaultdepth line and the modes- now startx
>  > defaults to 16 bpp (woo hoo!) but still no 800x600. i'll spare you
>  > the entire log file but it does say
>  >
>  > >(II) CHIPS(0): Not using mode "800x600" (no mode of this name)
>  >
>  > where it did not before, so i presume it's trying to use 800x600 but
>  > i'm not phrasing it right somehow.
>  >
>  > there's a whole bunch of these
>  >

-------------------------------------------
Section "ServerLayout"
        Identifier     "XFree86 Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        ModulePath   "/usr/X11R6/lib/modules"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
EndSection

Section "Module"
        Load  "dbe"
        Load  "dri"
        Load  "extmod"
        Load  "glx"
        Load  "pex5"
        Load  "record"
        Load  "xie"
        Load  "xtrap"
        Load  "speedo"
        Load  "type1"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "PS/2"
        Option      "Device" "/dev/mouse"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection

Section "Device"
         ### Available Driver options are:-
         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
         ### [arg]: arg optional
         #Option     "Linear"                   # [<bool>]
         #Option     "NoAccel"                  # [<bool>]
         #Option     "HWclocks"                 # [<bool>]
         #Option     "SWcursor"                 # [<bool>]
         #Option     "HWcursor"                 # [<bool>]
         #Option     "STN"                      # [<bool>]
         #Option     "UseModeline"              # [<bool>]
         #Option     "NoStretch"                # [<bool>]
         #Option     "LcdCenter"                # [<bool>]
         #Option     "MMIO"                     # [<bool>]
         #Option     "SuspendHack"              # [<bool>]
         #Option     "FixPanelSize"             # [<bool>]
         #Option     "18BitBus"                 # [<bool>]
         #Option     "ShowCache"                # [<bool>]
         #Option     "ShadowFB"                 # [<bool>]
         #Option     "Rotate"                   # [<str>]
         #Option     "SetMclk"                  # <freq>
         #Option     "FPClock8"                 # <freq>
         #Option     "FPClock16"                # <freq>
         #Option     "FPClock24"                # <freq>
         #Option     "FPMode"                   # [<bool>]
        Identifier  "Card0"
        Driver      "chips"
        VendorName  "C&T"
        BoardName   "65550"
        BusID       "PCI:0:4:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
                DefaultDepth 16
        SubSection "Display"
                Depth     1
        EndSubSection
        SubSection "Display"
                Depth     4
        EndSubSection
        SubSection "Display"
                Depth     8
                Modes "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     15
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes "800x600"
        EndSubSection
        SubSection "Display"
                Depth     24
        EndSubSection
EndSection


-- 
------------
paul yoon, toothfish industries
http://www.tfisf.com
_______________________________________________
Newbie mailing list
[EMAIL PROTECTED]
*** To unsubscribe , or change message options, see:
http://XFree86.Org/mailman/listinfo/newbie

Reply via email to