Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!

Ogłoszenie

Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.

#26  2012-10-11 22:54:41

  marianciu - Użytkownik

marianciu
Użytkownik
Skąd: Wrocław
Zarejestrowany: 2011-02-04

Re: Nie mogę ustawić rozdzielczości większej niż 640x480.

ArnVaker napisał(-a):

EDIT: Daj do xorg.conf opcję:

Kod:

Option      "IgnoreEDIDChecksum" "DFP"

Czyli cała zawartość xorg.conf:

Kod:

Section "Device"
    Identifier  "Video Card"
    Driver      "nvidia"
    Option      "IgnoreEDIDChecksum" "DFP"
EndSection

Powinien wtedy mimo niezgodności sum kontrolnych użyć EDID.

Poza tym jeśli masz taką możliwość, to sprawdź jeszcze na innym kablu DVI oraz na innym monitorze.

Pomogło dodanie opcji do xorg-a

Kod:

 Option      "IgnoreEDIDChecksum" "DFP"

W moim przypadku wygląda to tak:

Kod:

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    Option         "IgnoreEDIDChecksum" "DFP"
EndSection

Nie chciałem usuwać tego co było w sekcji "Device" a jedynie dodałem wpis o którym pisał ArnVaker.

Mimo wszystko sprawdziłem jeszcze kabel, ale tutaj była taka sama reakcja, rozdzielczość się nie zmieniła. Z ciekawości sprawdzę w weekend na innym monitorze, jeśli uda mi się zdobyć owaki.

Dzięki za cierpliwość i pomoc.

P.S. No to teraz zacznę uczyć się Gnom3.


Debian Jessie Amd64, Xfce 4.10

Offline

 

#27  2012-10-11 22:57:02

  ArnVaker - Kapelusznik

ArnVaker
Kapelusznik
Skąd: Midgard
Zarejestrowany: 2009-05-06

Re: Nie mogę ustawić rozdzielczości większej niż 640x480.

marianciu napisał(-a):

Nie chciałem usuwać tego co było w sekcji "Device" a jedynie dodałem wpis o którym pisał ArnVaker.

Dlaczego? Nie wybuchnie. :) To co podałem to cały xorg.conf na którym powinno działać.

Offline

 

#28  2012-10-15 17:36:42

  BlackEvo - Driver

BlackEvo
Driver
Skąd: Polska
Zarejestrowany: 2006-05-20

Re: Nie mogę ustawić rozdzielczości większej niż 640x480.

Witam,

Pozwolę się podpiąć pod temat, ponieważ mam od niedawna tą samą kartę.

Debian: Wheezy x86
Wersja sterów: 304.51 [ zamknięte ]

xorg.conf

Kod:

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 304.51  (buildmeister@swio-display-x86-rhel47-06.nvidia.com)  Tue Sep 18 18:48:10 PDT 2012


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

Section "Files"
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"

    # HorizSync source: xconfig, VertRefresh source: xconfig
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "CRT-1"
    HorizSync       28.0 - 55.0
    VertRefresh     43.0 - 75.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 9600 GT"
    Option         "IgnoreEDIDChecksum" "DFP"
EndSection

Section "Screen"

# Removed Option "metamodes" "1280x1024 +0+0; nvidia-auto-select +0+0"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "nvidiaXineramaInfoOrder" "CRT-1"
    Option         "metamodes" "1280x1024_75 +0+0; nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Domyślnie mam 1024x768 a potrzebuję 1280x1024 przy 75Hz [ takie odświeżanie i rozdziałka chodziła na Win ]

W opcjach nvidii mam wszystkie małe rozdziałki, tą 'domyślną' i potem już 1152x864 i 1360x768.
P.S.

Dodałem ręcznie:

Option         "IgnoreEDIDChecksum" "DFP

a monitor jest 17LCD [ na przejsciowce DVI -->DSUB


HELP :)

Ostatnio edytowany przez BlackEvo (2012-10-15 17:37:52)

Offline

 

#29  2012-10-15 18:10:04

  ArnVaker - Kapelusznik

ArnVaker
Kapelusznik
Skąd: Midgard
Zarejestrowany: 2009-05-06

Re: Nie mogę ustawić rozdzielczości większej niż 640x480.

Zobacz na xorg.conf:

Kod:

Section "Monitor"
    Identifier     "Configured Monitor"
    Option         "metamodes" "1280x1024_75"
EndSection

Section "Device"
    Identifier     "Configured Video Device"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Monitor        "Configured Monitor"
EndSection

Jak nie załapie, to Xorg.0.log wrzuć.

Offline

 

#30  2012-10-15 18:43:03

  BlackEvo - Driver

