risoluzione mancante con driver nouveau

6 risposte [Ultimo contenuto]
Ritratto di frank67
frank67
(Monster)
Offline
Monster
Iscritto: 10/07/2013
Messaggi: 487

Ciao a tutti
è possibile aggiungere una risoluzione video in Stretch con driver video nouveau?
Questo l'output di xrandr su Debian 9.1 Stretch (driver nouveau):

Screen 0: minimum 320 x 200, current 1280 x 1024, maximum 16384 x 16384
DVI-D-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 disconnected (normal left inverted right x axis y axis)
VGA-1 connected primary 1280x1024+0+0 (normal left inverted right x axis y axis) 306mm x 230mm
   1280x1024     59.75    60.02* 
   1280x960      60.00  
   1152x864      75.00    75.00    70.00    60.00  
   1024x768      85.00    75.03    70.07    60.00  
   928x696       60.05  
   896x672       60.01  
   960x600       60.00  
   832x624       74.55  
   960x540       59.99  
   800x600       85.00    75.00    70.00    65.00    60.00    85.14    85.06    72.19    75.00    60.32    56.25  
   840x525       85.02    74.96    69.88    60.01    59.88  
   800x512       60.17  
   700x525       85.08    74.76    70.06    59.98  
   640x512       85.02    75.02    60.02  
   720x450       59.89  
   640x480       85.09    60.00    85.01    75.00    72.81    75.00    59.94  
   720x400       85.04  
   680x384       59.80    59.96  
   640x400       85.08  
   576x432       85.15    85.09    75.00    75.00    70.00    60.06  
   640x350       85.08  
   512x384       85.00    75.03    70.07    60.00  
   416x312       74.66  
   400x300       85.27    72.19    75.12    60.32    56.34  
   320x240       85.18    72.81    75.00    60.05  
   360x200       85.04  
   320x200       85.27  
   320x175       85.27

mentre su Debian 8.9 Jessie driver proprietario NVidia:
~$ xrandr
Screen 0: minimum 8 x 8, current 1440 x 900, maximum 16384 x 16384
VGA-0 connected primary 1440x900+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   1280x1024     60.02 +  59.75  
   1440x900      59.89* 
   1360x768      59.96    59.80  
   1280x960      60.00  
   1152x864      75.00    75.00    70.00    60.00  
   1024x768      85.00    86.96    75.03    70.07    60.00  
   960x540       59.99  
   840x525       60.01    59.88  
   832x624       74.55  
   800x600       85.14    85.06    75.00    72.19    60.32    56.25  
   720x450       59.89  
   720x400       85.04  
   700x525       59.98  
   680x384       59.96    59.80  
   640x480       85.01    75.00    72.81    59.94  
   640x400       85.08  
   640x350       85.08  
   512x384       70.07    87.06    60.00  
   400x300       72.19  
   320x240       72.81    60.05  
   320x175       85.27  
DVI-D-0 disconnected (normal left inverted right x axis y axis)
HDMI-0 disconnected (normal left inverted right x axis y axis)

la risoluzione in questione è 1440x900 è possibile ottenerla anche con il driver nouveau?
Grazie per ogni risposta

Ciao, Franco

Ritratto di compact
compact
(Geek)
Offline
Geek
Iscritto: 11/12/2004
Messaggi: 169

Vedi questa guida se ti permette di risolvere

https://wiki.ubuntu-it.org/Hardware/Video/Xorg

Ritratto di frank67
frank67
(Monster)
Offline
Monster
Iscritto: 10/07/2013
Messaggi: 487

Da riga di comando la risoluzione viene cambiata:

~$ cvt 1440 900 60
# 1440x900 59.89 Hz (CVT 1.30MA) hsync: 55.93 kHz; pclk: 106.50 MHz
Modeline "1440x900_60.00"  106.50  1440 1528 1672 1904  900 903 909 934 -hsync +vsync
~$ xrandr | grep connected
DVI-D-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 disconnected (normal left inverted right x axis y axis)
VGA-1 connected primary 1280x1024+0+0 (normal left inverted right x axis y axis) 306mm x 230mm
~$ xrandr --newmode "1440x900_60.00"  106.50  1440 1528 1672 1904  900 903 909 934 -hsync +vsync
~$ xrandr --addmode VGA-1 "1440x900_60.00"
~$ xrandr --output VGA-1 --mode "1440x900_60.00"

così ho scritto il seguente xorg.conf:
~$ cat /etc/X11/xorg.conf
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: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Relisys 770"
    HorizSync       30.0 - 70.0
    VertRefresh     50.0 - 120.0
    Modeline "1440x900_60.00"  106.50  1440 1528 1672 1904  900 903 909 934 -hsync +vsync
#    Option         "DPMS"
EndSection
 
Section "Device"
    Identifier     "Device0"
    Driver         "nouveau"
    Option         "DPI" "90x90"
EndSection
 
Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
#    DefaultDepth    24
    SubSection     "Display"
         Modes "1440x900_60.00"
#        Depth       24
    EndSubSection
EndSection

ma non compare la modeline nel log file
~$ cat /var/log/Xorg.0.log
[     8.783] (--) Log file renamed from "/var/log/Xorg.pid-721.log" to "/var/log/Xorg.0.log"
[     8.784] 
X.Org X Server 1.19.2
Release Date: 2017-03-02
[     8.784] X Protocol Version 11, Revision 0
[     8.784] Build Operating System: Linux 4.9.0-3-amd64 x86_64 Debian
[     8.784] Current Operating System: Linux itek 4.9.0-3-amd64 #1 SMP Debian 4.9.30-2+deb9u2 (2017-06-26) x86_64
[     8.784] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.9.0-3-amd64 root=/dev/mapper/ld0-lv4 ro quiet
[     8.784] Build Date: 07 July 2017  06:14:06AM
[     8.784] xorg-server 2:1.19.2-1+deb9u1 (https://www.debian.org/support) 
[     8.784] Current version of pixman: 0.34.0
[     8.784]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[     8.784] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     8.784] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jul 31 19:04:54 2017
[     8.821] (==) Using config file: "/etc/X11/xorg.conf"
[     8.821] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     8.838] (==) ServerLayout "Layout0"
[     8.838] (**) |-->Screen "Screen0" (0)
[     8.838] (**) |   |-->Monitor "Monitor0"
[     8.839] (**) |   |-->Device "Device0"
[     8.839] (**) |-->Input Device "Keyboard0"
[     8.839] (**) |-->Input Device "Mouse0"
[     8.839] (**) Option "Xinerama" "0"
[     8.839] (==) Automatically adding devices
[     8.839] (==) Automatically enabling devices
[     8.839] (==) Automatically adding GPU devices
[     8.839] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     8.847] (WW) The directory "/usr/share/fonts/X11/misc" does not exist.
[     8.847]    Entry deleted from font path.
[     8.847] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[     8.847]    Entry deleted from font path.
[     8.847] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[     8.847]    Entry deleted from font path.
[     8.847] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[     8.847]    Entry deleted from font path.
[     8.847] (WW) The directory "/usr/share/fonts/X11/Type1" does not exist.
[     8.847]    Entry deleted from font path.
[     8.847] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[     8.847]    Entry deleted from font path.
[     8.847] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[     8.847]    Entry deleted from font path.
[     8.847] (==) FontPath set to:
        built-ins
[     8.847] (==) ModulePath set to "/usr/lib/xorg/modules"
[     8.847] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[     8.847] (WW) Disabling Keyboard0
[     8.847] (WW) Disabling Mouse0
[     8.847] (II) Loader magic: 0x55f2fcd1fe00
[     8.847] (II) Module ABI versions:
[     8.847]    X.Org ANSI C Emulation: 0.4
[     8.847]    X.Org Video Driver: 23.0
[     8.847]    X.Org XInput driver : 24.1
[     8.847]    X.Org Server Extension : 10.0
[     8.848] (++) using VT number 7
 
[     8.848] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     8.849] (II) xfree86: Adding drm device (/dev/dri/card0)
[     8.852] (--) PCI:*(0:1:0:0) 10de:1284:1043:8461 rev 161, Mem @ 0xfd000000/16777216, 0xd0000000/134217728, 0xd8000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[     8.852] (II) LoadModule: "glx"
[     8.853] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     9.007] (II) Module glx: vendor="X.Org Foundation"
[     9.007]    compiled for 1.19.2, module version = 1.0.0
[     9.007]    ABI class: X.Org Server Extension, version 10.0
[     9.007] (II) LoadModule: "nouveau"
[     9.022] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[     9.045] (II) Module nouveau: vendor="X.Org Foundation"
[     9.045]    compiled for 1.19.3, module version = 1.0.13
[     9.045]    Module class: X.Org Video Driver
[     9.045]    ABI class: X.Org Video Driver, version 23.0
[     9.045] (II) NOUVEAU driver Date:   Tue Sep 20 00:31:06 2016 -0400
[     9.045] (II) NOUVEAU driver for NVIDIA chipset families :
[     9.045]    RIVA TNT        (NV04)
[     9.045]    RIVA TNT2       (NV05)
[     9.045]    GeForce 256     (NV10)
[     9.045]    GeForce 2       (NV11, NV15)
[     9.045]    GeForce 4MX     (NV17, NV18)
[     9.045]    GeForce 3       (NV20)
[     9.045]    GeForce 4Ti     (NV25, NV28)
[     9.045]    GeForce FX      (NV3x)
[     9.045]    GeForce 6       (NV4x)
[     9.046]    GeForce 7       (G7x)
[     9.046]    GeForce 8       (G8x)
[     9.046]    GeForce GTX 200 (NVA0)
[     9.046]    GeForce GTX 400 (NVC0)
[     9.047] (II) [drm] nouveau interface version: 1.3.1
[     9.048] (II) Loading sub module "dri2"
[     9.048] (II) LoadModule: "dri2"
[     9.048] (II) Module "dri2" already built-in
[     9.048] (--) NOUVEAU(0): Chipset: "NVIDIA NV108"
[     9.048] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
[     9.048] (==) NOUVEAU(0): RGB weight 888
[     9.048] (==) NOUVEAU(0): Default visual is TrueColor
[     9.048] (==) NOUVEAU(0): Using HW cursor
[     9.048] (==) NOUVEAU(0): Allowed maximum DRI level 2.
[     9.048] (==) NOUVEAU(0): GLX sync to VBlank enabled.
[     9.048] (==) NOUVEAU(0): Page flipping enabled
[     9.048] (==) NOUVEAU(0): Swap limit set to 1 [Max allowed 2]
[     9.048] (==) NOUVEAU(0): Page flipping synced to vblank by kernel.
[     9.048] (II) NOUVEAU(0): Initializing outputs ...
[     9.049] (II) NOUVEAU(0): Output DVI-D-1 using monitor section Monitor0
[     9.051] (II) NOUVEAU(0): Output HDMI-1 has no monitor section
[     9.085] (II) NOUVEAU(0): Output VGA-1 has no monitor section
[     9.085] (II) NOUVEAU(0): 3 crtcs needed for screen.
[     9.085] (II) NOUVEAU(0): Allocated crtc nr. 0 to this screen.
[     9.085] (II) NOUVEAU(0): Allocated crtc nr. 1 to this screen.
[     9.085] (II) NOUVEAU(0): Allocated crtc nr. 2 to this screen.
[     9.085] (II) NOUVEAU(0): Allocated crtc nr. 3 to this screen.
[     9.086] (II) NOUVEAU(0): EDID for output DVI-D-1
[     9.087] (II) NOUVEAU(0): EDID for output HDMI-1
[     9.121] (II) NOUVEAU(0): EDID for output VGA-1
[     9.121] (II) NOUVEAU(0): Manufacturer: REL  Model: 770  Serial#: 555
[     9.121] (II) NOUVEAU(0): Year: 1999  Week: 40
[     9.121] (II) NOUVEAU(0): EDID Version: 1.2
[     9.121] (II) NOUVEAU(0): Analog Display Input,  Input Voltage Level: 0.714/0.286 V
[     9.121] (II) NOUVEAU(0): Sync:  Separate
[     9.121] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 31  vert.: 23
[     9.121] (II) NOUVEAU(0): Gamma: 1.35
[     9.121] (II) NOUVEAU(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[     9.122] (II) NOUVEAU(0): redX: 0.609 redY: 0.342   greenX: 0.298 greenY: 0.588
[     9.122] (II) NOUVEAU(0): blueX: 0.150 blueY: 0.063   whiteX: 0.283 whiteY: 0.298
[     9.122] (II) NOUVEAU(0): Supported established timings:
[     9.122] (II) NOUVEAU(0): 640x480@60Hz
[     9.122] (II) NOUVEAU(0): 640x480@75Hz
[     9.122] (II) NOUVEAU(0): 800x600@75Hz
[     9.122] (II) NOUVEAU(0): 1024x768@75Hz
[     9.122] (II) NOUVEAU(0): Manufacturer's mask: 0
[     9.122] (II) NOUVEAU(0): Supported standard timings:
[     9.122] (II) NOUVEAU(0): #0: hsize: 640  vsize 480  refresh: 85  vid: 22833
[     9.122] (II) NOUVEAU(0): #1: hsize: 800  vsize 600  refresh: 85  vid: 22853
[     9.122] (II) NOUVEAU(0): #2: hsize: 1024  vsize 768  refresh: 85  vid: 22881
[     9.122] (II) NOUVEAU(0): #3: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[     9.122] (II) NOUVEAU(0): Supported detailed timing:
[     9.122] (II) NOUVEAU(0): clock: 110.2 MHz   Image Size:  306 x 230 mm
[     9.122] (II) NOUVEAU(0): h_active: 1280  h_sync: 1344  h_sync_end 1508 h_blank_end 1728 h_border: 0
[     9.122] (II) NOUVEAU(0): v_active: 1024  v_sync: 1026  v_sync_end 1029 v_blanking: 1067 v_border: 0
[     9.122] (II) NOUVEAU(0): Ranges: V min: 50 V max: 120 Hz, H min: 30 H max: 72 kHz, PixClock max 115 MHz
[     9.122] (II) NOUVEAU(0): Monitor name: Relisys 770 
[     9.122] (II) NOUVEAU(0): Serial No: TX92870555
[     9.122] (II) NOUVEAU(0): EDID (in hex):
[     9.122] (II) NOUVEAU(0):   00ffffffffffff0048ac70072b020000
[     9.122] (II) NOUVEAU(0):   28090102281f1723e826999c574c9626
[     9.122] (II) NOUVEAU(0):   10484c24420031594559615981800101
[     9.122] (II) NOUVEAU(0):   010101010101082b00c051002b4040a4
[     9.122] (II) NOUVEAU(0):   230032e610000018000000fd0032781e
[     9.122] (II) NOUVEAU(0):   480b000a202020202020000000fc0052
[     9.122] (II) NOUVEAU(0):   656c69737973203737302000000000ff
[     9.122] (II) NOUVEAU(0):   00545839323837303535350a202000e7
[     9.122] (II) NOUVEAU(0): Printing probed modes for output VGA-1
[     9.122] (II) NOUVEAU(0): Modeline "1280x1024"x59.7  110.16  1280 1344 1508 1728  1024 1026 1029 1067 -hsync -vsync (63.8 kHz e)
[     9.122] (II) NOUVEAU(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz e)
[     9.122] (II) NOUVEAU(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[     9.122] (II) NOUVEAU(0): Modeline "800x600"x85.1   56.25  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz e)
[     9.122] (II) NOUVEAU(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[     9.122] (II) NOUVEAU(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz e)
[     9.122] (II) NOUVEAU(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[     9.122] (II) NOUVEAU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     9.122] (II) NOUVEAU(0): Output DVI-D-1 disconnected
[     9.122] (II) NOUVEAU(0): Output HDMI-1 disconnected
[     9.122] (II) NOUVEAU(0): Output VGA-1 connected
[     9.122] (II) NOUVEAU(0): Using exact sizes for initial modes
[     9.122] (II) NOUVEAU(0): Output VGA-1 using initial mode 1024x768 +0+0
[     9.122] (==) NOUVEAU(0): Using gamma correction (1.0, 1.0, 1.0)
[     9.122] (--) NOUVEAU(0): Virtual size is 1024x768 (pitch 0)
[     9.122] (**) NOUVEAU(0):  Driver mode "1024x768": 94.5 MHz (scaled from 0.0 MHz), 68.7 kHz, 85.0 Hz
[     9.122] (II) NOUVEAU(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz e)
[     9.122] (**) NOUVEAU(0):  Driver mode "1024x768": 78.8 MHz (scaled from 0.0 MHz), 60.0 kHz, 75.0 Hz
[     9.122] (II) NOUVEAU(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[     9.122] (**) NOUVEAU(0):  Driver mode "800x600": 56.2 MHz (scaled from 0.0 MHz), 53.7 kHz, 85.1 Hz
[     9.122] (II) NOUVEAU(0): Modeline "800x600"x85.1   56.25  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz e)
[     9.122] (**) NOUVEAU(0):  Driver mode "800x600": 49.5 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz
[     9.122] (II) NOUVEAU(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[     9.122] (**) NOUVEAU(0):  Driver mode "640x480": 36.0 MHz (scaled from 0.0 MHz), 43.3 kHz, 85.0 Hz
[     9.122] (II) NOUVEAU(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz e)
[     9.122] (**) NOUVEAU(0):  Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz
[     9.122] (II) NOUVEAU(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[     9.122] (**) NOUVEAU(0):  Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 59.9 Hz
[     9.122] (II) NOUVEAU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     9.122] (**) NOUVEAU(0):  Driver mode "1280x1024": 110.2 MHz (scaled from 0.0 MHz), 63.8 kHz, 59.7 Hz
[     9.122] (II) NOUVEAU(0): Modeline "1280x1024"x59.7  110.16  1280 1344 1508 1728  1024 1026 1029 1067 -hsync -vsync (63.8 kHz e)
[     9.122] (==) NOUVEAU(0): DPI set to (96, 96)
[     9.122] (II) Loading sub module "fb"
[     9.122] (II) LoadModule: "fb"
[     9.122] (II) Loading /usr/lib/xorg/modules/libfb.so
[     9.132] (II) Module fb: vendor="X.Org Foundation"
[     9.132]    compiled for 1.19.2, module version = 1.0.0
[     9.132]    ABI class: X.Org ANSI C Emulation, version 0.4
[     9.132] (II) Loading sub module "shadowfb"
[     9.132] (II) LoadModule: "shadowfb"
[     9.132] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[     9.137] (II) Module shadowfb: vendor="X.Org Foundation"
[     9.137]    compiled for 1.19.2, module version = 1.0.0
[     9.137]    ABI class: X.Org ANSI C Emulation, version 0.4
[     9.137] (--) Depth 24 pixmap format is 32 bpp
[     9.161] (II) NOUVEAU(0): Channel setup complete.
[     9.183] (II) NOUVEAU(0): [COPY] async initialised.
[     9.183] (II) NOUVEAU(0): Hardware support for Present enabled
[     9.183] (II) NOUVEAU(0): [DRI2] Setup complete
[     9.183] (II) NOUVEAU(0): [DRI2]   DRI driver: nouveau
[     9.183] (II) NOUVEAU(0): [DRI2]   VDPAU driver: nouveau
[     9.183] (II) Loading sub module "exa"
[     9.183] (II) LoadModule: "exa"
[     9.183] (II) Loading /usr/lib/xorg/modules/libexa.so
[     9.226] (II) Module exa: vendor="X.Org Foundation"
[     9.226]    compiled for 1.19.2, module version = 2.6.0
[     9.226]    ABI class: X.Org Video Driver, version 23.0
[     9.226] (II) EXA(0): Driver allocated offscreen pixmaps
[     9.226] (II) EXA(0): Driver registered support for the following operations:
[     9.226] (II)         Solid
[     9.226] (II)         Copy
[     9.226] (II)         Composite (RENDER acceleration)
[     9.226] (II)         UploadToScreen
[     9.226] (II)         DownloadFromScreen
[     9.226] (==) NOUVEAU(0): Backing store enabled
[     9.226] (==) NOUVEAU(0): Silken mouse enabled
[     9.226] (II) NOUVEAU(0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
[     9.226] (II) NOUVEAU(0): [XvMC] Extension initialized.
[     9.226] (==) NOUVEAU(0): DPMS enabled
[     9.226] (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[     9.227] (WW) NOUVEAU(0): Option "DPI" is not used
[     9.227] (--) RandR disabled
[     9.235] (II) SELinux: Disabled on system
[     9.595] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[     9.595] (II) AIGLX: enabled GLX_ARB_create_context
[     9.595] (II) AIGLX: enabled GLX_ARB_create_context_profile
[     9.595] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[     9.595] (II) AIGLX: enabled GLX_INTEL_swap_event
[     9.595] (II) AIGLX: enabled GLX_SGI_swap_control
[     9.595] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[     9.595] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[     9.595] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[     9.595] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[     9.598] (II) AIGLX: Loaded and initialized nouveau
[     9.598] (II) GLX: Initialized DRI2 GL provider for screen 0
[     9.599] (II) NOUVEAU(0): NVEnterVT is called.
[     9.695] (II) NOUVEAU(0): Setting screen physical size to 270 x 203
[     9.695] resize called 1024 768
[     9.854] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[     9.854] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     9.854] (II) LoadModule: "libinput"
[     9.854] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     9.894] (II) Module libinput: vendor="X.Org Foundation"
[     9.894]    compiled for 1.19.0, module version = 0.23.0
[     9.894]    Module class: X.Org XInput Driver
[     9.894]    ABI class: X.Org XInput driver, version 24.1
[     9.894] (II) Using input driver 'libinput' for 'Power Button'
[     9.894] (**) Power Button: always reports core events
[     9.894] (**) Option "Device" "/dev/input/event2"
[     9.894] (**) Option "_source" "server/udev"
[     9.895] (II) input device 'Power Button', /dev/input/event2 is tagged by udev as: Keyboard
[     9.895] (II) input device 'Power Button', /dev/input/event2 is a keyboard
[     9.912] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[     9.912] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     9.912] (**) Option "xkb_model" "pc105"
[     9.912] (**) Option "xkb_layout" "it"
[     9.965] (II) input device 'Power Button', /dev/input/event2 is tagged by udev as: Keyboard
[     9.965] (II) input device 'Power Button', /dev/input/event2 is a keyboard
[     9.966] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[     9.966] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     9.966] (II) Using input driver 'libinput' for 'Power Button'
[     9.966] (**) Power Button: always reports core events
[     9.966] (**) Option "Device" "/dev/input/event1"
[     9.966] (**) Option "_source" "server/udev"
[     9.967] (II) input device 'Power Button', /dev/input/event1 is tagged by udev as: Keyboard
[     9.967] (II) input device 'Power Button', /dev/input/event1 is a keyboard
[     9.988] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[     9.988] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[     9.988] (**) Option "xkb_model" "pc105"
[     9.988] (**) Option "xkb_layout" "it"
[     9.989] (II) input device 'Power Button', /dev/input/event1 is tagged by udev as: Keyboard
[     9.989] (II) input device 'Power Button', /dev/input/event1 is a keyboard
[     9.990] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event13)
[     9.990] (II) No input driver specified, ignoring this device.
[     9.990] (II) This device may have been added with another device file.
[     9.991] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event14)
[     9.991] (II) No input driver specified, ignoring this device.
[     9.991] (II) This device may have been added with another device file.
[     9.991] (II) config/udev: Adding input device UVC Camera (046d:0825) (/dev/input/event16)
[     9.991] (**) UVC Camera (046d:0825): Applying InputClass "libinput keyboard catchall"
[     9.991] (II) Using input driver 'libinput' for 'UVC Camera (046d:0825)'
[     9.992] (**) UVC Camera (046d:0825): always reports core events
[     9.992] (**) Option "Device" "/dev/input/event16"
[     9.992] (**) Option "_source" "server/udev"
[     9.992] (II) input device 'UVC Camera (046d:0825)', /dev/input/event16 is tagged by udev as: Keyboard
[     9.992] (II) input device 'UVC Camera (046d:0825)', /dev/input/event16 is a keyboard
[    10.028] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.2/usb5/5-1/5-1:1.0/input/input16/event16"
[    10.028] (II) XINPUT: Adding extended input device "UVC Camera (046d:0825)" (type: KEYBOARD, id 8)
[    10.028] (**) Option "xkb_model" "pc105"
[    10.028] (**) Option "xkb_layout" "it"
[    10.029] (II) input device 'UVC Camera (046d:0825)', /dev/input/event16 is tagged by udev as: Keyboard
[    10.029] (II) input device 'UVC Camera (046d:0825)', /dev/input/event16 is a keyboard
[    10.030] (II) config/udev: Adding input device 2.4G Wireless Mouse (/dev/input/event15)
[    10.030] (**) 2.4G Wireless Mouse: Applying InputClass "libinput pointer catchall"
[    10.030] (II) Using input driver 'libinput' for '2.4G Wireless Mouse'
[    10.030] (**) 2.4G Wireless Mouse: always reports core events
[    10.030] (**) Option "Device" "/dev/input/event15"
[    10.030] (**) Option "_source" "server/udev"
[    10.031] (II) input device '2.4G Wireless Mouse', /dev/input/event15 is tagged by udev as: Mouse
[    10.031] (II) input device '2.4G Wireless Mouse', /dev/input/event15 is a pointer caps
[    10.064] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:13.0/usb9/9-1/9-1:1.0/0003:04F3:02F4.0001/input/input15/event15"
[    10.064] (II) XINPUT: Adding extended input device "2.4G Wireless Mouse" (type: MOUSE, id 9)
[    10.064] (**) Option "AccelerationScheme" "none"
[    10.064] (**) 2.4G Wireless Mouse: (accel) selected scheme none/0
[    10.064] (**) 2.4G Wireless Mouse: (accel) acceleration factor: 2.000
[    10.064] (**) 2.4G Wireless Mouse: (accel) acceleration threshold: 4
[    10.065] (II) input device '2.4G Wireless Mouse', /dev/input/event15 is tagged by udev as: Mouse
[    10.065] (II) input device '2.4G Wireless Mouse', /dev/input/event15 is a pointer caps
[    10.066] (II) config/udev: Adding input device 2.4G Wireless Mouse (/dev/input/mouse0)
[    10.066] (II) No input driver specified, ignoring this device.
[    10.066] (II) This device may have been added with another device file.
[    10.067] (II) config/udev: Adding input device HDA ATI SB Line Out Side (/dev/input/event10)
[    10.067] (II) No input driver specified, ignoring this device.
[    10.067] (II) This device may have been added with another device file.
[    10.067] (II) config/udev: Adding input device HDA ATI SB Front Headphone (/dev/input/event11)
[    10.067] (II) No input driver specified, ignoring this device.
[    10.067] (II) This device may have been added with another device file.
[    10.068] (II) config/udev: Adding input device HDA ATI SB Front Mic (/dev/input/event4)
[    10.068] (II) No input driver specified, ignoring this device.
[    10.068] (II) This device may have been added with another device file.
[    10.068] (II) config/udev: Adding input device HDA ATI SB Rear Mic (/dev/input/event5)
[    10.068] (II) No input driver specified, ignoring this device.
[    10.068] (II) This device may have been added with another device file.
[    10.069] (II) config/udev: Adding input device HDA ATI SB Line (/dev/input/event6)
[    10.069] (II) No input driver specified, ignoring this device.
[    10.069] (II) This device may have been added with another device file.
[    10.069] (II) config/udev: Adding input device HDA ATI SB Line Out Front (/dev/input/event7)
[    10.069] (II) No input driver specified, ignoring this device.
[    10.070] (II) This device may have been added with another device file.
[    10.070] (II) config/udev: Adding input device HDA ATI SB Line Out Surround (/dev/input/event8)
[    10.070] (II) No input driver specified, ignoring this device.
[    10.070] (II) This device may have been added with another device file.
[    10.071] (II) config/udev: Adding input device HDA ATI SB Line Out CLFE (/dev/input/event9)
[    10.071] (II) No input driver specified, ignoring this device.
[    10.071] (II) This device may have been added with another device file.
[    10.071] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event12)
[    10.071] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    10.071] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
[    10.071] (**) Eee PC WMI hotkeys: always reports core events
[    10.071] (**) Option "Device" "/dev/input/event12"
[    10.071] (**) Option "_source" "server/udev"
[    10.072] (II) input device 'Eee PC WMI hotkeys', /dev/input/event12 is tagged by udev as: Keyboard
[    10.072] (II) input device 'Eee PC WMI hotkeys', /dev/input/event12 is a keyboard
[    10.092] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input12/event12"
[    10.092] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 10)
[    10.092] (**) Option "xkb_model" "pc105"
[    10.092] (**) Option "xkb_layout" "it"
[    10.093] (II) input device 'Eee PC WMI hotkeys', /dev/input/event12 is tagged by udev as: Keyboard
[    10.093] (II) input device 'Eee PC WMI hotkeys', /dev/input/event12 is a keyboard
[    10.093] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    10.093] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    10.093] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    10.094] (**) AT Translated Set 2 keyboard: always reports core events
[    10.094] (**) Option "Device" "/dev/input/event0"
[    10.094] (**) Option "_source" "server/udev"
[    10.094] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is tagged by udev as: Keyboard
[    10.094] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is a keyboard
[    10.140] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    10.140] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[    10.140] (**) Option "xkb_model" "pc105"
[    10.140] (**) Option "xkb_layout" "it"
[    10.141] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is tagged by udev as: Keyboard
[    10.141] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is a keyboard
[    10.141] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[    10.141] (II) No input driver specified, ignoring this device.
[    10.141] (II) This device may have been added with another device file.
[    17.671] (II) NOUVEAU(0): EDID vendor "REL", prod id 1904
[    17.671] (II) NOUVEAU(0): Using hsync ranges from config file
[    17.671] (II) NOUVEAU(0): Using vrefresh ranges from config file
[    17.671] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[    17.671] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  110.16  1280 1344 1508 1728  1024 1026 1029 1067 -hsync -vsync (63.8 kHz e)
[    17.671] (II) NOUVEAU(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    17.671] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    17.671] (II) NOUVEAU(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    17.671] (II) NOUVEAU(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    17.671] (II) NOUVEAU(0): Modeline "640x480"x0.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz e)
[    17.671] (II) NOUVEAU(0): Modeline "800x600"x0.0   56.25  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz e)
[    17.671] (II) NOUVEAU(0): Modeline "1024x768"x0.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz e)
[    17.671] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    20.592] (II) NOUVEAU(0): EDID vendor "REL", prod id 1904
[    20.592] (II) NOUVEAU(0): Using hsync ranges from config file
[    20.592] (II) NOUVEAU(0): Using vrefresh ranges from config file
[    20.592] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[    20.592] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  110.16  1280 1344 1508 1728  1024 1026 1029 1067 -hsync -vsync (63.8 kHz e)
[    20.592] (II) NOUVEAU(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    20.592] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    20.592] (II) NOUVEAU(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    20.592] (II) NOUVEAU(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    20.592] (II) NOUVEAU(0): Modeline "640x480"x0.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz e)
[    20.592] (II) NOUVEAU(0): Modeline "800x600"x0.0   56.25  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz e)
[    20.592] (II) NOUVEAU(0): Modeline "1024x768"x0.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz e)
[    20.592] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    20.707] resize called 1280 1024
[    22.163] (II) NOUVEAU(0): EDID vendor "REL", prod id 1904
[    22.163] (II) NOUVEAU(0): Using hsync ranges from config file
[    22.163] (II) NOUVEAU(0): Using vrefresh ranges from config file
[    22.163] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[    22.163] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  110.16  1280 1344 1508 1728  1024 1026 1029 1067 -hsync -vsync (63.8 kHz e)
[    22.163] (II) NOUVEAU(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    22.163] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    22.163] (II) NOUVEAU(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    22.163] (II) NOUVEAU(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    22.163] (II) NOUVEAU(0): Modeline "640x480"x0.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz e)
[    22.163] (II) NOUVEAU(0): Modeline "800x600"x0.0   56.25  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz e)
[    22.163] (II) NOUVEAU(0): Modeline "1024x768"x0.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz e)
[    22.163] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   145.625] (II) NOUVEAU(0): EDID vendor "REL", prod id 1904
[   145.625] (II) NOUVEAU(0): Using hsync ranges from config file
[   145.625] (II) NOUVEAU(0): Using vrefresh ranges from config file
[   145.625] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[   145.625] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  110.16  1280 1344 1508 1728  1024 1026 1029 1067 -hsync -vsync (63.8 kHz e)
[   145.625] (II) NOUVEAU(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[   145.625] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   145.625] (II) NOUVEAU(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[   145.625] (II) NOUVEAU(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[   145.625] (II) NOUVEAU(0): Modeline "640x480"x0.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz e)
[   145.625] (II) NOUVEAU(0): Modeline "800x600"x0.0   56.25  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz e)
[   145.625] (II) NOUVEAU(0): Modeline "1024x768"x0.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz e)
[   145.626] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)

