intel e grafica a bassa risoluzione

15 risposte [Ultimo messaggio]
Ritratto di charly
charly
(Junior)
Offline
Junior
Iscritto: 22/09/2014
Messaggi: 12

Salve a tutti,

ho da poco installato OpenMandriva 2014 Lx e la risoluzione grafica va solo fino a 1024x768 (normalmente dovrebbe essere 1280x1024):

uppix.com

uppix.com

Altre info:

kernel:

[openmand2014@localhost ~]$ uname -r
3.15.10-nrjQL-desktop-1omv
[openmand2014@localhost ~]$ 

Vga:

[openmand2014@localhost ~]$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 4th Generation Core Processor Family Integrated Graphics Controller (rev 06)
[openmand2014@localhost ~]$

Render:

[openmand2014@localhost ~]$ xrandr
Screen 0: minimum 8 x 8, current 1024 x 768, maximum 32767 x 32767
VGA1 connected primary 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   1024x768      60.00* 
   800x600       60.32    56.25  
   768x576       99.99    79.37  
   848x480       60.00  
   640x480       59.94  
HDMI1 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
[openmand2014@localhost ~]$

anche sa la risoluzione mi viene riconosciuta:

uppix.com

Grazie a tutti in anticipo pro l'aiuto.

Giorgio

Ritratto di mandian
mandian
(Geek)
Offline
Geek
Iscritto: 12/07/2009
Messaggi: 181

Hai già provato ad impostare la risoluzione dal centro di controllo? Se non funziona prova a postare qui il file /etc/X11/xorg.conf, se presente (può essere che abbia anche un'estensione aggiuntiva, non ricordo ... è un po' che non lo uso più) e soprattutto il file /var/log/Xorg.0.log, così vediamo cos'è che non va per il verso giusto.

ciao,
mandian

Ritratto di charly
charly
(Junior)
Offline
Junior
Iscritto: 22/09/2014
Messaggi: 12

Ecco il file /etc/X11/xorg.conf:

[openmand2014@localhost ~]$ cat  /etc/X11/xorg.conf   
# File generated by XFdrake (rev )
 
# **********************************************************************
# 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)
    AllowMouseOpenFail # allows the server to start up even if the mouse does not work
    #DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection
 
Section "InputClass"
    Identifier "Keyboard Defaults"
    MatchIsKeyboard "yes"
    Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
 
Section "Module"
    Load "v4l" # Video for Linux
EndSection
 
Section "Monitor"
    Identifier "monitor1"
    VendorName "Generic"
    ModelName "1280x1024 @ 74 Hz"
    HorizSync 31.5-79.0
    VertRefresh 50.0-90.0
 
    # TV fullscreen mode or DVD fullscreen output.
    # 768x576 @ 79 Hz, 50 kHz hsync
    ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
 
    # 768x576 @ 100 Hz, 61.6 kHz hsync
    ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616                                                    
EndSection                                                                                                                   
 
Section "Device"                                                                                                             
    Identifier "device1"
    VendorName "Intel Corporation"
    BoardName "Intel 810 and later"
    Driver "intel"
    Option "DPMS"
EndSection
 
Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
    DefaultColorDepth 24
 
    Subsection "Display"
        Depth 8
        Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
 
    Subsection "Display"
        Depth 15
        Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
 
    Subsection "Display"
        Depth 16
        Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
 
    Subsection "Display"
        Depth 24
        Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
EndSection
 
Section "ServerLayout"
    Identifier "layout1"
    Screen "screen1"
EndSection
[openmand2014@localhost ~]$ 

e il file /var/log/Xorg.0.log:

[openmand2014@localhost ~]$ cat  /var/log/Xorg.0.log 
[    17.119] 
X.Org X Server 1.15.1
Release Date: 2014-04-13
[    17.119] X Protocol Version 11, Revision 0
[    17.119] Build Operating System: Linux_3.11.0-9-generic mandriva
[    17.119] Current Operating System: Linux localhost.localdomain 3.15.10-nrjQL-desktop-1omv #1 SMP PREEMPT Tue Sep 16 15:54:07 UTC 2014 x86_64
[    17.119] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.15.10-nrjQL-desktop-1omv root=UUID=2916f68f-ced2-42df-98d3-9ec996f817e5 ro quiet splash=silent logo.nologo acpi_osi=Linux acpi_backlight=vendor locale.lang=it_IT.UTF-8 resume=/dev/sda2
[    17.119] Build Date: 29 August 2014  04:25:43PM
[    17.119]  
[    17.119] Current version of pixman: 0.32.4
[    17.119]    Before reporting problems, check https://issues.openmandriva.org/
        to make sure that you have the latest version.