BlackEvo
Driver
Skąd: Polska
Zarejestrowany: 2006-05-20

Re: Nie mogę ustawić rozdzielczości większej niż 640x480.

Niestety, nie pomoglo. Wczesniej tez recznie probowalem dac taka rozdzialke i odswiezanie ale nie wykrywa.

Kod:

X.Org X Server 1.12.3.902 (1.12.4 RC 2)
Release Date: 2012-08-19
[    15.247] X Protocol Version 11, Revision 0
[    15.247] Build Operating System: Linux 2.6.32-5-amd64 i686 Debian
[    15.247] Current Operating System: Linux Debian 3.2.0-3-686-pae #1 SMP Mon Jul 23 03:50:34 UTC 2012 i686
[    15.247] Kernel command line: BOOT_IMAGE=/vmlinuz-3.2.0-3-686-pae root=UUID=f18d0177-defb-43e0-b90f-0e83c0830d01 ro quiet
[    15.247] Build Date: 22 August 2012  09:32:08AM
[    15.247] xorg-server 2:1.12.3.902-1 (Julien Cristau <jcristau@debian.org>) 
[    15.247] Current version of pixman: 0.26.0
[    15.247]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[    15.247] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    15.247] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Oct 15 18:27:23 2012
[    15.296] (==) Using config file: "/etc/X11/xorg.conf"
[    15.296] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    15.343] (==) No Layout section.  Using the first Screen section.
[    15.343] (**) |-->Screen "Default Screen" (0)
[    15.343] (**) |   |-->Monitor "Configured Monitor"
[    15.344] (==) No device specified for screen "Default Screen".
    Using the first device section listed.
[    15.344] (**) |   |-->Device "Configured Video Device"
[    15.344] (==) Automatically adding devices
[    15.344] (==) Automatically enabling devices
[    15.378] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    15.378]     Entry deleted from font path.
[    15.386] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[    15.386]     Entry deleted from font path.
[    15.386] (==) FontPath set to:
    /usr/share/fonts/X11/misc,
    /usr/share/fonts/X11/100dpi/:unscaled,
    /usr/share/fonts/X11/75dpi/:unscaled,
    /usr/share/fonts/X11/Type1,
    /usr/share/fonts/X11/100dpi,
    /usr/share/fonts/X11/75dpi,
    built-ins
[    15.386] (==) ModulePath set to "/usr/lib/xorg/modules"
[    15.386] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[    15.386] (II) Loader magic: 0xb77135a0
[    15.386] (II) Module ABI versions:
[    15.386]     X.Org ANSI C Emulation: 0.4
[    15.386]     X.Org Video Driver: 12.1
[    15.386]     X.Org XInput driver : 16.0
[    15.387]     X.Org Server Extension : 6.0
[    15.388] (--) PCI:*(0:1:0:0) 10de:0622:1043:82a1 rev 161, Mem @ 0xfd000000/16777216, 0xe0000000/268435456, 0xfa000000/33554432, I/O @ 0x0000ec00/128, BIOS @ 0x????????/524288
[    15.388] (II) Open ACPI successful (/var/run/acpid.socket)
[    15.388] (II) LoadModule: "extmod"
[    15.389] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    15.400] (II) Module extmod: vendor="X.Org Foundation"
[    15.400]     compiled for 1.12.3.902, module version = 1.0.0
[    15.400]     Module class: X.Org Server Extension
[    15.400]     ABI class: X.Org Server Extension, version 6.0
[    15.400] (II) Loading extension SELinux
[    15.400] (II) Loading extension MIT-SCREEN-SAVER
[    15.400] (II) Loading extension XFree86-VidModeExtension
[    15.400] (II) Loading extension XFree86-DGA
[    15.400] (II) Loading extension DPMS
[    15.400] (II) Loading extension XVideo
[    15.400] (II) Loading extension XVideo-MotionCompensation
[    15.400] (II) Loading extension X-Resource
[    15.401] (II) LoadModule: "dbe"
[    15.401] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    15.417] (II) Module dbe: vendor="X.Org Foundation"
[    15.417]     compiled for 1.12.3.902, module version = 1.0.0
[    15.417]     Module class: X.Org Server Extension
[    15.417]     ABI class: X.Org Server Extension, version 6.0
[    15.417] (II) Loading extension DOUBLE-BUFFER
[    15.417] (II) LoadModule: "glx"
[    15.418] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    16.512] (II) Module glx: vendor="NVIDIA Corporation"
[    16.512]     compiled for 4.0.2, module version = 1.0.0
[    16.512]     Module class: X.Org Server Extension
[    16.512] (II) NVIDIA GLX Module  304.51  Tue Sep 18 17:58:56 PDT 2012
[    16.512] (II) Loading extension GLX
[    16.512] (II) LoadModule: "record"
[    16.512] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    16.529] (II) Module record: vendor="X.Org Foundation"
[    16.529]     compiled for 1.12.3.902, module version = 1.13.0
[    16.529]     Module class: X.Org Server Extension
[    16.529]     ABI class: X.Org Server Extension, version 6.0
[    16.529] (II) Loading extension RECORD
[    16.529] (II) LoadModule: "dri"
[    16.529] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    16.545] (II) Module dri: vendor="X.Org Foundation"
[    16.545]     compiled for 1.12.3.902, module version = 1.0.0
[    16.545]     ABI class: X.Org Server Extension, version 6.0
[    16.545] (II) Loading extension XFree86-DRI
[    16.545] (II) LoadModule: "dri2"
[    16.545] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    16.546] (II) Module dri2: vendor="X.Org Foundation"
[    16.546]     compiled for 1.12.3.902, module version = 1.2.0
[    16.546]     ABI class: X.Org Server Extension, version 6.0
[    16.546] (II) Loading extension DRI2
[    16.546] (II) LoadModule: "nvidia"
[    16.581] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    16.674] (II) Module nvidia: vendor="NVIDIA Corporation"
[    16.674]     compiled for 4.0.2, module version = 1.0.0
[    16.674]     Module class: X.Org Video Driver
[    16.702] (II) NVIDIA dlloader X Driver  304.51  Tue Sep 18 17:38:03 PDT 2012
[    16.702] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    16.713] (++) using VT number 7

