PDA

View Full Version : Samsung 931C..problema Ubuntu


aragorn1982
14-02-2007, 19:37
Ciao a tutti.
Sto utilizzando da poco tempo l'OS Ubuntu, per iniziare a fare pratica con Linux. Ho però un problema: dopo aver collegato il monitor (Samsung 931C) e avviato il PC, la risoluzione massima disponibile è 800x600. In realtà, il monitor arriva a 1280x1024 (risoluzione che utilizzo tranquillamente con XP). Come posso risolvere? Devo installare i driver (che, però, sono soltanto per Win)?
Grazie!!

:D :D :D

aragorn1982
14-02-2007, 21:46
Nessuno mi può aiutare? Come posso aumentare la risoluzione?

aragorn1982
15-02-2007, 17:01
Qualcuno può essermi d'aiuto? Ve ne sarei davvero grato!

Artemisyu
15-02-2007, 17:36
Ciao a tutti.
Sto utilizzando da poco tempo l'OS Ubuntu, per iniziare a fare pratica con Linux. Ho però un problema: dopo aver collegato il monitor (Samsung 931C) e avviato il PC, la risoluzione massima disponibile è 800x600. In realtà, il monitor arriva a 1280x1024 (risoluzione che utilizzo tranquillamente con XP). Come posso risolvere? Devo installare i driver (che, però, sono soltanto per Win)?
Grazie!!

:D :D :D

Devi modificare xorg.conf ed aggiungere le risoluzioni giuste.

aragorn1982
15-02-2007, 17:44
Grazie Artemisyu! Allora è possibile...ma come si fa nel concreto? Qual'è la procedura?

Artemisyu
15-02-2007, 18:43
Grazie Artemisyu! Allora è possibile...ma come si fa nel concreto? Qual'è la procedura?

Batti in un terminale "cat /etc/X11/xorg.conf" e riportalo qui, così posso spiegarti come e cosa correggere :)

aragorn1982
16-02-2007, 16:25
Grazie Artemisyu! Questa sera, come torno a casa, seguo le tue indicazioni e posto la schermata!

aragorn1982
16-02-2007, 23:35
Batti in un terminale "cat /etc/X11/xorg.conf" e riportalo qui, così posso spiegarti come e cosa correggere :)


Ecco la schermata che mi appare:

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

Section "Module"
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"
Option "XkbOptions" "lv3:ralt_switch"
EndSection

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

Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "Device"
Identifier "NVIDIA Corporation NV17 [GeForce4 MX 440]"
Driver "nv"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV17 [GeForce4 MX 440]"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection

Section "DRI"
Mode 0666
EndSection


Grazie ancora!

aragorn1982
17-02-2007, 12:12
Ciao Atemisyu, posso fare qualcosa per aumentare la risoluzione...

Artemisyu
17-02-2007, 12:25
Ciao Atemisyu, posso fare qualcosa per aumentare la risoluzione...

Puoi, e non è difficile. Semplicemente io non avevo tempo di rispondere.

Comunque...

Devi modificare il file battendo "sudo gedit /etc/X11/xorg.conf" nel terminale, e sostituisci questa sezione:
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV17 [GeForce4 MX 440]"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection

con questa:
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV17 [GeForce4 MX 440]"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection

Semplicemente i numeri tra le virgolette sono le risoluzioni consentite.
Come vedi la risoluzione che volevi usare non era tra quelle consentite. Con la mia modifica ora lo è.
Salva il file e poi riavvia e vedrai che va :)

aragorn1982
17-02-2007, 12:32
Ho provato ed è andata!
Grazie mille per la disponibilità e la precisione!!

:D ;)

Artemisyu
17-02-2007, 12:40
Ho provato ed è andata!
Grazie mille per la disponibilità e la precisione!!

:D ;)

Di nulla ;)
Lieto di aver risolto :)