non so dove sto sbagliando sembra che la modeline specificata nel xorg.conf venga ignorata, qualche idea? Sad

Ciao, Franco

Ritratto di compact
compact
(Geek)
Offline
Geek
Iscritto: 11/12/2004
Messaggi: 169

Prova a creare un file /usr/share/x11/xorg.conf.d/10-monitor.conf

vedi:
https://superuser.com/questions/438699/adding-dual-monitor-settings-to-xorg-conf-d
https://wiki.archlinux.org/index.php/xorg

Ritratto di frank67
frank67
(Monster)
Offline
Monster
Iscritto: 10/07/2013
Messaggi: 487

Grazie Compact per le guide e consigli ma sembra non vedere la modeline specificata, la configurazione adesso è:

~$ cat /etc/X11/xorg.conf.d/10-monitor.conf 
 
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: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Relisys 770"
    HorizSync       30.0 - 70.0
    VertRefresh     50.0 - 120.0
    Modeline "1440x900_60.00"  106.50  1440 1528 1672 1904  900 903 909 934 -hsync +vsync
    Option  "PreferredMode" "1440x900_60.00"
#    Option         "DPMS"
EndSection
 
Section "Device"
    Identifier     "Device0"
    Driver         "nouveau"
EndSection
 
Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Modes "1440x900_60.00"
        Depth       24
    EndSubSection
