Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Xorg e risoluzione monitor laptop
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
f0llia
l33t
l33t


Joined: 22 Apr 2003
Posts: 873

PostPosted: Mon Jul 11, 2005 8:29 am    Post subject: Xorg e risoluzione monitor laptop Reply with quote

Ciao, ho un dell latitude d600:
Code:

Product: Dell Latitude D600 laptop
Processor: Pentium-M (Banias) 1.4GHz
Display: 14.1" SXGA (1400x1050) screen
Video: ATI Radeon Mobility 9000 w/32 MB DDR


Vorrei aumentare un po la risoluzione del mio schermo, ma se tento di farlo in xorg.conf:
Code:

Subsection "Display"
        Depth       24
        Modes       "1400x1050"


La risoluzione non cambia.. resta a 1024x768 .. ( ho controllato da gnome)
Come posso fare ?
Back to top
View user's profile Send private message
f0llia
l33t
l33t


Joined: 22 Apr 2003
Posts: 873

PostPosted: Mon Jul 11, 2005 11:19 am    Post subject: Reply with quote

Tra le righe di xorg.conf tra l'altro ho trovato questo:
Code:

# 1400x1050 @ 60Hz M9 Laptop mode
# ModeLine "1400x1050" 122.000 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync


Che riguarda proprio la mia scheda... eppure se lo imposto come risoluzione non c'e verso che funzioni...:cry:
C'e qualcuno che magari è riuscito a sistemare la risoluzione ?
Back to top
View user's profile Send private message
Apetrini
Veteran
Veteran


Joined: 09 Feb 2005
Posts: 1158

PostPosted: Mon Jul 11, 2005 1:00 pm    Post subject: Reply with quote

Le risoluzioni si impostano in base al numero di colori...
Guarda se sbadatamente hai settato i colori di default a qualcosa di diverso da 24..

Ti posto il mio pezzo di xorg.conf anche se io ho un altro portatile...
Code:

Section "Screen"
    Identifier  "Screen0"
    Device      "ATI Graphics Adapter"
    Monitor     "Monitor0"
    DefaultDepth 24
    #Option "backingstore"

    Subsection "Display"
        Depth       24
        Modes       "1280x800" "1024x768" "800x600" "640x480"
        ViewPort    0 0  # initial origin if mode is smaller than desktop
#        Virtual     1280 1024
    EndSubsection
EndSection


Controlla che DefaultDepth sia settato a 24.
_________________
Linux ape 2.6.31-vanilla. Paludis since 0.28.0.
Back to top
View user's profile Send private message
silian87
Advocate
Advocate


Joined: 06 Oct 2003
Posts: 2318
Location: Treviso, Italy

PostPosted: Mon Jul 11, 2005 1:03 pm    Post subject: Reply with quote

Ti conviene commentare questa riga:
Code:
# 1400x1050 @ 60Hz M9 Laptop mode
# ModeLine "1400x1050" 122.000 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync


E mettere quello postato da Apetrini cambiando il valore massimo.

Cmq fai na ricerchetta... questa e' proporio una FAQ...
_________________
Musica che ascolto: http://www.last.fm/user/silian87/

Silian87 FAQs: http://marentax.homelinux.org/~silian87/silian87-faq.txt

GTalk: silian87@gmail.com
Back to top
View user's profile Send private message
f0llia
l33t
l33t


Joined: 22 Apr 2003
Posts: 873

PostPosted: Mon Jul 11, 2005 4:08 pm    Post subject: Reply with quote

Apetrini wrote:
Le risoluzioni si impostano in base al numero di colori...
Guarda se sbadatamente hai settato i colori di default a qualcosa di diverso da 24..

Ti posto il mio pezzo di xorg.conf anche se io ho un altro portatile...
Code:

Section "Screen"
    Identifier  "Screen0"
    Device      "ATI Graphics Adapter"
    Monitor     "Monitor0"
    DefaultDepth 24
    #Option "backingstore"

    Subsection "Display"
        Depth       24
        Modes       "1280x800" "1024x768" "800x600" "640x480"
        ViewPort    0 0  # initial origin if mode is smaller than desktop
#        Virtual     1280 1024
    EndSubsection
EndSection




Controlla che DefaultDepth sia settato a 24.




Credo sia tutto apposto..ecoo il mio pezzo di xorg.conf:
Code:

Section "Screen"
    Identifier  "Screen0"
    Device      "ATI Graphics Adapter"
    Monitor     "Monitor0"
    DefaultDepth 24
    #Option "backingstore"

    Subsection "Display"
        Depth       24
        Modes       "1400x1050"
        ViewPort    0 0  # initial origin if mode is smaller than desktop
