[Çözüldü] PCLinuxOS'te ekran çözünürlüğünü yükseltemiyorum.

Başlatan yağmuradam, 11 Ağustos 2012 - 17:28:13

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

yağmuradam

   PCLinuxOS'i yükledim. "x11-driver-video-nvidia96xx" ve ''dkms-nvidia96xx" paketi yüklü olarak geldi. Fakat ekran çözünürlüğünü 640x480 piksel olarak açıyor.
   nvidia-xconfig
ve;
   nvidia-xconfig --composite --allow-glx-with-composite --add-argb-glx-visuals
komutlarını da vererek, "xorg.conf" dosyamın aşağıdaki gibi olmasını sağladım. Fakat çözünürlüğü olması gereken 1024x768 piksele bir türlü yükseltemedim.
   "Configure Your Desktop" içinde "Display and Monitor" altında en yüksek çözünürlük 640x480 piksel olarak gözüküyor. Yardımcı olursanız sevinirim. Teşekkür ederim.
   # nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (root@thenudiebar)  Sun Jul 31 00:52:51 CDT 2011

# File generated by XFdrake (rev 262502)
# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************

Section "ServerLayout"
    Identifier     "layout1"
    Screen         "screen1" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Module"
    Load           "v4l" # Video for Linux
    Load           "glx"
EndSection

Section "ServerFlags"

    #DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
# allows the server to start up even if the mouse does not work
    Option         "DontZap" "False" # disable <Ctrl><Alt><BS> (server abort)
    Option         "allowmouseopenfail"
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"

    # TV fullscreen mode or DVD fullscreen output.
    # 768x576 @ 79 Hz, 50 kHz hsync
    Identifier     "monitor1"
    VendorName     "Plug'n Play"
    ModelName      "Philips 150P"
    HorizSync       30.0 - 61.0
    VertRefresh     56.0 - 76.0
    ModeLine       "768x576" 50.0 768 832 846 1000 576 590 595 630
    ModeLine       "768x576" 63.1 768 800 960 1024 576 578 590 616
EndSection

Section "Device"
    Identifier     "device1"
    Driver         "nvidia"
    VendorName     "nVidia Corporation"
    BoardName      "NVIDIA GeForce 2 MX to GeForce 4"
EndSection

Section "Screen"
    Identifier     "screen1"
    Device         "device1"
    Monitor        "monitor1"
    DefaultDepth    24
    Option         "DPMS"
    Option         "RenderAccel" "false"
    Option         "DynamicTwinView" "false"
    Option         "UseEDID" "0"
    Option         "AllowGLXWithComposite" "True"
    Option         "AddARGBGLXVisuals" "True"
    SubSection     "Display"
        Depth       8
        Modes      "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
EndSection


heartsmagic

xorg.conf dosyasının bir yedeğini aldıktan sonra şu bölümü silip bir dene:
Section "Monitor"

    # TV fullscreen mode or DVD fullscreen output.
    # 768x576 @ 79 Hz, 50 kHz hsync
    Identifier     "monitor1"
    VendorName     "Plug'n Play"
    ModelName      "Philips 150P"
    HorizSync       30.0 - 61.0
    VertRefresh     56.0 - 76.0
    ModeLine       "768x576" 50.0 768 832 846 1000 576 590 595 630
    ModeLine       "768x576" 63.1 768 800 960 1024 576 578 590 616
EndSection
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

yağmuradam

heartsmagic;
   Yazdığınız bölümü sildim.Fakat hiçbir şey değişmedi. Yine 640x480 pikselde açılış yapıyor. "xorg.conf" dosyamın içeriğini aşağıya yine yapıştırıyorum.
   nvidia-xconfig
komutu;
   Using X configuration file: "/etc/X11/xorg.conf".

VALIDATION ERROR: Data incomplete in file /etc/X11/xorg.conf.
                  Undefined Monitor "monitor1" referenced by
                  Screen "screen1".


ERROR: Unable to write to directory '/etc/X11'.

hatasını veriyor.
   nvidia-xconfig --composite --allow-glx-with-composite --add-argb-glx-visuals
komutu da;
   Using X configuration file: "/etc/X11/xorg.conf".

VALIDATION ERROR: Data incomplete in file /etc/X11/xorg.conf.
                  Undefined Monitor "monitor1" referenced by
                  Screen "screen1".

Option "AllowGLXWithComposite" "True" added to Screen
"Screen0".
Option "AddARGBGLXVisuals" "True" added to Screen "Screen0".

ERROR: Unable to write to directory '/etc/X11'.

hatasını veriyor. "xorg.conf" dosyamın içeriği de;
    # File generated by XFdrake (rev 262502)

# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************

Section "ServerFlags"
    Option "DontZap" "False" # disable <Ctrl><Alt><BS> (server abort)
    #DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
    AllowMouseOpenFail # allows the server to start up even if the mouse does not work
EndSection

Section "Module"
    Load "v4l" # Video for Linux
EndSection

Section "Device"
    Identifier "device1"
    VendorName "nVidia Corporation"
    BoardName "NVIDIA GeForce 2 MX to GeForce 4"
    Driver "nvidia"
    Option "DPMS"
    Option "RenderAccel" "false"
    Option "DynamicTwinView" "false"
    Option "AddARGBGLXVisuals"
    Option "UseEDID" "0"
EndSection

Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
    DefaultColorDepth 24
   
    Subsection "Display"
        Depth 8
        Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
   
    Subsection "Display"
        Depth 15
        Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
   
    Subsection "Display"
        Depth 16
        Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
   
    Subsection "Display"
        Depth 24
        Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier "layout1"
    Screen "screen1"
EndSection

şeklinde oluyor.

decent

ERROR: Unable to write to directory '/etc/X11'.