EndSection
 
~$

la risoluzione non compare tra quelle disponibili in SystemSettings / Display compare solo dopo aver dato i comandi:
xrandr --newmode "1440x900_60.00"  106.50  1440 1528 1672 1904  900 903 909 934 -hsync +vsync
xrandr --addmode VGA-1 "1440x900_60.00"
xrandr --output VGA-1 --mode "1440x900_60.00"

Come fare in modo che Xorg veda all'avvio la risoluzione personalizzata?

Ciao, Franco

Ritratto di compact
compact
(Geek)
Offline
Geek
Iscritto: 11/12/2004
Messaggi: 169

Scusami la risoluzione dopo aver dato il comando può essere cambiata ?

Se la risposta è si prova a vedere se riesci a dare i comandi in automatico all'avvio del server X o in alternativa ho trovato
anche questo ...

http://guide.debianizzati.org/index.php/Xrandr_e_udev:_configurare_un_monitor_esterno_in_automatico

e questo ...

http://linuxcorner.altervista.org/ubuntu-11-xrandr/

Ritratto di frank67
frank67
(Monster)
Offline
Monster
Iscritto: 10/07/2013
Messaggi: 487

compact ha scritto:

Scusami la risoluzione dopo aver dato il comando può essere cambiata ?


Si, dopo aver dato i 3 comandi la risoluzione è disponibile e può essere cambiata:

Ho messo i comandi in questo shell script:
~$ cat /usr/local/bin/monitor.sh 
#!/bin/bash
xrandr --newmode "1440x900_60.00"  106.50  1440 1528 1672 1904  900 903 909 934 -hsync +vsync
xrandr --addmode VGA-1 "1440x900_60.00"
xrandr --output VGA-1 --mode "1440x900_60.00"

e configurato SystemSettings/Startup and shutdown/Autostart in modo che venga eseguito all'avvio del desktop e così funziona.
Ho cancellato la directory "xorg.conf.d" sotto /etc/X11 ma allora non so se mettere risolto siccome Xorg non rendeva disponibile la risoluzione personalizzata della modeline, l'ideale era configurare Xorg credo, non so perché non ha funzionato

Ciao, Franco