[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Auflösung X



Hallo,

Am Mit, 13 Mai 2009, Heinz Diehl schrieb:
>On 13.05.2009, Markus Prothmann wrote: 
>
>> Ich will die Auflösung 2048x1152 im Kde haben, jedoch kann ich nich höher 
>> als 1400 x 1050 auswählen. Im login screen zeigt der Monitor an, dass er 
>> gerade in der 2048er Auflösung betrieben wird.
>
>Wenn der framebuffer der Grafikkarte die Aufloesung zulaesst (scheint so
>zu sein), dann fehlt dir eine modeline in xorg.conf.
>
>"gtf 2048 1152 60 -x"
>
>kann dir eine solche erzeugen.

Wozu? Eine passende steht doch schon in der hwinfo Ausgabe:

  Resolution: 2048x1152@60Hz
  Size: 510x287 mm
  Detailed Timings #0:
     Resolution: 2048x1152
     Horizontal: 2048 2096 2128 2208 (+48 +80 +160) -hsync
       Vertical: 1152 1155 1160 1185 (+3 +8 +33) +vsync
    Frequencies: 156.75 MHz, 70.99 kHz, 59.91 Hz
  Driver Info #0:
    Max. Resolution: 2048x1152
    Vert. Sync Range: 56-60 Hz
    Hor. Sync Range: 30-81 kHz
    Bandwidth: 156 MHz

Muß man nur noch anders hinschreiben:

Section "Monitor"
    [..]
    HorizSync 30-81
    VertRefresh 56-60
    ModeLine "2048x1152@60Hz"  156.75  2048 2096 2128 2208  1152 1155 1160 1185  -HSync +Vsync
    [..]
EndSection

Oder auch

Section "Monitor"
    [..]
    HorizSync 30-81
    VertRefresh 56-60
    Mode "2048x1152@60Hz"
        DotClock  156.75
        HTimings  2048 2096 2128 2208
        VTimings  1152 1155 1160 1185
        Flags  -HSync +Vsync
    EndMode
    [..]
EndSection


Eine extra Section "Modes" lohnt sich hier wohl eher nicht.

-dnh

-- 
"Any setuid root program that does an exec() somewhere is just a less
user friendly version of su."     -- Olaf Kirch on bugtraq 2000-08-07


Reply to: