Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Risolto] Risoluzione 1280x768 su schermo LCD del portatile
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)
View previous topic :: View next topic  
Author Message
starise
Apprentice
Apprentice


Joined: 09 Oct 2004
Posts: 211
Location: Napoli

PostPosted: Sun Feb 26, 2006 10:48 pm    Post subject: [Risolto] Risoluzione 1280x768 su schermo LCD del portatile Reply with quote

Ciao a tutti, sto cercando di impostare xorg e kde in modo da visualizzarmi la risoluzione 1280x768 sul mio portatile (un WXGA 14.1"). Su windows la risoluzione di 1280x768 funziona perfettamente. Anche sulla Ubuntu, in dual-boot con la Gentoo appena montata, X va perfettamente a 1280x768.
Su gentoo invece la risoluzione non ne vuole sapere e resta a 1024x768.

Cercando sul forum, ho trovato alcune guide che parlavano del comando "gtf" che genera una Modeline. L'ho usato, ed ecco il risultato:

utilizzando: gtf 1280 768 60 -x
viene generata questa linea:
# Modeline "1280x768_60.00" 80.14 1280 1344 1480 1680 768 769 772 795 -HSync +Vsync
Purtroppo non ha funzionato! Xorg si apre si a schermo completo, ma a risoluzione molto più bassa

ho provato allora ad abbassare la frequenza di refresh a 50, ed ecco una seconda Modeline:
# Modeline "1280x768_50.00" 65.18 1280 1336 1464 1648 768 769 772 791 -HSync +Vsync
anch'essa non funzionante. Ho provato anche a copiare l'intero file "xorg.conf" della Ubuntu (che funziona a dovere) sovrascrivendo quello della Gentoo, ma ancora senza risultato. Boh, non capisco. Cos'altro posso fare? passo definitivamente a Ubuntu? :twisted: 8O

Vi posto i files di configurazione, anche se non so a cosa possano servire, perchè visti i risultati immagino che l'errore non sia in quel file.
Ah, usando i valori HorizSync e VertRefresh del file qui sotti, adesso sono su kde alla stranissima risoluzione di 1152x768 con due grosse e fastidiose bande nere verticali a sinistra e a destra!
un saluto a tutti.

xorg.conf di Gentoo:
Code:

Section "ServerLayout"
   Identifier     "Layout0"
   Screen      0  "Screen0" 0 0
   InputDevice    "Tastiera" "CoreKeyboard"
   InputDevice    "TouchPad" "CorePointer"
EndSection

Section "Files"
EndSection

Section "Module"
   Load "freetype"
   # Load "xtt"
   Load  "extmod"
   Load  "glx"
   Load  "dri"
   Load  "dbe"
   Load  "record"
   Load  "xtrap"
   Load  "type1"
EndSection

Section "InputDevice"
   Identifier  "TouchPad"
   Driver      "mouse"
   Option       "Protocol" "ImPS/2"
   Option       "Emulate3Buttons"
   Option       "Device" "/dev/psaux"
   Option      "XAxisMapping" "4 5"
EndSection

Section "InputDevice"
   Identifier  "Tastiera"
   Driver      "keyboard"
   Option      "XkbRules" "xorg"
   Option       "XkbModel" "pc105"
   Option       "XkbLayout" "it"
EndSection

Section "Monitor"
   Identifier   "Pannello LCD"
   Option       "DPMS"
#   Modeline "1280x768_60.00" 80.14 1280 1344 1480 1680 768 769 772 795 -HSync +Vsync
#   Modeline "1280x768_50.00" 65.18 1280 1336 1464 1648 768 769 772 791 -HSync +Vsync
   HorizSync 28 - 64
   VertRefresh 43 - 60
EndSection

Section "Device"
   Identifier  "GeForce 6400"
   Driver      "nv"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "GeForce 6400"
   Monitor    "Pannello LCD"
   DefaultDepth     16
   SubSection "Display"
#      Viewport   0 0
      Depth     16
      Modes    "1280x768"
   EndSubSection
   SubSection "Display"
      Depth     24
      Modes    "1280x768"
   EndSubSection
EndSection


E xorg.conf di Ubuntu (che funziona su Ubuntu, ma non su Gentoo):
Code:

# /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/CID"
   FontPath   "/usr/share/X11/fonts/100dpi"
   FontPath   "/usr/share/X11/fonts/75dpi"
        # paths to defoma fonts
   FontPath   "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
   FontPath   "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
   Load   "GLcore"
   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"
EndSection

Section "InputDevice"
   Identifier   "Configured Mouse"
   Driver      "mouse"
   Option      "CorePointer"
   Option      "Device"      "/dev/input/mice"
   Option      "Protocol"      "ImPS/2"
   Option      "Emulate3Buttons"   "true"
   Option      "ZAxisMapping"      "4 5"
EndSection

Section "InputDevice"
   Identifier   "Synaptics Touchpad"
   Driver      "synaptics"
   Option      "SendCoreEvents"   "true"
   Option      "Device"      "/dev/psaux"
   Option      "Protocol"      "auto-dev"
   Option      "HorizScrollDelta"   "0"
EndSection

Section "Device"
   Identifier   "NVIDIA Corporation NV40M? [GeForce Go 6250]"
   Driver      "nv"
   BusID      "PCI:1:0:0"
EndSection

Section "Monitor"
   Identifier   "Monitor Generico"
   Option      "DPMS"
   HorizSync   28-64
   VertRefresh   43-60
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "NVIDIA Corporation NV40M? [GeForce Go 6250]"
   Monitor      "Monitor Generico"
   DefaultDepth   16
   SubSection "Display"
      Depth      1
      Modes      "1280x768"
   EndSubSection
   SubSection "Display"
      Depth      4
      Modes      "1280x768"
   EndSubSection
   SubSection "Display"
      Depth      8
      Modes      "1280x768"
   EndSubSection
   SubSection "Display"
      Depth      15
      Modes      "1280x768"
   EndSubSection
   SubSection "Display"
      Depth      16
      Modes      "1280x768"
   EndSubSection
   SubSection "Display"
      Depth      24
      Modes      "1280x768"
   EndSubSection
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
   Screen      "Default Screen"
   InputDevice   "Generic Keyboard"
   InputDevice   "Configured Mouse"
   InputDevice   "Synaptics Touchpad"
EndSection

Section "DRI"
   Mode   0666
EndSection

_________________
Notebook: Dell XPS M1330, Core 2 Duo 2GHz, 2 GB DDR2, HD 200GB 7200rpm, GeForce 8400M - powered by Gentoo


Last edited by starise on Mon Feb 27, 2006 1:43 pm; edited 1 time in total
Back to top
View user's profile Send private message
cloc3
Advocate
Advocate


Joined: 13 Jan 2004
Posts: 4807
Location: http://www.gentoo-users.org/user/cloc3/

PostPosted: Mon Feb 27, 2006 7:54 am    Post subject: Re: Risoluzione 1280x768 sullo schermo LCD del portatile Reply with quote

starise wrote:

E xorg.conf di Ubuntu (che funziona su Ubuntu, ma non su Gentoo):

Partire da Ubuntu è senz'altro la cosa giusta. Perché non deve esserci differenza con gentoo.
Leggi con attenzione /var/log/Xorg.0.log . Da qualche parte è spiegato il motivo per cui rifiuta la risoluzione desiderata e ne sceglie un'altra.

Spesso dipende dalle frequenze. Magari Ubuntu sovrascrive quelle dei tuoi xorg mentre gentoo no. Oppure gentoo si appoggia agli EDID del monitor che, spesso, sono sbagliati. Prova a cambiarle. Preferibilmente alzandole con moderazione, non abbassandole, perché vuoi trovare una risoluzione maggiore.

P.S.: se vuoi utilizzare una modeline specifica, devi decommentarla nella sezione Monitor ed invocarla nella sezione Screen con lo stesso nome che le hai assegnato precedentemente.
Nel tuo caso :
1280x768_60.00 ovvero 1280x768_50.00 .
_________________
vu vu vu
gentù
mi piaci tu
Back to top
View user's profile Send private message
starise
Apprentice
Apprentice


Joined: 09 Oct 2004
Posts: 211
Location: Napoli

PostPosted: Mon Feb 27, 2006 1:42 pm    Post subject: Reply with quote

ciao cloc3, ti ringrazio molto per la risposta.
Alla fine sono riuscito a risolvere emergendo gli ultimi driver "MASKED" nvidia-kernel ed nvidia-glx e sostituendo il driver della scheda da "nv" a "nvidia"

Attenzione a chi dovesse avere lo stesso problema, perchè gli ultimi stabili continuavano a non funzionare, do dovuto smascherare l'ultima versione usando /etc/portage/package.keywords

ciao a tutti
_________________
Notebook: Dell XPS M1330, Core 2 Duo 2GHz, 2 GB DDR2, HD 200GB 7200rpm, GeForce 8400M - powered by Gentoo
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
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