Fluidità video tutto schermo!

Pubblicità
Ragazzi sono entrato nella cartella .../X11/ dove all'interno ho 3 file xorg.conf.
Allora:

xorg.conf: è quello originale... il primo che ho trovato. Senza alcuna modifica
xorg.conf~: con i driver ATI
xorg.conf.20071021015151: che è quello che ho modificato per ultimo con i driver radeon. Cioè a me serve questo perché ho installato i driver Radeon + aiglx

Cosa dovrei fare? Se rinomino questi file risolvo o faccio ancora più casino? li posso rinominare direttamente da win? Io sto utilizzando Explore2fs, ma non mi fa scrivere!
 
stando a quello che hai postato il comando startx cerca il comando xorg in /user/bin (che secondo me non esiste) invece che in /usr/bin

se hai postato male prova a dare
Codice:
mv xorg.conf~ xorg.conf
e guarda se parte riavviando, poi provi con
Codice:
mv xorg.conf.20071021015151 xorg.conf

non dare mai startx quando sei in sigle user mode (o recovery mode, su ubuntu è tutto diverso)

poi (a mali estremi...) provi con
Codice:
rm /etc/X11/xorg.conf
e riavvii di nuovo

se invece startx si va a cercare i comandi in /user/bin allora non so come puoi editare un file binario
 
purtroppo ho postato giusto.

Cmq possibilmente stasera do una formattatina... e prima di ogni cosa (di passare file o altro) impazzisco su questi driver per la scheda video.
 
installa quelli dal restricted-manager di Ubuntu, fai prima e vai sul sicuro.
da un paio di giorni sono usciti quelli nuovi per le ATI, se non sono già nei repositories dovrebbero arrivarci entro pochissimo.

e, per prima cosa appena installi il sistema ti fai un bel backup di xorg.conf in quadruplice copia e te lo backuppi ogni volta che lo modifichi
 
Quando do glxgears le rotelle partono bene e poi iniziano a rallentare fino ad andare a scatti.

Xlib: extension "XFree86-DRI" missing on display ":0.0".
830 frames in 5.5 seconds = 151.759 FPS
791 frames in 5.4 seconds = 145.214 FPS
X connection to :0.0 broken (explicit kill or server shutdown).

Ho notato quei due errori, la prima riga e l'ultima. Non capisco come risolvere.
Vi mostro il mio xorg:

# /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 xorg.conf(5) 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"
Identifier "Default Layout"
screen 0 "aticonfig-Screen[0]" 0 0
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
Inputdevice "stylus" "SendCoreEvents"
Inputdevice "cursor" "SendCoreEvents"
Inputdevice "eraser" "SendCoreEvents"
EndSection

Section "Files"

# path to defoma fonts
Fontpath "/usr/share/fonts/X11/misc"
Fontpath "/usr/share/fonts/X11/cyrillic"
Fontpath "/usr/share/fonts/X11/100dpi/:unscaled"
Fontpath "/usr/share/fonts/X11/75dpi/:unscaled"
Fontpath "/usr/share/fonts/X11/Type1"
Fontpath "/usr/share/fonts/X11/100dpi"
Fontpath "/usr/share/fonts/X11/75dpi"
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 "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" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
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 "S/M 753DF"
Option "DPMS"
EndSection

Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection

Section "Device"
Identifier "ATI Technologies Inc RV350 AR [Radeon 9600]"
Driver "fglrx"
Busid "PCI:1:0:0"
EndSection

Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc RV350 AR [Radeon 9600]"
Monitor "S/M 753DF"
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 "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
Defaultdepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection

Section "Extensions"
Option "Composite" "0"
EndSection

E' normale avere due "Section Device"?
 
il mio /var/log/Xorg.0.log

(EE) AIGLX error: dlsym for __driCreateNewScreen_20050727 failed (/usr/lib/dri/fglrx_dri.so: undefined symbol: __driCreateNewScreen_20050727)
(EE) AIGLX: reverting to software rendering

(**) Option "Device" "/dev/input/wacom"
(EE) xf86OpenSerial: Cannot open device /dev/input/wacom
No such file or directory.
Error opening /dev/input/wacom : No such file or directory
(**) Option "Device" "/dev/input/wacom"
(EE) xf86OpenSerial: Cannot open device /dev/input/wacom
No such file or directory.
Error opening /dev/input/wacom : No such file or directory
(**) Option "Device" "/dev/input/wacom"
(EE) xf86OpenSerial: Cannot open device /dev/input/wacom
No such file or directory.
Error opening /dev/input/wacom : No such file or directory
(II) Configured Mouse: ps2EnableDataReporting: succeeded
Could not init font path element /usr/X11R6/lib/X11/fonts/misc, removing from list!
Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/Type1, removing from list!
Error in "atiddxMiscUpdateFile" -4
Error in "atiddxMiscUpdateFile" -4

Che si fa?
 
Scusate mi devo sfogare...

E' assurdo... tutto perfetto; tutto affascinante; tutto stabile... ma non posso nemmeno vedere un DVD o un DIVX. Questo è sconcertante. Cioè, non so che fare le ho provate tutte. Ho provato diversi Driver, ma niente da fare. Porca di quella tr... Che si sbrighino porca miseria! I Radeon addirittura non mi supportano la mia 9600xt, non so perché. Ogni volta che li installo devo dire addio a xserver. Non parte nulla... bboh!
 
Pubblicità
Pubblicità
Indietro
Top