kool chat wrote:
> Hi i am using Red Hat 9 linux
>    
>   if i use fedora laso i got same problem
>    
>   its working good in 255 colours 
>   but it seems to be unclear  picture
>    
>   the colours are set when installtion
>   i am using intel 845 chep set and Lg monitor
>    
>   if i use thousend colours the picture was clear but the icons seems much 
> bigger

OK, but you didn't mention *how* you're changing the resolution, or what
the X error is.

Take a look in /etc/X11.  There should be some .conf file, like
xorg.conf.  In there, look for a series of 'Subsection "Display"'
stanzas.  In these, there should be a depth, and a number of
resolutions.  The depth is the color depth in bits, which can range from
 2 to 24.  Change things around in here as you see appropriate while
logged in as root, then restart X (Ctrl+Alt+Backspace should do it).

Here's a tip:  Make a copy of the old file before you start changing it,
so if you make any big mistakes, you can restore you old, working
configuration and continue using your computer.

Here's the relavent section of my /etc/X11/xorg.conf:

Section "Screen"
    Identifier  "Screen 1"
    Device      "ASUS V7700 Pure"
    Monitor     "ViewSonic G810"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
        Virtual     1280 1024
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
        Virtual     1280 1024
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
        Virtual     1280 1024
    EndSubsection
EndSection

Chad Martin


To unsubscribe from this list, please email [EMAIL PROTECTED] & you will be 
removed. 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/LINUX_Newbies/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to