#        Virtual     1280 1024
    EndSubsection
EndSection


Che posso fare ?
Back to top
View user's profile Send private message
f0llia
l33t
l33t


Joined: 22 Apr 2003
Posts: 873

PostPosted: Mon Jul 11, 2005 4:11 pm    Post subject: Reply with quote

silian87 wrote:
Ti conviene commentare questa riga:
Code:
# 1400x1050 @ 60Hz M9 Laptop mode
# ModeLine "1400x1050" 122.000 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync



Quelle righe sono già commentate.. si trovano in un commento in xorg
Back to top
View user's profile Send private message
silian87
Advocate
Advocate


Joined: 06 Oct 2003
Posts: 2318
Location: Treviso, Italy

PostPosted: Mon Jul 11, 2005 4:13 pm    Post subject: Reply with quote

Quote:

Quelle righe sono già commentate.. si trovano in un commento in xorg

Scusa ero di fretta non avevo visto il #.

Sul mio powerbook di default non sono commentate se uso Xautoconfig.
_________________
Musica che ascolto: http://www.last.fm/user/silian87/

Silian87 FAQs: http://marentax.homelinux.org/~silian87/silian87-faq.txt

GTalk: silian87@gmail.com
Back to top
View user's profile Send private message
f0llia
l33t
l33t


Joined: 22 Apr 2003
Posts: 873

PostPosted: Mon Jul 11, 2005 4:15 pm    Post subject: Reply with quote

silian87 wrote:
Quote:

Quelle righe sono già commentate.. si trovano in un commento in xorg

Scusa ero di fretta non avevo visto il #.

Sul mio powerbook di default non sono commentate se uso Xautoconfig.


Ma figurati :D :D
usando fglrxconfig invece di commentato c'e un sacco di roba ;)
Back to top
View user's profile Send private message
silian87
Advocate
Advocate


Joined: 06 Oct 2003
Posts: 2318
Location: Treviso, Italy

PostPosted: Mon Jul 11, 2005 4:20 pm    Post subject: Reply with quote

cmq credo che xorg.conf sia na bestia! funge enissmo,... credo che si dovrebbe usare sempre quello.

Xorg forza!!!!!!

xorgconf ROCKZ!!!!!!! :lol: :lol:
_________________
Musica che ascolto: http://www.last.fm/user/silian87/

Silian87 FAQs: http://marentax.homelinux.org/~silian87/silian87-faq.txt

GTalk: silian87@gmail.com
Back to top
View user's profile Send private message
f0llia
l33t
l33t


Joined: 22 Apr 2003
Posts: 873

PostPosted: Mon Jul 11, 2005 4:26 pm    Post subject: Reply with quote

silian87 wrote:


xorgconf ROCKZ!!!!!!! :lol: :lol:


Se solo riuscissi a sistemarlo ...... :twisted: :D
Back to top
View user's profile Send private message
Apetrini
Veteran
Veteran


Joined: 09 Feb 2005
Posts: 1158

PostPosted: Mon Jul 11, 2005 4:32 pm    Post subject: Reply with quote

Mmmm mi sembra tutto strano..
anche perche 1400x1050 è una risoluzione "regolare".
Sai cosa... puo essere che magari il refresh è settato troppo alto.
Tutti i monitor hanno capacità di refresh in base alla risoluzione.
Per esempio il mio crt di casa fa 100 a 1024x768 a 1600x1200 ne fa 60. Se cerco di far andare a 1024x768 un refresh di 120 il monitor si spegne, mentre se alla stessa risoluzione cerco di impostare un refresh di 85 allora lo schermo va bene perche 85 non supera la sua capacità massima.
Forse hai sbagliato a settare il refresh. per cui quando tenti di farlo andare a 1400x1050 il refresh attualmente settato per questa frequenza è troppa alto.
Cosi il monitor va "out of sync" e percio il sistema ti da la risoluzione piu bassa che non va "out of sync".

Se non è questo non saprei proprio cosa puo essere...
_________________
Linux ape 2.6.31-vanilla. Paludis since 0.28.0.
Back to top
View user's profile Send private message
f0llia
l33t
l33t


Joined: 22 Apr 2003
Posts: 873

PostPosted: Mon Jul 11, 2005 4:42 pm    Post subject: Reply with quote

dove lo posso controllare e settare il refresh ?
Back to top
View user's profile Send private message
f0llia
l33t
l33t


