[LCD 32 Sharp] Problema, non riesco a uscire col video dal notebook

Riconoscimento, installazione e configurazione delle periferiche.
Avatar utente
aLmAFu3Rt3
Prode Principiante
Messaggi: 58
Iscrizione: domenica 9 marzo 2008, 12:41
Località: Milano

[LCD 32 Sharp] Problema, non riesco a uscire col video dal notebook

Messaggio da aLmAFu3Rt3 »

Ciao a tutti... da 1po che sto provando di tutto ma nn riesco propio  :-\ ad uscire col video trammite cavo VGA e accendere il desktop sul mio LCD 32, mi serve x vedere i filmati divx ( lost sopratutto  8)) ma nn riesco... vado all'assistente ATI driver.. mi riconosce il secondo schermo come sharp... ma quando do attiva.. si vede tutto sfoccato... e nn solo il sharp anche il mio notebook... poi nn si capisce quando avvio trammite il cavo vga il pc... quall'e' quello 1mo e il 2do... avete qualche consiglio da dare??? in tanto vi posto il mio xorg.conf x farvi vedere se dovro aggiungere qualcosa

Codice: Seleziona tutto

# 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 xorg.conf manual page.
# (Type "man 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"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"it"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"	"/dev/input/mice"
	Option		"Protocol"	"ImPS/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		"HorizEdgeScroll"	"0"
EndSection

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

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

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

Section "Device"
	Identifier	"ATI Technologies Inc Radeon Mobility X700 (PCIE)"
	Driver		"fglrx"
	Busid		"PCI:1:0:0"
	Videoram	128000
	Option		"DRI"	"true"
	Option		"ColorTiling"	"on"
	Option		"EnablePageFlip"	"true"
	Option		"RenderAccel"	"true"
	Option		"XAANoOffscreenPixmaps" "true"
	Option		"AccelMethod"	"EXA"
	Option		"MonitorLayout"	"LVDS,AUTO"
	Option		"VideoOverlay"	"on"
	Option		"OpenGLOverlay"	"off"
EndSection

Section "Monitor"
	Identifier	"Monitor Generico"
	Option		"DPMS"
	Horizsync	28-72
	Vertrefresh	43-60
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies Inc Radeon Mobility X700 (PCIE)"
	Monitor		"Monitor Generico"
	Defaultdepth	24
	SubSection "Display"
		Modes		"1280x800"	"1024x768"	"800x600"	"640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
  screen "Default Screen"
	Inputdevice	"Generic Keyboard"
	Inputdevice	"Configured Mouse"
	
	# Uncomment if you have a wacom tablet
	#	InputDevice     "stylus"	"SendCoreEvents"
	#	InputDevice     "cursor"	"SendCoreEvents"
	#	InputDevice     "eraser"	"SendCoreEvents"
	Inputdevice	"Synaptics Touchpad"
EndSection

Section "Module"
        Load            "glx"
        Load            "dri"
        Load            "dbe"
EndSection

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

Section "DRI"
        Mode 0666
EndSection
ho compiz funzionante anche.... Grazie lo stesso...

edit dello staff: aggiunti i tags code, per migliorare la leggibilità  ;)
Ultima modifica di Stealth il domenica 16 marzo 2008, 10:54, modificato 1 volta in totale.
Avatar utente
Stealth
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 17368
Iscrizione: martedì 31 gennaio 2006, 22:55
Desktop: Gnome
Distribuzione: Ubuntu 22.04 LTS

Re: [LCD 32 Sharp] Problema, non riesco a uscire col video dal notebook

Messaggio da Stealth »

Io lo faccio con il comando xrandr, la mia scheda è una intel e a me così funziona bene. Dopo aver collegato il monitor:

Per vedere i monitor attivi e le risoluzioni disponibili

Codice: Seleziona tutto

xrandr -q
Per attivare il monitor esterno alla risoluzione 1280X1024 (cambiala nel caso con quella che vuoi usare)

Codice: Seleziona tutto

