Pagina 3 di 4
Re: [Xorg] Aiutooo risoluzione massima 800x600 come aumentarla?
Inviato: sabato 11 luglio 2009, 10:07
da Guiodic
Prova a mettere questo, seguendo l'esempio precedente:
HorizSync 30.0 - 54.0
VertRefresh 50.0 - 100.0
Modeline "1024x768@60" 64.56 1024 1056 1296 1328 768 783 791 807
Re: [Xorg] Aiutooo risoluzione massima 800x600 come aumentarla?
Inviato: sabato 11 luglio 2009, 10:11
da John1234
appena finisce l'installazione della 9.04 ci provo grazie...
Ma la modeline come l'hai creata? come si creano?
Re: [Xorg] Aiutooo risoluzione massima 800x600 come aumentarla?
Inviato: sabato 11 luglio 2009, 10:15
da Guiodic
c'è un sito fatto apposta.
Re: [Xorg] Aiutooo risoluzione massima 800x600 come aumentarla?
Inviato: sabato 11 luglio 2009, 11:10
da John1234
Installata la 9.04, ho aggiunto le righe come mi hai detto ho riavviato e non è cambiato niente devo settare qualcos'altro?
Il mio xorg.conf è cosi ora ma sembra che non abbia fatto nessun effetto
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"
Driver "ati"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 30.0 - 54.0
VertRefresh 50.0 - 100.0
Modeline "1024x768@60" 64.56 1024 1056 1296 1328 768 783 791 807
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Re: [Xorg] Aiutooo risoluzione massima 800x600 come aumentarla?
Inviato: sabato 11 luglio 2009, 11:13
da Guiodic
dopo la riga monitor aggiunti:
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768_60"
EndSubSection
Re: [Xorg] Aiutooo risoluzione massima 800x600 come aumentarla?
Inviato: sabato 11 luglio 2009, 11:20
da telperion
forse meglio cosi
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"
Driver "ati"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 30.0 - 54.0
VertRefresh 50.0 - 100.0
Modeline "1024x768@60" 64.56 1024 1056 1296 1328 768 783 791 807
EndSection
Section "ServerLayout"
Identifier "Layout0"
Screen "Screen0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Configured Video Device"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
prova, e speriamo bene
Re: [Xorg] Aiutooo risoluzione massima 800x600 come aumentarla?
Inviato: sabato 11 luglio 2009, 11:24
da John1234
ora provo..
Re: [Xorg] Aiutooo risoluzione massima 800x600 come aumentarla?
Inviato: sabato 11 luglio 2009, 11:27
da Guiodic
scusa la domanda banale ma... hai riavviato?
Re: [Xorg] Aiutooo risoluzione massima 800x600 come aumentarla?
Inviato: sabato 11 luglio 2009, 11:28
da telperion
magari posta anche il risultato da terminale di
Re: [Xorg] Aiutooo risoluzione massima 800x600 come aumentarla?
Inviato: sabato 11 luglio 2009, 11:48
da John1234
Ragazzi MA IO VI AMOOOOO...

ora ho il mio ubuntu 9.04 a 1024x768 grazie di cuore.. grazie davvero...
grazie per il vostro tempo...