[    16.718] (II) Loading sub module "fb"
[    16.718] (II) LoadModule: "fb"
[    16.718] (II) Loading /usr/lib/xorg/modules/libfb.so
[    16.741] (II) Module fb: vendor="X.Org Foundation"
[    16.741]     compiled for 1.12.3.902, module version = 1.0.0
[    16.741]     ABI class: X.Org ANSI C Emulation, version 0.4
[    16.741] (II) Loading sub module "wfb"
[    16.741] (II) LoadModule: "wfb"
[    16.741] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    16.754] (II) Module wfb: vendor="X.Org Foundation"
[    16.754]     compiled for 1.12.3.902, module version = 1.0.0
[    16.754]     ABI class: X.Org ANSI C Emulation, version 0.4
[    16.754] (II) Loading sub module "ramdac"
[    16.754] (II) LoadModule: "ramdac"
[    16.755] (II) Module "ramdac" already built-in
[    16.783] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen" for depth/fbbpp 24/32
[    16.783] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[    16.783] (==) NVIDIA(0): RGB weight 888
[    16.783] (==) NVIDIA(0): Default visual is TrueColor
[    16.783] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    16.784] (**) NVIDIA(0): Option "MetaModes" "1280x1024_75"
[    16.784] (**) NVIDIA(0): Enabling 2D acceleration
[    18.508] (WW) NVIDIA(GPU-0): The EDID read for display device CRT-1 is invalid:
[    18.508] (WW) NVIDIA(GPU-0):     unrecognized EDID Header.
[    18.508] (--) NVIDIA(GPU-0): 
[    18.508] (--) NVIDIA(GPU-0): Raw EDID bytes:
[    18.508] (--) NVIDIA(GPU-0): 
[    18.508] (--) NVIDIA(GPU-0):   a0 ff ff ff ff ff ff 00  1e 6d 3c 44 f2 2f 01 00
[    18.508] (--) NVIDIA(GPU-0):   22 10 01 03 6e 22 1b 78  ea dc 55 a3 59 48 9e 24
[    18.508] (--) NVIDIA(GPU-0):   11 50 54 bf ef 80 31 4f  45 4f 61 4f 81 80 01 01
[    18.508] (--) NVIDIA(GPU-0):   01 01 01 01 01 01 30 2a  00 98 51 00 2a 40 30 70
[    18.508] (--) NVIDIA(GPU-0):   13 00 52 0e 11 00 00 1e  00 00 00 fd 00 32 4b 1e
[    18.508] (--) NVIDIA(GPU-0):   53 0e 00 0a 20 20 20 20  20 20 00 00 00 fc 00 4c
[    18.508] (--) NVIDIA(GPU-0):   31 37 31 38 53 0a 20 20  20 20 20 20 00 00 00 fc
[    18.508] (--) NVIDIA(GPU-0):   00 20 0a 20 20 20 20 20  20 20 20 20 20 20 00 41
[    18.508] (--) NVIDIA(GPU-0): 
[    18.508] (--) NVIDIA(GPU-0):   00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
[    18.508] (--) NVIDIA(GPU-0):   00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
[    18.508] (--) NVIDIA(GPU-0):   00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
[    18.508] (--) NVIDIA(GPU-0):   00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
[    18.508] (--) NVIDIA(GPU-0):   00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
[    18.508] (--) NVIDIA(GPU-0):   00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
[    18.508] (--) NVIDIA(GPU-0):   00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
[    18.508] (--) NVIDIA(GPU-0):   00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
[    18.508] (--) NVIDIA(GPU-0): 
[    18.510] (II) NVIDIA(0): NVIDIA GPU GeForce 9600 GT (G94) at PCI:1:0:0 (GPU-0)
[    18.510] (--) NVIDIA(0): Memory: 1048576 kBytes
[    18.510] (--) NVIDIA(0): VideoBIOS: 62.94.3c.00.00
[    18.510] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    18.510] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
[    18.513] (--) NVIDIA(0): Valid display device(s) on GeForce 9600 GT at PCI:1:0:0
[    18.513] (--) NVIDIA(0):     CRT-0
[    18.513] (--) NVIDIA(0):     CRT-1 (connected)
[    18.513] (--) NVIDIA(0):     TV-0
[    18.513] (--) NVIDIA(0):     DFP-0
[    18.513] (--) NVIDIA(0):     DFP-1
[    18.513] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
[    18.513] (--) NVIDIA(0): CRT-1: 400.0 MHz maximum pixel clock
[    18.513] (--) NVIDIA(0): TV-0: 400.0 MHz maximum pixel clock
[    18.513] (--) NVIDIA(0): TV encoder: (null)
[    18.513] (--) NVIDIA(0): DFP-0: 330.0 MHz maximum pixel clock
[    18.513] (--) NVIDIA(0): DFP-0: Internal Single Link TMDS
[    18.513] (--) NVIDIA(0): DFP-1: 330.0 MHz maximum pixel clock
[    18.513] (--) NVIDIA(0): DFP-1: Internal Single Link TMDS
[    18.513] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[    18.513] (**) NVIDIA(0):     device CRT-1 (Using EDID frequencies has been enabled on
[    18.513] (**) NVIDIA(0):     all display devices.)
[    18.516] (WW) NVIDIA(0): No valid modes for "1280x1024_75"; removing.
[    18.516] (WW) NVIDIA(0): 
[    18.516] (WW) NVIDIA(0): Unable to validate any modes; falling back to the default mode
[    18.516] (WW) NVIDIA(0):     "nvidia-auto-select".
[    18.516] (WW) NVIDIA(0): 
[    18.516] (II) NVIDIA(0): Validated MetaModes:
[    18.516] (II) NVIDIA(0):     "CRT-1:nvidia-auto-select"
[    18.516] (II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
[    18.544] (WW) NVIDIA(0): Unable to get display device CRT-1's EDID; cannot compute DPI
[    18.544] (WW) NVIDIA(0):     from CRT-1's EDID.
[    18.544] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[    18.544] (--) Depth 24 pixmap format is 32 bpp
[    18.545] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
[    18.549] (II) NVIDIA(0): Setting mode "CRT-1:nvidia-auto-select"
[    18.588] (II) Loading extension NV-GLX
[    18.644] (==) NVIDIA(0): Disabling shared memory pixmaps
[    18.644] (==) NVIDIA(0): Backing store disabled
[    18.644] (==) NVIDIA(0): Silken mouse enabled
[    18.644] (==) NVIDIA(0): DPMS enabled
[    18.644] (II) Loading extension NV-CONTROL
[    18.644] (II) Loading extension XINERAMA
[    18.644] (II) Loading sub module "dri2"
[    18.644] (II) LoadModule: "dri2"
[    18.644] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    18.644] (II) Module dri2: vendor="X.Org Foundation"
[    18.644]     compiled for 1.12.3.902, module version = 1.2.0
[    18.644]     ABI class: X.Org Server Extension, version 6.0
[    18.644] (II) NVIDIA(0): [DRI2] Setup complete
[    18.644] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    18.645] (--) RandR disabled
[    18.645] (II) Initializing built-in extension Generic Event Extension
[    18.645] (II) Initializing built-in extension SHAPE
[    18.645] (II) Initializing built-in extension MIT-SHM
[    18.645] (II) Initializing built-in extension XInputExtension
[    18.645] (II) Initializing built-in extension XTEST
[    18.645] (II) Initializing built-in extension BIG-REQUESTS
[    18.645] (II) Initializing built-in extension SYNC
[    18.645] (II) Initializing built-in extension XKEYBOARD
[    18.645] (II) Initializing built-in extension XC-MISC
[    18.645] (II) Initializing built-in extension SECURITY
[    18.645] (II) Initializing built-in extension XINERAMA
[    18.645] (II) Initializing built-in extension XFIXES
[    18.645] (II) Initializing built-in extension RENDER
[    18.645] (II) Initializing built-in extension RANDR
[    18.645] (II) Initializing built-in extension COMPOSITE
[    18.645] (II) Initializing built-in extension DAMAGE
[    18.645] (II) SELinux: Disabled on system
[    18.647] (II) Initializing extension GLX
[    19.061] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    19.061] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    19.061] (II) LoadModule: "evdev"
[    19.061] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    19.079] (II) Module evdev: vendor="X.Org Foundation"
[    19.079]     compiled for 1.12.1, module version = 2.7.0
[    19.079]     Module class: X.Org XInput Driver
[    19.079]     ABI class: X.Org XInput driver, version 16.0
[    19.079] (II) Using input driver 'evdev' for 'Power Button'
[    19.079] (**) Power Button: always reports core events
[    19.079] (**) evdev: Power Button: Device: "/dev/input/event3"
[    19.080] (--) evdev: Power Button: Vendor 0 Product 0x1
[    19.080] (--) evdev: Power Button: Found keys
[    19.080] (II) evdev: Power Button: Configuring as keyboard
[    19.080] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    19.080] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    19.080] (**) Option "xkb_rules" "evdev"
[    19.080] (**) Option "xkb_model" "pc105"
[    19.080] (**) Option "xkb_layout" "pl"
[    19.141] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    19.141] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    19.141] (II) Using input driver 'evdev' for 'Power Button'
[    19.141] (**) Power Button: always reports core events
[    19.141] (**) evdev: Power Button: Device: "/dev/input/event2"
[    19.141] (--) evdev: Power Button: Vendor 0 Product 0x1
[    19.141] (--) evdev: Power Button: Found keys
[    19.142] (II) evdev: Power Button: Configuring as keyboard
[    19.142] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
[    19.142] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    19.142] (**) Option "xkb_rules" "evdev"
[    19.142] (**) Option "xkb_model" "pc105"
[    19.142] (**) Option "xkb_layout" "pl"
[    19.143] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event5)
[    19.143] (II) No input driver specified, ignoring this device.
[    19.143] (II) This device may have been added with another device file.
[    19.143] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/event1)
[    19.143] (**) Logitech USB Optical Mouse: Applying InputClass "evdev pointer catchall"
[    19.143] (II) Using input driver 'evdev' for 'Logitech USB Optical Mouse'
[    19.143] (**) Logitech USB Optical Mouse: always reports core events
[    19.143] (**) evdev: Logitech USB Optical Mouse: Device: "/dev/input/event1"
[    19.143] (--) evdev: Logitech USB Optical Mouse: Vendor 0x46d Product 0xc018
[    19.143] (--) evdev: Logitech USB Optical Mouse: Found 3 mouse buttons
[    19.143] (--) evdev: Logitech USB Optical Mouse: Found scroll wheel(s)
[    19.143] (--) evdev: Logitech USB Optical Mouse: Found relative axes
[    19.143] (--) evdev: Logitech USB Optical Mouse: Found x and y relative axes
[    19.143] (II) evdev: Logitech USB Optical Mouse: Configuring as mouse
[    19.143] (II) evdev: Logitech USB Optical Mouse: Adding scrollwheel support
[    19.144] (**) evdev: Logitech USB Optical Mouse: YAxisMapping: buttons 4 and 5
[    19.144] (**) evdev: Logitech USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    19.144] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/input/input1/event1"
[    19.144] (II) XINPUT: Adding extended input device "Logitech USB Optical Mouse" (type: MOUSE, id 8)
[    19.144] (II) evdev: Logitech USB Optical Mouse: initialized for relative axes.
[    19.144] (**) Logitech USB Optical Mouse: (accel) keeping acceleration scheme 1
[    19.144] (**) Logitech USB Optical Mouse: (accel) acceleration profile 0
[    19.144] (**) Logitech USB Optical Mouse: (accel) acceleration factor: 2.000
[    19.144] (**) Logitech USB Optical Mouse: (accel) acceleration threshold: 4
[    19.144] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/mouse0)
[    19.145] (II) No input driver specified, ignoring this device.
[    19.145] (II) This device may have been added with another device file.
[    19.145] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    19.145] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    19.145] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    19.145] (**) AT Translated Set 2 keyboard: always reports core events
[    19.145] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    19.145] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    19.145] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    19.145] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    19.145] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    19.145] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
[    19.145] (**) Option "xkb_rules" "evdev"
[    19.145] (**) Option "xkb_model" "pc105"
[    19.145] (**) Option "xkb_layout" "pl"
[    19.146] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[    19.146] (II) No input driver specified, ignoring this device.
[    19.146] (II) This device may have been added with another device file.
[    50.350] (WW) NVIDIA(GPU-0): The EDID read for display device CRT-1 is invalid:
[    50.350] (WW) NVIDIA(GPU-0):     unrecognized EDID Header.
[    50.350] (--) NVIDIA(GPU-0): 
[    50.350] (--) NVIDIA(GPU-0): Raw EDID bytes:
[    50.350] (--) NVIDIA(GPU-0): 
[    50.350] (--) NVIDIA(GPU-0):   a0 ff ff ff ff ff ff 00  1e 6d 3c 44 f2 2f 01 00
[    50.350] (--) NVIDIA(GPU-0):   22 10 01 03 6e 22 1b 78  ea dc 55 a3 59 48 9e 24
[    50.350] (--) NVIDIA(GPU-0):   11 50 54 bf ef 80 31 4f  45 4f 61 4f 81 80 01 01
[    50.350] (--) NVIDIA(GPU-0):   01 01 01 01 01 01 30 2a  00 98 51 00 2a 40 30 70
[    50.350] (--) NVIDIA(GPU-0):   13 00 52 0e 11 00 00 1e  00 00 00 fd 00 32 4b 1e
[    50.350] (--) NVIDIA(GPU-0):   53 0e 00 0a 20 20 20 20  20 20 00 00 00 fc 00 4c
[    50.350] (--) NVIDIA(GPU-0):   31 37 31 38 53 0a 20 20  20 20 20 20 00 00 00 fc
[    50.350] (--) NVIDIA(GPU-0):   00 20 0a 20 20 20 20 20  20 20 20 20 20 20 00 41
[    50.350] (--) NVIDIA(GPU-0): 
[    50.350] (--) NVIDIA(GPU-0):   00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
[    50.350] (--) NVIDIA(GPU-0):   00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
[    50.350] (--) NVIDIA(GPU-0):   00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
[    50.350] (--) NVIDIA(GPU-0):   00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
[    50.350] (--) NVIDIA(GPU-0):   00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
[    50.350] (--) NVIDIA(GPU-0):   00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
[    50.350] (--) NVIDIA(GPU-0):   00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
[    50.350] (--) NVIDIA(GPU-0):   00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
[    50.350] (--) NVIDIA(GPU-0): 
[    50.350] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[    50.350] (**) NVIDIA(0):     device CRT-1 (Using EDID frequencies has been enabled on
[    50.350] (**) NVIDIA(0):     all display devices.)
[    50.484] (WW) NVIDIA(GPU-0): The EDID read for display device CRT-1 is invalid:
[    50.484] (WW) NVIDIA(GPU-0):     unrecognized EDID Header.
[    50.484] (--) NVIDIA(GPU-0): 
[    50.484] (--) NVIDIA(GPU-0): Raw EDID bytes:
[    50.484] (--) NVIDIA(GPU-0): 
[    50.484] (--) NVIDIA(GPU-0):   a0 ff ff ff ff ff ff 00  1e 6d 3c 44 f2 2f 01 00
[    50.484] (--) NVIDIA(GPU-0):   22 10 01 03 6e 22 1b 78  ea dc 55 a3 59 48 9e 24
[    50.484] (--) NVIDIA(GPU-0):   11 50 54 bf ef 80 31 4f  45 4f 61 4f 81 80 01 01
[    50.484] (--) NVIDIA(GPU-0):   01 01 01 01 01 01 30 2a  00 98 51 00 2a 40 30 70
[    50.484] (--) NVIDIA(GPU-0):   13 00 52 0e 11 00 00 1e  00 00 00 fd 00 32 4b 1e
[    50.484] (--) NVIDIA(GPU-0):   53 0e 00 0a 20 20 20 20  20 20 00 00 00 fc 00 4c
[    50.484] (--) NVIDIA(GPU-0):   31 37 31 38 53 0a 20 20  20 20 20 20 00 00 00 fc
[    50.484] (--) NVIDIA(GPU-0):   00 20 0a 20 20 20 20 20  20 20 20 20 20 20 00 41
[    50.484] (--) NVIDIA(GPU-0): 
[    50.484] (--) NVIDIA(GPU-0):   00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
[    50.484] (--) NVIDIA(GPU-0):   00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
[    50.484] (--) NVIDIA(GPU-0):   00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
[    50.484] (--) NVIDIA(GPU-0):   00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
[    50.484] (--) NVIDIA(GPU-0):   00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
[    50.484] (--) NVIDIA(GPU-0):   00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
[    50.484] (--) NVIDIA(GPU-0):   00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
[    50.484] (--) NVIDIA(GPU-0):   00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
[    50.484] (--) NVIDIA(GPU-0): 
[    50.484] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[    50.484] (**) NVIDIA(0):     device CRT-1 (Using EDID frequencies has been enabled on
[    50.484] (**) NVIDIA(0):     all display devices.)

    18.516] (WW) NVIDIA(0): No valid modes for "1280x1024_75"; removing.   - cos prubuje ale nie zatwierdza...