[    17.119] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    17.119] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Sep 23 21:43:05 2014
[    17.848] (==) Using config file: "/etc/X11/xorg.conf"
[    17.848] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    17.848] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    17.884] (==) ServerLayout "layout1"
[    17.884] (**) |-->Screen "screen1" (0)
[    17.884] (**) |   |-->Monitor "monitor1"
[    17.895] (**) |   |-->Device "device1"
[    17.895] (**) Option "DontZap" "False"
[    17.895] (**) Option "AllowMouseOpenFail"
[    17.895] (==) Automatically adding devices
[    17.895] (==) Automatically enabling devices
[    17.895] (==) Automatically adding GPU devices
[    17.895] (==) FontPath set to:
        catalogue:/etc/X11/fontpath.d
[    17.895] (==) ModulePath set to "/usr/lib64/xorg/extra-modules,/usr/lib64/xorg/modules"
[    17.895] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[    17.895] (II) Loader magic: 0x7f2cf7636020
[    17.895] (II) Module ABI versions:
[    17.895]    X.Org ANSI C Emulation: 0.4
[    17.895]    X.Org Video Driver: 15.0
[    17.895]    X.Org XInput driver : 20.0
[    17.895]    X.Org Server Extension : 8.0
[    17.896] (II) xfree86: Adding drm device (/dev/dri/card0)
[    17.896] (--) PCI:*(0:0:2:0) 8086:041e:1025:0825 rev 6, Mem @ 0xf7800000/4194304, 0xe0000000/268435456, I/O @ 0x0000f000/64
[    17.896] (II) Open ACPI successful (/var/run/acpid.socket)
[    17.897] Initializing built-in extension Generic Event Extension
[    17.897] Initializing built-in extension SHAPE
[    17.897] Initializing built-in extension MIT-SHM
[    17.897] Initializing built-in extension XInputExtension
[    17.897] Initializing built-in extension XTEST
[    17.897] Initializing built-in extension BIG-REQUESTS
[    17.897] Initializing built-in extension SYNC
[    17.897] Initializing built-in extension XKEYBOARD
[    17.897] Initializing built-in extension XC-MISC
[    17.897] Initializing built-in extension SECURITY
[    17.897] Initializing built-in extension XINERAMA
[    17.897] Initializing built-in extension XFIXES
[    17.897] Initializing built-in extension XFree86-Bigfont
[    17.897] Initializing built-in extension RENDER
[    17.897] Initializing built-in extension RANDR
[    17.897] Initializing built-in extension COMPOSITE
[    17.897] Initializing built-in extension DAMAGE
[    17.897] Initializing built-in extension MIT-SCREEN-SAVER
[    17.897] Initializing built-in extension DOUBLE-BUFFER
[    17.897] Initializing built-in extension RECORD
[    17.897] Initializing built-in extension DPMS
[    17.897] Initializing built-in extension Present
[    17.897] Initializing built-in extension DRI3
[    17.897] Initializing built-in extension X-Resource
[    17.897] Initializing built-in extension XVideo
[    17.897] Initializing built-in extension XVideo-MotionCompensation
[    17.897] Initializing built-in extension XFree86-VidModeExtension
[    17.897] Initializing built-in extension XFree86-DGA
[    17.897] Initializing built-in extension XFree86-DRI
[    17.897] Initializing built-in extension DRI2
[    17.897] (II) "glx" will be loaded by default.
[    17.897] (II) LoadModule: "v4l"
[    17.909] (II) Loading /usr/lib64/xorg/modules/drivers/v4l_drv.so
[    17.921] (II) Module v4l: vendor="X.Org Foundation"
[    17.921]    compiled for 1.15.0, module version = 0.1.1
[    17.921]    ABI class: X.Org Video Driver, version 15.0
[    17.921] (II) LoadModule: "glx"
[    17.934] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[    18.045] (II) Module glx: vendor="X.Org Foundation"
[    18.045]    compiled for 1.15.1, module version = 1.0.0
[    18.045]    ABI class: X.Org Server Extension, version 8.0
[    18.045] (==) AIGLX enabled
[    18.045] Loading extension GLX
[    18.045] (II) LoadModule: "intel"
[    18.045] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so
[    18.086] (II) Module intel: vendor="X.Org Foundation"
[    18.086]    compiled for 1.15.0, module version = 2.99.911
[    18.086]    Module class: X.Org Video Driver
[    18.086]    ABI class: X.Org Video Driver, version 15.0
[    18.086] (II) v4l driver for Video4Linux
[    18.086] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
        i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
        915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
        Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
        GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[    18.086] (II) intel: Driver for Intel(R) HD Graphics: 2000-5000
