riconoscere scheda integrata intel su toshiba satellite

Riconoscimento, installazione e configurazione delle periferiche.
Avatar utente
nicofreccia
Prode Principiante
Messaggi: 66
Iscrizione: martedì 4 novembre 2008, 17:47

riconoscere scheda integrata intel su toshiba satellite

Messaggio da nicofreccia »

qualcuno sa come far riconoscere una scheda integrata intel extreme graphics su un toshiba satellite L125 con ubuntu 8.04?

altrimenti come posso sfuttare l'uscita s-video?... mi sa che non posso vero?

grazie

ciao (b2b)
dietro ogni scemo c'e' un villaggio...
shouldes
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 19490
Iscrizione: domenica 10 febbraio 2008, 21:45

Re: riconoscere scheda integrata intel su toshiba satellite

Messaggio da shouldes »

è un po vecchio: http://ubuntuforums.org/showthread.php?t=361124
vedi se trovi qualcosa di più recente, comunque per la 8.04 dovrebbe andare.
Avatar utente
nicofreccia
Prode Principiante
Messaggi: 66
Iscrizione: martedì 4 novembre 2008, 17:47

Re: riconoscere scheda integrata intel su toshiba satellite

Messaggio da nicofreccia »

dio benedica il forum e i suoi eroi...

questa era proprio una chicca...

sono riuscito a "semi-risolvere"!

praticamente eseguendo tutti i comandi suggeriti da quel post sono riuscito ad attivare anche il desktop clonato, anche se per il momento si vede in bianco e nero

comunque sia questo "switchmon" è la prima soluzione concreta che trovo girando su vari forum in diversi mesi, per noi pover con le schede integrate intel e' un toccasana....

grazie!

(good)
dietro ogni scemo c'e' un villaggio...
shouldes
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 19490
Iscrizione: domenica 10 febbraio 2008, 21:45

Re: riconoscere scheda integrata intel su toshiba satellite

Messaggio da shouldes »

Option "TVOutFormat" "SVIDEO"        ««««  funziana anche tramite adattatore scart, se e solo se è possibile selezionare tra i vari ingressi av1,av2, S-Video

Se non c'è S-video le soluzioni per non vedere la tv in bianco e nero sono 2:
1.adattatore da s-video a composito + cavo composito da collegare all'ingresso AV o all'adattatore scart
2. Usare l'opzione  "COMPOSITE"  invece che svideo:

Option "TVOutFormat" "COMPOSITE"
Avatar utente
nicofreccia
Prode Principiante
Messaggi: 66
Iscrizione: martedì 4 novembre 2008, 17:47

Re: riconoscere scheda integrata intel su toshiba satellite

Messaggio da nicofreccia »

allora...

non so perche' ma non mi si vede piu' neanche in bianco e nero... adesso si sente solo l'audio... e sono in modalita' "S-VIDEO", ho provato "COMPOSITE" ma in quel caso neanche si sente l'audio...

questo e' il mio file Xorg ...

magari trovate dov'e' il problema perche' io (a tentativi) ne ho provate un po...
Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "bitmap"
#Load "GLcore"
Load "ddc"
Load "dbe"
#Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

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

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"  "ISDV4"              # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"  "ISDV4"              # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"  "ISDV4"              # Tablet PC ONLY
EndSection

Section "Device"
Identifier "LCD"
Driver "i810"
Option "MonitorLayout" "TV,LFP"
Screen 0
BusID "PCI:0:2:0"
EndSection

Section "Device"
Identifier "TV"
Driver "i810"
Option "MonitorLayout" "TV,LFP"
Option "TVStandard" "PAL"
Option "TVOutFormat" "SVIDEO"
Option "ConnectedMonitor" "TV"
Screen 1
BusID "PCI:0:2:0"
EndSection

Section "Monitor"
Identifier "LCD"
Option "DPMS"
HorizSync 28 - 33
VertRefresh 43 - 72
EndSection

Section "Monitor"
Identifier "TV"
HorizSync 31.5 - 61
VertRefresh 50 - 75
EndSection

