solo 800 * 600?
- 31lore31
- Prode Principiante
- Messaggi: 111
- Iscrizione: mercoledì 20 settembre 2006, 12:51
- Desktop: ubuntu-xorg
- Distribuzione: Ubuntu 17.10 x86_64
- Sesso: Maschile
- Località: Vittoria
- Contatti:
solo 800 * 600?
Salve ho installato ubuntu su un PIII 1000 con 320 di Ram, scheda video vodoo4 e scheda audio Sond Blaster Live 1024 e scheda madre Cusl 2. Ho già risolto il problema di tdfx per la scheda video installando una patch. Il problema è che non riesco a mettere una risoluzione maggiore di 800 * 600!!! come posso fare? vorrei migliorare pure la definizione se possibile...
Re: solo 800 * 600?
inizia a postare il tuo /etc/X11/xorg.conf così magari qualcuno potrà aiutarti (magari anch'io..)...
se nn sai come fare, da terminale per aprire il tuo xorg.conf devi lanciare un comando tipo
$ gedit /etc/X11/xorg.conf poi copi e incolli
se nn sai come fare, da terminale per aprire il tuo xorg.conf devi lanciare un comando tipo
$ gedit /etc/X11/xorg.conf poi copi e incolli
- 31lore31
- Prode Principiante
- Messaggi: 111
- Iscrizione: mercoledì 20 settembre 2006, 12:51
- Desktop: ubuntu-xorg
- Distribuzione: Ubuntu 17.10 x86_64
- Sesso: Maschile
- Località: Vittoria
- Contatti:
Re: solo 800 * 600?
eccolo, lo avevo già preparato ma avevo dimenticato a postarlo
lo schermo è un Packard Bell 17 pollici Modello Callisto 170
lo schermo è un Packard Bell 17 pollici Modello Callisto 170
- Allegati
-
xorg.zip- (1.22 KiB) Scaricato 20 volte
Ultima modifica di 31lore31 il mercoledì 27 dicembre 2006, 17:17, modificato 1 volta in totale.
Re: solo 800 * 600?
se magari postavi il contenuto azichè zipparlo... 
cmq inizia a provare a sostituire la riga "DefaultDepth 16" con "DefaultDepth 24" poi riavvia il server X (premi ctrl+alt+backspace) e vedi se cambia qualcosa...cmq pensavo non avessi le impostazioni delle altre risoluzioni in questo file ma invece ce le hai, probabilmente è un problema di driver ma non so come aiutarti. magari qualcun'altro... ciao
Codice: Seleziona tutto
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/usr/share/fonts/X11/misc"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "3Dfx Interactive, Inc. Voodoo 4 / Voodoo 5"
Driver "tdfx"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "NECCI CALL17"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "3Dfx Interactive, Inc. Voodoo 4 / Voodoo 5"
Monitor "NECCI CALL17"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection
- 31lore31
- Prode Principiante
- Messaggi: 111
- Iscrizione: mercoledì 20 settembre 2006, 12:51
- Desktop: ubuntu-xorg
- Distribuzione: Ubuntu 17.10 x86_64
- Sesso: Maschile
- Località: Vittoria
- Contatti:
Re: solo 800 * 600?
E' possibile cambiare il nome del monitor? devo scriverlo io oppure c'è un comando specifico per scegliere il monitor?
- Janvitus
- Amministratore

- Messaggi: 18787
- Iscrizione: lunedì 25 aprile 2005, 15:52
- Desktop: GNOME Shell / Xfce
- Sesso: Maschile
- Località: Potenza
- Contatti:
Re: solo 800 * 600?
Si, ma ricorda di riportarlo in tutte le altre voci dove lo richiede.31lore31 ha scritto: E'' possibile cambiare il nome del monitor? devo scriverlo io oppure c''è un comando specifico per scegliere il monitor?
-
gforresu
Re: solo 800 * 600?
ciao! prova a mettere nella sezione "Modes" solo la risoluzione che ti interessa (magari prova un pò le risoluzioni con xrandr):
ho modificato Dept.... metti questi valori per tutti i Subsection riguardanti "Display" 
PS: ovviamente al posto di 1024x768 ci puoi mettere la risoluzione che vuoi basta che il tuo monitor la supporti...infatti è bene controllare con xrandr le risoluzione supportate (o rilevate)per il tuo monitor
Codice: Seleziona tutto
SubSection "Display"
Depth 24
Modes "1024x768"PS: ovviamente al posto di 1024x768 ci puoi mettere la risoluzione che vuoi basta che il tuo monitor la supporti...infatti è bene controllare con xrandr le risoluzione supportate (o rilevate)per il tuo monitor
- 31lore31
- Prode Principiante
- Messaggi: 111
- Iscrizione: mercoledì 20 settembre 2006, 12:51
- Desktop: ubuntu-xorg
- Distribuzione: Ubuntu 17.10 x86_64
- Sesso: Maschile
- Località: Vittoria
- Contatti:
Re: solo 800 * 600?
Ciao ho scritto sul terminale xrandr ed il risultato è stato questo:gforresu ha scritto: ciao! prova a mettere nella sezione "Modes" solo la risoluzione che ti interessa (magari prova un pò le risoluzioni con xrandr):
PS: ovviamente al posto di 1024x768 ci puoi mettere la risoluzione che vuoi basta che il tuo monitor la supporti...infatti è bene controllare con xrandr le risoluzione supportate (o rilevate)per il tuo monitor![]()
fabiana@ubuntu:~$ xrandr
SZ: Pixels Physical Refresh
*0 800 x 600 ( 271mm x 203mm ) *60 56
1 640 x 480 ( 271mm x 203mm ) 60
2 400 x 300 ( 271mm x 203mm ) 60 56
3 320 x 240 ( 271mm x 203mm ) 60
Current rotation - normal
Current reflection - none
Rotations possible - normal
Reflections possible - none
fabiana@ubuntu:~$
In questo pc prima era installato Windows e lavorava con una risoluzione di 1024*768!!!!
ecco le specifiche del mio monitor
Prodotto Monitor Marca Packard Bell
Dimensione 17 pollici Tecnologia TFT Matrice Attiva
Luminosita'' 270 cd/m² Contrasto 500:1
Tempo di risposta medio 8 ms Supporto colore 16.2M colori
Risoluzione massima 1280 x 1024 Velocita'' di aggiornamento 75 Hz
Interfaccia VGA (HD-15) Compatibilita'' PC
Massimo di visualizzazione (orizzontale) 140 ° Massimo di visualizzazione (verticale) 140 °
Colori Nero , Argento Larghezza 37,9 cm
Altezza 40 cm Profondita'' 16,9 cm
Peso 4,75 kg
Ultima modifica di 31lore31 il giovedì 28 dicembre 2006, 13:27, modificato 1 volta in totale.
-
gforresu
Re: solo 800 * 600?
dovresti specificare sulle impostazioni del monitor le caratteristiche del display altrimenti non puoi usare una risoluzione maggiore di 800x600...oppure dai un bel e configuri da là 
Codice: Seleziona tutto
sudo dpkg-reconfigure xserver-xorgChi c’è in linea
Visualizzano questa sezione: 0 utenti iscritti e 6 ospiti