EDIT:

Udało się uzyskać 1280x1024 przy 75Hz :)

xorg.conf:

Kod:

Section "Monitor"
        Identifier      "Configured Monitor"
        HorizSync        30.0 - 81.0
        VertRefresh      56.0 - 75.0
        
EndSection

Section "Device"
        Identifier      "Configured Video Device"
        Driver          "nvidia"
        VendorName      "NVIDIA Corporation"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Monitor         "Configured Monitor"

    Option          "UseEDID" "false"
    Option          "metamodes" "1280x1024"
EndSection

Ostatnio edytowany przez BlackEvo (2012-10-15 18:57:12)

Offline

 

#31  2012-10-20 10:36:31

  BlackEvo - Driver

BlackEvo
Driver
Skąd: Polska
Zarejestrowany: 2006-05-20

Re: Nie mogę ustawić rozdzielczości większej niż 640x480.

ArnVaker:

Mam małą zagwostkę nad  którą siedziałem do 3:00 w nocy i poległem.

Pacjent: NVIDIA ION (9400M) w Lenovo S12 mojej "lepszej połówki".
Wcześniej  korzystała z Lubuntu. Wersja sterownika która tam obsługiwała kartę to 295.40 i karta pracowała na takim xorg'u:

Kod:

Section "Device"
        Identifier      "Default Device"
        Option  "NoLogo"        "True"
