Pagina 1 di 1

Problema risoluzione schermo su MANDRIVA 2008

MessaggioInviato: mar feb 19, 2008 5:54 pm
da The Maus
Allora, premetto che sono niubbo a Linux (x cui abbiate pietà) ...

Ho installato Mandriva 2 0 0 8 e fin qui tutto OK...
ma quando ho cercato di settare la risoluzione nativa del mio monitor (1680x1050) il configuratore, anzi credo tutto l'XServer è andato in crash e non c'è verso, o uso la risoluzione che mi propone lui (1024x76 o nulla.
La scheda video è una 8800 GTX con i driver NVIDIA autodectetai dall'installer.

Ps. un problema simile l'avevo avuto anche con Ubuntu 7.10, ma assegnandogli come monitor un 225BW (il 226BW non funzionava) è andato a posto)


Che faccio?

MessaggioInviato: mar feb 19, 2008 6:26 pm
da chinaski ** BANNED **
da terminale

Codice: Seleziona tutto
cat > xorgconf /etc/X11/xorg.conf


poi copia&incolla il contenuto del file xorgconf che si è magicamente creato nella tua home directory

dopo il file xorgconf lo puoi anche buttare

MessaggioInviato: mar feb 19, 2008 8:26 pm
da The Maus
Eccolo!

# File generated by XFdrake (rev 230776)

Section "Extensions"
Option "Composite"
EndSection
# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************

Section "ServerFlags"
#DontZap # disable <Ctrl><Alt><BS> (server abort)
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
#DontZoom # disable <Ctrl><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
EndSection

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

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

Section "InputDevice"
Identifier "Mouse2"
Driver "evdev"
Option "bustype" "0x0003"
Option "product" "0xc042"
Option "relBits" "+0+1+2"
Option "HWheelRelativeAxisButtons" "7 6"
Option "vendor" "0x046d"
EndSection

Section "Monitor"
Identifier "monitor1"
VendorName "Generic"
ModelName "1024x768 @ 60 Hz"
HorizSync 31.5-48.5
VertRefresh 50-70

# 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
EndSection

Section "Device"
Identifier "device1"
VendorName "nVidia Corporation"
BoardName "NVIDIA GeForce FX - GeForce 8800"
Driver "nvidia"
Option "DPMS"
Option "RenderAccel" "false"
Option "AddARGBGLXVisuals"
EndSection

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

Subsection "Display"
Depth 8
Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection

Subsection "Display"
Depth 15
Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection

Subsection "Display"
Depth 16
Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection

Subsection "Display"
Depth 24
Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection
EndSection

Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
InputDevice "Mouse2" "SendCoreEvents"
Screen "screen1"
EndSection

MessaggioInviato: mar feb 19, 2008 9:15 pm
da The Maus
:D Risolto... ho disabilitato gli effetti 3D (peccato però)

MessaggioInviato: mar feb 19, 2008 9:18 pm
da Zolfo
ecco... ora sostituisci i valori delle risoluzioni con quelli che vuoi... solo che devi andare a modificare il file vero e proprio... quindi da terminale

sudo gedit /etc/X11/xorg.conf


non so se su mandriva hai il geditor... incaso sostituisci gedit con un altro editor di testo a piacere... modifichi e poi salvi il file!

MessaggioInviato: mar feb 19, 2008 9:25 pm
da chinaski ** BANNED **
oltre a quello che dice Zolfo, magari c'entra questo stralcio del tuo xorg.conf

Option "RenderAccel" "false"

se col 3D abilitato faceva le bizze, prova a riabilitarlo cambiando quel parametro da "false" a "true"

p.s. ma quale gedit... nano for president :D