URL: https://www.opennet.me/cgi-bin/openforum/vsluhboard.cgi
Форум: vsluhforumID15
Нить номер: 89
[ Назад ]

Исходное сообщение
"kde - разрешение экрана"

Отправлено krutik , 22-Янв-06 16:15 
Не могу изменить разрешение экрана с 640х480 на более высокое.
KDE 3.4.2
Xorg
/etc/X11/xorg.conf
Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    RgbPath      "/usr/X11R6/lib/X11/rgb"
    ModulePath   "/usr/X11R6/lib/modules"
    FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
    FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
    FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
    Load  "dbe"
    Load  "dri"
    Load  "extmod"
    Load  "glx"
    Load  "record"
    Load  "xtrap"
    Load  "freetype"
    Load  "type1"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/sysmouse"
EndSection

Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "noaccel"                # [<bool>]
        #Option     "swcursor"               # [<bool>]
        #Option     "slow_dram_refresh"      # [<bool>]
        #Option     "slow_dram"              # [<bool>]
        #Option     "slow_edodram"           # [<bool>]
        #Option     "slow_vram"              # [<bool>]
    Identifier  "Card0"
    Driver      "s3"
    VendorName  "S3 Inc."
    BoardName   "86c764/765 [Trio32/64/64V+]"
    BusID       "PCI:0:13:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    DefaultDepth 16
    SubSection "Display"
        Depth     16
        Modes "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Разрешение остается при таких настройках прежнее - 640х480. Оставляю только Modes "1024x768", или "800х600" все равно не помогает.


Содержание

Сообщения в этом обсуждении
"kde - разрешение экрана"
Отправлено waf , 23-Янв-06 14:27 
>Не могу изменить разрешение экрана с 640х480 на более высокое.
>KDE 3.4.2
>Xorg
>/etc/X11/xorg.conf
>...

Может твоя S3 и не может больше (памяти не хватает). Запусти X, выйди назад в консоль (Ctrl-Shift-F1, если не ошибаюсь) и посмотри, что там Xorg при запуске говорит; строки, начинающиеся с (WW) и (EE) - это предупреждения и ошибки соответственно.


"kde - разрешение экрана"
Отправлено krutik , 14-Фев-06 14:16 
>Section "Monitor"
> Identifier   "Monitor0"
> VendorName   "Monitor Vendor"
> ModelName    "Monitor Model"
>EndSection

Проблема была решена установкой вручную парметров монитора:
Section "Monitor"
Identifier   "Monitor0"
VendorName   "Monitor Vendor"
ModelName    "Monitor Model"
VertRefresh  48-100
HorizSync    30-50
EndSection


"kde - разрешение экрана"
Отправлено tor , 16-Фев-06 17:17 
У меня так
Section "Screen"
        Identifier "Screen 0"    
        Device     "card0"
        Monitor    "Monitor0"  
        DefaultDepth    16
        SubSection "Display"
                Depth     1
                Modes    "1024x768" "800x600" "640x480"
                Virtual 0 0
        EndSubSection
        SubSection "Display"
                Depth     4
                Modes    "1024x768" "800x600" "640x480"
                Virtual 0 0
        EndSubSection
        SubSection "Display"
                Depth     8
                Modes    "1024x768" "800x600" "640x480"
                Virtual 0 0
        EndSubSection
        SubSection "Display"
                Depth     15
                Modes    "1024x768" "800x600" "640x480"
                Virtual 0 0
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes    "1024x768" "800x600" "640x480"
                Virtual 0 0
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes    "1024x768" "800x600" "640x480"
                Virtual 0 0
        EndSubSection
      SubSection "Display"
                Depth     32
                Modes    "1024x768" "800x600" "640x480"
                Virtual 0 0
        EndSubSection

EndSection
При этом работает переключение между разрешениями alt control +/- кажется ...