Joined: 22 Apr 2003
Posts: 873

PostPosted: Mon Jul 11, 2005 4:46 pm    Post subject: Reply with quote

Adesso ho provato a levare la risoluzione 1024x768:
Code:

 Subsection "Display"
        Depth       24
        Modes       "1600x1200" "1400x1050" "1280x1024"
        ViewPort    0 0  # initial origin if mode is smaller than desktop
#        Virtual     1280 1024


eppure resta ancora!! Se controllo dal menu di gnome "desktop --> Preferenze --> risoluzione dello schermo" resta ancora 1024x768 a 60 Hz ..e non è possibile cambiare nulla..
Back to top
View user's profile Send private message
Apetrini
Veteran
Veteran


Joined: 09 Feb 2005
Posts: 1158

PostPosted: Tue Jul 12, 2005 12:00 am    Post subject: Reply with quote

Puoi postare quello che ce sotto...
Code:

Section "Monitor"

_________________
Linux ape 2.6.31-vanilla. Paludis since 0.28.0.
Back to top
View user's profile Send private message
f0llia
l33t
l33t


Joined: 22 Apr 2003
Posts: 873

PostPosted: Tue Jul 12, 2005 4:31 am    Post subject: Reply with quote

Eccolo:
Code:

Section "Monitor"
    Identifier  "Monitor0"
    HorizSync   31.5 - 37.9
    VertRefresh 20 - 60
    Option "DPMS"
Back to top
View user's profile Send private message
Peach
Advocate
Advocate


Joined: 08 Mar 2003
Posts: 3686
Location: London, UK

PostPosted: Tue Jul 12, 2005 9:35 am    Post subject: Reply with quote

se cerchi bene troveresti che uno dei tool per generare le corrette stringe in xorg è proprio:
Code:
# gtf


my 2 €cent
_________________
Gentoo user since 2004.
"It's all fun and games, until someone loses an eye" - mom
Back to top
View user's profile Send private message
f0llia
l33t
l33t


Joined: 22 Apr 2003
Posts: 873

PostPosted: Tue Jul 12, 2005 9:46 am    Post subject: Reply with quote

Peach wrote:
se cerchi bene troveresti che uno dei tool per generare le corrette stringe in xorg è proprio:
Code:
# gtf


my 2 €cent


Perdonami ma non ho capito ..cosa devo fare?
Back to top
View user's profile Send private message
Peach
Advocate
Advocate


Joined: 08 Mar 2003
Posts: 3686
Location: London, UK

PostPosted: Tue Jul 12, 2005 9:51 am    Post subject: Reply with quote

Code:
# gtf --help

per il mio laptop mi è bastato mettere
Code:
# gtf 1280 800 50

il risultato l'ho poi inserito nella sezione "Monitor" di xorg.conf e infine usata la risoluzione nella sezione "Screen"/"Display"
_________________
Gentoo user since 2004.
"It's all fun and games, until someone loses an eye" - mom
Back to top
View user's profile Send private message
f0llia
l33t
l33t


Joined: 22 Apr 2003
Posts: 873

PostPosted: Tue Jul 12, 2005 10:08 am    Post subject: Reply with quote

Ho eseguito gtf:
Code:

 # gtf 1400 1050 60 -x


e come risultato ottengo:

Code:

 # 1400x1050 @ 60.00 Hz (GTF) hsync: 65.22 kHz; pclk: 122.61 MHz
  Modeline "1400x1050_60.00"  122.61  1400 1488 1640 1880  1050 1051 1054 1087  -HSync +Vsync


Quindi il mio xorg.conf nella sezione "Monitor" sarà:

Code:

Section "Monitor"
    Identifier  "Monitor0"
    Modeline "1400x1050_60.00"  122.61  1400 1488 1640 1880  1050 1051 1054 1087  -HSync +Vsync

    Option "DPMS"


è ok ?
Back to top
View user's profile Send private message
Peach
Advocate
Advocate


Joined: 08 Mar 2003
Posts: 3686
Location: London, UK

PostPosted: Tue Jul 12, 2005 10:12 am    Post subject: Reply with quote

f0llia wrote:
è ok ?

penso proprio di si... ora ti manca di usare il modeline che hai scelto e provare la conf...
_________________
Gentoo user since 2004.
"It's all fun and games, until someone loses an eye" - mom
Back to top
View user's profile Send private message
f0llia
l33t
l33t


Joined: 22 Apr 2003
Posts: 873

PostPosted: Tue Jul 12, 2005 10:14 am    Post subject: Reply with quote