EndSection

Postawiłem Wheezy, zainstalowałem tą samą wersję sterownika [ zamknięte ] i podmieniłem xorg.conf  - nie odpalił.

"Dorobiłem" swój który działa [ nvidia-xconfig tworzył jakiś bezndziejny bo nie miałem wyższych rozdziałek. ] który wygląda tak:

Kod:

Section "Monitor"
    Identifier     "Configured Monitor"
    Option         "metamodes" "1280x800_60"
EndSection

Section "Device"
    Identifier     "Configured Video Device"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Monitor        "Configured Monitor"
EndSection

W czym problem? Sterowniki działają ale... rozchodzi się o rozdzielczość. Potrzebuję 1280x800 i... teoretycznie taką mam.

W NVIDIA - X Server Setting na liście jest taka i do tego niższe [ które mnie nie interesują ] ale... wszystko po zatwierdzeniu jest wielkie. Terminal ma 3/4 ekranu, czcionki mimo iż tej samej wielkości co w Lubuntu są ogromne.


Podany przez Ciebie wcześniej do mojego GF 9600GT także przerobiłem podając wartości odświeżania które wygenerowałem przez nvidia-xconfig a zmieniając tylko rozdziałkę. - Nie odpalał w ogóle.

Poddaję się i proszę o jakieś wskazówki ;)