[    18.086] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100
[    18.086] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200
[    18.086] (++) using VT number 1
 
[    18.086] (WW) Falling back to old probe method for v4l
[    18.101] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics
[    18.101] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2
[    18.101] (**) intel(0): Depth 24, (--) framebuffer bpp 32
[    18.101] (==) intel(0): RGB weight 888
[    18.101] (==) intel(0): Default visual is TrueColor
[    18.101] (**) intel(0): Framebuffer tiled
[    18.101] (**) intel(0): Pixmaps tiled
[    18.101] (**) intel(0): "Tear free" disabled
[    18.101] (**) intel(0): Forcing per-crtc-pixmaps? no
[    18.101] (II) intel(0): Output VGA1 using monitor section monitor1
[    18.101] (II) intel(0): Output HDMI1 has no monitor section
[    18.101] (II) intel(0): Output VIRTUAL1 has no monitor section
[    18.101] (II) intel(0): EDID for output VGA1
[    18.101] (II) intel(0): Not using mode "768x576" (vrefresh out of range)
[    18.101] (II) intel(0): Not using mode "848x480" (hsync out of range)
[    18.101] (II) intel(0): Printing probed modes for output VGA1
[    18.101] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    18.101] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    18.101] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    18.101] (II) intel(0): Modeline "768x576"x79.4   50.00  768 832 846 1000  576 590 595 630 (50.0 kHz)
[    18.101] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 489 492 525 -hsync -vsync (31.5 kHz e)
[    18.101] (II) intel(0): EDID for output HDMI1
[    18.101] (II) intel(0): EDID for output VIRTUAL1
[    18.101] (II) intel(0): Output VGA1 connected
[    18.102] (II) intel(0): Output HDMI1 disconnected
[    18.102] (II) intel(0): Output VIRTUAL1 disconnected
[    18.102] (II) intel(0): Using exact sizes for initial modes
[    18.102] (II) intel(0): Output VGA1 using initial mode 1024x768
[    18.102] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    18.102] (==) intel(0): DPI set to (96, 96)
[    18.102] (II) Loading sub module "dri2"
[    18.102] (II) LoadModule: "dri2"
[    18.102] (II) Module "dri2" already built-in
[    18.102] (==) Depth 24 pixmap format is 32 bpp
[    18.117] (II) intel(0): SNA initialized with Haswell (gen7.5, gt2) backend
[    18.117] (==) intel(0): Backing store enabled
[    18.117] (==) intel(0): Silken mouse enabled
[    18.118] (II) intel(0): HW Cursor enabled
[    18.118] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    18.119] (**) intel(0): DPMS enabled
[    18.119] (II) intel(0): [DRI2] Setup complete
[    18.119] (II) intel(0): [DRI2]   DRI driver: i965
[    18.119] (II) intel(0): [DRI2]   VDPAU driver: i965
[    18.119] (II) intel(0): direct rendering: DRI2 Enabled
[    18.119] (==) intel(0): hotplug detection: "enabled"
[    18.119] (--) RandR disabled
[    18.251] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    18.251] (II) AIGLX: enabled GLX_ARB_create_context
[    18.251] (II) AIGLX: enabled GLX_ARB_create_context_profile
[    18.251] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[    18.251] (II) AIGLX: enabled GLX_INTEL_swap_event
[    18.251] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    18.251] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[    18.251] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[    18.251] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    18.251] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[    18.251] (II) AIGLX: Loaded and initialized i965
[    18.251] (II) GLX: Initialized DRI2 GL provider for screen 0
[    18.266] (II) intel(0): switch to mode 1024x768@60.0 on VGA1 using pipe 0, position (0, 0), rotation normal, reflection none
[    18.276] (II) intel(0): Setting screen physical size to 270 x 203
[    18.485] (II) XKB: generating xkmfile /usr/share/X11/xkb/compiled/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[    18.653] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    18.653] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    18.653] (**) Power Button: Applying InputClass "system-keyboard"
[    18.653] (**) Power Button: Applying InputClass "touchpad catchall"
[    18.653] (**) Power Button: Applying InputClass "keyboard defaults"
[    18.653] (**) Power Button: Applying InputClass "Keyboard Defaults"
[    18.653] (II) LoadModule: "evdev"
[    18.653] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[    19.879] (II) Module evdev: vendor="X.Org Foundation"
[    19.879]    compiled for 1.15.1, module version = 2.8.4
[    19.879]    Module class: X.Org XInput Driver
[    19.879]    ABI class: X.Org XInput driver, version 20.0
[    19.879] (II) Using input driver 'evdev' for 'Power Button'
[    19.879] (**) Power Button: always reports core events
[    19.879] (**) evdev: Power Button: Device: "/dev/input/event3"
[    19.879] (--) evdev: Power Button: Vendor 0 Product 0x1
[    19.879] (--) evdev: Power Button: Found keys
[    19.879] (II) evdev: Power Button: Configuring as keyboard
[    19.879] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event3"
[    19.879] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    19.879] (**) Option "xkb_rules" "evdev"
[    19.879] (**) Option "xkb_model" "pc105"
[    19.879] (**) Option "xkb_layout" "it"
[    19.879] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    19.881] (II) XKB: generating xkmfile /usr/share/X11/xkb/compiled/server-CE9E112D708AAFA2376E65C27974ED1D649E43E2.xkm
[    19.946] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[    19.946] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    19.946] (**) Video Bus: Applying InputClass "system-keyboard"
[    19.946] (**) Video Bus: Applying InputClass "touchpad catchall"
[    19.946] (**) Video Bus: Applying InputClass "keyboard defaults"
[    19.946] (**) Video Bus: Applying InputClass "Keyboard Defaults"
[    19.946] (II) Using input driver 'evdev' for 'Video Bus'
[    19.947] (**) Video Bus: always reports core events
[    19.947] (**) evdev: Video Bus: Device: "/dev/input/event4"
[    19.947] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    19.947] (--) evdev: Video Bus: Found keys
[    19.947] (II) evdev: Video Bus: Configuring as keyboard
[    19.947] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5/event4"
[    19.947] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    19.947] (**) Option "xkb_rules" "evdev"
[    19.947] (**) Option "xkb_model" "pc105"
[    19.947] (**) Option "xkb_layout" "it"
[    19.947] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    19.947] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    19.947] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    19.947] (**) Power Button: Applying InputClass "system-keyboard"
[    19.947] (**) Power Button: Applying InputClass "touchpad catchall"
[    19.947] (**) Power Button: Applying InputClass "keyboard defaults"
[    19.947] (**) Power Button: Applying InputClass "Keyboard Defaults"
[    19.947] (II) Using input driver 'evdev' for 'Power Button'
[    19.947] (**) Power Button: always reports core events
[    19.947] (**) evdev: Power Button: Device: "/dev/input/event2"
[    19.947] (--) evdev: Power Button: Vendor 0 Product 0x1
[    19.947] (--) evdev: Power Button: Found keys
[    19.947] (II) evdev: Power Button: Configuring as keyboard
[    19.947] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event2"
[    19.947] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    19.947] (**) Option "xkb_rules" "evdev"
[    19.947] (**) Option "xkb_model" "pc105"
[    19.947] (**) Option "xkb_layout" "it"
[    19.947] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    19.947] (II) config/udev: Adding drm device (/dev/dri/card0)
[    19.949] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event5)
[    19.949] (**) HDA Intel HDMI HDMI/DP,pcm=3: Applying InputClass "touchpad catchall"
[    19.949] (II) No input driver specified, ignoring this device.
[    19.949] (II) This device may have been added with another device file.
[    19.950] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event9)
[    19.950] (**) HDA Intel PCH Line Out: Applying InputClass "touchpad catchall"
[    19.950] (II) No input driver specified, ignoring this device.
[    19.950] (II) This device may have been added with another device file.
[    19.950] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event10)
[    19.950] (**) HDA Intel PCH Front Headphone: Applying InputClass "touchpad catchall"
[    19.950] (II) No input driver specified, ignoring this device.
[    19.950] (II) This device may have been added with another device file.
[    19.950] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event6)
[    19.950] (**) HDA Intel PCH Front Mic: Applying InputClass "touchpad catchall"
[    19.950] (II) No input driver specified, ignoring this device.
[    19.950] (II) This device may have been added with another device file.
[    19.950] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event7)
[    19.950] (**) HDA Intel PCH Rear Mic: Applying InputClass "touchpad catchall"
[    19.950] (II) No input driver specified, ignoring this device.
[    19.950] (II) This device may have been added with another device file.
[    19.950] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event8)
[    19.950] (**) HDA Intel PCH Line: Applying InputClass "touchpad catchall"
[    19.950] (II) No input driver specified, ignoring this device.
[    19.950] (II) This device may have been added with another device file.
[    19.951] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    19.951] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    19.951] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[    19.951] (**) AT Translated Set 2 keyboard: Applying InputClass "touchpad catchall"
[    19.951] (**) AT Translated Set 2 keyboard: Applying InputClass "keyboard defaults"
[    19.951] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Defaults"
[    19.951] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    19.951] (**) AT Translated Set 2 keyboard: always reports core events
[    19.951] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    19.951] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    19.951] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    19.951] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    19.951] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    19.951] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
[    19.951] (**) Option "xkb_rules" "evdev"
[    19.951] (**) Option "xkb_model" "pc105"
[    19.951] (**) Option "xkb_layout" "it"
[    19.951] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    19.951] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/event1)
[    19.951] (**) ImPS/2 Generic Wheel Mouse: Applying InputClass "evdev pointer catchall"
[    19.951] (**) ImPS/2 Generic Wheel Mouse: Applying InputClass "touchpad catchall"
[    19.951] (II) Using input driver 'evdev' for 'ImPS/2 Generic Wheel Mouse'
[    19.951] (**) ImPS/2 Generic Wheel Mouse: always reports core events
[    19.951] (**) evdev: ImPS/2 Generic Wheel Mouse: Device: "/dev/input/event1"
[    19.951] (--) evdev: ImPS/2 Generic Wheel Mouse: Vendor 0x2 Product 0x5
[    19.951] (--) evdev: ImPS/2 Generic Wheel Mouse: Found 3 mouse buttons
[    19.951] (--) evdev: ImPS/2 Generic Wheel Mouse: Found scroll wheel(s)
[    19.951] (--) evdev: ImPS/2 Generic Wheel Mouse: Found relative axes
[    19.951] (--) evdev: ImPS/2 Generic Wheel Mouse: Found x and y relative axes
[    19.951] (II) evdev: ImPS/2 Generic Wheel Mouse: Configuring as mouse
[    19.951] (II) evdev: ImPS/2 Generic Wheel Mouse: Adding scrollwheel support
[    19.951] (**) evdev: ImPS/2 Generic Wheel Mouse: YAxisMapping: buttons 4 and 5
[    19.951] (**) evdev: ImPS/2 Generic Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    19.951] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input2/event1"
[    19.951] (II) XINPUT: Adding extended input device "ImPS/2 Generic Wheel Mouse" (type: MOUSE, id 10)
[    19.951] (II) evdev: ImPS/2 Generic Wheel Mouse: initialized for relative axes.
[    19.951] (**) ImPS/2 Generic Wheel Mouse: (accel) keeping acceleration scheme 1
[    19.951] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration profile 0
[    19.951] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration factor: 2.000
[    19.951] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration threshold: 4
[    19.952] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/mouse0)
[    19.952] (**) ImPS/2 Generic Wheel Mouse: Applying InputClass "touchpad catchall"
[    19.952] (II) No input driver specified, ignoring this device.
[    19.952] (II) This device may have been added with another device file.
[    26.094] FreeType: couldn't find encoding 'iso8859-13' for '/etc/X11/fontpath.d/../../../usr/share/fonts/default/Type1/adobestd35/a010013l.pfb'
[  1691.685] (II) intel(0): switch to mode 1024x768@60.0 on VGA1 using pipe 0, position (0, 0), rotation normal, reflection none
[  1724.073] FreeType: couldn't find encoding 'iso8859-13' for '/etc/X11/fontpath.d/../../../usr/share/fonts/default/Type1/adobestd35/a010013l.pfb'
[  1833.858] FreeType: couldn't find encoding 'iso8859-13' for '/etc/X11/fontpath.d/../../../usr/share/fonts/default/Type1/adobestd35/a010013l.pfb'
[openmand2014@localhost ~]$ 

