Coa a tutti (di nuovo),
OK stavolta credo di aver risolto veramente, dopo due giorni di combattimento!
In pratica dopo svariati tentavi ed upgrade dei driver e di xorg, analizzando il file di log
mi sono accorto di queste due righe:
Codice: Seleziona tutto
...
(II) intel(0): Output VGA1 using monitor section Monitor0
(II) intel(0): Output DVI1 has no monitor section
....
(
e visto che una volta che dato lo startx il monitor andava in standby ma lo hard disk "frullava" comunque,
mi sono detto ma non è che sta scheda vede 2 uscite? La scheda fisicamente ha solo un'uscita DVI così
da bravo scolaretto mi sono sdoppiato la sezione del monitor nel
xorg.conf ed impostando come monitor preferito
il DVI, lo schermo si è illuminato! Ora sto scrivendo dal picchio in oggetto e pare che tutto funzioni! Anche
glxgears
è più veloce (visivamente parlando), la cosa che mi è sembrata strana è che testando il tutto con
xrandr -q i due output
non venivano rilevati ma ne apparive uno solo (default). Vi allego il mio xorg.conf nel caso qualcun altro ne abbia bisogno.
Codice: Seleziona tutto
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
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 "dri2"
Load "glx"
Load "extmod"
Load "dri"
Load "dbe"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XKbLayout" "it"
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 "MonitorDVI"
VendorName "Acer"
ModelName "AL1716"
# Modeline "1280x1024_75.00" 138.75 1280 1368 1504 1728 1024 1027 1034 1072 -hsync +vsync
Option "Primary" "true"
Option "Enable" "false"
EndSection
Section "Monitor"
Identifier "MonitorVGA"
VendorName "Acer"
ModelName "AL1716"
# Modeline "1280x1024_75.00" 138.75 1280 1368 1504 1728 1024 1027 1034 1072 -hsync +vsync
Option "Primary" "false"
Option "Enable" "false"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "ColorKey" # <i>
#Option "CacheLines" # <i>
#Option "Dac6Bit" # [<bool>]
#Option "DRI" # [<bool>]
#Option "NoDDC" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "XvMCSurfaces" # <i>
#Option "PageFlip" # [<bool>]
Identifier "Card0"
Driver "intel"
VendorName "Intel"
BoardName "865G"
BusID "PCI:0:2:0"
#assigns the output DVI1 to Monitor0
Option "monitor-DVI1" "MonitorDVI"
#assigns the output VGA1 to Monitor1
Option "monitor-VGA1" "MonitorVGA"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "MonitorDVI"
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
PS: Nota per gli amministratori se dopo aver effettuato il login clicco "Risposta Rapida" ed in seguito "Editor Completo" il forum mi richiede le credenziali!