Ostatnio edytowany przez BlackEvo (2012-10-20 10:37:34)

Offline

 

#32  2012-10-20 10:47:26

  ArnVaker - Kapelusznik

ArnVaker
Kapelusznik
Skąd: Midgard
Zarejestrowany: 2009-05-06

Re: Nie mogę ustawić rozdzielczości większej niż 640x480.

W Ubuntu w ogóle nie jest xorg.conf potrzebny do zamkniętych sterowników AFAIK. Ten z Ubuntu nie określa sterownika, zatem to normalne, że w Debianie nie powodował użycia zamkniętych. Co do reszty, to może DPI jakieś kosmiczne jest ustawione. Sprawdź:

Kod:

grep DPI /var/log/Xorg.0.log

DPI jeszcze można ustawić z poziomu użytkownika i danego środowiska graficznego.

Offline

 

#33  2012-10-20 10:50:00

  BlackEvo - Driver

BlackEvo
Driver
Skąd: Polska
Zarejestrowany: 2006-05-20

Re: Nie mogę ustawić rozdzielczości większej niż 640x480.

Tzn w tym ubuntu sterownika nie instalowałem z zamkniętych a z tego ich menadżera sterowników czy jakoś tak. W każdym bądź razie trybiło i wszystko wyglądało jak powinno.

