[Video] dpkg-reconfigure -phigh xserver-xorg

Riconoscimento, installazione e configurazione delle periferiche.
blutenue
Prode Principiante
Messaggi: 4
Iscrizione: mercoledì 18 febbraio 2009, 19:11

[Video] dpkg-reconfigure -phigh xserver-xorg

Messaggio da blutenue »

Salve a tutti,

sono un infelice possessore di un notebook Toschiba 4090xcdt sul quale non riesco a modificare la risoluzione 1024X768 attraverso il comando in oggetto.

Qualcuno ha suggerimenti e soluzioni in merito.

Grazie dell'attenzione che, vorrete dedicarmi.
shouldes
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 19490
Iscrizione: domenica 10 febbraio 2008, 21:45

Re: [Video] dpkg-reconfigure -phigh xserver-xorg

Messaggio da shouldes »

che scheda video monta?
blutenue
Prode Principiante
Messaggi: 4
Iscrizione: mercoledì 18 febbraio 2009, 19:11

[Video] Re: [Video] dpkg-reconfigure -phigh xserver-xorg

Messaggio da blutenue »

Non ne conoscono l'origine, ma sò che si tratta solo di 8 MB di Ram, ci sto facendo girare XFCE (Xubuntu 8.10)
shouldes
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 19490
Iscrizione: domenica 10 febbraio 2008, 21:45

Re: [Video] dpkg-reconfigure -phigh xserver-xorg

Messaggio da shouldes »

intanto controlla che risoluzioni supporta il tuo monitor e postale:

Codice: Seleziona tutto

xrandr -q
blutenue
Prode Principiante
Messaggi: 4
Iscrizione: mercoledì 18 febbraio 2009, 19:11

Re: [Video] dpkg-reconfigure -phigh xserver-xorg

Messaggio da blutenue »

Screen 0: minimum 320 x 240, current 800 x 600, maximum 800 x 600
default connected 800x600+0+0 0mm x 0mm
  800x600        60.0*    56.0 
  640x480        60.0 
  400x300        60.0    56.0 
  320x240        60.0 

Il problema che, il riquadro utile non ricopre tutto lo schermo.
shouldes
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 19490
Iscrizione: domenica 10 febbraio 2008, 21:45

Re: [Video] dpkg-reconfigure -phigh xserver-xorg

Messaggio da shouldes »

Il tuo monitor dovrebbe lavorare a 1024x768:
Graphics Processor / Vendor: Trident Cyber 9525 PCI
Video Memory: 2.5 MB
Supported Display Graphics: VGA (640x480), XGA (1024x768), SVGA (800x600), SXGA (1280x1024)

Hai provato con displayconfig-gtk?
Se imposti un monitor LCD 1280x1024 dovrebbe farti usare senza problemi 1024x768.

Posta xorg.conf, vediamo che riusciamo a fare.

Intanto c'è un tizio che dovrebbe avere la tua scheda video:
http://forum.ubuntu-it.org/viewtopic.ph ... 6#p1720366
blutenue
Prode Principiante
Messaggi: 4
Iscrizione: mercoledì 18 febbraio 2009, 19:11

Re: [Video] dpkg-reconfigure -phigh xserver-xorg

Messaggio da blutenue »

# xorg.conf (X.Org 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 xorg.conf manual page.
# (Type "man 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.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# 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 "Device"
Identifier "Configured Video Device"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
shouldes
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 19490
Iscrizione: domenica 10 febbraio 2008, 21:45

Re: [Video] dpkg-reconfigure -phigh xserver-xorg

Messaggio da shouldes »

Hai provato il link che ti ho inviato?
Al tizio del post funziona, scheda e caratteristiche monitor sono le stesse, quindi deve funzionare pure a te.

Con quello xorg.conf e una scheda video che non conosco tenterei con dispalyconfig-gtk, con quello ci sono sempre riuscito.
Urshack
Prode Principiante
Messaggi: 7
Iscrizione: mercoledì 11 marzo 2009, 10:31

Re: [Video] dpkg-reconfigure -phigh xserver-xorg

Messaggio da Urshack »

Ciao a tutti, io ho installato Ubuntu Jaunty su un sistema molto simile e anche io ho una scheda video Trident e Ubuntu non mi riconosce il monitor e mi mette come risoluzione massima la 800x600, volevo chiedere come si installa dispalyconfig-gtk oppure se blutenue è riuscito a risolvere il problema, perchè ho provato leggere un po' di topic e non ho risolto nulla..... ora il mio xorg.conf è questo:

Codice: Seleziona tutto

# xorg.conf (X.Org 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 xorg.conf manual page.
# (Type "man 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.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# 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 "Device"
	Identifier	"Configured Video Device"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
	Device		"Configured Video Device"
        Defaultdepth 24
        SubSection "Display"
                Depth   16
                Modes   "1024x768"
        EndSubSection
        SubSection "Display"
                Depth   24
                Modes   "1024x768"
        EndSubSection
        SubSection "Display"
                Depth   16
                Modes   "800x600"
        EndSubSection
        SubSection "Display"
                Depth   24
                Modes   "800x600"
        EndSubSection
EndSection
Grazie a tutti per la disponibilità^^
Scrivi risposta

Ritorna a “Driver e periferiche”

Chi c’è in linea

Visualizzano questa sezione: 0 utenti iscritti e 3 ospiti