xrandr --output VGA --mode 1280X1024
Per disabilitare il monitor esterno

Codice: Seleziona tutto

xrandr --output VGA --off
dai un'occhiata al man xrandr per saperne di più, e fai sapere come è andata
ciao
Avatar utente
aLmAFu3Rt3
Prode Principiante
Messaggi: 58
Iscrizione: domenica 9 marzo 2008, 12:41
Località: Milano

Re: [LCD 32 Sharp] Problema, non riesco a uscire col video dal notebook

Messaggio da aLmAFu3Rt3 »

ok grazie... ora ci provo bha... vediamo ke succede...  >:(
Avatar utente
aLmAFu3Rt3
Prode Principiante
Messaggi: 58
Iscrizione: domenica 9 marzo 2008, 12:41
Località: Milano

Re: [LCD 32 Sharp] Problema, non riesco a uscire col video dal notebook

Messaggio da aLmAFu3Rt3 »

cmq ho fatto

Codice: Seleziona tutto

sveta@sveta-laptop:~$ xrandr --output VGA --mode 1024X768
sveta@sveta-laptop:~$ xrandr -q
Screen 0: minimum 320 x 200, current 1280 x 800, maximum 1280 x 800
default connected 1280x800+0+0 0mm x 0mm
   1280x800       60.0* 
   1024x768       60.0  
   800x600        60.0  
   640x480        60.0  
   1280x768       60.0  
   1024x480       60.0  
   848x480        60.0  
   720x576        60.0  
   720x480        60.0  
   640x400        60.0  
   512x384        60.0  
   400x300        60.0  
   320x240        60.0  
   320x200        60.0  

Codice: Seleziona tutto

XRANDR(1)                                                            XRANDR(1)

NAME
       xrandr - primitive command line interface to RandR extension

SYNOPSIS
       xrandr  [-help]   [-display  display]  [-q]  [-v] [--verbose] [--screen
       snum]
       RandR version 1.2 options
       [--prop]  [--fb  <width>x<height>]  [--fbmm  <width>x<height>]   [--dpi
       <dpi>]
       Per-output options
       [--output  <output>]  [--auto]  [--mode  <mode>]  [--preferred]  [--pos
       <x>x<y>] [--rate <rate>] [--reflect reflection] [--rotate  orientation]
       [--left-of  <output>] [--right-of <output>] [--above <output>] [--below
       <output>]  [--same-as  <output>]  [--set  <property>  <value>]  [--off]
       [--crtc  <crtc>]  [--newmode  <name> mode] [--rmmode <name>] [--addmode
       <output> <name>] [--delmode <output> <name>]
       RandR version 1.0 and version 1.1 options
       [-o orientation] [-s size] [-x] [-y]

DESCRIPTION
       Xrandr is used to set the size, orientation and/or  reflection  of  the
 Manual page xrandr(1) line 1
secondo te??? cosa mi manca???
Ultima modifica di aLmAFu3Rt3 il domenica 16 marzo 2008, 14:40, modificato 1 volta in totale.
Avatar utente
aLmAFu3Rt3
Prode Principiante
Messaggi: 58
Iscrizione: domenica 9 marzo 2008, 12:41
Località: Milano

Re: [LCD 32 Sharp] Problema, non riesco a uscire col video dal notebook

Messaggio da aLmAFu3Rt3 »

uhm... nn e' che ci sto riuscendo piu di tanto... ::) qualche piccolo aiutino in piu???  :-\
Avatar utente
aLmAFu3Rt3
Prode Principiante
Messaggi: 58
Iscrizione: domenica 9 marzo 2008, 12:41
Località: Milano

Re: [LCD 32 Sharp] Problema, non riesco a uscire col video dal notebook

Messaggio da aLmAFu3Rt3 »

Ma e' possibile che nessuno ha idea come si fa a vedere su 1 LCD da un laptop??
Scrivi risposta

Ritorna a “Driver e periferiche”

Chi c’è in linea

Visualizzano questa sezione: Google [Bot] e 6 ospiti