purtroppo non cambia assolutamente nulla.. sempre sta c...o di 1024x768.. :evil:
C'e altra roba che dovrei controllare/cambiare ?
Back to top
View user's profile Send private message
Peach
Advocate
Advocate


Joined: 08 Mar 2003
Posts: 3686
Location: London, UK

PostPosted: Tue Jul 12, 2005 10:18 am    Post subject: Reply with quote

f0llia wrote:
purtroppo non cambia assolutamente nulla.. sempre sta c...o di 1024x768.. :evil:
C'e altra roba che dovrei controllare/cambiare ?

se il tuo monitor la supporta mi pare strano... proverei cmq a testarla anche a 50 Hz oltre che ai soliti 60 che hai messo tu... per me era l'unico modo per fare funzionare x a questa risolzuione..
cmq ti posto le parti rilevanti del mio xorg.
Code:
Section "Monitor"
    Identifier  "X-Black TFT"
    HorizSync   29 - 49
    VertRefresh 0-60
# 1280x800 @ 50.00 Hz (GTF) hsync: 41.20 kHz; pclk: 68.56 MHz
    Modeline "1280x800_50.00"  68.56  1280 1336 1472 1664  800 801 804 824  -HSync +Vsync
EndSection

Code:

Section "Screen"
    Identifier  "Screen 1"
    Device      "GeForce 6200"
    Monitor     "X-Black TFT"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1280x800"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x800"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x800"
        ViewPort    0 0
    EndSubsection
EndSection


forse sarebbe più corretto usare il modeline specifico dato da gtf.... (quindi "1280x800_50.00" nel mio caso)
cmq controlla anche il log di xorg e vedi che cosa non gli piace della risoluzione che hai dato
_________________
Gentoo user since 2004.
"It's all fun and games, until someone loses an eye" - mom
Back to top
View user's profile Send private message
f0llia
l33t
l33t


Joined: 22 Apr 2003
Posts: 873

PostPosted: Tue Jul 12, 2005 10:25 am    Post subject: Reply with quote

Il monitor dovrebbe supportarlo..le specifiche che ho postato all'inizio sono rilasciate dal produttore...quindi dovrebbero essere attendibili. (almeno spero)
Ti posto anche la mia parte interessata di xorg.conf:
Code:

Section "Monitor"
    Identifier  "Monitor0"
    Modeline "1400x1050_60.00" 122.61 1400 1488 1640 1880  1050 1051 1054 1087  -HSync +VSync
    Option "DPMS"


Code:

Section "Screen"
    Identifier  "Screen0"
    Device      "ATI Graphics Adapter"
    Monitor     "Monitor0"
    DefaultDepth 24
    #Option "backingstore"

    Subsection "Display"
        Depth       24
        Modes       "1400x1050"
        ViewPort    0 0  # initial origin if mode is smaller than desktop
#        Virtual     1280 1024
    EndSubsection
EndSection
Back to top
View user's profile Send private message
f0llia
l33t
l33t


Joined: 22 Apr 2003
Posts: 873

PostPosted: Tue Jul 12, 2005 10:31 am    Post subject: Reply with quote

Xorg non dice molto quando lo avvio:
Code:

X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.12-gentoo-r4 i686 [ELF]
Current Operating System: Linux nemesis 2.6.11-gentoo-r11 #5 SMP Mon Jul 11 10:29:53 CEST 2005 i686
Build Date: 08 July 2005
        Before reporting problems, check http://wiki.X.Org
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue Jul 12 12:29:44 2005
(==) Using config file: "/etc/X11/xorg.conf"

Using vt 7
Could not init font path element /usr/X11R6/lib/X11/fonts/local/, removing from list!
SESSION_MANAGER=local/nemesis:/tmp/.ICE-unix/29122
AUDIT: Tue Jul 12 12:29:49 2005: 29100 X: client 5 rejected from local host

(gnome-panel:29162): GLib-GObject-CRITICAL **: g_object_unref: assertion `object->ref_count > 0' failed



Possibile che qui proprio non funzioni ??!
Back to top
View user's profile Send private message
Peach
Advocate
Advocate


Joined: 08 Mar 2003
Posts: 3686
Location: London, UK

PostPosted: Tue Jul 12, 2005 10:34 am    Post subject: Reply with quote

controlla in /var/log/Xorg.0.log
è l'unica per vedere le modalità selezionate e scartate.
_________________
Gentoo user since 2004.
"It's all fun and games, until someone loses an eye" - mom
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum