Problema driver Nvidia con scheda Ibrida Asus u36j

Se avete problemi con l'installazione e la configurazione di Slackware postate qui. Non usate questo forum per argomenti generali... per quelli usate Gnu/Linux in genere.

Moderatore: Staff

Regole del forum
1) Citare sempre la versione di Slackware usata, la versione del Kernel e magari anche la versione della libreria coinvolta. Questi dati aiutano le persone che possono rispondere.
2) Per evitare confusione prego inserire in questo forum solo topic che riguardano appunto Slackware, se l'argomento è generale usate il forum Gnu/Linux in genere.
3) Leggere attentamente le risposte ricevute.
4) Scrivere i messaggi con il colore di default, evitare altri colori.
5) Scrivere in Italiano o in Inglese, se possibile grammaticalmente corretto, evitate stili di scrittura poco chiari, quindi nessuna abbreviazione tipo telegramma o scrittura stile SMS o CHAT.
6) Appena registrati è consigliato presentarsi nel forum dedicato.

La non osservanza delle regole porta a provvedimenti di vari tipo da parte dello staff, in particolare la non osservanza della regola 5 porta alla cancellazione del post e alla segnalazione dell'utente. In caso di recidività l'utente rischia il ban temporaneo.
Rispondi
Zav0k
Linux 0.x
Linux 0.x
Messaggi: 63
Iscritto il: dom 6 mag 2007, 9:41
Slackware: current
Kernel: 2.6.37.3-smp
Desktop: Kde 4.4.5
Località: Fucecchio

Problema driver Nvidia con scheda Ibrida Asus u36j

Messaggio da Zav0k »

Ciao a tutti, purtroppo pure io sono caduto nel baratro delle schede ibride :cry:
Ho acquistato un portatile Asus u36j, credendo che avesse un nvidia ed invece aveva un carciofo :evil: (mea culpa nn mi sono informato bene).
Il mio obbiettivo ovviamente è far funzionare la scheda Nvidia oppure visti i conusciuti problemi mi sarei accontentato della intel ma con un minimo di accellerazione grafica.
Questa è la mia situazione:

Codice: Seleziona tutto

