Aumento risoluzione in Debian XFCE

Francesco talfran@gmail.com
Gio 25 Ago 2011 16:18:57 CEST


Il giorno ago 24, 2554 BE, alle ore 23:34, walter@zequinha.it ha  
scritto:

> Citando Francesco <talfran@gmail.com>:
>
>> Allora provato Xorg -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.
>
> prova
> Xorg :1 -configure
>
> (da http://wiki.debian.org/SynapticsTouchpad )
> ciao
> _______________________________________________
> La mailing-list del GLUG - Genuense Linux Users Group
> glug@genova.linux.it
> Per informazioni e configurazione: http://lists.linux.it/listinfo/glug
- Provato Xorg :1 -configure da cui ottengo:
X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32.29-dsa-ia32 i686 Debian
Current Operating System: Linux WORKGROUP 2.6.32-5-686 #1 SMP Mon Jun  
13 04:13:06 UTC 2011 i686
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-686  
root=UUID=ad21a499-7232-4c1c-b02b-e27c671eacd9 ro quiet
Build Date: 19 February 2011  02:37:36PM
xorg-server 2:1.7.7-13 (Cyril Brulebois <kibi@debian.org>)
Current version of pixman: 0.22.0
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.1.log", Time: Thu Aug 25 15:59:39 2011
List of video drivers:
	rendition
	s3virge
	chips
	cirrus
	savage
	nv
	voodoo
	i128
	i740
	tseng
	apm
	r128
	ark
	ati
	mga
	vmwlegacy
	vmware
	mach64
	radeon
	trident
	neomagic
	siliconmotion
	nouveau
	geode
	ztv
	intel
	sis
	sisusb
	s3
	tdfx
	openchrome
	fbdev
	vesa
vmware: Please ignore above "FATAL: Module vmwgfx not found."
(++) Using config file: "/root/xorg.conf.new"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"


Xorg detected your mouse at device /dev/input/mice.
Please check your config if the mouse is still not
operational, as by default Xorg tries to autodetect
the protocol.

Your xorg.conf file is /root/xorg.conf.new

To test the server, run 'X -config /root/xorg.conf.new'

- Ho provato X -config /root/xorg.conf.new e mi da nuovamente:
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.

- Allora, per curiosità ho dato mousepad /root/xorg.conf.new che mi ha  
dato la seguente
   lista:

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/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  "dbe"
	Load  "extmod"
	Load  "glx"
	Load  "record"
	Load  "dri"
	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 "Device"
         ### Available Driver options are:-
         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
         ### [arg]: arg optional
         #Option     "AccelMethod"        	# [<str>]
         #Option     "SWcursor"           	# [<bool>]
         #Option     "PciRetry"           	# [<bool>]
         #Option     "NoAccel"            	# [<bool>]
         #Option     "SetMClk"            	# <freq>
         #Option     "MUXThreshold"       	# <i>
         #Option     "ShadowFB"           	# [<bool>]
         #Option     "Rotate"             	# [<str>]
         #Option     "VideoKey"           	# <i>
         #Option     "NoMMIO"             	# [<bool>]
         #Option     "NoPciBurst"         	# [<bool>]
         #Option     "MMIOonly"           	# [<bool>]
         #Option     "CyberShadow"        	# [<bool>]
         #Option     "CyberStretch"       	# [<bool>]
         #Option     "XvHsync"            	# <i>
         #Option     "XvVsync"            	# <i>
         #Option     "XvBskew"            	# <i>
         #Option     "XvRskew"            	# <i>
         #Option     "FpDelay"            	# <i>
         #Option     "Display1400"        	# [<bool>]
         #Option     "Display"            	# [<str>]
         #Option     "GammaBrightness"    	# [<str>]
         #Option     "TVChipset"          	# [<str>]
         #Option     "TVSignal"           	# <i>
	Identifier  "Card0"
	Driver      "trident"
	VendorName  "Trident Microsystems"
	BoardName   "CyberBlade/i1"
	BusID       "PCI:1:0: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

Grazie ancora per i suggerimenti!
Francesco


Maggiori informazioni sulla lista glug