Pagina 1 di 2

[NVidia] RISOLUZIONE VIDEO

Inviato: domenica 30 maggio 2010, 15:24
da marce_one
ciao ragazzi, volevo chiedere una cosa, ho un portatile sony vaio modello vgn-fz21z che supporta la risoluzione in full hd ( 1920x1080 )
ubuntu 10.04 mi setta i driver perfettamente ma al massimo come risoluzione mi da 1280x800, ho letto da qualche parte che forse modificando lo xorg si riesce a cambiare, potete aiutarmi ?? come devo fare??
grazie..

Re: [NVidia] RISOLUZIONE VIDEO

Inviato: domenica 30 maggio 2010, 15:58
da m3nhir
installa se non lo hai gia fatto "nvidia-settings" lo trovi nei repository
dopo lo lanci con i permessi di amministratore

Codice: Seleziona tutto

sudo nvidia-settings
setti il tuo monitor e la risoluzione appropriata, e fai salvare il tutto facendo riscrivere l'xorg.conf (c'è un tasto apposito)
cosi salverà le impostazioni che ritroverai al prossimo riavvio.

Re: [NVidia] RISOLUZIONE VIDEO

Inviato: domenica 30 maggio 2010, 16:01
da marce_one
si ce lo installato, ma nel monitor mi da " nvidia default flat panel" e come risoluzione massima mi da 1280x800...

Re: [NVidia] RISOLUZIONE VIDEO

Inviato: domenica 30 maggio 2010, 18:50
da m3nhir
se hai il cd del monitor (oppure scarica il driver e tutte le specifiche dal sito) fai caricare ad nvidia-settings
inf ondo alla lista a sinistra della schermata di avvio di nvidia-settings selezioni la voce corrispondente al monitor e clicchi su
Aquire EDID e gli fai caricare il file da cd o da cartella dove lo hai scaricato.
Cosi il programma acquisirà i settaggi corretti per il tuo monitor.

Re: [NVidia] RISOLUZIONE VIDEO

Inviato: domenica 30 maggio 2010, 19:22
da shouldes
marce_one ha scritto: si ce lo installato, ma nel monitor mi da " nvidia default flat panel" e come risoluzione massima mi da 1280x800...

Codice: Seleziona tutto

cat /etc/X11/xorg.conf
Copia tutto e postalo.

Re: [NVidia] RISOLUZIONE VIDEO

Inviato: lunedì 31 maggio 2010, 20:55
da marce_one
cat: /etc/x11/xorg.conf: Nessun file o directory

questo è quello che esce...

grazie ancora ragazzi...ce la faro...

Re: [NVidia] RISOLUZIONE VIDEO

Inviato: lunedì 31 maggio 2010, 21:09
da shouldes
La X è grande

Re: [NVidia] RISOLUZIONE VIDEO

Inviato: lunedì 31 maggio 2010, 21:11
da marce_one
ops sorry

Section "Screen"
Identifier "Default Screen"
DefaultDepth 24
EndSection

Section "Module"
Load "glx"
EndSection

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


ecco cosa esce

Re: [NVidia] RISOLUZIONE VIDEO

Inviato: lunedì 31 maggio 2010, 21:15
da shouldes
apri sistema»amministrazione»nvidia x server settings

Clicca su save to x..., lega il flag da merge, allarga i dettagli e posta tutto.

Re: [NVidia] RISOLUZIONE VIDEO

Inviato: lunedì 31 maggio 2010, 21:26
da marce_one
quando clicco save to esce questo
Failed to parse existing X config file '/etc/X11/xorg.conf'!
il flag merge è grigio non cliccabile

Re: [NVidia] RISOLUZIONE VIDEO

Inviato: lunedì 31 maggio 2010, 21:27
da marce_one
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildd@palmer)  Fri Apr  9 10:35:18 UTC 2010

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      "Nvidia Default Flat Panel"
    HorizSync      29.0 - 50.0
    VertRefresh    0.0 - 61.0
    Option        "DPMS"
EndSection

Section "Device"
    Identifier    "Device0"
    Driver        "nvidia"
    VendorName    "NVIDIA Corporation"
    BoardName      "GeForce 8600M GS"
EndSection

Section "Screen"
    Identifier    "Screen0"
    Device        "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option        "TwinView" "0"
    Option        "metamodes" "nvidia-auto-select +0+0"
    SubSection    "Display"
        Depth      24
    EndSubSection
EndSection



