Компьютерный форум OSzone.net  

Компьютерный форум OSzone.net (http://forum.oszone.net/index.php)
-   Общий по Linux (http://forum.oszone.net/forumdisplay.php?f=9)
-   -   Не выставляется нужное разрешение Ubuntu 9.4 GeForce 7600 GT (http://forum.oszone.net/showthread.php?t=143377)

Everton 24-06-2009 10:54 1150500

Не выставляется нужное разрешение Ubuntu 9.4 GeForce 7600 GT
 
Собственно сабж.

1152x864 это максимально разрешение которое можно выставить. Монитор поддерживает до 1280х1024(это и есть желаемое разрешение). Драйвера стоят проприетарные (v.180). Драйвера вроде как даже поддерживают 3D (direct rendering: Yes)

Вот xorg.conf
Код:

Section "ServerLayout"
    Identifier    "Default Layout"
    Screen        "Default Screen" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Module"
    Load          "glx"
EndSection

Section "InputDevice"

    # generated from default
    Identifier    "Keyboard0"
    Driver        "keyboard"
EndSection

Section "InputDevice"

    # generated from default
    Identifier    "Mouse0"
    Driver        "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/psaux"
    Option        "Emulate3Buttons" "no"
    Option        "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
    Identifier    "Configured Monitor"
EndSection

Section "Device"
    Identifier    "Configured Video Device"
Driver        "nvidia"
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "Configured Video Device"
    Monitor        "Configured Monitor"
    DefaultDepth    24
    Option        "NoLogo" "True"
    SubSection    "Display"
        Virtual    1152 864
        Depth      24
    EndSubSection
EndSection


lxa85 24-06-2009 11:30 1150522

Цитата:

Цитата Everton
SubSection "Display"
Virtual 1152 864
Depth 24
EndSubSection »

Если в Virtual 1280 1024 вписать?

[mzd] 24-06-2009 11:57 1150549

Кроме того, неплохо бы modeline прописать - http://forum.oszone.net/post-1132812-4.html

Naiad 24-06-2009 12:58 1150606

Попробуйте запустить nvidia-settings


Время: 09:40.

Время: 09:40.
© OSzone.net 2001-