Section "Screen"
Identifier "LCD"
Device "LCD"
Monitor "LCD"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "800x600" "640x480"
EndSubSection
EndSection

Section "Screen"
Identifier "TV"
Device "TV"
Monitor "TV"
DefaultDepth 24

SubSection "Display"
Depth 24
Modes "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "LCDandTV"
Screen 0 "LCD"
Screen 1 "TV" RightOf "LCD"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
# Option "AIGLX" "true"
EndSection

Section "ServerFlags"
Option "DefaultServerLayout" "LCDandTV"
EndSection
DIO BENEDICA SEMPRE E COMUNQUE IL FORUM
dietro ogni scemo c'e' un villaggio...
shouldes
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 19490
Iscrizione: domenica 10 febbraio 2008, 21:45

Re: riconoscere scheda integrata intel su toshiba satellite

Messaggio da shouldes »

Cosa stai usando per il collegamento TV-pc?
Le frequenze del televisore mi sembrano un po' altine.
Avatar utente
nicofreccia
Prode Principiante
Messaggi: 66
Iscrizione: martedì 4 novembre 2008, 17:47

Re: riconoscere scheda integrata intel su toshiba satellite

Messaggio da nicofreccia »

vi riporto il file xorg

cosi' mi si vede in bianco e nero in tv e su entrambi

qualcuno ha qualche idea... a colori?
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#  sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "bitmap"
#Load "GLcore"
Load "ddc"
Load "dbe"
#Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

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

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"  "ISDV4"              # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"  "ISDV4"              # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"  "ISDV4"              # Tablet PC ONLY
EndSection

Section "Device"
Identifier "LCD"
Driver "i810"
Option "MonitorLayout" "TV,LFP"
Screen 0
BusID "PCI:0:2:0"
EndSection

Section "Device"
Identifier "TV"
Driver "i810"
Option "MonitorLayout" "TV,LFP"
Option "TVStandard" "PAL"
Option "TVOutFormat" "SVIDEO"
Option "ConnectedMonitor" "TV"
Screen 1
BusID "PCI:0:2:0"
EndSection

Section "Monitor"
Identifier "LCD"
Option "DPMS"
HorizSync 28 - 33
VertRefresh 43 - 72
EndSection

Section "Monitor"
Identifier "TV"
HorizSync 31.5 - 61
VertRefresh 50 - 75
EndSection

Section "Screen"
Identifier "LCD"
Device "LCD"
Monitor "LCD"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "800x600" "640x480"
EndSubSection
EndSection

Section "Screen"
Identifier "TV"
Device "TV"
Monitor "TV"
DefaultDepth 24

SubSection "Display"
Depth 24
Modes "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "LCDandTV"
Screen 0 "LCD"
Screen 1 "TV" RightOf "LCD"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
# Option "AIGLX" "true"
EndSection

Section "ServerFlags"
Option "DefaultServerLayout" "LCDandTV"
EndSection
dietro ogni scemo c'e' un villaggio...
shouldes
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 19490
Iscrizione: domenica 10 febbraio 2008, 21:45

Re: riconoscere scheda integrata intel su toshiba satellite

Messaggio da shouldes »

Se non rispondi alle domande mi sembra difficile darti una risposta.

Compra un adattatore s-video a composito di quelli con il condensatore che si vede sicuro a colori.
Avatar utente
nicofreccia
Prode Principiante
Messaggi: 66
Iscrizione: martedì 4 novembre 2008, 17:47

Re: riconoscere scheda integrata intel su toshiba satellite

Messaggio da nicofreccia »

scusa shouldes mi ero fatto prendere dall'entusiasmo, cmq con windows mi si vede a colori...

quindi non so...

probabilmente c'entrano le frequenze della tv che come dici tu sono un po altine....
dietro ogni scemo c'e' un villaggio...
Scrivi risposta

Ritorna a “Driver e periferiche”

Chi c’è in linea

Visualizzano questa sezione: criceto45 e 12 ospiti