Giorgio

Ritratto di charly
charly
(Junior)
Offline
Junior
Iscritto: 22/09/2014
Messaggi: 12

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

[    18.086] (WW) Falling back to old probe method for v4l

Worried forse il problema sta qui?

Giorgio

Ritratto di mandian
mandian
(Geek)
Offline
Geek
Iscritto: 12/07/2009
Messaggi: 181

Avevo dimenticato di menzionare i file contenuti nella directory /etx/X11/xorg.conf.d, se ce ne sono. Anche quelli possono influire. :\

charly ha scritto:

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

[    18.086] (WW) Falling back to old probe method for v4l

Worried forse il problema sta qui?

No, quello dovrebbe essere il driver per la web-camera. Piuttosto questa

[  1691.685] (II) intel(0): switch to mode 1024x768@60.0 on VGA1 using pipe 0, position (0, 0), rotation normal, reflection none

Però nel file /etx/X11/xorg.conf la risoluzione giusta compare così come compare dal centro di controllo. Davvero strano che non funzioni. A questo punto potrebbe essere un problema col monitor più che con la scheda video. Puoi provare a rimuovere /etx/X11/xorg.conf (basta rinominarlo) e i file contenuti in /etx/X11/xorg.conf.d (basta spostarli) e vedere cosa succede. Se la risoluzione è ancora sbagliata puoi provare ad imporla tramite dinamicamente tramite xrandr. Questa guida, anche se non riferita ad OpenMandriva, potrebbe aiutarti.

