Hi,

0n 04/06/[EMAIL PROTECTED]:50 Alexander Rabenstein told me:

> Mein Freund hat oben genanntes Dell Notebook mit einer Geforce 4200 Go
> und 16:10 Display.
> Meine Frage jetzt wie ich den X-Server dazu bekomme in einer Auflösung
> von 1280:800 zu starten ?

Ich habe hier ein 8500 mit 16:10. Darin steckt das:

0000:01:00.0 VGA compatible controller: nVidia Corporation NV28 [GeForce4 Ti 4200 Go 
AGP 8x] (rev a1)

und es laeuft hier unter gentoo, 2.6.7-mm-sources mit nvidia
Treibern 5336, xfree 4.3.0.1 mit 1680x1050 bei dieser config:

---/etc/X11/XF86Config---
Section "Modes"
            Identifier "16:10"
            Modeline "1280x800"  107.21  1280 1360 1496 1712  800 801 804 835
            Modeline "1280x800"  123.38  1280 1368 1504 1728  800 801 804 840
            Modeline "1280x800"  147.89  1280 1376 1512 1744  800 801 804 848
            Modeline "1680x1050"  147.14  1680 1784 1968 2256  1050 1051 1054 1087
            Modeline "1680x1050"  188.07  1680 1800 1984 2288  1050 1051 1054 1096
            Modeline "1680x1050"  214.51  1680 1800 1984 2288  1050 1051 1054 1103
            Modeline "1680x1050"  256.20  1680 1808 1992 2304  1050 1051 1054 1112
            Modeline "1920x1200"  246.59  1920 2064 2272 2624  1200 1201 1204 1253
            Modeline "1920x1200"  282.74  1920 2072 2280 2640  1200 1201 1204 1260
            Modeline "1920x1200"  337.58  1920 2072 2288 2656  1200 1201 1204 1271
EndSection

Section "Monitor"
        Option      "dpms" "on"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Unprobed Monitor"
        DisplaySize  330        210
        HorizSync    31.5 - 100.0
        VertRefresh  30.0 - 90.0
        UseModes        "16:10"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "nvidia"
        VendorName  "Videocard vendor"
        BoardName   "NVIDIA GeForce 4 (generic)"
        VideoRam    65536
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Depth     24
                Modes    "1680x1050" "1600x1200" "1400x1050" "1280x1024" "1280x960" 
"1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "Module"
...        
        Load  "glx"
...
EndSection

Section "ServerFlags"
        Option  "standby time"  "2"
        Option  "suspend time"  "2"
        Option  "off time"      "2"
EndSection

Section "ServerLayout"
        ...
        Screen       "Screen0"
        ...
EndSection
---cut---

Habe ich IIRC auch irgendwie ueber google gefunden, lief & gut :).

HTH

-- 
bye maik

Attachment: pgp5Lj7bYg7ba.pgp
Description: PGP signature

Antwort per Email an