Pagina 1 di 1

configurare un monitor in 16:9 risoluzione 1440x900

MessaggioInviato: 14 apr 2007, 07:58
di ~brigante~
ragazzi......vi ho preso di mira...e avendo bisogno di imparare ancora molto in linux , tocca farvi molte domande...
spero non vi rompiate presto di me.... :D

la nuova domanda che tocca porvi é la seguente....:
ho un monitor ACER...
modello AL1916W..........(praticamente un 19" in 16:9)
con risoluzione a 1440x900...
la mia scheda grafica é una intel 945...

come posso fare in modo di navigare in rete , e comunque di vedere in Konqueror le icone normalmente invece di vederle allungate , in stile ovale???
quello che dovrebbe essere un cerchio é invece un ellisse...
come posso fare'

grazie a tutti...
~brigante~

MessaggioInviato: 14 apr 2007, 08:53
di CaberNET54
Ricorda per favore che distribuzione hai installato, e se hai o no installato anche i driver video.
Vedi anche se puoi postare qui il tuo xorg.conf :wink:

Ciao 8-)

MessaggioInviato: 14 apr 2007, 11:52
di CaberNET54
Per la tua scheda video guarda anche qui:

http://lists.linux.it/pipermail/gulli/2 ... 02219.html

http://forum.club.mandriva.com/viewtopi ... 64d706bc52

http://home.comcast.net/~7lauzon/Mandri ... enovo.html

Se con l'uso del pacchetto 915Resolution che dovresti avere già, non risolvi, eventualmente potremo modificare a mano il tuo xorg.conf che dovrebbe avere valori simili a questo, che è solo un esmpio: (è ovvio che nel tuo ci saranno dati diversi ed è proprio per questo che ti chiedo di postarlo qui!)

# File generated by XFdrake (rev 57713)

# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************

Section "Files"
# font server independent of the X server to render fonts.
FontPath "unix/:-1"

# minimal fonts to allow X to run without xfs
FontPath "/usr/share/fonts/misc:unscaled"
EndSection

Section "Extensions"
Option "Composite"
EndSection

Section "ServerFlags"
#DontZap # disable <Crtl><Alt><BS> (server abort)
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
#DontZoom # disable <Crtl><Alt><KP_>/<KP_> (resolution switching)
EndSection

Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
Load "dri" # direct rendering
EndSection

Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbOptions" "compose:rwin"
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
EndSection

Section "InputDevice"
Identifier "SynapticsMouse1"
Driver "synaptics"
Option "SHMConfig" "on"
EndSection

[color=darkred]Section "Device"
Identifier "device1"
VendorName "Intel Corp."
BoardName "Intel 945"
Driver "i810"
Option "May_Need_ForceBIOS" "1"
Option "XaaNoOffscreenPixmaps" "1"
Screen 0
Option "MonitorLayout" "CRT, CRT+LFP"
BusID "PCI:0:2:0"
EndSection

Section "Device"
Identifier "device2"
Driver "i810"
Screen 1
Option "MonitorLayout" "CRT, CRT+LFP"
BusID "PCI:0:2:0"
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "Generic"
ModelName "Flat Panel 1280x800"
HorizSync 31.5-90
VertRefresh 60

# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630

# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616

# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1280x800_120" 181.21 1280 1376 1520 1760 800 801 804 858 -HSync +Vsync

# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1280x800_100" 147.89 1280 1376 1512 1744 800 801 804 848 -HSync +Vsync

# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1280x800_85" 123.38 1280 1368 1504 1728 800 801 804 840 -HSync +Vsync

# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1280x800_75" 107.21 1280 1360 1496 1712 800 801 804 835 -HSync +Vsync

# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1280x800_60" 83.46 1280 1344 1480 1680 800 801 804 828 -HSync +Vsync

# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1280x800_50" 68.56 1280 1336 1472 1664 800 801 804 824 -HSync +Vsync
Option "DPMS"

EndSection

Section "Monitor"
Identifier "optoma"
VendorName "Optoma"
ModelName "Optoma EP739H"
Option "DPMS"
HorizSync 31.0-72.0
VertRefresh 56.0-60.0
EndSection

Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "Monitor1"
DefaultColorDepth 24

Subsection "Display"
Depth 8
Modes "1280x800"
EndSubsection

Subsection "Display"
Depth 15
Modes "1280x800"
EndSubsection

Subsection "Display"
Depth 16
Modes "1280x800"
EndSubsection

Subsection "Display"
Depth 24
EndSubSection
EndSection

Section "Screen"
Identifier "screen2"
Device "device2"
Monitor "optoma"
DefaultColorDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "DualHead-xinerama"
Screen 0 "screen1" 0 0
Screen 1 "screen2" RightOf "screen1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
InputDevice "SynapticsMouse1" "AlwaysCore"
Option "Xinerama" "on"
Option "Clone" "on"
EndSection

Section "DRI"
Mode 0666
EndSection



Ciao 8-)

MessaggioInviato: 18 apr 2007, 12:56
di ~brigante~
caro CaberNET....
grazie mille...

dopo aver installato il pacchetto risoluzione 915 , il problema é stato risolto , e per la prima volta posso dire di vederci bene.....gh gh gh...

il pacchetto era anche richiesto dalla mia distribuzione [Mandriva 2007.0 i586] , solo che non riuscibo a scaricarlo...ma con i tuoi link é andato tutto a buon fine
grazie mille... :D =D>