ciao,
mandian

Ritratto di nicco
nicco
(Guru)
Offline
Guru
Iscritto: 02/04/2005
Messaggi: 1395

Just a link:
https://wiki.openmandriva.org/en/Kernel#Monitor_EDID_Loading


Editare il boot, aggiungere, e avviare:
drm_kms_helper.edid_firmware=edid/1280x1024.bin

Professional experience >>> Community Manager and System Admin: http://pianetalinux.org
Kernel designer, engineer, maintainer and tester for ROSA Desktop and OpenMandriva Lx O.S.
OpenMandriva 2014.0 x86_64 - OMV + Kernel Farm + MIB - Kernel-nrjQL-desktop-3.15.6

Ritratto di charly
charly
(Junior)
Offline
Junior
Iscritto: 22/09/2014
Messaggi: 12

mandian ha scritto:

Avevo dimenticato di menzionare i file contenuti nella directory /etc/X11/xorg.conf.d, se ce ne sono. Anche quelli possono influire. :\

[openmand2014@localhost ~]$ ls -l  /etc/X11/xorg.conf.d
totale 12
-rw-r--r-- 1 root root 309 set 21 13:38 00-keyboard.conf
-rw-r--r-- 1 root root 226 ago 29 16:27 50-synaptics.conf
-rw-r--r-- 1 root root 133 ago 29 16:27 90-zap.conf
[openmand2014@localhost ~]$ 

