[Risolto] [Xorg] rotazione penna
- cristian_c
- Accecante Asceta

- Messaggi: 23422
- Iscrizione: lunedì 29 ottobre 2007, 11:31
Re: [Xorg] rotazione penna
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
e come sempre....come si fà? :-[
- cristian_c
- Accecante Asceta

- Messaggi: 23422
- Iscrizione: lunedì 29 ottobre 2007, 11:31
Re: [Xorg] rotazione penna
http://forum.ubuntu-it.org/viewtopic.ph ... 2#p4014652pac57 ha scritto: e come sempre....come si fà? :-[
Re: [Xorg] rotazione penna
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:~$
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
Fatto, ora in home ho un file xorg.conf.new
cosa devo fare ora?
cosa devo fare ora?
- cristian_c
- Accecante Asceta

- Messaggi: 23422
- Iscrizione: lunedì 29 ottobre 2007, 11:31
Re: [Xorg] rotazione penna
Non hai seguito la procedura in modo corretto (dovresti leggerle le guide). Sarebbe:pac57 ha scritto: Fatto, ora in home ho un file xorg.conf.new
cosa devo fare ora?
Codice: Seleziona tutto
sudo stop gdmCodice: Seleziona tutto
sudo stop lightdmRe: [Xorg] rotazione penna
ho aperto un terminale tty e inserito i due comandi che mi hai suggerito, ma non credo sia accaduto qualcosa!
- cristian_c
- Accecante Asceta

- Messaggi: 23422
- Iscrizione: lunedì 29 ottobre 2007, 11:31
Re: [Xorg] rotazione penna
Dopo che abbiamo riconfigurato il server grafico in irc, ho visto il tuo xorg.conf:
Non sapendo qual'è il monitor che stai usando, posta:
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
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
EndSectionCodice: Seleziona tutto
xrandr -qHardware/Video/DomandeFrequenti#Lo_schermo_ha_il_supporto_pivot.2C_come_si_procede_per_ruotare_l.27immagine_dello_schermo.3F
Re: [Xorg] rotazione penna
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:~$
Ultima modifica di pac57 il domenica 25 marzo 2012, 5:03, modificato 1 volta in totale.
- cristian_c
- Accecante Asceta

- Messaggi: 23422
- Iscrizione: lunedì 29 ottobre 2007, 11:31
Re: [Xorg] rotazione penna
Se guardi il comando che ho postato, la q è attaccata al trattino 
Re: [Xorg] rotazione penna
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:~$
- cristian_c
- Accecante Asceta

- Messaggi: 23422
- Iscrizione: lunedì 29 ottobre 2007, 11:31
Re: [Xorg] rotazione penna
Dovresti seguire il paragrafo presente nella guida del wiki che ho linkato 
Re: [Xorg] rotazione penna
Grazie, ma quale funzione?
- cristian_c
- Accecante Asceta

- Messaggi: 23422
- Iscrizione: lunedì 29 ottobre 2007, 11:31
Re: [Xorg] rotazione penna
funzione? ??? Il paragrafo è quello linkato al post #27pac57 ha scritto: Grazie, ma quale funzione?
Re: [Xorg] rotazione penna
al post 27 non vedo nessun link.
- cristian_c
- Accecante Asceta

- Messaggi: 23422
- Iscrizione: lunedì 29 ottobre 2007, 11:31
Re: [Xorg] rotazione penna
http://forum.ubuntu-it.org/viewtopic.ph ... 0#p4017790 :-[pac57 ha scritto: al post 27 non vedo nessun link.
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
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
...e di questo cosa ne pensi?
http://ubuntuforums.org/showpost.php?p= ... ostcount=1
Re: [Xorg] rotazione penna
forse qui c'è la soluzione!
https://bugs.launchpad.net/ubuntu/+sour ... bug/117283
https://bugs.launchpad.net/ubuntu/+sour ... bug/117283
- cristian_c
- Accecante Asceta

- Messaggi: 23422
- Iscrizione: lunedì 29 ottobre 2007, 11:31
Re: [Xorg] rotazione penna
non devi guardare tutta la pagina, ma soltanto il paragrafo che ho linkatoHo visto quella pagina, ma non capisco quale funzione debbo abilitare
l'how-to è sicuramente molto interessante (yes)...e di questo cosa ne pensi?
Non so, ma non mi sembra il tuo stesso problema, o sbaglio? :-\pac57 ha scritto: forse qui c'è la soluzione!
https://bugs.launchpad.net/ubuntu/+sour ... bug/117283
Chi c’è in linea
Visualizzano questa sezione: 0 utenti iscritti e 7 ospiti