Kod:

[    29.397] (--) NVIDIA(0): DPI set to (125, 126); computed from "UseEdidDpi" X config

Środowisko - LXDE

Ostatnio edytowany przez BlackEvo (2012-10-20 10:52:12)

Offline

 

#34  2012-10-20 10:53:13

  ArnVaker - Kapelusznik

ArnVaker
Kapelusznik
Skąd: Midgard
Zarejestrowany: 2009-05-06

Re: Nie mogę ustawić rozdzielczości większej niż 640x480.

Ten menedżer sterowników służy właśnie do instalacji zamkniętych sterowników. Spróbuj zbić DPI, bo wydaje się dużo. Nie wiem czy w LXDE można to wyklikać, jeśli nie, to przez xorg.conf da się ustawić.

EDIT: Albo w .Xresources nawet, np.:

Kod:

Xft.dpi:    85x86

Warto byłoby sprawdzić na tym Lubuntu DPI jeśli masz taką możliwość.

Offline

 

#35  2012-10-20 10:57:54

  BlackEvo - Driver

BlackEvo
Driver
Skąd: Polska
Zarejestrowany: 2006-05-20

Re: Nie mogę ustawić rozdzielczości większej niż 640x480.

No właśnie wyklikać tego nie idzie. Gnome to nie jest :)
Ech, masz przykładową konfigurację którą mogę wkleić?  - Nie wyspałem się :)

