Pagina 2 di 7

Re: [Xorg] rotazione penna

Inviato: mercoledì 21 marzo 2012, 18:03
da cristian_c
Per capire quali driver stai utilizzando per la penna e il tablet, devi riconfigurare il server grafico con i dispositivi in funzione ;)

Re: [Xorg] rotazione penna

Inviato: mercoledì 21 marzo 2012, 18:09
da pac57
e come sempre....come si fà? :-[

Re: [Xorg] rotazione penna

Inviato: mercoledì 21 marzo 2012, 19:11
da cristian_c
pac57 ha scritto: e come sempre....come si fà? :-[
http://forum.ubuntu-it.org/viewtopic.ph ... 2#p4014652 ;)

Re: [Xorg] rotazione penna

Inviato: giovedì 22 marzo 2012, 14:49
da pac57
Questo è il risultato


pasquale@pasquale-LIFEBOOK-T900:~$ sudo comando gdm
[sudo] password for pasquale:
sudo: comando: command not found
pasquale@pasquale-LIFEBOOK-T900:~$ sudo start gdm
gdm start/running, process 2190
pasquale@pasquale-LIFEBOOK-T900:~$ sudo X -configure

Fatal server error:
Server is already active for display 0
If this server is no longer running, remove /tmp/.X0-lock
and start again.


Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.

ddxSigGiveUp: Closing log
pasquale@pasquale-LIFEBOOK-T900:~$

Re: [Xorg] rotazione penna

Inviato: giovedì 22 marzo 2012, 15:42
da pac57
Fatto, ora in home ho un file xorg.conf.new

cosa devo fare ora?

Re: [Xorg] rotazione penna

Inviato: giovedì 22 marzo 2012, 16:12
da cristian_c
pac57 ha scritto: Fatto, ora in home ho un file xorg.conf.new

cosa devo fare ora?
Non hai seguito la procedura in modo corretto (dovresti leggerle le guide). Sarebbe:

Codice: Seleziona tutto

sudo stop gdm
ma siccome gdm non viene più utilizzato come display manager, allora usa:

Codice: Seleziona tutto

sudo stop lightdm
P.S. Il tag 'code' ce lo siamo scordato? :-[

Re: [Xorg] rotazione penna

Inviato: sabato 24 marzo 2012, 16:38
da pac57
ho aperto un terminale tty e inserito i due comandi che mi hai suggerito, ma non credo sia accaduto qualcosa!

Re: [Xorg] rotazione penna

Inviato: sabato 24 marzo 2012, 18:49
da cristian_c
Dopo che abbiamo riconfigurato il server grafico in irc, ho visto il tuo xorg.conf:

Codice: Seleziona tutto

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

Section "Files"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "/usr/share/fonts/X11/misc"
	FontPath     "/usr/share/fonts/X11/cyrillic"
	FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/Type1"
	FontPath     "/usr/share/fonts/X11/100dpi"
	FontPath     "/usr/share/fonts/X11/75dpi"
	FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
	FontPath     "built-ins"
EndSection

Section "Module"
	Load  "extmod"
	Load  "record"
	Load  "dri"
	Load  "glx"
	Load  "dbe"
	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 "Monitor"
	Identifier   "Monitor2"
	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     "DRI"                	# [<bool>]
        #Option     "ColorKey"           	# <i>
        #Option     "VideoKey"           	# <i>
        #Option     "FallbackDebug"      	# [<bool>]
        #Option     "Tiling"             	# [<bool>]
        #Option     "LinearFramebuffer"  	# [<bool>]
        #Option     "Shadow"             	# [<bool>]
        #Option     "SwapbuffersWait"    	# [<bool>]
        #Option     "TripleBuffer"       	# [<bool>]
        #Option     "XvMC"               	# [<bool>]
        #Option     "XvPreferOverlay"    	# [<bool>]
        #Option     "DebugFlushBatches"  	# [<bool>]
        #Option     "DebugFlushCaches"   	# [<bool>]
        #Option     "DebugWait"          	# [<bool>]
        #Option     "HotPlug"            	# [<bool>]
        #Option     "RelaxedFencing"     	# [<bool>]
	Identifier  "Card0"
	Driver      "intel"
	BusID       "PCI:0:2: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     "ShadowFB"           	# [<bool>]
        #Option     "Rotate"             	# <str>
        #Option     "fbdev"              	# <str>
        #Option     "debug"              	# [<bool>]
	Identifier  "Card1"
	Driver      "fbdev"
	BusID       "PCI:0:2: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     "ShadowFB"           	# [<bool>]
        #Option     "DefaultRefresh"     	# [<bool>]
        #Option     "ModeSetClearScreen" 	# [<bool>]
	Identifier  "Card2"
	Driver      "vesa"
	BusID       "PCI:0:2:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	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"
	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 "Screen2"
	Device     "Card2"
	Monitor    "Monitor2"
	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
Non sapendo qual'è il monitor che stai usando, posta:

Codice: Seleziona tutto

xrandr -q
Ho trovato anche questa soluzione per il supporto pivot:
Hardware/Video/DomandeFrequenti#Lo_schermo_ha_il_supporto_pivot.2C_come_si_procede_per_ruotare_l.27immagine_dello_schermo.3F ;)

Re: [Xorg] rotazione penna

Inviato: domenica 25 marzo 2012, 5:01
da pac57

Codice: Seleziona tutto

pasquale@pasquale-LIFEBOOK-T900:~$ xandr - q
Comando "xandr" non trovato. Forse si intendeva:
 Comando "xrandr" dal pacchetto "x11-xserver-utils" (main)
xandr: comando non trovato
pasquale@pasquale-LIFEBOOK-T900:~$ xrandr - q 
usage: xrandr [options]
  where options are:
  -display <display> or -d <display>
  -help
  -o <normal,inverted,left,right,0,1,2,3>
            or --orientation <normal,inverted,left,right,0,1,2,3>
  -q        or --query
  -s <size>/<width>x<height> or --size <size>/<width>x<height>
  -r <rate> or --rate <rate> or --refresh <rate>
  -v        or --version
  -x        (reflect in x)
  -y        (reflect in y)
  --screen <screen>
  --verbose
  --current
  --dryrun
  --nograb
  --prop or --properties
  --fb <width>x<height>
  --fbmm <width>x<height>
  --dpi <dpi>/<output>
  --output <output>
      --auto
      --mode <mode>
      --preferred
      --pos <x>x<y>
      --rate <rate> or --refresh <rate>
      --reflect normal,x,y,xy
      --rotate normal,inverted,left,right
      --left-of <output>
      --right-of <output>
      --above <output>
      --below <output>
      --same-as <output>
      --set <property> <value>
      --scale <x>x<y>
      --transform <a>,<b>,<c>,<d>,<e>,<f>,<g>,<h>,<i>
      --off
      --crtc <crtc>
      --panning <w>x<h>[+<x>+<y>[/<track:w>x<h>+<x>+<y>[/<border:l>/<t>/<r>/<b>]]]
      --gamma <r>:<g>:<b>
      --primary
  --noprimary
  --newmode <name> <clock MHz>
            <hdisp> <hsync-start> <hsync-end> <htotal>
            <vdisp> <vsync-start> <vsync-end> <vtotal>
            [+HSync] [-HSync] [+VSync] [-VSync]
  --rmmode <name>
  --addmode <output> <name>
  --delmode <output> <name>
pasquale@pasquale-LIFEBOOK-T900:~$ 

Re: [Xorg] rotazione penna

Inviato: domenica 25 marzo 2012, 9:18
da cristian_c
Se guardi il comando che ho postato, la q è attaccata al trattino ;D

Re: [Xorg] rotazione penna

Inviato: domenica 25 marzo 2012, 10:48
da pac57
ops!

Codice: Seleziona tutto

pasquale@pasquale-LIFEBOOK-T900:~$ xrandr -q
Screen 0: minimum 320 x 200, current 1280 x 800, maximum 8192 x 8192
LVDS1 connected 1280x800+0+0 (normal left inverted right x axis y axis) 286mm x 179mm
   1280x800       60.0*+
   1024x768       60.0  
   800x600        60.3     56.2  
   640x480        59.9  
VGA1 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
DP1 disconnected (normal left inverted right x axis y axis)
HDMI2 disconnected (normal left inverted right x axis y axis)
DP2 disconnected (normal left inverted right x axis y axis)
pasquale@pasquale-LIFEBOOK-T900:~$ 

Re: [Xorg] rotazione penna

Inviato: domenica 25 marzo 2012, 12:08
da cristian_c
Dovresti seguire il paragrafo presente nella guida del wiki che ho linkato ;)

Re: [Xorg] rotazione penna

Inviato: domenica 25 marzo 2012, 14:04
da pac57
Grazie, ma quale funzione?

Re: [Xorg] rotazione penna

Inviato: domenica 25 marzo 2012, 18:04
da cristian_c
pac57 ha scritto: Grazie, ma quale funzione?
funzione? ??? Il paragrafo è quello linkato al post #27 ;)

Re: [Xorg] rotazione penna

Inviato: domenica 25 marzo 2012, 18:25
da pac57

Re: [Xorg] rotazione penna

Inviato: domenica 25 marzo 2012, 18:34
da pac57
al post 27 non vedo nessun link.

Re: [Xorg] rotazione penna

Inviato: domenica 25 marzo 2012, 19:05
da cristian_c
pac57 ha scritto: al post 27 non vedo nessun link.
http://forum.ubuntu-it.org/viewtopic.ph ... 0#p4017790 :-[
pac57 ha scritto: cosa ne dici di questo?

https://help.ubuntu.com/community/Wacom#Gimp
va bene, ma prima dovresti far riconoscere il dispositivo (il touch) e associarlo ai driver wacom (yes) Comunque prova prima la guida ;)

Re: [Xorg] rotazione penna

Inviato: lunedì 26 marzo 2012, 4:58
da pac57
Ho visto quella pagina, ma non capisco quale funzione debbo abilitare.

...e di questo cosa ne pensi?

http://ubuntuforums.org/showpost.php?p= ... ostcount=1

Re: [Xorg] rotazione penna

Inviato: lunedì 26 marzo 2012, 5:13
da pac57

Re: [Xorg] rotazione penna

Inviato: lunedì 26 marzo 2012, 9:15
da cristian_c
Ho visto quella pagina, ma non capisco quale funzione debbo abilitare
non devi guardare tutta la pagina, ma soltanto il paragrafo che ho linkato ;)
...e di questo cosa ne pensi?
l'how-to è sicuramente molto interessante (yes)
pac57 ha scritto: forse qui c'è la soluzione!
https://bugs.launchpad.net/ubuntu/+sour ... bug/117283
Non so, ma non mi sembra il tuo stesso problema, o sbaglio? :-\