bash-4.1# lspci |grep VGA
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 18)
01:00.0 VGA compatible controller: nVidia Corporation GT218 [GeForce 310M] (rev a2)
Smanettando un pò sono riuscito a far partire la scheda Nvidia ma solo come parte dello schermo primario, ma ovviamente non era ciò che volevo [-(
Questo è il mio xorg.conf:

Codice: Seleziona tutto

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 260.19.44  (buildmeister@swio-display-x86-rhel47-04.nvidia.com)  Sun Feb 27 21:50:39 PST 2011

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" RightOf "Screen0"
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    ModulePath      "/usr/lib/xorg/modules"
    FontPath        "/usr/share/fonts/local"
    FontPath        "/usr/share/fonts/TTF"
    FontPath        "/usr/share/fonts/OTF"
    FontPath        "/usr/share/fonts/Type1"
    FontPath        "/usr/share/fonts/misc"
    FontPath        "/usr/share/fonts/CID"
    FontPath        "/usr/share/fonts/75dpi/:unscaled"
    FontPath        "/usr/share/fonts/100dpi/:unscaled"
    FontPath        "/usr/share/fonts/75dpi"
    FontPath        "/usr/share/fonts/100dpi"
    FontPath        "/usr/share/fonts/cyrillic"
EndSection

Section "Module"
    Load           "dbe"
    Load           "glx"
    Load           "extmod"
    Load           "record"
    Load           "dri2"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/input/mice"
    Option         "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Monitor Vendor"
    ModelName      "Monitor Model"
EndSection

Section "Monitor"
    Identifier     "Monitor1"
    VendorName     "Monitor Vendor"
    ModelName      "Monitor Model"
EndSection

Section "Device"

        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "SWcursor"           	# [<bool>]
        #Option     "HWcursor"           	# [<bool>]
        #Option     "NoAccel"            	# [<bool>]
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "VideoKey"           	# <i>
        #Option     "WrappedFB"          	# [<bool>]
        #Option     "GLXVBlank"          	# [<bool>]
        #Option     "ZaphodHeads"        	# <str>
    Identifier     "Card0"
    Driver         "nvidia"
    BusID          "PCI:1:0:0"
    Option	   "ConnectedMonitor" "DFP-0"
EndSection

Section "Device"

        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "AccelMethod"        	# [<str>]
        #Option     "VideoKey"           	# <i>
        #Option     "FallbackDebug"      	# [<bool>]
        #Option     "Tiling"             	# [<bool>]
        #Option     "Shadow"             	# [<bool>]
        #Option     "SwapbuffersWait"    	# [<bool>]
        #Option     "XvMC"               	# [<bool>]
        #Option     "XvPreferOverlay"    	# [<bool>]
        #Option     "DebugFlushBatches"  	# [<bool>]
        #Option     "DebugFlushCaches"   	# [<bool>]
        #Option     "DebugWait"          	# [<bool>]
        #Option     "HotPlug"            	# [<bool>]
    Identifier     "Card1"
    Driver         "intel"
    BusID          "PCI:0:2:0"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Card0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Viewport    0 0
        Depth       1
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       4
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       8
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       15
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       16
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Card1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "DRI" "TRUE"
        #Option     "ColorKey"           	# <i>
    SubSection     "Display"
        Viewport    0 0
        Depth       1
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       4
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       8
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       15
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       16
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       24
    EndSubSection
EndSection
Dalle prove che ho fatto ho visto che se nell'xorg.conf lascio un device solo succede:
  • - nel caso di invidia: il driver proprietari vengono installati senza problemi, ma con lo startx il sistema parte (sento il suono dell'avvio) ma nn vedo un tubo
    - nel caso di intel: il sistema parte vedo il desktop, ma non funziona l'accellerazione (ed è la situazione che sto vivendo in questo momento :( )

    Codice: Seleziona tutto

    bash-4.1$ glxinfo 
    name of display: :0.0
    Xlib:  extension "GLX" missing on display ":0.0".
    Xlib:  extension "GLX" missing on display ":0.0".
    Xlib:  extension "GLX" missing on display ":0.0".
    Xlib:  extension "GLX" missing on display ":0.0".
    Xlib:  extension "GLX" missing on display ":0.0".
    Error: couldn't find RGB GLX visual or fbconfig
    
    Xlib:  extension "GLX" missing on display ":0.0".
    Xlib:  extension "GLX" missing on display ":0.0".
    Xlib:  extension "GLX" missing on display ":0.0".
    Xlib:  extension "GLX" missing on display ":0.0".
    Xlib:  extension "GLX" missing on display ":0.0".
    Xlib:  extension "GLX" missing on display ":0.0".
    Xlib:  extension "GLX" missing on display ":0.0".

Avatar utente
Ansa89
Iper Master
Iper Master
Messaggi: 2703
Iscritto il: mer 29 ago 2007, 17:57
Nome Cognome: Stefano Ansaloni
Slackware: 14.2 64bit
Kernel: 4.9.61
Desktop: XFCE 4.12
Località: Modena

Re: Problema driver Nvidia con scheda Ibrida Asus u36j

Messaggio da Ansa89 »

I driver proprietari nvidia vanno a modificare i file di xorg, quindi è normale che non ti trovi l'estensione glx quando provi ad usare gli intel.
Se vuoi usare i driver intel fai un bel "nvidia-uninstall" e riprova.

Zav0k
Linux 0.x
Linux 0.x
Messaggi: 63
Iscritto il: dom 6 mag 2007, 9:41
Slackware: current
Kernel: 2.6.37.3-smp
Desktop: Kde 4.4.5
Località: Fucecchio

Re: Problema driver Nvidia con scheda Ibrida Asus u36j

Messaggio da Zav0k »

Ansa89 ha scritto:Se vuoi usare i driver intel fai un bel "nvidia-uninstall" e riprova.
Fatto, ma non cambia. L'accellerazione si schifa ad uscire

Questo è l'xorg.conf attuale:

Codice: Seleziona tutto

######################################################
#   xorg.conf   automatically configured by autoX
#               version 4.2.1 - 03/10/2009  FZ
######################################################

Section "ServerLayout"
  Identifier     "Xorg Configured"
  Screen       0 "Screen0" 0 0
  InputDevice    "Keyboard0"     "CoreKeyboard"
  InputDevice    "USB_Mouse"     "CorePointer"
  InputDevice    "Synaptics"     "SendCoreEvents"
  InputDevice    "Serial_Mouse0" "SendCoreEvents"
  InputDevice    "Serial_Mouse1" "SendCoreEvents"
EndSection

Section "ServerFlags"
  AllowMouseOpenFail
  #DontZap
  #DontZoom 
  Option   "AllowEmptyInput"     "false"
  Option   "AutoAddDevices"      "false"
  Option   "AutoEnableDevices"   "false"
EndSection

Section "Files"
  RgbPath    "/usr/lib/X11/rgb"
#  ModulePath  "/usr/X11R6/lib/modules"
  FontPath   "unix/:-1"
  FontPath   "/usr/share/fonts/local/"
  FontPath   "/usr/share/fonts/misc/"
  FontPath   "/usr/share/fonts/OTF/"
  FontPath   "/usr/share/fonts/TTF/"
  FontPath   "/usr/share/fonts/Type1/"
  FontPath   "/usr/share/fonts/CID/"
  FontPath   "/usr/share/fonts/Speedo/"
  FontPath   "/usr/share/fonts/75dpi/:unscaled"
  FontPath   "/usr/share/fonts/100dpi/:unscaled"
  FontPath   "/usr/share/fonts/75dpi/"
  FontPath   "/usr/share/fonts/100dpi/"
  FontPath   "/usr/share/fonts/cyrillic/"
EndSection

Section "Module"
  Load  "GLcore"
  Load  "record"
  Load  "extmod"
  Load  "ddc"
  Load  "int10"
  Load  "dbe"
  Load  "dri"
  Load  "glx"
  Load  "xtrap"
  Load  "type1"
  Load  "freetype"
  Load  "speedo"
  Load "synaptics"
EndSection

Section "DRI"
  Mode 0666
EndSection

Section "InputDevice"
  Identifier  "Keyboard0"
  Driver      "kbd"
  Option      "XkbModel" "pc105"
  Option      "XkbLayout" "it"
EndSection

Section "InputDevice"
  Identifier  "PS2_Mouse"
  Driver      "mouse"
  Option      "Protocol" "PS/2"
  Option      "Device" "/dev/psaux"
  Option      "Buttons" "5"
  Option      "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
  Identifier  "USB_Mouse"
  Driver      "mouse"
  Option      "Protocol" "IMPS/2"
  Option      "Device" "/dev/input/mice"
  Option      "Buttons" "5"
  Option      "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
  Identifier "Synaptics"
  Driver "synaptics"
  Option "SendCoreEvents" "true"
  Option "Device" "/dev/psaux"
  Option "Protocol" "auto-dev"
  Option "HorizScrollDelta" "0"
EndSection

Section "InputDevice"
  Identifier  "Serial_Mouse0"
  Driver      "mouse"
  Option      "Protocol" "Microsoft"
  Option      "Device" "/dev/ttyS0"
  Option      "Emulate3Buttons"
EndSection

Section "InputDevice"
  Identifier  "Serial_Mouse1"
  Driver      "mouse"
  Option      "Protocol" "Microsoft"
  Option      "Device" "/dev/ttyS1"
  Option      "Emulate3Buttons"
EndSection

Section "Monitor"
  Identifier   "Monitor0"
  VendorName   "Monitor Vendor"
  ModelName    "Monitor Model"
  HorizSync    31.5 - 48.5
  VertRefresh  50.0 - 70.0
EndSection

Section "Device"
  Identifier  "Card0"
  Driver      "intel"
  VendorName  ""
  BoardName   ""
  BusID       "PCI:0:2:0"
  Option      "ColorTiling" "On"
  Option      "EnablePageFlip" "True"
  Option      "AccelMethod" "XAA"
  Option      "XAANoOffscreenPixmaps" "True"
EndSection

Section "Screen"
  Identifier "Screen0"
  Device     "Card0"
  Monitor    "Monitor0"
  DefaultDepth  24
    Option    "RenderAccel" "True"
    Option    "AllowGLXWithComposite" "True"
    Option    "AddARGBGLXVisuals" "True"
#    Option    "XAANoOffscreenPixmaps" "True"
  SubSection "Display"
    Depth     1
    Modes    "1366x768" "1280x800" "1280x1024" "1024x768" "800x600"
  EndSubSection
  SubSection "Display"
    Depth     4
    Modes    "1366x768" "1280x800" "1280x1024" "1024x768" "800x600"
  EndSubSection
  SubSection "Display"
    Depth     8
    Modes    "1366x768" "1280x800" "1280x1024" "1024x768" "800x600"
  EndSubSection
  SubSection "Display"
    Depth     15
    Modes    "1366x768" "1280x800" "1280x1024" "1024x768" "800x600"
  EndSubSection
  SubSection "Display"
    Depth     16
    Modes    "1366x768" "1280x800" "1280x1024" "1024x768" "800x600"
  EndSubSection
  SubSection "Display"
    Depth     24
    Modes    "1366x768" "1280x800" "1280x1024" "1024x768" "800x600"
  EndSubSection
EndSection

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



Sbaglio qualcosa io?

rik70
Iper Master
Iper Master
Messaggi: 2492
Iscritto il: gio 10 mar 2011, 9:21
Slackware: 15.0
Kernel: 5.15.x-generic
Desktop: Sway
Distribuzione: Arch Linux

Re: Problema driver Nvidia con scheda Ibrida Asus u36j

Messaggio da rik70 »

Sei in current?

Se sì, prova a postare l'output di `lsmod`

Magari anche il log di Xorg

Zav0k
Linux 0.x
Linux 0.x
Messaggi: 63
Iscritto il: dom 6 mag 2007, 9:41
Slackware: current
Kernel: 2.6.37.3-smp
Desktop: Kde 4.4.5
Località: Fucecchio

Re: Problema driver Nvidia con scheda Ibrida Asus u36j

Messaggio da Zav0k »

Si sono in current. Avevo il profilo un pò vecchiotto :oops:
lsmod:

Codice: Seleziona tutto

bash-4.1$ lsmod 
Module                  Size  Used by
tun                    12773  2 
snd_seq_dummy           1119  0 
snd_seq_oss            25900  0 
snd_seq_midi_event      4696  1 snd_seq_oss
snd_seq                42680  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device          4505  3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss            34554  0 
snd_mixer_oss          14726  1 snd_pcm_oss
ipv6                  236629  28 
cpufreq_ondemand        7672  4 
speedstep_lib           2663  0 
acpi_cpufreq            5195  1 
freq_table              2039  2 cpufreq_ondemand,acpi_cpufreq
mperf                    923  1 acpi_cpufreq
lp                      7105  0 
ppdev                   4901  0 
parport_pc             18218  0 
parport                25627  3 lp,ppdev,parport_pc
fuse                   58136  1 
nvidia               9235786  0 
usbhid                 32435  0 
hid                    63739  1 usbhid
snd_hda_codec_realtek   222842  1 
btusb                  10073  0 
snd_hda_intel          18443  2 
bluetooth              47805  1 btusb
i915                  360882  7 
uvcvideo               55916  0 
snd_hda_codec          61720  2 snd_hda_codec_realtek,snd_hda_intel
drm_kms_helper         23927  1 i915
snd_hwdep               4772  1 snd_hda_codec
videodev               57461  1 uvcvideo
v4l1_compat            13666  2 uvcvideo,videodev
snd_pcm                59843  3 snd_pcm_oss,snd_hda_intel,snd_hda_codec
drm                   142833  3 i915,drm_kms_helper
snd_timer              15717  2 snd_seq,snd_pcm
ath9k                  73334  0 
i2c_algo_bit            4287  1 i915
snd                    43891  15 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
i2c_core               16421  6 nvidia,i915,drm_kms_helper,videodev,drm,i2c_algo_bit
mac80211              181473  1 ath9k
ath9k_common            1497  1 ath9k
video                  10482  1 i915
psmouse                40986  0 
soundcore               4641  1 snd
ath9k_hw              251635  2 ath9k,ath9k_common
rtc_cmos                7970  0 
thermal                 6718  0 
asus_laptop            13231  0 
intel_agp               9000  1 i915
intel_gtt              11414  3 i915,intel_agp
sg                     21511  0 
r8169                  32387  0 
snd_page_alloc          5925  2 snd_hda_intel,snd_pcm
ath                    11089  2 ath9k,ath9k_hw
rtc_core               11871  1 rtc_cmos
sparse_keymap           2436  1 asus_laptop
serio_raw               3542  0 
mii                     3334  1 r8169
rtc_lib                 1502  1 rtc_core
intel_ips               9890  0 
agpgart                23062  4 nvidia,drm,intel_agp,intel_gtt
processor              23158  1 acpi_cpufreq
thermal_sys            11426  3 video,thermal,processor
hwmon                   1065  1 thermal_sys
wmi                     7129  0 
evdev                   7303  10 
cfg80211              122542  3 ath9k,mac80211,ath
battery                 8431  0 
button                  4005  1 i915
rfkill                 13278  3 bluetooth,asus_laptop,cfg80211
ac                      2465  0 
output                  1456  1 video
Xorg.0.log

Codice: Seleziona tutto

[ 10853.481] 
X.Org X Server 1.9.4
Release Date: 2011-02-04
[ 10853.481] X Protocol Version 11, Revision 0
[ 10853.481] Build Operating System: Slackware 13.37 Slackware Linux Project
[ 10853.481] Current Operating System: Linux MalquoriPc 2.6.37.3-smp #2 SMP Mon Mar 7 21:10:03 CST 2011 i686
[ 10853.481] Kernel command line: auto BOOT_IMAGE=Linux ro root=801 vt.default_utf8=0
[ 10853.481] Build Date: 04 March 2011  01:18:29AM
[ 10853.481]  
[ 10853.481] Current version of pixman: 0.20.2
[ 10853.481] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[ 10853.481] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 10853.481] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Mar 18 11:51:52 2011
[ 10853.481] (==) Using config file: "/etc/X11/xorg.conf"
[ 10853.481] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 10853.482] Parse error on line 26 of section Files in file /etc/X11/xorg.conf
	Ignoring obsolete keyword "RgbPath".
[ 10853.482] (==) ServerLayout "Xorg Configured"
[ 10853.482] (**) |-->Screen "Screen0" (0)
[ 10853.482] (**) |   |-->Monitor "Monitor0"
[ 10853.482] (**) |   |-->Device "Card0"
[ 10853.482] (**) |-->Input Device "Keyboard0"
[ 10853.482] (**) |-->Input Device "USB_Mouse"
[ 10853.482] (**) |-->Input Device "Synaptics"
[ 10853.482] (**) |-->Input Device "Serial_Mouse0"
[ 10853.482] (**) |-->Input Device "Serial_Mouse1"
[ 10853.482] (**) Option "AllowMouseOpenFail"
[ 10853.482] (**) Option "AllowEmptyInput" "false"
[ 10853.482] (**) Option "AutoAddDevices" "false"
[ 10853.482] (**) Option "AutoEnableDevices" "false"
[ 10853.482] (**) Not automatically adding devices
[ 10853.482] (**) Not automatically enabling devices
[ 10853.483] (WW) The directory "/usr/share/fonts/local/" does not exist.
[ 10853.483] 	Entry deleted from font path.
[ 10853.483] (WW) The directory "/usr/share/fonts/CID/" does not exist.
[ 10853.483] 	Entry deleted from font path.
[ 10853.483] (WW) The directory "/usr/share/fonts/local" does not exist.
[ 10853.483] 	Entry deleted from font path.
[ 10853.483] (WW) The directory "/usr/share/fonts/CID" does not exist.
[ 10853.483] 	Entry deleted from font path.
[ 10853.483] (**) FontPath set to:
	unix/:-1,
	/usr/share/fonts/misc/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/Type1/,
	/usr/share/fonts/Speedo/,
	/usr/share/fonts/75dpi/:unscaled,
	/usr/share/fonts/100dpi/:unscaled,
	/usr/share/fonts/75dpi/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/cyrillic/,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/Type1,
	/usr/share/fonts/misc,
	/usr/share/fonts/75dpi/:unscaled,
	/usr/share/fonts/100dpi/:unscaled,
	/usr/share/fonts/75dpi,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/cyrillic
[ 10853.483] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 10853.483] (**) Extension "Composite" is enabled
[ 10853.483] (II) Loader magic: 0x81f0f60
[ 10853.483] (II) Module ABI versions:
[ 10853.483] 	X.Org ANSI C Emulation: 0.4
[ 10853.483] 	X.Org Video Driver: 8.0
[ 10853.483] 	X.Org XInput driver : 11.0
[ 10853.483] 	X.Org Server Extension : 4.0
[ 10853.485] (--) PCI:*(0:0:2:0) 8086:0046:1043:1542 rev 24, Mem @ 0xd3400000/4194304, 0xb0000000/268435456, I/O @ 0x0000e080/8
[ 10853.485] (--) PCI: (0:1:0:0) 10de:0a70:1043:1542 rev 162, Mem @ 0xd2000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000d000/128, BIOS @ 0x????????/524288
[ 10853.485] (II) Open ACPI successful (/var/run/acpid.socket)
[ 10853.485] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
[ 10853.485] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
[ 10853.485] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[ 10853.485] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
[ 10853.485] (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
[ 10853.485] (II) "dri2" will be loaded by default.
[ 10853.485] (II) LoadModule: "record"
[ 10853.486] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 10853.486] (II) Module record: vendor="X.Org Foundation"
[ 10853.486] 	compiled for 1.9.4, module version = 1.13.0
[ 10853.486] 	Module class: X.Org Server Extension
[ 10853.486] 	ABI class: X.Org Server Extension, version 4.0
[ 10853.486] (II) Loading extension RECORD
[ 10853.486] (II) LoadModule: "extmod"
[ 10853.486] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 10853.486] (II) Module extmod: vendor="X.Org Foundation"
[ 10853.486] 	compiled for 1.9.4, module version = 1.0.0
[ 10853.486] 	Module class: X.Org Server Extension
[ 10853.486] 	ABI class: X.Org Server Extension, version 4.0
[ 10853.487] (II) Loading extension MIT-SCREEN-SAVER
[ 10853.487] (II) Loading extension XFree86-VidModeExtension
[ 10853.487] (II) Loading extension XFree86-DGA
[ 10853.487] (II) Loading extension DPMS
[ 10853.487] (II) Loading extension XVideo
[ 10853.487] (II) Loading extension XVideo-MotionCompensation
[ 10853.487] (II) Loading extension X-Resource
[ 10853.487] (II) LoadModule: "ddc"
[ 10853.487] (II) Module "ddc" already built-in
[ 10853.487] (II) LoadModule: "int10"
[ 10853.489] (II) Loading /usr/lib/xorg/modules/libint10.so
[ 10853.489] (II) Module int10: vendor="X.Org Foundation"
[ 10853.489] 	compiled for 1.9.4, module version = 1.0.0
[ 10853.489] 	ABI class: X.Org Video Driver, version 8.0
[ 10853.489] (II) LoadModule: "dbe"
[ 10853.489] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 10853.489] (II) Module dbe: vendor="X.Org Foundation"
[ 10853.489] 	compiled for 1.9.4, module version = 1.0.0
[ 10853.489] 	Module class: X.Org Server Extension
[ 10853.489] 	ABI class: X.Org Server Extension, version 4.0
[ 10853.489] (II) Loading extension DOUBLE-BUFFER
[ 10853.489] (II) LoadModule: "dri"
[ 10853.489] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 10853.489] (II) Module dri: vendor="X.Org Foundation"
[ 10853.489] 	compiled for 1.9.4, module version = 1.0.0
[ 10853.489] 	ABI class: X.Org Server Extension, version 4.0
[ 10853.489] (II) Loading extension XFree86-DRI
[ 10853.490] (II) LoadModule: "glx"
[ 10853.490] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 10853.490] dlopen: /usr/lib/xorg/modules/extensions/libglx.so: undefined symbol: miEmptyData
[ 10853.490] (EE) Failed to load /usr/lib/xorg/modules/extensions/libglx.so
[ 10853.490] (II) UnloadModule: "glx"
[ 10853.490] (EE) Failed to load module "glx" (loader failed, 7)
[ 10853.490] (II) LoadModule: "xtrap"
[ 10853.491] (WW) Warning, couldn't open module xtrap
[ 10853.491] (II) UnloadModule: "xtrap"
[ 10853.491] (EE) Failed to load module "xtrap" (module does not exist, 0)
[ 10853.491] (II) LoadModule: "synaptics"
[ 10853.492] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 10853.492] (II) Module synaptics: vendor="X.Org Foundation"
[ 10853.492] 	compiled for 1.9.4, module version = 1.4.0
[ 10853.492] 	Module class: X.Org XInput Driver
[ 10853.492] 	ABI class: X.Org XInput driver, version 11.0
[ 10853.492] (II) LoadModule: "dri2"
[ 10853.492] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 10853.492] (II) Module dri2: vendor="X.Org Foundation"
[ 10853.492] 	compiled for 1.9.4, module version = 1.2.0
[ 10853.492] 	ABI class: X.Org Server Extension, version 4.0
[ 10853.492] (II) Loading extension DRI2
[ 10853.492] (II) LoadModule: "intel"
[ 10853.492] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 10853.493] (II) Module intel: vendor="X.Org Foundation"
[ 10853.493] 	compiled for 1.9.3, module version = 2.14.0
[ 10853.493] 	Module class: X.Org Video Driver
[ 10853.493] 	ABI class: X.Org Video Driver, version 8.0
[ 10853.493] (II) LoadModule: "kbd"
[ 10853.493] (II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
[ 10853.493] (II) Module kbd: vendor="X.Org Foundation"
[ 10853.493] 	compiled for 1.9.2, module version = 1.5.0
[ 10853.493] 	Module class: X.Org XInput Driver
[ 10853.493] 	ABI class: X.Org XInput driver, version 11.0
[ 10853.493] (II) LoadModule: "mouse"
[ 10853.494] (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
[ 10853.494] (II) Module mouse: vendor="X.Org Foundation"
[ 10853.494] 	compiled for 1.9.2, module version = 1.6.0
[ 10853.494] 	Module class: X.Org XInput Driver
[ 10853.494] 	ABI class: X.Org XInput driver, version 11.0
[ 10853.494] (II) LoadModule: "synaptics"
[ 10853.494] (II) Reloading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 10853.494] (II) intel: Driver for Intel 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, B43, Clarkdale, Arrandale,
	Sandybridge, Sandybridge, Sandybridge, Sandybridge, Sandybridge,
	Sandybridge, Sandybridge
[ 10853.494] (++) using VT number 7

[ 10853.502] drmOpenDevice: node name is /dev/dri/card0
[ 10853.502] drmOpenDevice: open result is 9, (OK)
[ 10853.502] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[ 10853.502] drmOpenDevice: node name is /dev/dri/card0
[ 10853.502] drmOpenDevice: open result is 9, (OK)
[ 10853.502] drmOpenByBusid: drmOpenMinor returns 9
[ 10853.502] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 10853.502] (**) intel(0): Depth 24, (--) framebuffer bpp 32
[ 10853.502] (==) intel(0): RGB weight 888
[ 10853.502] (==) intel(0): Default visual is TrueColor
[ 10853.502] (**) intel(0): Option "AccelMethod" "XAA"
[ 10853.502] (II) intel(0): Integrated Graphics Chipset: Intel(R) Arrandale
[ 10853.502] (--) intel(0): Chipset: "Arrandale"
[ 10853.502] (**) intel(0): Tiling enabled
[ 10853.502] (**) intel(0): SwapBuffers wait enabled
[ 10853.502] (==) intel(0): video overlay key set to 0x101fe
[ 10853.502] (II) intel(0): Output LVDS1 using monitor section Monitor0
[ 10853.502] (II) intel(0): found backlight control interface /sys/class/backlight/acpi_video1
[ 10853.502] (II) intel(0): Output VGA1 has no monitor section
[ 10853.507] (II) intel(0): Output HDMI1 has no monitor section
[ 10853.508] (II) intel(0): Output DP1 has no monitor section
[ 10853.508] (II) intel(0): EDID for output LVDS1
[ 10853.508] (II) intel(0): Manufacturer: COR  Model: 17d8  Serial#: 0
[ 10853.508] (II) intel(0): Year: 2010  Week: 22
[ 10853.508] (II) intel(0): EDID Version: 1.3
[ 10853.508] (II) intel(0): Digital Display Input
[ 10853.508] (II) intel(0): Max Image Size [cm]: horiz.: 29  vert.: 16
[ 10853.508] (II) intel(0): Gamma: 2.20
[ 10853.508] (II) intel(0): No DPMS capabilities specified
[ 10853.508] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[ 10853.508] (II) intel(0): First detailed timing is preferred mode
[ 10853.508] (II) intel(0): redX: 0.618 redY: 0.340   greenX: 0.331 greenY: 0.568
[ 10853.508] (II) intel(0): blueX: 0.149 blueY: 0.059   whiteX: 0.315 whiteY: 0.329
[ 10853.508] (II) intel(0): Manufacturer's mask: 0
[ 10853.508] (II) intel(0): Supported detailed timing:
[ 10853.508] (II) intel(0): clock: 69.3 MHz   Image Size:  293 x 165 mm
[ 10853.508] (II) intel(0): h_active: 1366  h_sync: 1425  h_sync_end 1464 h_blank_end 1472 h_border: 0
[ 10853.508] (II) intel(0): v_active: 768  v_sync: 773  v_sync_end 782 v_blanking: 785 v_border: 0
[ 10853.508] (II) intel(0): Supported detailed timing:
[ 10853.508] (II) intel(0): clock: 69.3 MHz   Image Size:  293 x 165 mm
[ 10853.508] (II) intel(0): h_active: 1366  h_sync: 1425  h_sync_end 1464 h_blank_end 1472 h_border: 0
[ 10853.508] (II) intel(0): v_active: 768  v_sync: 773  v_sync_end 782 v_blanking: 785 v_border: 0
[ 10853.508] (II) intel(0):  CPT
[ 10853.508] (II) intel(0):  CLAA133WB01A
[ 10853.508] (II) intel(0): EDID (in hex):
[ 10853.508] (II) intel(0): 	00ffffffffffff000df2d81700000000
[ 10853.508] (II) intel(0): 	16140103801d10780a4e4d9e57549126
[ 10853.508] (II) intel(0): 	0f505400000001010101010101010101
[ 10853.508] (II) intel(0): 	010101010101121b566a500011303b27
[ 10853.508] (II) intel(0): 	590025a510000018121b566a50001130
[ 10853.508] (II) intel(0): 	3b27590025a510000018000000fe0043
[ 10853.508] (II) intel(0): 	50540a202020202020202020000000fe
[ 10853.508] (II) intel(0): 	00434c414131333357423031412000f7
[ 10853.508] (II) intel(0): EDID vendor "COR", prod id 6104
[ 10853.508] (II) intel(0): Printing DDC gathered Modelines:
[ 10853.508] (II) intel(0): Modeline "1366x768"x0.0   69.30  1366 1425 1464 1472  768 773 782 785 -hsync -vsync (47.1 kHz)
[ 10853.508] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[ 10853.508] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 10853.508] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 10853.508] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[ 10853.508] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[ 10853.508] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[ 10853.508] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[ 10853.508] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[ 10853.508] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[ 10853.508] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[ 10853.508] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[ 10853.508] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[ 10853.508] (II) intel(0): Printing probed modes for output LVDS1
[ 10853.508] (II) intel(0): Modeline "1366x768"x60.0   69.30  1366 1425 1464 1472  768 773 782 785 -hsync -vsync (47.1 kHz)
[ 10853.508] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[ 10853.508] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[ 10853.508] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[ 10853.508] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[ 10853.508] (II) intel(0): EDID for output VGA1
[ 10853.513] (II) intel(0): EDID for output HDMI1
[ 10853.514] (II) intel(0): EDID for output DP1
[ 10853.514] (II) intel(0): Output LVDS1 connected
[ 10853.514] (II) intel(0): Output VGA1 disconnected
[ 10853.514] (II) intel(0): Output HDMI1 disconnected
[ 10853.514] (II) intel(0): Output DP1 disconnected
[ 10853.514] (II) intel(0): Using user preference for initial modes
[ 10853.514] (II) intel(0): Output LVDS1 using initial mode 1366x768
[ 10853.514] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 10853.514] (II) intel(0): Kernel page flipping support detected, enabling
[ 10853.514] (**) intel(0): Display dimensions: (290, 160) mm
[ 10853.514] (**) intel(0): DPI set to (119, 121)
[ 10853.514] (II) Loading sub module "fb"
[ 10853.514] (II) LoadModule: "fb"
[ 10853.514] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 10853.514] (II) Module fb: vendor="X.Org Foundation"
[ 10853.514] 	compiled for 1.9.4, module version = 1.0.0
[ 10853.514] 	ABI class: X.Org ANSI C Emulation, version 0.4
[ 10853.514] (==) Depth 24 pixmap format is 32 bpp
[ 10853.514] (==) intel(0): VideoRam: 262144 KB
[ 10853.515] (II) intel(0): [DRI2] Setup complete
[ 10853.515] (II) intel(0): [DRI2]   DRI driver: i965
[ 10853.515] (II) intel(0): Allocated new frame buffer 1408x768 stride 5632, tiled
[ 10853.521] (II) UXA(0): Driver registered support for the following operations:
[ 10853.521] (II)         solid
[ 10853.521] (II)         copy
[ 10853.521] (II)         composite (RENDER acceleration)
[ 10853.521] (II)         put_image
[ 10853.521] (II)         get_image
[ 10853.521] (==) intel(0): Backing store disabled
[ 10853.521] (==) intel(0): Silken mouse enabled
[ 10853.521] (II) intel(0): Initializing HW Cursor
[ 10853.533] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 10853.535] (==) intel(0): DPMS enabled
[ 10853.535] (==) intel(0): Intel XvMC decoder enabled
[ 10853.535] (II) intel(0): Set up textured video
[ 10853.535] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[ 10853.535] (II) intel(0): direct rendering: DRI2 Enabled
[ 10853.535] (WW) intel(0): Option "ColorTiling" is not used
[ 10853.535] (WW) intel(0): Option "EnablePageFlip" is not used
[ 10853.535] (WW) intel(0): Option "XAANoOffscreenPixmaps" is not used
[ 10853.535] (WW) intel(0): Option "RenderAccel" is not used
[ 10853.535] (WW) intel(0): Option "AllowGLXWithComposite" is not used
[ 10853.535] (WW) intel(0): Option "AddARGBGLXVisuals" is not used
[ 10853.535] (==) intel(0): hotplug detection: "enabled"
[ 10853.535] (--) RandR disabled
[ 10853.535] (II) Initializing built-in extension Generic Event Extension
[ 10853.535] (II) Initializing built-in extension SHAPE
[ 10853.535] (II) Initializing built-in extension MIT-SHM
[ 10853.535] (II) Initializing built-in extension XInputExtension
[ 10853.535] (II) Initializing built-in extension XTEST
[ 10853.535] (II) Initializing built-in extension BIG-REQUESTS
[ 10853.535] (II) Initializing built-in extension SYNC
[ 10853.535] (II) Initializing built-in extension XKEYBOARD
[ 10853.535] (II) Initializing built-in extension XC-MISC
[ 10853.535] (II) Initializing built-in extension XINERAMA
[ 10853.535] (II) Initializing built-in extension XFIXES
[ 10853.535] (II) Initializing built-in extension RENDER
[ 10853.535] (II) Initializing built-in extension RANDR
[ 10853.535] (II) Initializing built-in extension COMPOSITE
[ 10853.535] (II) Initializing built-in extension DAMAGE
[ 10853.550] (II) intel(0): Setting screen physical size to 361 x 203
[ 10853.550] [dix] Could not init font path element unix/:-1, removing from list!
[ 10853.697] (**) Option "CoreKeyboard"
[ 10853.697] (**) Keyboard0: always reports core events
[ 10853.697] (**) Option "Protocol" "standard"
[ 10853.697] (**) Keyboard0: Protocol: standard
[ 10853.697] (**) Option "XkbRules" "base"
[ 10853.697] (**) Keyboard0: XkbRules: "base"
[ 10853.697] (**) Option "XkbModel" "pc105"
[ 10853.698] (**) Keyboard0: XkbModel: "pc105"
[ 10853.698] (**) Option "XkbLayout" "it"
[ 10853.698] (**) Keyboard0: XkbLayout: "it"
[ 10853.698] (**) Option "CustomKeycodes" "off"
[ 10853.698] (**) Keyboard0: CustomKeycodes disabled
[ 10853.698] (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
[ 10853.722] (**) Option "Protocol" "IMPS/2"
[ 10853.722] (**) USB_Mouse: Device: "/dev/input/mice"
[ 10853.722] (**) USB_Mouse: Protocol: "IMPS/2"
[ 10853.722] (**) Option "CorePointer"
[ 10853.722] (**) USB_Mouse: always reports core events
[ 10853.722] (**) Option "Device" "/dev/input/mice"
[ 10853.746] (**) Option "Buttons" "5"
[ 10853.746] (==) USB_Mouse: Emulate3Buttons, Emulate3Timeout: 50
[ 10853.746] (**) Option "ZAxisMapping" "4 5"
[ 10853.746] (**) USB_Mouse: ZAxisMapping: buttons 4 and 5
[ 10853.746] (**) USB_Mouse: Buttons: 9
[ 10853.746] (**) USB_Mouse: Sensitivity: 1
[ 10853.746] (II) XINPUT: Adding extended input device "USB_Mouse" (type: MOUSE)
[ 10853.746] (**) USB_Mouse: (accel) keeping acceleration scheme 1
[ 10853.746] (**) USB_Mouse: (accel) acceleration profile 0
[ 10853.746] (**) USB_Mouse: (accel) acceleration factor: 2.000
[ 10853.746] (**) USB_Mouse: (accel) acceleration threshold: 4
[ 10853.985] (II) USB_Mouse: ps2EnableDataReporting: succeeded
[ 10853.985] (**) Option "Device" "/dev/psaux"
[ 10853.989] (--) Synaptics: invalid x-axis range.  defaulting to 1615 - 5685
[ 10853.989] (--) Synaptics: invalid y-axis range.  defaulting to 1729 - 4171
[ 10853.989] (--) Synaptics: invalid pressure range.  defaulting to 0 - 256
[ 10853.989] (--) Synaptics: invalid finger width range.  defaulting to 0 - 16
[ 10853.989] (**) Option "HorizScrollDelta" "0"
[ 10854.009] (EE) Query no Synaptics: 6003C8
[ 10854.009] (--) Synaptics: no supported touchpad found
[ 10854.009] (EE) Synaptics Unable to query/initialize Synaptics hardware.
[ 10854.013] (EE) PreInit returned NULL for "Synaptics"
[ 10854.013] (**) Option "Protocol" "Microsoft"
[ 10854.013] (**) Serial_Mouse0: Device: "/dev/ttyS0"
[ 10854.013] (**) Serial_Mouse0: Protocol: "Microsoft"
[ 10854.013] (**) Option "SendCoreEvents"
[ 10854.013] (**) Serial_Mouse0: always reports core events
[ 10854.013] (**) Option "Device" "/dev/ttyS0"
[ 10854.013] (**) Option "Emulate3Buttons"
[ 10854.013] (**) Serial_Mouse0: Emulate3Buttons, Emulate3Timeout: 50
[ 10854.013] (**) Serial_Mouse0: ZAxisMapping: buttons 4 and 5
[ 10854.013] (**) Serial_Mouse0: Buttons: 9
[ 10854.013] (**) Serial_Mouse0: Sensitivity: 1
[ 10854.013] (**) Option "BaudRate" "1200"
[ 10854.013] (**) Serial_Mouse0: BaudRate: 1200
[ 10854.013] (II) XINPUT: Adding extended input device "Serial_Mouse0" (type: MOUSE)
[ 10854.013] (**) Serial_Mouse0: (accel) keeping acceleration scheme 1
[ 10854.013] (**) Serial_Mouse0: (accel) acceleration profile 0
[ 10854.013] (**) Serial_Mouse0: (accel) acceleration factor: 2.000
[ 10854.013] (**) Serial_Mouse0: (accel) acceleration threshold: 4
[ 10854.013] (**) Option "Protocol" "Microsoft"
[ 10854.013] (**) Serial_Mouse1: Device: "/dev/ttyS1"
[ 10854.013] (**) Serial_Mouse1: Protocol: "Microsoft"
[ 10854.013] (**) Option "SendCoreEvents"
[ 10854.013] (**) Serial_Mouse1: always reports core events
[ 10854.013] (**) Option "Device" "/dev/ttyS1"
[ 10854.013] (**) Option "Emulate3Buttons"
[ 10854.013] (**) Serial_Mouse1: Emulate3Buttons, Emulate3Timeout: 50
[ 10854.013] (**) Serial_Mouse1: ZAxisMapping: buttons 4 and 5
[ 10854.013] (**) Serial_Mouse1: Buttons: 9
[ 10854.013] (**) Serial_Mouse1: Sensitivity: 1
[ 10854.013] (**) Option "BaudRate" "1200"
[ 10854.013] (**) Serial_Mouse1: BaudRate: 1200
[ 10854.013] (II) XINPUT: Adding extended input device "Serial_Mouse1" (type: MOUSE)
[ 10854.014] (**) Serial_Mouse1: (accel) keeping acceleration scheme 1
[ 10854.014] (**) Serial_Mouse1: (accel) acceleration profile 0
[ 10854.014] (**) Serial_Mouse1: (accel) acceleration factor: 2.000
[ 10854.014] (**) Serial_Mouse1: (accel) acceleration threshold: 4
[ 10854.029] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[ 10854.029] (II) AutoAddDevices is off - not adding device.
[ 10854.030] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[ 10854.030] (II) AutoAddDevices is off - not adding device.
[ 10854.034] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[ 10854.034] (II) AutoAddDevices is off - not adding device.
[ 10854.039] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[ 10854.039] (II) AutoAddDevices is off - not adding device.
[ 10854.039] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[ 10854.039] (II) AutoAddDevices is off - not adding device.
[ 10854.041] (II) config/udev: Adding input device USB2.0 0.3M UVC WebCam (/dev/input/event6)
[ 10854.041] (II) AutoAddDevices is off - not adding device.
[ 10854.042] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event10)
[ 10854.042] (II) AutoAddDevices is off - not adding device.
[ 10854.042] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event9)
[ 10854.042] (II) AutoAddDevices is off - not adding device.
[ 10854.044] (II) config/udev: Adding input device USB Mouse               (/dev/input/event11)
[ 10854.044] (II) AutoAddDevices is off - not adding device.
[ 10854.044] (II) config/udev: Adding input device USB Mouse               (/dev/input/mouse0)
[ 10854.044] (II) AutoAddDevices is off - not adding device.
[ 10854.046] (II) config/udev: Adding input device Asus Laptop extra buttons (/dev/input/event5)
[ 10854.046] (II) AutoAddDevices is off - not adding device.
[ 10854.046] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event1)
[ 10854.046] (II) AutoAddDevices is off - not adding device.
[ 10854.049] (II) config/udev: Adding input device Speakup (/dev/input/event0)
[ 10854.049] (II) AutoAddDevices is off - not adding device.
[ 10869.196] (II) intel(0): EDID vendor "COR", prod id 6104
[ 10869.196] (II) intel(0): Printing DDC gathered Modelines:
[ 10869.196] (II) intel(0): Modeline "1366x768"x0.0   69.30  1366 1425 1464 1472  768 773 782 785 -hsync -vsync (47.1 kHz)
[ 10869.203] (II) intel(0): EDID vendor "COR", prod id 6104
[ 10869.203] (II) intel(0): Printing DDC gathered Modelines:
[ 10869.203] (II) intel(0): Modeline "1366x768"x0.0   69.30  1366 1425 1464 1472  768 773 782 785 -hsync -vsync (47.1 kHz)
[ 10869.579] (II) intel(0): EDID vendor "COR", prod id 6104
[ 10869.579] (II) intel(0): Printing DDC gathered Modelines:
[ 10869.579] (II) intel(0): Modeline "1366x768"x0.0   69.30  1366 1425 1464 1472  768 773 782 785 -hsync -vsync (47.1 kHz)
Vedo che da errore qui:

Codice: Seleziona tutto

[ 10853.490] dlopen: /usr/lib/xorg/modules/extensions/libglx.so: undefined symbol: miEmptyData
[ 10853.490] (EE) Failed to load /usr/lib/xorg/modules/extensions/libglx.so

rik70
Iper Master
Iper Master
Messaggi: 2492
Iscritto il: gio 10 mar 2011, 9:21
Slackware: 15.0
Kernel: 5.15.x-generic
Desktop: Sway
Distribuzione: Arch Linux

Re: Problema driver Nvidia con scheda Ibrida Asus u36j

Messaggio da rik70 »

Ok,

senti:
vedo che nella lista dei moduli caricati c' è anche un nvidia

Codice: Seleziona tutto

agpgart     23062  4 nvidia,drm,intel_agp,intel_gtt
Prova a postare l'output di "modinfo nvidia" per capire che roba è:
sarà un secondo contoller... (????) o è il driver video proprietario che non s'è disinstallato? :?:

Fai anche un "sudo lspci -v" ...please

Avatar utente
lennynero
Linux 3.x
Linux 3.x
Messaggi: 641
Iscritto il: lun 3 mag 2004, 0:00
Nome Cognome: Luigi Picaro
Slackware: 15.0-x64
Kernel: 6.1
Desktop: Xfce-4.16
Località: Salerno