hide view mi da questo

Re: [NVidia] RISOLUZIONE VIDEO

Inviato: lunedì 31 maggio 2010, 21:54
da shouldes

Codice: Seleziona tutto

gksu gedit /etc/X11/xorg.conf
cancella il contenuto del file e metti dentro questo:

Codice: Seleziona tutto

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildd@palmer)  Fri Apr  9 10:35:18 UTC 2010

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    Option         "Xinerama" "0"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Nvidia Default Flat Panel"
    HorizSync       30.0 - 75.0
    VertRefresh     60.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 8600M GS"
    Option         "NoLogo" "True"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "1920x1080_60 +0+0; nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Salva, chiudi e riavvia.

Re: [NVidia] RISOLUZIONE VIDEO

Inviato: lunedì 31 maggio 2010, 22:01
da marce_one
ok fatto, ma risoluzione sempre uguale...

Re: [NVidia] RISOLUZIONE VIDEO

Inviato: lunedì 31 maggio 2010, 22:08
da shouldes
marce_one ha scritto: ok fatto, ma risoluzione sempre uguale...
Posta il file /var/log/Xorg.0.log

Almeno capiamo per quale motivo non l'ha accettata.

Re: [NVidia] RISOLUZIONE VIDEO

Inviato: lunedì 31 maggio 2010, 22:22
da marce_one
X.Org X Server 1.7.6
Release Date: 2010-03-17
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-25-server i686 Ubuntu
Current Operating System: Linux Marcello 2.6.32-22-generic #33-Ubuntu SMP Wed Apr 28 13:27:30 UTC 2010 i686
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-22-generic root=UUID=4e5a0bf6-a674-4137-b213-f13471450989 ro quiet splash
Build Date: 23 April 2010  05:11:50PM
xorg-server 2:1.7.6-2ubuntu7 (Bryce Harrington )
Current version of pixman: 0.16.4
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon May 31 21:58:57 2010
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using config directory: "/usr/lib/X11/xorg.conf.d"
(==) ServerLayout "Layout0"
(**) |-->Screen "Screen0" (0)
(**) |  |-->Monitor "Monitor0"
(**) |  |-->Device "Device0"
(**) Option "Xinerama" "0"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(==) 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,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
(==) ModulePath set to "/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
(II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
(II) Loader magic: 0x81f0e80
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 6.0
X.Org XInput driver : 7.0
X.Org Server Extension : 2.0
(++) using VT number 7

(--) PCI:*(0:1:0:0) 10de:0425:104d:9005 nVidia Corporation G86 [GeForce 8600M GS] rev 161, Mem @ 0xce000000/16777216, 0xd0000000/268435456, 0xcc000000/33554432, I/O @ 0x00002000/128
(II) Open ACPI successful (/var/run/acpid.socket)
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.7.6, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 1.7.6, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/extra-modules/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.0
Module class: X.Org Server Extension
(II) NVIDIA GLX Module  195.36.24  Thu Apr 22 10:38:29 PDT 2010
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 1.7.6, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 1.7.6, module version = 1.0.0
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
compiled for 1.7.6, module version = 1.1.0
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/extra-modules/nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.0
Module class: X.Org Video Driver
(II) NVIDIA dlloader X Driver  195.36.24  Thu Apr 22 09:34:29 PDT 2010
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01@00:00:0
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
compiled for 1.7.6, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "wfb"
(II) LoadModule: "wfb"
(II) Loading /usr/lib/xorg/modules/libwfb.so
(II) Module wfb: vendor="X.Org Foundation"
compiled for 1.7.6, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "NoLogo" "True"
(**) NVIDIA(0): Option "TwinView" "0"
(**) NVIDIA(0): Option "MetaModes" "1920x1080_60 +0+0; nvidia-auto-select +0+0"
(**) May 31 21:58:58 NVIDIA(0): Enabling RENDER acceleration
(II) May 31 21:58:58 NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) May 31 21:58:58 NVIDIA(0):    enabled.
(II) May 31 21:58:59 NVIDIA(0): NVIDIA GPU GeForce 8600M GS (G86) at PCI:1:0:0 (GPU-0)
(--) May 31 21:58:59 NVIDIA(0): Memory: 524288 kBytes
(--) May 31 21:58:59 NVIDIA(0): VideoBIOS: 60.86.45.00.19
(II) May 31 21:58:59 NVIDIA(0): Detected PCI Express Link width: 16X
(--) May 31 21:58:59 NVIDIA(0): Interlaced video modes are supported on this GPU
(--) May 31 21:58:59 NVIDIA(0): Connected display device(s) on GeForce 8600M GS at PCI:1:0:0:
(--) May 31 21:58:59 NVIDIA(0):    Nvidia Default Flat Panel (DFP-0)
(--) May 31 21:58:59 NVIDIA(0): Nvidia Default Flat Panel (DFP-0): 330.0 MHz maximum pixel
(--) May 31 21:58:59 NVIDIA(0):    clock
(--) May 31 21:58:59 NVIDIA(0): Nvidia Default Flat Panel (DFP-0): Internal Dual Link LVDS
(II) May 31 21:58:59 NVIDIA(0): Assigned Display Device: DFP-0
(WW) May 31 21:58:59 NVIDIA(0): No valid modes for "1920x1080_60+0+0"; removing.
(II) May 31 21:58:59 NVIDIA(0): Validated modes:
(II) May 31 21:58:59 NVIDIA(0):    "nvidia-auto-select+0+0"
(II) May 31 21:58:59 NVIDIA(0): Virtual screen size determined to be 1280 x 800
(--) May 31 21:59:00 NVIDIA(0): DPI set to (101, 101); computed from "UseEdidDpi" X config
(--) May 31 21:59:00 NVIDIA(0):    option
(==) May 31 21:59:00 NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
(--) Depth 24 pixmap format is 32 bpp
(II) May 31 21:59:00 NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
(II) May 31 21:59:00 NVIDIA(0): Initialized GPU GART.
(WW) May 31 21:59:00 NVIDIA(0): ACPI: Error: Unable to find the DOS (Enable/Disable output
(WW) May 31 21:59:00 NVIDIA(0):    switching) file path under /proc/acpi/video. The NVIDIA X
(WW) May 31 21:59:00 NVIDIA(0):    driver will not be able to respond to ACPI display change
(WW) May 31 21:59:00 NVIDIA(0):    hotkey events.
(WW) May 31 21:59:00 NVIDIA(0): ACPI: Error: Unable to find the brightness file path under
(WW) May 31 21:59:00 NVIDIA(0):    /proc/acpi/video. The NVIDIA X driver will not be able to
(WW) May 31 21:59:00 NVIDIA(0):    respond to ACPI brightness change hotkey events.
(II) May 31 21:59:00 NVIDIA(0): Setting mode "nvidia-auto-select+0+0"
(II) Loading extension NV-GLX
(II) May 31 21:59:00 NVIDIA(0): Initialized OpenGL Acceleration
(==) NVIDIA(0): Disabling shared memory pixmaps
(II) May 31 21:59:00 NVIDIA(0): Initialized X Rendering Acceleration
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(II) Loading extension XINERAMA
(==) RandR enabled
(II) Initializing built-in extension Generic Event Extension
(II) Initializing built-in extension SHAPE
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension BIG-REQUESTS
(II) Initializing built-in extension SYNC
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-MISC
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing extension GLX
(II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
(II) config/udev: Adding input device Sony Vaio Keys (/dev/input/event4)
(**) Sony Vaio Keys: Applying InputClass "evdev keyboard catchall"
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
compiled for 1.7.6, module version = 2.3.2
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 7.0
(**) Sony Vaio Keys: always reports core events
(**) Sony Vaio Keys: Device: "/dev/input/event4"
(II) Sony Vaio Keys: Found keys
(II) Sony Vaio Keys: Configuring as keyboard
(II) XINPUT: Adding extended input device "Sony Vaio Keys" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "it"
(II) XKB: reuse xkmfile /var/lib/xkb/server-35DF0DEC488035CD7337E5EF69F018BFAFADCAC5.xkm
(II) config/udev: Adding input device Power Button (/dev/input/event1)
(**) Power Button: Applying InputClass "evdev keyboard catchall"
(**) Power Button: always reports core events
(**) Power Button: Device: "/dev/input/event1"
(II) Power Button: Found keys
(II) Power Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "it"
(II) config/udev: Adding input device Lid Switch (/dev/input/event0)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device HDA Intel Mic at Ext Right Jack (/dev/input/event10)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device HDA Intel HP Out at Ext Right Jack (/dev/input/event11)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device HID 044e:3013 (/dev/input/event6)
(**) HID 044e:3013: Applying InputClass "evdev keyboard catchall"
(**) HID 044e:3013: always reports core events
(**) HID 044e:3013: Device: "/dev/input/event6"
(II) HID 044e:3013: Found keys
(II) HID 044e:3013: Configuring as keyboard
(II) XINPUT: Adding extended input device "HID 044e:3013" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "it"
(II) config/udev: Adding input device HID 044e:3012 (/dev/input/event7)
(**) HID 044e:3012: Applying InputClass "evdev pointer catchall"
(**) HID 044e:3012: always reports core events
(**) HID 044e:3012: Device: "/dev/input/event7"
(II) HID 044e:3012: Found 3 mouse buttons
(II) HID 044e:3012: Found relative axes
(II) HID 044e:3012: Found x and y relative axes
(II) HID 044e:3012: Configuring as mouse
(**) HID 044e:3012: YAxisMapping: buttons 4 and 5
(**) HID 044e:3012: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "HID 044e:3012" (type: MOUSE)
(II) HID 044e:3012: initialized for relative axes.
(II) config/udev: Adding input device HID 044e:3012 (/dev/input/mouse2)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
(**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
(**) AT Translated Set 2 keyboard: always reports core events
(**) AT Translated Set 2 keyboard: Device: "/dev/input/event3"
(II) AT Translated Set 2 keyboard: Found keys
(II) AT Translated Set 2 keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "it"
(II) config/udev: Adding input device PS/2 Mouse (/dev/input/event8)
(**) PS/2 Mouse: Applying InputClass "evdev pointer catchall"
(**) PS/2 Mouse: always reports core events
(**) PS/2 Mouse: Device: "/dev/input/event8"
(II) PS/2 Mouse: Found 3 mouse buttons
(II) PS/2 Mouse: Found relative axes
(II) PS/2 Mouse: Found x and y relative axes
(II) PS/2 Mouse: Configuring as mouse
(**) PS/2 Mouse: YAxisMapping: buttons 4 and 5
(**) PS/2 Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "PS/2 Mouse" (type: MOUSE)
(II) PS/2 Mouse: initialized for relative axes.
(II) config/udev: Adding input device PS/2 Mouse (/dev/input/mouse3)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/event9)
(**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "evdev pointer catchall"
(**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "evdev touchpad catchall"
(**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "touchpad catchall"
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
compiled for 1.7.6, module version = 1.2.2
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 7.0
(II) Synaptics touchpad driver version 1.2.2
(**) Option "Device" "/dev/input/event9"
(II) AlpsPS/2 ALPS GlidePoint: x-axis range 0 - 1023
(II) AlpsPS/2 ALPS GlidePoint: y-axis range 0 - 767
(II) AlpsPS/2 ALPS GlidePoint: pressure range 0 - 127
(II) AlpsPS/2 ALPS GlidePoint: finger width range 0 - 0
(II) AlpsPS/2 ALPS GlidePoint: buttons: left right middle
(--) AlpsPS/2 ALPS GlidePoint: touchpad found
(**) AlpsPS/2 ALPS GlidePoint: always reports core events
(II) XINPUT: Adding extended input device "AlpsPS/2 ALPS GlidePoint" (type: TOUCHPAD)
(**) AlpsPS/2 ALPS GlidePoint: (accel) keeping acceleration scheme 1
(**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration profile 0
(**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration factor: 2.000
(**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration threshold: 4
(--) AlpsPS/2 ALPS GlidePoint: touchpad found
(II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/mouse4)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device Macintosh mouse button emulation (/dev/input/event2)
(**) Macintosh mouse button emulation: Applying InputClass "evdev pointer catchall"
(**) Macintosh mouse button emulation: always reports core events
(**) Macintosh mouse button emulation: Device: "/dev/input/event2"
(II) Macintosh mouse button emulation: Found 3 mouse buttons
(II) Macintosh mouse button emulation: Found relative axes
(II) Macintosh mouse button emulation: Found x and y relative axes
(II) Macintosh mouse button emulation: Configuring as mouse
(**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
(**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
(II) Macintosh mouse button emulation: initialized for relative axes.
(II) config/udev: Adding input device Macintosh mouse button emulation (/dev/input/mouse0)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device Sony Vaio Jogdial (/dev/input/event5)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device Sony Vaio Jogdial (/dev/input/mouse1)
(II) No input driver/identifier specified (ignoring)

Re: [NVidia] RISOLUZIONE VIDEO

Inviato: lunedì 31 maggio 2010, 22:30
da shouldes
    Option        "metamodes" "1920x1080_60 +0+0; nvidia-auto-select +0+0"

non gli piace, prova cone:

    Option        "metamodes" "1920x1080 +0+0; nvidia-auto-select +0+0"


Se sei sicuro che il tuo monitor supporti quella risoluzione.

Ti ha rimesso 1280x800:

Codice: Seleziona tutto

(**) NVIDIA(0): Option "MetaModes" "1920x1080_60 +0+0; nvidia-auto-select +0+0"
(**) May 31 21:58:58 NVIDIA(0): Enabling RENDER acceleration
(II) May 31 21:58:58 NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) May 31 21:58:58 NVIDIA(0):     enabled.
(II) May 31 21:58:59 NVIDIA(0): NVIDIA GPU GeForce 8600M GS (G86) at PCI:1:0:0 (GPU-0)
(--) May 31 21:58:59 NVIDIA(0): Memory: 524288 kBytes
(--) May 31 21:58:59 NVIDIA(0): VideoBIOS: 60.86.45.00.19
(II) May 31 21:58:59 NVIDIA(0): Detected PCI Express Link width: 16X
(--) May 31 21:58:59 NVIDIA(0): Interlaced video modes are supported on this GPU
(--) May 31 21:58:59 NVIDIA(0): Connected display device(s) on GeForce 8600M GS at PCI:1:0:0:
(--) May 31 21:58:59 NVIDIA(0):     Nvidia Default Flat Panel (DFP-0)
(--) May 31 21:58:59 NVIDIA(0): Nvidia Default Flat Panel (DFP-0): 330.0 MHz maximum pixel
(--) May 31 21:58:59 NVIDIA(0):     clock
(--) May 31 21:58:59 NVIDIA(0): Nvidia Default Flat Panel (DFP-0): Internal Dual Link LVDS
(II) May 31 21:58:59 NVIDIA(0): Assigned Display Device: DFP-0
(WW) May 31 21:58:59 NVIDIA(0): No valid modes for "1920x1080_60+0+0"; removing.
(II) May 31 21:58:59 NVIDIA(0): Validated modes:
(II) May 31 21:58:59 NVIDIA(0):     "nvidia-auto-select+0+0"
(II) May 31 21:58:59 NVIDIA(0): Virtual screen size determined to be 1280 x 800

Re: [NVidia] RISOLUZIONE VIDEO

Inviato: lunedì 31 maggio 2010, 22:41
da shouldes
Ho cercato le caratteristiche tecniche del tuo portatile e monta un monitor 15,4" 1280x800.
I 1920x1080 sei sicuro di averli visti nel monitor interno?

Re: [NVidia] RISOLUZIONE VIDEO

Inviato: sabato 12 giugno 2010, 14:51
da marce_one
si ha anche il lettore masterizzatore blu ray disc, poi ce un bel adesivo con scritto full hd 1080

Re: [NVidia] RISOLUZIONE VIDEO

Inviato: sabato 12 giugno 2010, 16:46
da shouldes
marce_one ha scritto: si ha anche il lettore masterizzatore blu ray disc, poi ce un bel adesivo con scritto full hd 1080
L'adesivo lo ha (aveva, visto che li stacco tutti) pure il mio, ma il monitor interno è HD (1366x768), il full HD è riferito all'uscita hdmi.

Puoi postare la sigla completa? Non trovo nessun modello che abbia 1920x1080, che per un 15" è quantomeno inusabile, visto che i caratteri diventerebbero microscopici.

Re: [NVidia] RISOLUZIONE VIDEO

Inviato: martedì 15 giugno 2010, 13:27
da ziocane
Ciao a tutti,
vorrei portare la risoluzione a 1400x1050 su un portatile da 15 con la stessa scheda. Come faccio a vedere che risoluzione massima supporta?

Codice: Seleziona tutto

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 256.29  (buildd@lawrencium)  Sun May 30 21:38:22 UTC 2010


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      "AUO"
    HorizSync       30.0 - 75.0
    VertRefresh     60.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 8600M GS"
    Option         "NoLogo" "True"
EndSection

Section "Screen"

# Removed Option "metamodes" "nvidia-auto-select @1400x1050 +0+0"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection
ps: per le schede invidia ci sono moltissimi driver: current, nuveau, glx,... come si fa a capire qual'è il migliore per il proprio pc? (al momento uso i current 173 versione beta installati da repo secondo la guida di Guido...).

Grazie