Pagina 1 di 1

Risoluzione su slackware 13

Inviato: mer 2 set 2009, 18:45
da RedSkull92
Ho appena installato slackware 13 ma ho visto che la risoluzione è troppo alta, come faccio a modificarla ?
ho letto di HAL quidni xorg non c'è grazie per le risposte.

Re: Risoluzione su slackware 13

Inviato: mer 2 set 2009, 18:47
da conraid
RedSkull92 ha scritto:Ho appena installato slackware 13 ma ho visto che la risoluzione è troppo alta, come faccio a modificarla ?
ho letto di HAL quidni xorg non c'è grazie per le risposte.
xorg.conf non c'è, non xorg, quello c'è
puoi sempre crearlo e metterci dentro i parametri che vuoi per la risoluzione

Re: Risoluzione su slackware 13

Inviato: mer 2 set 2009, 19:00
da RedSkull92
ho dato il comando:
bash-3.1# Xorg -configure
e mi ah restituito questo:

Codice: Seleziona tutto

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. 

Re: Risoluzione su slackware 13

Inviato: mer 2 set 2009, 19:10
da conraid
devi essere fuori X

Re: Risoluzione su slackware 13

Inviato: ven 4 set 2009, 16:43
da RedSkull92
niente da fare...
a x chiuso e da root, ho dato xorgsetup.
ho messo l'impostazione dei colori a 24 e come tasti none.
dopo ho avviato X, am il problema non è stato risolto.
questo è il mio xorg.conf

Codice: Seleziona tutto

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/local"
	FontPath     "/usr/share/fonts/TTF"
	FontPath     "/usr/share/fonts/OTF"
	FontPath     "/usr/share/fonts/Type1"
	FontPath     "/usr/share/fonts/misc"
	FontPath     "/usr/share/fonts/CID"
	FontPath     "/usr/share/fonts/75dpi/:unscaled"
	FontPath     "/usr/share/fonts/100dpi/:unscaled"
	FontPath     "/usr/share/fonts/75dpi"
	FontPath     "/usr/share/fonts/100dpi"
	FontPath     "/usr/share/fonts/cyrillic"
EndSection

Section "Module"
	Load  "glx"
	Load  "dbe"
	Load  "extmod"
	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     "SWcursor"           	# [<bool>]
        #Option     "HWcursor"           	# [<bool>]
        #Option     "NoAccel"            	# [<bool>]
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "UseFBDev"           	# [<bool>]
        #Option     "Rotate"             	# [<str>]
        #Option     "VideoKey"           	# <i>
        #Option     "FlatPanel"          	# [<bool>]
        #Option     "FPDither"           	# [<bool>]
        #Option     "CrtcNumber"         	# <i>
        #Option     "FPScale"            	# [<bool>]
        #Option     "FPTweak"            	# <i>
        #Option     "DualHead"           	# [<bool>]
	Identifier  "Card0"
	Driver      "nv"
	VendorName  "Unknown Vendor"
	BoardName   "Unknown Board"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth 24
	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
ecco come visualizzo la mia slack:
http://img90.imageshack.us/img90/5300/screenxb.png
e questo è come visualizzo il sito:
http://img512.imageshack.us/img512/9901/screenxa.png

Re: Risoluzione su slackware 13

Inviato: ven 4 set 2009, 20:08
da RedSkull92
Ho reinstallato slackware 13 settando la risoluzione a 1024x768 (prima avevo provato 800x600 ma la console all' avvio si vedeva male)
ma entrando in fluxbox mi si ripresenta la stessa scena...
la risoluzione troppo alta...
ho controllato e ho trovato il file /etc/X11/xorg.conf-vesa ma ancora non funziona...
come posso fare ?
devo per forza ritornare alla 12.2 per risolvere ?
e se tornassi alla 12.2 e facessi l' upgrade da li la risoluzione rimarrebbe buona o verrebbe modificata ? (perche' sulla 12.2 la risoluzione e' impostata a 1024x768 ma fluxbox si vede benissimo..)
Grazie per le eventuali risposte.