Offline

 

#36  2012-10-20 10:58:27

  ArnVaker - Kapelusznik

ArnVaker
Kapelusznik
Skąd: Midgard
Zarejestrowany: 2009-05-06

Re: Nie mogę ustawić rozdzielczości większej niż 640x480.

Wyżej dałem za pomocą .Xresources, zobacz na razie tym sposobem. ;)

EDIT: W xorg.conf można przykładowo via:

Kod:

Option    "DPI" "85x86"

Offline

 

#37  2012-10-20 11:03:53

  BlackEvo - Driver

BlackEvo
Driver
Skąd: Polska
Zarejestrowany: 2006-05-20

Re: Nie mogę ustawić rozdzielczości większej niż 640x480.

ArnVaker napisał(-a):

EDIT: Albo w .Xresources nawet, np.:

Kod:

Xft.dpi:    85x86

Warto byłoby sprawdzić na tym Lubuntu DPI jeśli masz taką możliwość.

Kłaniam się nisko - dziękuję Ci bardzo ;)

Utworzyłem .Xresources i dodałem ww wpis - w końcu jest tak jak ma być.

Nie myślałem żeby poszukać przed reinstalką jakie ma DPI w Lubuntu bo się tego za cholerę nie spodziewałem ;)

Jeszcze raz dzięki wielkie :)

Offline

 

#38  2012-10-20 11:04:49

  ArnVaker - Kapelusznik

ArnVaker
Kapelusznik
Skąd: Midgard
Zarejestrowany: 2009-05-06

Re: Nie mogę ustawić rozdzielczości większej niż 640x480.

OK, możesz dopisać w xorg.conf w takim razie.

Do sekcji „monitor”:

Kod:

Option    "DPI" "85x86"

Offline

 

#39  2012-10-20 11:06:36

  BlackEvo - Driver

BlackEvo
Driver
Skąd: Polska
Zarejestrowany: 2006-05-20

Re: Nie mogę ustawić rozdzielczości większej niż 640x480.

Ok, już dopisuję ;)

Dziękuję raz jeszcze

Offline

 

#40  2012-10-20 11:29:10

  fervi - Użytkownik

fervi
Użytkownik
Zarejestrowany: 2010-03-14

Re: Nie mogę ustawić rozdzielczości większej niż 640x480.

Ja mam takie pytanko

Tutaj męczycie się z xorg.conf, a nie da się tego (rozdzielczości) ustawić z nvidia-settings? Ja mam takie możliwości, ale mam Optimus'a, więc nie muszę się z tym bawić, dlatego was pytam :P

Fervi

Offline

 

#41  2012-10-20 11:32:13

  ArnVaker - Kapelusznik

ArnVaker
Kapelusznik
Skąd: Midgard
Zarejestrowany: 2009-05-06

Re: Nie mogę ustawić rozdzielczości większej niż 640x480.

Poruszane tutaj problemy dotyczą sytuacji gdy w nvidia-settings z jakichś powodów (przeważnie coś z EDID) nie ma do wyboru odpowiedniej rozdzielczości. Wyjątkiem jest ten ostatni, dzisiejszy problem, dotyczący zbyt wysokiego DPI, którego ustawić w nvidia-settings w ogóle się nie da. Następnym razem zamiast zadawać głupie pytania przeczytaj po prostu wątek.

Offline

 

Stopka forum

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson
Możesz wyłączyć AdBlock — tu nie ma reklam ;-)