#61
16-03-08 13:25
Scusate se approfitto del topic, comunque:
In kubuntu, non trovo il menù da cui impostare User Id e Password per una connessione Adsl-PPPOE. Dove si trova?
Nightshroud #61
16-03-08 13:25
Scusate se approfitto del topic, comunque:
In kubuntu, non trovo il menù da cui impostare User Id e Password per una connessione Adsl-PPPOE. Dove si trova?
neoex #63
16-03-08 15:17
A giudicare dal caos che regna il quel file, direi che hai usato aticonfig per configurarlo; giusto?Allora... ho fatto come suggerisci nel post indicato....
Premetto che ho selezionato prima da amministrazione ---> schermo e grafica il modello di monitor "pannello LCD 1280 x 800"
Ora vado a modificare la sezione "screen" nel file /etc/X11/xorg.conf aggiungendo la risoluzione desiderata (1280x800) salvo il file e riavvio il server grafico...
Ora posso selezionare la risoluzione aggiunta, lo faccio e riavvio, al riavvio però la risoluzione è tornata a 1024 e di quella da me impostat non c'è più traccia, nenache nel file di configurazione....
Penso che possa dipendere dal fatto che nella sezione "monitor" alla riga "modeline" non è presente la risoluzione che ho aggiunto....
comunque qui sotto trovi l'intero file conf, con le mie modifiche evidenziate...
Spoiler:
# 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 xorg.conf manual page.
# (Type "man 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 "ServerLayout"
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
Identifier "Default Layout"
screen 0 "aticonfig-Screen[0]" 0 0
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
Inputdevice "Synaptics Touchpad"
EndSection
Section "Files"
EndSection
Section "Module"
Load "glx"
Load "dbe"
Load "v4l"
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 "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection
Section "InputDevice"
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "Monitor"
Identifier "Monitor Generico"
Horizsync 30.0 - 70.0
Vertrefresh 50.0 - 160.0
Option "DPMS"
EndSection
[? sezione incriminata ?]
Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Vendorname "Generic LCD Display"
Modelname "LCD Panel 1280x800"
Horizsync 31.5-50.0
Vertrefresh 56.0 - 65.0
modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
modeline "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
Gamma 1.0
EndSection
Section "Device"
Identifier "Scheda video generica"
Driver "fglrx"
Busid "PCI:1:0:0"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Boardname "ati"
Busid "PCI:1:0:0"
Driver "fglrx"
Screen 0
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Scheda video generica"
Monitor "Monitor Generico"
Defaultdepth 24
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 1024 768
Modes "1280x800@60" "1024x768@60" "800x600@60" "800x600@56" "640x480@60"
EndSubSection
EndSection
Section "device" #
Identifier "device1"
Boardname "ati"
Busid "PCI:1:0:0"
Driver "fglrx"
Screen 1
EndSection
Section "screen" #
Identifier "screen1"
Device "device1"
Defaultdepth 24
Monitor "monitor1"
SubSection "Display"
Depth 24
Modes "640x480@60"
EndSubSection
EndSection
Section "monitor" #
Identifier "monitor1"
Vendorname "Plug 'n' Play"
Modelname "Plug 'n' Play"
modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
Gamma 1.0
EndSection
Section "ServerFlags"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
in rosso le mie aggiunte/modifiche....
Quell'utility mi ha solo creato problemi. Non so purtroppo come risolvere manualmente la situazione modificando ad esempio i dati relativi alle modeline, non conoscendone il significato.
Puoi però riconfigurare Xorg così:
Così l'attuale file fungerà da backup, e ne creerai uno nuovo con una procedura guidata. Rispondi alle domande, facendo ovviamente attenzione a selezionare i driver fglrx, e lasciando la risposta predefinita in caso di dubbio. Poi, riavvia il server grafico con ctrl+alt+backspace.Codice:cd /etc/X11 sudo mv xorg.conf xorg.conf_backup sudo dpkg-reconfigure xserver-xorg