PDA

View Full Version : Come cambio risoluzione???


Axl_Mas
28-09-2002, 00:29
Rimango sempre a 640x480 ma non capisco perchè....il file XF86Config-4 l'ho modificato bene...gli 85 hz di refresh me li ha presi ma gli 800x600 no!
Devo partire con qualche settaggio particolare di startx?
TNX

Arpeda
28-09-2002, 09:38
probabilmente hai in questo ordine le risoluzioni
640x480 800x600 1024x768 ....

in XF86Config-4 controlla nella sezione grafica che hai un ordine del tipo:

800x600 640x480 .... in cui il primo è la risoluzione di default.

cmq puoi switchare alle altre risoluzioni con crtl+alt+( + o - ).

Ciao
Arpeda

Axl_Mas
29-09-2002, 13:07
Non funziona...mi sai dire dove sbaglio?Ecco il mio XF86Config-4:
# XFree86 4.2.0 configuration generated by Xconfigurator 4.10.7

Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

# Red Hat Linux 6.0 and later use the xfs font server for improved
# interactive performance

Section "Files"
FontPath "unix/:7100"
EndSection

# Module loading section

Section "Module"
Load "dbe" # Double-buffering
Load "GLcore" # OpenGL support
Load "dri" # Direct rendering infrastructure
Load "glx" # OpenGL X protocol interface
Load "extmod" # Misc. required extensions
Load "v4l" # Video4Linux
# Load "record" # X event recorder
# You only need the following two modules if you do not use xfs.
# Load "freetype" # TrueType font handler
# Load "type1" # Adobe Type 1 font handler
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbLayout" "it"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Device" "/dev/mouse"
Option "Protocol" "IMPS/2"
Option "Emulate3Buttons" "off"
Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 40-53
VertRefresh 85
Option "dpms"
EndSection

Section "Device"
BusID "PCI:1:0:0"
Identifier "KYRO"
Driver "powervr"
BoardName "Unknown"
# Option "HWCursor" "0"
# Option "NoAccel" "1"
EndSection

Section "Device"
Identifier "Linux Frame Buffer"
Driver "fbdev"
BoardName "Unknown"
EndSection

Section "Screen"
Identifier "Screen0"
Device "KYRO"
Monitor "Monitor0"
DefaultDepth 16
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
Subsection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
Subsection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection

PS:ho la distro rehdat

Help!Aiutatemi

Arpeda
29-09-2002, 18:56
Originariamente inviato da Axl_Mas
[B]Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 40-53
VertRefresh 85
Option "dpms"
EndSection


l'errore dovrebbe stare al refresh verticale.
Io ho un range di frequenze tipo 50-120. non so se è possibile forzare il refresh a 85.

una volta avevo un problema simile e l'ho risolto sistemando i HorizSync e VertRefresh, poi lui cerca di sistemare il tutto automaticamente.

Ciao
Arpeda

Axl_Mas
29-09-2002, 23:00
Sei un drago!!!C'hai preso al primo colpo!!!Finalmente vado alla risoluzione che voglio!!!
Solo che ora ho un altro problemino...il desktop è diventato troppo grande!Nel senso che "non entra" nel mio 15' e per vederlo tutto devo andare col mouse verso il bordo del monitor cosi il desktop scorre e mi fa vedere la parte coperta.E' fastidioso avere un desktop di 19' con un monitor da 15'....come faccio a ridimensionarlo?
Guarda se mi risolvi pure questo problema ti faccio 1 statua e ti venero ogni sera!!! :D :D
Grazie ]Axl[ :)

Arpeda
01-10-2002, 13:35
mhhh .. prima non avevi questo problema?

il monitor ti supporta il 1024*768? se no allora devi togliere, ogni volta che compare, 1024x768 da qui :
Subsection "Display"

se invece te li supporta .. mi pare strano che hai questo tipo di problemi.

Ciao
Arpeda

Arpeda
01-10-2002, 13:39
ricorda che con
ctrl + alt + più (il segno +) puoi passare alla risoluzione successiva nel tuo caso vai a 800x600

se invece fai:
ctrl + alt + meno (il segno -)
passi alla risoluzione precedente.

prima di fare le modifiche che ti ho suggerito vedi se a 800*600 hai ancora problemi .. non vorrei che la kyro ti creasse problemi

Ciao
Arpeda