"Yönetici hakları istiyorum" diyor.

yağmuradam

heartsmagic ve decent;
   "xorg.conf" dosyamın içi en son şu hale geldi;
   # nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (root@thenudiebar)  Sun Jul 31 00:52:51 CDT 2011

# File generated by XFdrake (rev 262502)
# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************

Section "ServerLayout"
    Identifier     "layout1"
    Screen         "screen1" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Module"
    Load           "v4l" # Video for Linux
    Load           "glx"
EndSection

Section "ServerFlags"

# allows the server to start up even if the mouse does not work
    #DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
    Option         "DontZap" "False" # disable <Ctrl><Alt><BS> (server abort)
    Option         "allowmouseopenfail"
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 "Device"
    Identifier     "device1"
    Driver         "nvidia"
    VendorName     "nVidia Corporation"
    BoardName      "NVIDIA GeForce 2 MX to GeForce 4"
EndSection

Section "Screen"
    Identifier     "screen1"
    Device         "device1"
    Monitor        "monitor1"
    DefaultDepth    24
    Option         "DPMS"
    Option         "RenderAccel" "false"
    Option         "DynamicTwinView" "false"
    Option         "UseEDID" "0"
    Option         "AllowGLXWithComposite" "True"
    Option         "AddARGBGLXVisuals" "True"
    SubSection     "Display"
        Depth       8
        Modes      "1280x960" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1280x960" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1280x960" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1280x960" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
EndSection

  Fakat hiçbir fark yok. Sistemim halen 640x480 pikselde açılıyor. Başka ne yapabiliriz?

decent


yağmuradam

decent;
  xrandr
komutunun çıktısı;
  xrandr: Failed to get size of gamma for output default
Screen 0: minimum 320 x 240, current 640 x 480, maximum 640 x 480
default connected 640x480+0+0 0mm x 0mm
   640x480        60.0*
   320x240        60.0

şeklinde oluyor. Bu arada KDE ile gelen 3D efektleri de rahatlıkla kullanabiliyorum.

decent


yağmuradam

decent;
   Çözünürlüğü 1024x768 piksele dönüştürmeyi başardık. Fakat bu kez de 3D efektler kayboldu ve açılamıyor. Sistemi yeniden başlattıktan sonra;
   nvidia-xconfig --composite --allow-glx-with-composite --add-argb-glx-visuals
komutunu yeniden verdim. Herhangi bir hata mesajı almadım. Fakat yine de 3D efektleri açamıyorum. Efektleri açmaya kalktığımda;
   Failed to activate desktop effects using the given configuration options. Settings will be reverted to their previous values.

Check your X configuration. You may also consider changing advanced options, especially changing the compositing type
.
mesajı ile karşılaşıyorum. Fakat çözünürlük düşük iken 3D efektleri kullanabiliyordum. "xorg.conf" dosyamın en son halini aşağıya yapıştırıyorum;
   # nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (root@thenudiebar)  Sun Jul 31 00:52:51 CDT 2011


Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
    FontPath        "unix/:7100"
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 "InputDevice"

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

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       30.0 - 110.0
    VertRefresh     50.0 - 150.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "AllowGLXWithComposite" "True"
    Option         "AddARGBGLXVisuals" "True"
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
EndSection

    3D efektleri açabilmek için "xorg.conf" doyamın içinde ne gibi değişiklikler yapabilirim?
 

heartsmagic

glxinfo | grep render ne diyor?
grep -i driver /var/log/Xorg.0.log çıktısı da iş görebilir.
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

yağmuradam

heartsmagic;
   glxinfo | grep render
komutuna;
   direct rendering: Yes
OpenGL renderer string: GeForce3/AGP/SSE2

cevabını alıyorum.
   [    17.673] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    17.673]    X.Org Video Driver: 10.0
[    17.673]    X.Org XInput driver : 12.2
[    18.994]    Module class: X.Org Video Driver
[    19.024] (II) NVIDIA dlloader X Driver  96.43.20  Sun Jul 17 23:35:47 PDT 2011
[    19.030] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    21.926]    Module class: X.Org XInput Driver
[    21.926]    ABI class: X.Org XInput driver, version 12.2
[    21.926] (II) Using input driver 'evdev' for 'Power Button'
[    22.172] (II) Using input driver 'evdev' for 'Power Button'
[    22.202] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    22.207] (II) Using input driver 'evdev' for 'ImExPS/2 Generic Explorer Mouse'
[    22.210] (II) No input driver/identifier specified (ignoring)

yanıtını alıyorum.

heartsmagic

Peki xorg.conf dosyasını elle sildikten sonra sistem nasıl açılıyor?
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

yağmuradam

heartsmagic;
   "xorg.conf" dosyasını;
   rm -rf /etc/X11/xorg.conf
komutu ile silip, sistemi yeniden başlattım. "xorg.conf" dosyasının içi olması gerektiği gibi tahmin ediyorum. Aşağıya yeniden yapıştırıyorum. Bu arada 3D efektleri artık açabiliyorum. Yani problem düzeldi.
   # nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (root@thenudiebar)  Sun Jul 31 00:52:51 CDT 2011


Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
    FontPath        "unix/:7100"
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 "InputDevice"

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

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       30.0 - 110.0
    VertRefresh     50.0 - 150.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "AllowGLXWithComposite" "True"
    Option         "AddARGBGLXVisuals" "True"
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
EndSection

    Bir önceki "xorg.conf" dosyasının  içeriği ile aynı. Açıkçası nasıl olduğunu anlayamadım, fakat sorun çözüldü. Çözünürlükte de bir problem yok. Olması gerektiği gibi, 1024x768 pikselde açıyor. Size ve decent'a çok teşekkür ederim.

decent