00-keyboard.conf (riguarda la tastiera, se non mi sbaglio??)

[openmand2014@localhost ~]$ cat /etc/X11/xorg.conf.d/00-keyboard.conf 
# Read and parsed by systemd-localed. It's probably wise not to edit this file
# manually too freely.
Section "InputClass"
        Identifier "system-keyboard"
        MatchIsKeyboard "on"
        Option "XkbLayout" "it"
        Option "XkbModel" "pc105"
        Option "XkbOptions" "compose:rwin"
EndSection
[openmand2014@localhost ~]$

50-synaptics.conf: (non so cosa sia Big Grin )

[openmand2014@localhost ~]$ cat /etc/X11/xorg.conf.d/50-synaptics.conf 
Section "InputClass"
        Identifier "touchpad catchall"
                Option  "VertTwoFingerScroll"   "1"        
                Option  "HorizTwoFingerScroll"  "1"  
                Option  "VertEdgeScroll"        "1"
                Option  "HorizEdgeScroll"       "1"
EndSection
[openmand2014@localhost ~]$

90-zap.conf (credo anche questo riguardi la tastiera??)

[openmand2014@localhost ~]$ cat /etc/X11/xorg.conf.d/90-zap.conf 
Section "InputClass"
        Identifier "keyboard defaults"
        MatchIsKeyboard "on"
        Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
