Spatne rozpoznane rozliseni TFT panelu

Ahoj, mam problem rozlisenim u FC6.

Mam sirokouhlej displej 1680x1050, jenze tohle rozliseni tam nejde nastavit, jdou nastavit jenom standartni rozliseni 4:3, takze mam vsechno horizontalne roztahly.

kdyz zkusim zmenit rozliseni na jakekoliv rozliseni 16:10 nic se nestane,zmena na jakekoliv 4:3 projde vpohode.

Nevim moc co stim, prosim poradte.

[root@janon ~]# cat /etc/X11/xorg.conf

Xorg configuration created by system-config-display

Section “ServerLayout”
Identifier “single head configuration”
Screen 0 “Screen0” 0 0
InputDevice “Keyboard0” “CoreKeyboard”
InputDevice “Synaptics” “CorePointer”
EndSection

Section “InputDevice”
Identifier “Keyboard0”
Driver “kbd”
Option “XkbModel” “pc105”
Option “XkbLayout” “cz”
Option “XkbVariant” “qwerty”
EndSection

Section “InputDevice”
Identifier “Synaptics”
Driver “synaptics”
Option “Device” “/dev/input/mice”
Option “Protocol” “auto-dev”
Option “Emulate3Buttons” “yes”
EndSection

Section “Monitor”

Comment all HorizSync and VertSync values to use DDC:

Comment all HorizSync and VertSync values to use DDC:

Comment all HorizSync and VertSync values to use DDC:

Comment all HorizSync and VertSync values to use DDC:

Comment all HorizSync and VertSync values to use DDC:

Comment all HorizSync and VertSync values to use DDC:

Comment all HorizSync and VertSync values to use DDC:

Comment all HorizSync and VertSync values to use DDC:

Comment all HorizSync and VertSync values to use DDC:

    Identifier   "Monitor0"
    ModelName    "LCD Panel 1680x1050"

Comment all HorizSync and VertSync values to use DDC:

    HorizSync    31.5 - 90.0
    VertRefresh  59.9 - 60.1
    Option      "dpms"

EndSection

Section “Device”
Identifier “Videocard0”
Driver “i810”
EndSection

Section “Screen”
Identifier “Screen0”
Device “Videocard0”
Monitor “Monitor0”
DefaultDepth 24
SubSection “Display”
Viewport 0 0
Depth 24
EndSubSection
EndSection

A kde to rozliseni jako menite? Ja tady v sekci screen zadnou definici rozliseni nevidim… Pokud to delate jen pres Xrandr (resp. menu/ikonku atd.) tak tam jsou jen autodetekovana rozliseni.

Takze zkuste neco jako:


Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1600x1200" "1280x1024" "1280x960" "1152x864"
        EndSubSection
EndSection

Jo a mimochodem… mate to v konfigu nekolikrat napsano - pokud chcete pouzivat udaje ktere poskytuje monitor:

Comment all HorizSync and VertSync values to use DDC:

Pokud vam to ovsem bez toho nefunguje vubec, tak musite i rozliseni dopsat rucne.

Bohuzel samotne zakomentovani nepomohlo, ani pridani spravneho rozliseni.
Kdyz zmenim rozliseni v System - > Sprava -> Zobrazeni, tak napise ze zmeny zapsal do xorg.conf a po restartovani X se to zmeni.
Tak restartuji cely pocitac a nezmeni se nic a to rozliseni je tam furt puvodni…
Ale zajimavy je ze na rozliseni 4:3 to de menit vpohode.

Da se rozliseni menit nejak z shellu ?

Xorg configuration created by system-config-display

Section “ServerLayout”
Identifier “single head configuration”
Screen 0 “Screen0” 0 0
InputDevice “Keyboard0” “CoreKeyboard”
InputDevice “Synaptics” “CorePointer”
EndSection

Section “InputDevice”
Identifier “Keyboard0”
Driver “kbd”
Option “XkbModel” “pc105”
Option “XkbLayout” “cz”
Option “XkbVariant” “qwerty”
EndSection

Section “InputDevice”
Identifier “Synaptics”
Driver “synaptics”
Option “Device” “/dev/input/mice”
Option “Protocol” “auto-dev”
Option “Emulate3Buttons” “yes”
EndSection

Section “Monitor”

Comment all HorizSync and VertSync values to use DDC:

Comment all HorizSync and VertSync values to use DDC:

Comment all HorizSync and VertSync values to use DDC:

Comment all HorizSync and VertSync values to use DDC:

Comment all HorizSync and VertSync values to use DDC:

Comment all HorizSync and VertSync values to use DDC:

Comment all HorizSync and VertSync values to use DDC:

Comment all HorizSync and VertSync values to use DDC:

Comment all HorizSync and VertSync values to use DDC:

Comment all HorizSync and VertSync values to use DDC:

HorizSync 31.5 - 90.0

VertRefresh 59.9 - 60.1

Identifier   "Monitor0"
ModelName    "LCD Panel 1680x1050"
Option	    "dpms"

EndSection

Section “Device”
Identifier “Videocard0”
Driver “i810”
EndSection

Section “Screen”
Identifier “Screen0”
Device “Videocard0”
Monitor “Monitor0”
DefaultDepth 24
SubSection “Display”
Viewport 0 0
Depth 24
Modes “1680x1050”
EndSubSection
EndSection

Nejlepe ladit to z init 3 - tedy nastartovat do textoveho rezimu.
Pote spustit “startx” a podivat se do /var/log/Xorg.0.log. Tam se s nejvetsi pravdepodobnosti dozvite, proc neni rozliseni 1680x1050 nastaveno, presto ze ho mate mezi mody.

Pokud pridate vice “modes” muzete je zkusit prepinat Crtl+Alt++ nebo -. Tim se meni jen rozliseni monitoru, nikoli velikost plochy.