Re: Problema driver Nvidia con scheda Ibrida Asus u36j

Messaggio da lennynero »

Anche io oho questo portatile (comprato dagli USA :D), ritieni che la sk grafica sia un carciofo per via della intel o ti riferivi alla 310m? Secondo me è un ottimo portatile, se non fosse per l'assenza del supporto al sistema hybrid.... Per chiarezza ti rimando a questo thread: viewtopic.php?f=1&t=33754&hilit=driver+nvidia&start=105. In sintesi i driver proprietari non si possono utilizzare. Si potrebbe, nei sistemi ibridi, utilizzare solo il driver open nouveau, ma solo a patto di riuscire a spegnere la scheda intel. Per ora non è possibile, quello che è possibile fare è spegnere la nvidia (visto che non la si può usare), e utilizzare la intel (a me l'accelerazione funziona, anche se non è un granché). Attendo smentite su quello che dico, ma credo che è abbastanza riscontrabile che Nvidia non ha rilasciato un supporto a hybrid, e gli open ancora non funzionano su tutte le combinazioni scheda discreta+scheda integrata.

Zav0k
Linux 0.x
Linux 0.x
Messaggi: 63
Iscritto il: dom 6 mag 2007, 9:41
Slackware: current
Kernel: 2.6.37.3-smp
Desktop: Kde 4.4.5
Località: Fucecchio