(b2b)
questo è il mio nuovo xorg.conf
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"
Driver "ati"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 30.0 - 54.0
VertRefresh 50.0 - 100.0
Modeline "1024x768@60" 64.56 1024 1056 1296 1328 768 783 791 807
EndSection
Section "ServerLayout"
Identifier "Layout0"
Screen "Screen0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Configured Video Device"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
grazie Guiodic
grazie telperion
Re: [Xorg] Aiutooo risoluzione massima 800x600 come aumentarla?
Inviato: sabato 11 luglio 2009, 11:52
da shouldes
La 9200 [pro] altro non è che la 9250, da ex possessore posso dirti di non provare ad installare driver proprietari perché la scheda non è supportata da un bel po'.
Avevo sempre questo problema, mi bastava impostare il virtual server a 1400 1050 e fare quello che vedi nel codice:
Codice: Seleziona tutto
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Default Screen" 0 0
EndSection
Section "Module"
Load "glx"
Load "GLcore"
Load "dri"
EndSection
Section "Device"
Identifier "Configured Video Device"
Boardname "ATI Radeon (fglrx)"
Busid "PCI:1:0:0"
Driver "ati"
Screen 0
Vendorname "ATI"
Option "MergedFB" "off"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
Horizsync 30.0-70.0
Vertrefresh 50.0-160.0
modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
modeline "640x480@72" 31.5 640 664 704 832 480 489 491 520 -vsync -hsync
modeline "640x480@75" 31.5 640 656 720 840 480 481 484 500 -vsync -hsync
modeline "640x480@85" 36.0 640 696 752 832 480 481 484 509 -vsync -hsync
modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
modeline "800x600@72" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
modeline "800x600@75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
modeline "800x600@85" 56.3 800 832 896 1048 600 601 604 631 +hsync +vsync
modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
modeline "832x624@75" 57.284 832 864 928 1152 624 625 628 667 -vsync -hsync
modeline "1024x768@85" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
modeline "1024x768@75" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
modeline "1024x768@70" 75.0 1024 1048 1184 1328 768 771 777 806 -vsync -hsync
modeline "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
modeline "1024x768@43" 44.9 1024 1032 1208 1264 768 768 776 817 +hsync interlace +vsync
modeline "1152x864@75" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
modeline "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
modeline "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
modeline "1400x1050@60" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
Gamma 1.0
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 1400 1050
Modes "1024x768@75" "1024x768@70" "1024x768@85" "1024x768@60" "832x624@75" "1024x768@43" "800x600@60" "1152x864@75" "800x600@85" "1280x960@60" "800x600@75" "1280x1024@60" "800x600@72" "1400x1050@60" "800x600@56" "640x480@85" "640x480@75" "640x480@72" "640x480@60"
EndSection
Dopo aver fatto questo il mio vecchissimo crt Olidata MR1708N, mi permetteva di impostare risoluzioni guardabili.
Me lo aveva sempre fatto, con qualsiasi versione di Ubuntu, problema che con altri monitor non ho mai avuto, compreso il suo successore LCD.
OK, mi sa che hai risolto prima. ;D
Re: [Xorg] Aiutooo risoluzione massima 800x600 come aumentarla?
Inviato: sabato 11 luglio 2009, 14:00
da x5494
Ho provato a seguire le vostre istruzioni ma io invece non ho risolto. Io ho una nvidia ma i driver sono installati e anche l'accellerazione grafica funziona. Ma non riesco a mettere la 1280x1024.
Ho modificato il conf ma nulla. Non capisco dove sta il problema:
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 "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 30.0 - 54.0
VertRefresh 50.0 - 100.0
Modeline "1280x1024@60" 64.56 1024 1056 1296 1328 768 783 791 807
EndSection
Section "Screen"
Identifier "Screen0"
Device "Configured Video Device"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
Section "Module"
Load "glx"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection
Re: [Xorg] Aiutooo risoluzione massima 800x600 come aumentarla?
Inviato: sabato 11 luglio 2009, 14:04
da shouldes
nvidia è allergica alle chiocciole.
Ti posto quello della mia nvidia:
Codice: Seleziona tutto
# xorg.conf (X.Org X Window System server configuration file)
#
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "glx"
EndSection
Section "ServerFlags"
Option "Xinerama" "0"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "WYT MNT-ANALOG"
HorizSync 31.0 - 79.0
VertRefresh 56.0 - 75.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8400 GS"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "metamodes" "1280x1024_60 +0+0; nvidia-auto-select +0+0"
Option "NoLogo" "True"
SubSection "Display"
Depth 24
EndSubSection
EndSection
devi usare risoluzione_frequenza
Re: [Xorg] Aiutooo risoluzione massima 800x600 come aumentarla?
Inviato: sabato 11 luglio 2009, 14:05
da Guiodic
non mischiamo le cose, ogni scheda, driver e monitor fa caso a parte, non è che se metti le modeline del monitor di un'altro ti funzionano (peraltro rischi di rovinare il monitor se è vecchio).
Re: [Xorg] Aiutooo risoluzione massima 800x600 come aumentarla?
Inviato: sabato 11 luglio 2009, 14:09
da shouldes
Guiodic ha scritto:
non mischiamo le cose, ogni scheda, driver e monitor fa caso a parte, non è che se metti le modeline del monitor di un'altro ti funzionano (peraltro rischi di rovinare il monitor se è vecchio).
Se ti riferivi a me ho solo postato un esempio per fargli capire.
nvidia è allergica alle chiocciole, se guardi in /var/log/Xorg.0.log puoi vedere che ogni frequenza che contiene la chiocciola viene scartata, con qualsiasi monitor.
Re: [Xorg] Aiutooo risoluzione massima 800x600 come aumentarla?
Inviato: sabato 11 luglio 2009, 14:10
da Guiodic
mi riferivo in generale.
Re: [Xorg] Aiutooo risoluzione massima 800x600 come aumentarla?
Inviato: sabato 11 luglio 2009, 15:15
da x5494
Guiodic ha scritto:
non mischiamo le cose, ogni scheda, driver e monitor fa caso a parte, non è che se metti le modeline del monitor di un'altro ti funzionano (peraltro rischi di rovinare il monitor se è vecchio).
In effetti hai ragione, è successo un po' di casino.. i bordi andavano fuori dall'area. Ho un lcd al707 della Acer. Per fortuna non si è danneggiato.
shouldes ha scritto:
nvidia è allergica alle chiocciole.
Ti posto quello della mia nvidia:
devi usare risoluzione_frequenza
Grazie mille (rotfl) con la tua configurazione funziona. Miracolo!!! Ho solo cambiato la stringa del nome scheda. La mia è 6600GT.
Che poi è veramente strano, l'altra 6600gt che avevo non aveva bisogno di configurazione manuale andava subito dopo aver messo i driver. Chi sa come mai questa differenza solo per aver comprato un altra 6600gt. Misteri..
Per adesso sembra vada tutto ok non noto difetti di grafica.. compiz funziona quindi possiamo dire tutto risolto? (good)
Ho usato la tua configurazione pari pari praticamente. La risoluzione è uguale alla mia.. il monitor è un AL707 Acer che va praticamente a 60 di frequenza. Dovevo cambiare qualcosa?
Re: [Xorg] Aiutooo risoluzione massima 800x600 come aumentarla?
Inviato: sabato 11 luglio 2009, 17:30
da nativis
se hai copiato pari pari lo xorg.conf di un altro, apri il manuale del tuo monitor e verifica questi valori:
Il tuo monitor potrebbe averne di diversi.
Re: [Xorg] Aiutooo risoluzione massima 800x600 come aumentarla?
Inviato: sabato 11 luglio 2009, 17:34
da nativis
lieto si sia risolta John1234.
Vai per favore al tuo primo post di questa discussione per chiuderla. Clicca su modifica e poi, al rigo "Prefisso" seleziona dal menu "risolto".
ciau ciau
Re: [Xorg] Aiutooo risoluzione massima 800x600 come aumentarla?
Inviato: sabato 11 luglio 2009, 17:41
da x5494
nativis ha scritto:
se hai copiato pari pari lo xorg.conf di un'altro, apri il manuale del tuo monitor e verifica questi valori:
Il tuo monitor potrebbe averne di diversi.
Ho trovato questo sul manuale... secondo voi che range di valori devo mettere? Penso che metterò:
HorizSync 31.47 - 80.0
VertRefresh 60.0 - 75.0
[img width=547 height=600]
http://enr.ath.cx/img/al707.jpg[/img]