Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Xfce4] Aggiungere un valore di risoluzione
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Forum di discussione italiano
View previous topic :: View next topic  
Author Message
LastHope
Apprentice
Apprentice


Joined: 11 May 2005
Posts: 237
Location: Mordor

PostPosted: Wed Nov 14, 2007 2:36 pm    Post subject: [Xfce4] Aggiungere un valore di risoluzione Reply with quote

Ciao a tutti,
ieri sera ho utilizzato la mia macchina (unica con Gentoo e unica macchina Linux a farcela :D) per proiettare su un proiettore. Tuttavia, mi si e' presentato il problema della risoluzione, ovvero non riuscivo a settare quella corretta, e ci siam dovuti accontentare di quello che mi passava Xfce.
Per l'esattezza, avevo bisogno di una risoluzione 1024x768, ma dal plugin di Xfce per il Display potevo scegliere al massimo 1152x768...
Per un eventuale futuro, come posso editare le risoluzioni possibili e indicare quella che vorrei?
Grazie

LastHope
Back to top
View user's profile Send private message
Peach
Advocate
Advocate


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

PostPosted: Wed Nov 14, 2007 2:43 pm    Post subject: Reply with quote

in /etc/X11/xorg.conf ?
forse aggiungendogli qualche altra modeline dovresti riuscire a far vedere a xfce altre risoluzioni... però non so come sia il tuo file di conf di xorg per poter essere sicuro di quello che sto dicendo!
_________________
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
LastHope
Apprentice
Apprentice


Joined: 11 May 2005
Posts: 237
Location: Mordor

PostPosted: Wed Nov 14, 2007 3:57 pm    Post subject: Reply with quote

Peach wrote:
in /etc/X11/xorg.conf ?
forse aggiungendogli qualche altra modeline dovresti riuscire a far vedere a xfce altre risoluzioni... però non so come sia il tuo file di conf di xorg per poter essere sicuro di quello che sto dicendo!

Il problema pero' e' che in xorg.conf questi parametri son gia' settati (mi ero dimenticato di dire che ci avevo gia' guardato):
Code:

...
Section "Screen"
    Identifier  "Screen 1"
    Device      "Card0"
    Monitor     "Monitor0"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection
...

Devo postare tutto il xorg.conf?
Ciao e grazie :)
Back to top
View user's profile Send private message
Peach
Advocate
Advocate


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

PostPosted: Wed Nov 14, 2007 5:04 pm    Post subject: Reply with quote

no dovrebbero bastare...
cmq nel log di xorg dovresti vedere le modeline validate
prova a controllare con
Code:
grep -A 10 Validated  /var/log/Xorg.0.log

_________________
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
LastHope
Apprentice
Apprentice


Joined: 11 May 2005
Posts: 237
Location: Mordor

PostPosted: Wed Nov 14, 2007 5:12 pm    Post subject: Reply with quote

Peach wrote:
no dovrebbero bastare...
cmq nel log di xorg dovresti vedere le modeline validate
prova a controllare con
Code:
grep -A 10 Validated  /var/log/Xorg.0.log

Uhmmmm
Code:

dani_lap dani # grep -A 10 Validated  /var/log/Xorg.0.log
dani_lap dani #

Cosa ho sbagliato? :?: 8O
Back to top
View user's profile Send private message
Peach
Advocate
Advocate


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

PostPosted: Wed Nov 14, 2007 5:52 pm    Post subject: Reply with quote

sgrat sgrat...

hm forse dipende dal driver
vedi se aprendo il file di log ti appare qualcosa del genere:
Code:
$ grep -A 7 Validated  /var/log/Xorg.0.log
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "1280x800_50.00"
(II) NVIDIA(0):     "1024x768"
(II) NVIDIA(0):     "800x600"
(II) NVIDIA(0): Virtual screen size determined to be 1280 x 800
(--) NVIDIA(0): DPI set to (101, 101); computed from "UseEdidDpi" X config
(--) NVIDIA(0):     option
(**) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.

_________________
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
LastHope
Apprentice
Apprentice


Joined: 11 May 2005
Posts: 237
Location: Mordor

PostPosted: Wed Nov 14, 2007 6:18 pm    Post subject: Reply with quote

No, nada come prima...Ho una ATI Radeon 9200 se puo' essere utile...
Back to top
View user's profile Send private message
Peach
Advocate
Advocate


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

PostPosted: Wed Nov 14, 2007 7:39 pm    Post subject: Reply with quote

LastHope wrote:
No, nada come prima...Ho una ATI Radeon 9200 se puo' essere utile...


posteresti tutto il log su http://www.rafb.net/paste/ ?
_________________
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
LastHope
Apprentice
Apprentice


Joined: 11 May 2005
Posts: 237
Location: Mordor

PostPosted: Wed Nov 14, 2007 7:45 pm    Post subject: Reply with quote

Ecco il link!
http://rafb.net/p/0kbAIK81.html
Grazie ancora :)
Back to top
View user's profile Send private message
Peach
Advocate
Advocate


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

PostPosted: Wed Nov 14, 2007 9:31 pm    Post subject: Reply with quote

LastHope wrote:
Ecco il link!
http://rafb.net/p/0kbAIK81.html
Grazie ancora :)


ok
Code:
(WW) RADEON(0): Valid modes must be between 320x200-1280x800
(II) RADEON(0): Valid mode using on-chip RMX: 1024x768
(II) RADEON(0): Valid mode using on-chip RMX: 800x600
(II) RADEON(0): Valid mode using on-chip RMX: 640x480


quindi lui te lo vede
_________________
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
LastHope
Apprentice
Apprentice


Joined: 11 May 2005
Posts: 237
Location: Mordor

PostPosted: Wed Nov 14, 2007 9:36 pm    Post subject: Reply with quote

Peach wrote:

ok
Code:
(WW) RADEON(0): Valid modes must be between 320x200-1280x800
(II) RADEON(0): Valid mode using on-chip RMX: 1024x768
(II) RADEON(0): Valid mode using on-chip RMX: 800x600
(II) RADEON(0): Valid mode using on-chip RMX: 640x480


quindi lui te lo vede

Ottimo, ma allora perchè Xfce4 non mi da la possibilità di selezionare 1024x768?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Forum di discussione italiano All times are GMT
Page 1 of 1

 
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