Re: Problema driver Nvidia con scheda Ibrida Asus u36j

Messaggio da Zav0k »

@rik70
rik70 ha scritto:vedo che nella lista dei moduli caricati c' è anche un nvidia

Codice: Seleziona tutto
agpgart 23062 4 nvidia,drm,intel_agp,intel_gtt
hai ragione non avevo rimosso il modulo/riavviato il pc, ma anche dopo il riavvio niente
ecco lspci

Codice: Seleziona tutto

bash-4.1# lspci -v
00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 18)
	Subsystem: ASUSTeK Computer Inc. Device 1c77
	Flags: bus master, fast devsel, latency 0
	Capabilities: [e0] Vendor Specific Information: Len=0c <?>
	Kernel driver in use: agpgart-intel
	Kernel modules: intel-agp

00:01.0 PCI bridge: Intel Corporation Core Processor PCI Express x16 Root Port (rev 18) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
	I/O behind bridge: 0000d000-0000dfff
	Memory behind bridge: c0000000-d30fffff
	Capabilities: [88] Subsystem: ASUSTeK Computer Inc. Device 1c77
	Capabilities: [80] Power Management version 3
	Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
	Capabilities: [a0] Express Root Port (Slot+), MSI 00
	Capabilities: [100] Virtual Channel
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 18) (prog-if 00 [VGA controller])
	Subsystem: ASUSTeK Computer Inc. Device 1542
	Flags: bus master, fast devsel, latency 0, IRQ 50
	Memory at d3400000 (64-bit, non-prefetchable) [size=4M]
	Memory at b0000000 (64-bit, prefetchable) [size=256M]
	I/O ports at e080 [size=8]
	Expansion ROM at <unassigned> [disabled]
	Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
	Capabilities: [d0] Power Management version 2
	Capabilities: [a4] PCI Advanced Features
	Kernel driver in use: i915
	Kernel modules: i915

00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)
	Subsystem: ASUSTeK Computer Inc. Device 1c77
	Flags: bus master, fast devsel, latency 0, IRQ 11
	Memory at d9c0a000 (64-bit, non-prefetchable) [size=16]
	Capabilities: [50] Power Management version 3
	Capabilities: [8c] MSI: Enable- Count=1/1 Maskable- 64bit+

00:1a.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06) (prog-if 20 [EHCI])
	Subsystem: ASUSTeK Computer Inc. Device 1c77
	Flags: bus master, medium devsel, latency 0, IRQ 16
	Memory at d9c08000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] Power Management version 2
	Capabilities: [58] Debug port: BAR=1 offset=00a0
	Capabilities: [98] PCI Advanced Features
	Kernel driver in use: ehci_hcd
	Kernel modules: ehci-hcd

00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 06)
	Subsystem: ASUSTeK Computer Inc. Device 10b3
	Flags: bus master, fast devsel, latency 0, IRQ 49
	Memory at d9c00000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [50] Power Management version 2
	Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
	Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
	Capabilities: [100] Virtual Channel
	Capabilities: [130] Root Complex Link
	Kernel driver in use: HDA Intel
	Kernel modules: snd-hda-intel

00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 06) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
	I/O behind bridge: 0000c000-0000cfff
	Memory behind bridge: d8800000-d9bfffff
	Prefetchable memory behind bridge: 00000000d3100000-00000000d32fffff
	Capabilities: [40] Express Root Port (Slot+), MSI 00
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
	Capabilities: [90] Subsystem: ASUSTeK Computer Inc. Device 1c77
	Capabilities: [a0] Power Management version 2
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 (rev 06) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
	I/O behind bridge: 0000b000-0000bfff
	Memory behind bridge: d7400000-d87fffff
	Prefetchable memory behind bridge: 00000000d9d00000-00000000d9efffff
	Capabilities: [40] Express Root Port (Slot+), MSI 00
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
	Capabilities: [90] Subsystem: ASUSTeK Computer Inc. Device 1c77
	Capabilities: [a0] Power Management version 2
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:1c.2 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 3 (rev 06) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=04, subordinate=06, sec-latency=0
	I/O behind bridge: 0000a000-0000afff
	Memory behind bridge: d6000000-d73fffff
	Prefetchable memory behind bridge: 00000000d9f00000-00000000da0fffff
	Capabilities: [40] Express Root Port (Slot+), MSI 00
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
	Capabilities: [90] Subsystem: ASUSTeK Computer Inc. Device 1c77
	Capabilities: [a0] Power Management version 2
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:1c.3 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 4 (rev 06) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=07, subordinate=07, sec-latency=0
	I/O behind bridge: 00009000-00009fff
	Memory behind bridge: d4c00000-d5ffffff
	Prefetchable memory behind bridge: 00000000da100000-00000000da2fffff
	Capabilities: [40] Express Root Port (Slot+), MSI 00
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
	Capabilities: [90] Subsystem: ASUSTeK Computer Inc. Device 1c77
	Capabilities: [a0] Power Management version 2
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:1c.5 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 6 (rev 06) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=08, subordinate=08, sec-latency=0
	I/O behind bridge: 00008000-00008fff
	Memory behind bridge: d3800000-d4bfffff
	Prefetchable memory behind bridge: 00000000da300000-00000000da4fffff
	Capabilities: [40] Express Root Port (Slot+), MSI 00
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
	Capabilities: [90] Subsystem: ASUSTeK Computer Inc. Device 1c77
	Capabilities: [a0] Power Management version 2
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:1d.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06) (prog-if 20 [EHCI])
	Subsystem: ASUSTeK Computer Inc. Device 1c77
	Flags: bus master, medium devsel, latency 0, IRQ 23
	Memory at d9c07000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] Power Management version 2
	Capabilities: [58] Debug port: BAR=1 offset=00a0
	Capabilities: [98] PCI Advanced Features
	Kernel driver in use: ehci_hcd
	Kernel modules: ehci-hcd

