Grafica lenta

Riconoscimento, installazione e configurazione delle periferiche.
frengo
Prode Principiante
Messaggi: 6
Iscrizione: lunedì 26 giugno 2006, 12:52

Grafica lenta

Messaggio da frengo »

Salve a tutti.
Nel fine settimana ho installato UBUNTU, l'ultima versione per Intel x86.
Ho un AMD sempron 3000+, penso sia a 64bit.. non ne sono sicurissimo è per questo che ho scelto la intel x86.
Dopo averlo installato, installazione eseguita senza problemi, ho notato una lentezza grafica nel saltare da una finestra all'altra e allo scroll della pagina o  in qualsiasi operazione che richiede un notevole refresh del monitor.
A cosa è dovuto questo problema? Oppure è tutto normale..

Grazie mille!
`knives`
Prode Principiante
Messaggi: 134
Iscrizione: lunedì 2 maggio 2005, 12:27

Re: Grafica lenta

Messaggio da `knives` »

ciao, benvenuto nel club  ;D

che scheda video monti? potrebbe essere dovuto a questa il tuo problema.
frengo
Prode Principiante
Messaggi: 6
Iscrizione: lunedì 26 giugno 2006, 12:52

Re: Grafica lenta

Messaggio da frengo »

dovrebbe essere una scheda video integrata.. (anzi lo è!)
128MB AGP8X (share)..
Montata su una scheda madre ASUS..
Non è il massimo lo so..!

Con windows funziona bene.. vorrei risolvere il problema su Linux!
Ultima modifica di frengo il lunedì 26 giugno 2006, 14:02, modificato 1 volta in totale.
Avatar utente
ciao
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1069
Iscrizione: sabato 11 febbraio 2006, 12:13

Re: Grafica lenta

Messaggio da ciao »

posta il tuo /etc/X11/xorg.conf
L'unico modo per non invecchiare è non essere legati al tempo
frengo
Prode Principiante
Messaggi: 6
Iscrizione: lunedì 26 giugno 2006, 12:52

Re: Grafica lenta

Messaggio da frengo »

ehm.. scusa.. cosa?
Non potrei nemmeno perchè sono al lavoro ed il pc su cui ho installato linux è a casa..
comunque mi spiegheresti gentilmente cos'è e come faccio a postarlo?
Grazie mille!

Stasera appena torno vi farò sapere!
dicaguido
Prode Principiante
Messaggi: 10
Iscrizione: giovedì 22 giugno 2006, 14:21

Re: Grafica lenta

Messaggio da dicaguido »

Ciao, il mio topic è stato spostato nella sezione portatili ma siccome il mio problema credo sia lo stesso di frengo vi posto il mio x.org (grafica lenta con poco scrolling)

Ho visto da un altro post e vi posto il mio file x.org (spero non si veda che sono andato su siti por.... ops... detto troppo)

# /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"
  # 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"
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  "Generic Video Card"
  Driver      "vesa"
  BusID      "PCI:1:0:0"
EndSection

Section "Monitor"
  Identifier  "Generic Monitor"
  Option      "DPMS"
  HorizSync  28-51
  VertRefresh  43-60
EndSection

Section "Screen"
  Identifier  "Default Screen"
  Device      "Generic Video Card"
  Monitor      "Generic Monitor"
  DefaultDepth  24
  SubSection "Display"
      Depth      1
      Modes      "1024x768" "800x600" "640x480"
  EndSubSection
  SubSection "Display"
      Depth      4
      Modes      "1024x768" "800x600" "640x480"
  EndSubSection
  SubSection "Display"
      Depth      8
      Modes      "1024x768" "800x600" "640x480"
  EndSubSection
  SubSection "Display"
      Depth      15
      Modes      "1024x768" "800x600" "640x480"
  EndSubSection
  SubSection "Display"
      Depth      16
      Modes      "1024x768" "800x600" "640x480"
  EndSubSection
  SubSection "Display"
      Depth      24
      Modes      "1024x768" "800x600" "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
frengo
Prode Principiante
Messaggi: 6
Iscrizione: lunedì 26 giugno 2006, 12:52

Re: Grafica lenta

Messaggio da frengo »

come faccio ad editarlo questo file xorg?
il mio è il seguente..

# /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"
# 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"
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 "Generic Video Card"
Driver "vesa"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "AL1711"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "AL1711"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "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
dicaguido
Prode Principiante
Messaggi: 10
Iscrizione: giovedì 22 giugno 2006, 14:21

Re: Grafica lenta

Messaggio da dicaguido »

Nessun dorma!
Scrivi risposta

Ritorna a “Driver e periferiche”

Chi c’è in linea

Visualizzano questa sezione: 0 utenti iscritti e 8 ospiti