Henrik Johansson wrote:

> Hall�....
> Har precis installerat XFree86 4.0 och har lite problem med
> konfigurationen.
>
> Vill k�ra i 1280 uppl�sning med 32 bitars f�rger.
> S� h�r ser min "screen" section ut (se nedan) i /etc/X11/xf86Config men
> hittar inte
> vart man st�ller in uppl�sningen.
> K�rde XFree86 -configure f�r att f� fram config filen.
> N�n som kan s�ga hur man st�ller in saker som uppl�sning m.m.
>
> Section "Screen"
>         Identifier "Screen0"
>         Device     "ATI Mach64 GZ"
>         Monitor    "Monitor0"
>         SubSection "Display"
>                 Depth     1
>         EndSubSection
>         SubSection "Display"
>                 Depth     4
>         EndSubSection
>         SubSection "Display"
>                 Depth     8
>         EndSubSection
>         SubSection "Display"
>                 Depth     15
>         EndSubSection
>         SubSection "Display"
>                 Depth     16
>         EndSubSection
>         SubSection "Display"
>                 Depth     24
>         EndSubSection
> EndSection
>
> /Morge
>
> ==Annons===============================================================
> Snabbaste Linux Workstation under 10000:- ?
> Nu med Linux DeLuxe V6.5 http://www.svithiod.com
> =======================================================================

Tjenare "!

S�r h�r ser min config fil ut, du kan juh j�mf�ra lite....
modes och depth + viewport saknar verkar det som, men testa.


Section "Screen"
    Driver      "accel"
    Device      "RIVA TNT2"
    Monitor     "My Monitor"
    Subsection "Display"
        Depth       8
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       32
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection



==Annons===============================================================
Snabbaste Linux Workstation under 10000:- ? 
Nu med Linux DeLuxe V6.5 http://www.svithiod.com
=======================================================================

Till