00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a6) (prog-if 01 [Subtractive decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=09, subordinate=09, sec-latency=32
	Capabilities: [50] Subsystem: ASUSTeK Computer Inc. Device 1c77

00:1f.0 ISA bridge: Intel Corporation Mobile 5 Series Chipset LPC Interface Controller (rev 06)
	Subsystem: ASUSTeK Computer Inc. Device 1c77
	Flags: bus master, medium devsel, latency 0
	Capabilities: [e0] Vendor Specific Information: Len=10 <?>
	Kernel modules: iTCO_wdt

00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA AHCI Controller (rev 06) (prog-if 01 [AHCI 1.0])
	Subsystem: ASUSTeK Computer Inc. Device 1c77
	Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 46
	I/O ports at e070 [size=8]
	I/O ports at e060 [size=4]
	I/O ports at e050 [size=8]
	I/O ports at e040 [size=4]
	I/O ports at e020 [size=32]
	Memory at d9c06000 (32-bit, non-prefetchable) [size=2K]
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
	Capabilities: [70] Power Management version 3
	Capabilities: [a8] SATA HBA v1.0
	Capabilities: [b0] PCI Advanced Features
	Kernel driver in use: ahci

00:1f.6 Signal processing controller: Intel Corporation 5 Series/3400 Series Chipset Thermal Subsystem (rev 06)
	Subsystem: ASUSTeK Computer Inc. Device 1c77
	Flags: bus master, fast devsel, latency 0, IRQ 18
	Memory at d9c04000 (64-bit, non-prefetchable) [size=4K]
	Capabilities: [50] Power Management version 3
	Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
	Kernel driver in use: intel ips
	Kernel modules: intel_ips

01:00.0 VGA compatible controller: nVidia Corporation GT218 [GeForce 310M] (rev a2) (prog-if 00 [VGA controller])
	Subsystem: ASUSTeK Computer Inc. Device 1542
	Flags: fast devsel, IRQ 11
	Memory at d2000000 (32-bit, non-prefetchable) [disabled] [size=16M]
	Memory at c0000000 (64-bit, prefetchable) [disabled] [size=256M]
	Memory at d0000000 (64-bit, prefetchable) [disabled] [size=32M]
	I/O ports at d000 [disabled] [size=128]
	Expansion ROM at d3000000 [disabled] [size=512K]
	Capabilities: [60] Power Management version 3
	Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
	Capabilities: [78] Express Endpoint, MSI 00
	Capabilities: [b4] Vendor Specific Information: Len=14 <?>
	Capabilities: [100] Virtual Channel
	Capabilities: [128] Power Budgeting <?>
	Capabilities: [600] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?>
	Kernel modules: nvidia, nouveau, nvidiafb

03:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)
	Subsystem: AzureWave Device 1089
	Flags: bus master, fast devsel, latency 0, IRQ 17
	Memory at d7400000 (64-bit, non-prefetchable) [size=64K]
	Capabilities: [40] Power Management version 3
	Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit-
	Capabilities: [60] Express Legacy Endpoint, MSI 00
	Capabilities: [100] Advanced Error Reporting
	Capabilities: [140] Virtual Channel
	Capabilities: [160] Device Serial Number 00-15-17-ff-ff-24-14-12
	Capabilities: [170] Power Budgeting <?>
	Kernel driver in use: ath9k
	Kernel modules: ath9k

07:00.0 USB Controller: Fresco Logic FL1000G USB 3.0 Host Controller (rev 04) (prog-if 30 [XHCI])
	Subsystem: ASUSTeK Computer Inc. Device 1039
	Flags: bus master, fast devsel, latency 0, IRQ 47
	Memory at d4c00000 (32-bit, non-prefetchable) [size=64K]
	Capabilities: [50] Power Management version 3
	Capabilities: [68] MSI: Enable+ Count=1/1 Maskable- 64bit+
	Capabilities: [80] Express Endpoint, MSI 00
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci-hcd

08:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
	Subsystem: ASUSTeK Computer Inc. U6V laptop
	Flags: bus master, fast devsel, latency 0, IRQ 48
	I/O ports at 8000 [size=256]
	Memory at d3804000 (64-bit, prefetchable) [size=4K]
	Memory at d3800000 (64-bit, prefetchable) [size=16K]
	Capabilities: [40] Power Management version 3
	Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
	Capabilities: [70] Express Endpoint, MSI 01
	Capabilities: [b0] MSI-X: Enable- Count=4 Masked-
	Capabilities: [d0] Vital Product Data
	Capabilities: [100] Advanced Error Reporting
	Capabilities: [140] Virtual Channel
	Capabilities: [160] Device Serial Number 02-46-85-06-68-4c-e0-00
	Kernel driver in use: r8169
	Kernel modules: r8169

ff:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 05)
	Subsystem: Intel Corporation Device 8086
	Flags: bus master, fast devsel, latency 0