[openmand2014@localhost ~]$ 

mandian ha scritto:

A questo punto potrebbe essere un problema col monitor più che con la scheda video

non credo perché su windows non ho nessun problema.

mandian ha scritto:

Puoi provare a rimuovere /etc/X11/xorg.conf (basta rinominarlo) e i file contenuti in /etc/X11/xorg.conf.d (basta spostarli) e vedere cosa succede

fatto!
Ora riavvio e incrociamo le dita.

Giorgio

Ritratto di charly
charly
(Junior)
Offline
Junior
Iscritto: 22/09/2014
Messaggi: 12

@nicco: grazie per la segnalazione, pero' non so proprio in che file mettere quei comandi (ho fatto un ricerca su google ma non ho capito Confused )

Giorgio

Ritratto di charly
charly
(Junior)
Offline
Junior
Iscritto: 22/09/2014
Messaggi: 12

charly ha scritto:


Ora riavvio e incrociamo le dita.

tutto e' rimasto come prima tranne la tastiera che mi si e' incasinata con i caratteri jolly.

Giorgio

Ritratto di charly
charly
(Junior)
Offline
Junior
Iscritto: 22/09/2014
Messaggi: 12

Ripristinato /etc/X11/xorg.conf e i file nella directory /etc/X11/xorg.conf.d.

@mandian: seguendo la guida che mi hai postato ho dato i comandi:

[openmand2014@localhost ~]$ cvt 1280 1024 75
# 1280x1024 74.90 Hz (CVT 1.31M4) hsync: 80.30 kHz; pclk: 138.75 MHz
Modeline "1280x1024_75.00"  138.75  1280 1368 1504 1728  1024 1027 1034 1072 -hsync +vsync
[openmand2014@localhost ~]$
[openmand2014@localhost ~]$ xrandr --newmode "1280x1024_75.00"  138.75  1280 1368 1504 1728  1024 1027 1034 1072 -hsync +vsync
[openmand2014@localhost ~]$ xrandr --addmode VGA1 1280x1024_75.00
[openmand2014@localhost ~]$ xrandr --output VGA1 --mode 1280x1024_75.00

e tutto si è sistemato alla grande Smile Wink , mi manca solo (non so come fare) di farli eseguire in automatico per non doverli dare ad ogni riavvio.

Giorgio

Ritratto di charly
charly
(Junior)
Offline
Junior
Iscritto: 22/09/2014
Messaggi: 12

charly ha scritto:

@nicco: grazie per la segnalazione, pero' non so proprio in che file mettere quei comandi (ho fatto un ricerca su google ma non ho capito Confused )

mi piacerebbe però capire anche la procedura di nicco.

Giorgio