ff:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 05)
	Subsystem: Intel Corporation Device 8086
	Flags: bus master, fast devsel, latency 0

ff:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 05)
	Subsystem: Intel Corporation Device 8086
	Flags: bus master, fast devsel, latency 0

ff:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0 (rev 05)
	Subsystem: Intel Corporation Device 8086
	Flags: bus master, fast devsel, latency 0

ff:02.2 Host bridge: Intel Corporation Core Processor Reserved (rev 05)
	Subsystem: Intel Corporation Device 8086
	Flags: bus master, fast devsel, latency 0

ff:02.3 Host bridge: Intel Corporation Core Processor Reserved (rev 05)
	Subsystem: Intel Corporation Device 8086
	Flags: bus master, fast devsel, latency 0
@ lennynero
lennynero ha scritto:Anche io oho questo portatile (comprato dagli USA :D), ritieni che la sk grafica sia un carciofo per via della intel o ti riferivi alla 310m? Secondo me è un ottimo portatile, se non fosse per l'assenza del supporto al sistema hybrid....
Si pure io penso che sia una buona macchina, sk grafica a parte dove preferivo solo l'nvidia a discapito delle prestazioni della batteria.
Per quanto il thread lo avevo letto e pure io avevo fatto delle prove con il file edid e acpi_call, ma il primo è stato un buco nell'acqua in quanto non ha cambiato la mia situazione. Mentre nel secondo ho ottenuto un "works", ma non era quello che volevo ed ho abbandonato quella strada.
Però se mi dici che a te l'accellerazione funziona, un piccolo risultato lo posso ottenere pure io. [-o< Ma per ottenere l'accellerazione hai dovuto spegnere l'nvidia?

Offtopic: Quando però ieri sera mi era partita l'Nvidia come parte dello schermo per un attimo ci ho sperato \:D/

Avatar utente
conraid
Staff
Staff
Messaggi: 13630
Iscritto il: gio 14 lug 2005, 0:00
Nome Cognome: Corrado Franco
Slackware: current64
Desktop: kde
Località: Livorno
Contatta:

Re: Problema driver Nvidia con scheda Ibrida Asus u36j

Messaggio da conraid »

nei log ti dice che non carica libglx per un errore, secondo me non hai ancora disinstallato id driver nvidia

Codice: Seleziona tutto

# nvidia-uninstall
poi visto che sei in -current se non hai aggiornato ad oggi, fallo, altrimenti reinstalla xorg-server-1.9.5-i486-1.txz

Zav0k
Linux 0.x
Linux 0.x
Messaggi: 63
Iscritto il: dom 6 mag 2007, 9:41
Slackware: current
Kernel: 2.6.37.3-smp
Desktop: Kde 4.4.5
Località: Fucecchio

Re: Problema driver Nvidia con scheda Ibrida Asus u36j

Messaggio da Zav0k »

:wav:
Evvai, rendering ATTIVATO

Codice: Seleziona tutto

bash-4.1$ glxinfo
name of display: :0.0
display: :0  screen: 0
direct rendering: Yes
conraid ha scritto:poi visto che sei in -current se non hai aggiornato ad oggi, fallo, altrimenti reinstalla xorg-server-1.9.5-i486-1.txz
Questo mi mancava effettivamente :mille:

Sono contento, anche se a metà.
L'altra metà l'accontenterò quando potrò finalmente attivare l'Nvidia :D

Avatar utente
lennynero
Linux 3.x
Linux 3.x
Messaggi: 641
Iscritto il: lun 3 mag 2004, 0:00
Nome Cognome: Luigi Picaro
Slackware: 15.0-x64
Kernel: 6.1
Desktop: Xfce-4.16
Località: Salerno

Re: Problema driver Nvidia con scheda Ibrida Asus u36j

Messaggio da lennynero »

Zav0k ha scritto:Smanettando un pò sono riuscito a far partire la scheda Nvidia ma solo come parte dello schermo primario
Che intendi dire? Su un sistema vanilla hai installato i driver prorietarie andavano mostrandoti solo una risoluzione?
Segnalo che bisogna tenere d'occhio il blog http://linux-hybrid-graphics.blogspot.com/ perchè pare che su nouveau sono al lavoro in maniera abbastanza attiva

Avatar utente
teox99
Linux 3.x
Linux 3.x
Messaggi: 738
Iscritto il: ven 25 lug 2008, 14:54
Slackware: 13.37
Desktop: KDE - Xfce
Località: Roma[Eur]
Contatta:

Re: Problema driver Nvidia con scheda Ibrida Asus u36j

Messaggio da teox99 »

che tristezza io ho appena comprato un dell xps 17 con una nvidia 555m con 3GB di ram!
e significa che dovro' utilizzare l'intel??

il prob. sembra provenire da NVIDIA OPTIMUS che e' appunto la nuova architettura (ora su tutti i prossimi notebook e ion) che permette di usare le due schede grafiche (intel GPU e nvidia GPU) in tandem, nel senso che il so puo' switchare automaticamente a seconda del carico tra le due schede, in questo modo quando il so e' a riposo puo' spengere l'nvidia ed usare l'intel (che nei core i, e' integrata nella cpu) per non consumare la batteria.
il problema purtroppo non e' sui driver proprietari nvidia, ma su xorg che sembrerebbe non compatibile con un supporto del genere.

stando alle ultime con NVIDIA OPTIMUS la scheda nvidia NON e' piu' utilizzabile sotto linux

l'unica e' sperare o usare windows!

io ho ancora un 3 settimane prima che mi arriva il mio notebook quindi sotto con le prove:
Segnalo che bisogna tenere d'occhio il blog http://linux-hybrid-graphics.blogspot.com/ perchè pare che su nouveau sono al lavoro in maniera abbastanza attiva
per chi volesse unirsi alle altre voci:
http://www.nvnews.net/vbulletin/showthr ... 50&page=11
Ultima modifica di teox99 il dom 20 mar 2011, 14:28, modificato 2 volte in totale.

Avatar utente
teox99
Linux 3.x
Linux 3.x
Messaggi: 738
Iscritto il: ven 25 lug 2008, 14:54
Slackware: 13.37
Desktop: KDE - Xfce
Località: Roma[Eur]
Contatta:

Re: Problema driver Nvidia con scheda Ibrida Asus u36j

Messaggio da teox99 »

@Zavok:
provato questo
http://ubuntuforums.org/showthread.php?t=1705406
fammi sapere

Zav0k
Linux 0.x
Linux 0.x
Messaggi: 63
Iscritto il: dom 6 mag 2007, 9:41
Slackware: current
Kernel: 2.6.37.3-smp
Desktop: Kde 4.4.5
Località: Fucecchio

Re: Problema driver Nvidia con scheda Ibrida Asus u36j

Messaggio da Zav0k »

lennynero ha scritto:
Zav0k ha scritto:Smanettando un pò sono riuscito a far partire la scheda Nvidia ma solo come parte dello schermo primario
Che intendi dire? Su un sistema vanilla hai installato i driver prorietarie andavano mostrandoti solo una risoluzione?
Si esatto con i driver proprietari e l'xorg.conf che ho postato in precedenza, startx partiva facendomi vedere come se avvessi un monitor collegato.
Era un pò (come dire)incasinato, ma funzionava ed anche con l'accellerazione grafica attivata secondo le nvivia-setting.
Quindi pensavo che si potesse dire alla sk nvidia di diventare la sk primaria tramite qualche impostazione di xorg.conf oppure come si fa nei proiettori riuscire a clonare la sk intel su quella nvidia. Spero di essermi spiegato :-k
teox99 ha scritto:@Zavok:
provato questo
http://ubuntuforums.org/showthread.php?t=1705406
fammi sapere
Grazie del link appena ho un pò di tempo ti faccio sapere. Comunque ho visto leggendo velocemente che c'è anche un workaround per la webcam. Non so se risolve il problema che ho su skype dove mi funziona, ma visualizza le immagini al contrario :-k

Rispondi