PDA

View Full Version : Problema risoluzione ati HD 4650


TheGame™
24-12-2008, 18:25
Postato sul forum ufficiale di Ubuntu ma nessuno ha risposto.Spero che qui ci siano persone più competenti :D
Ubuntu 8.10,lcd Lg 26 pollici collegato vga,scheda video ati HD 4650.
Envy non trova driver.Se gli faccio installare quelli generici schermata nera.Idem se abilito i driver hardware proprietari.Ho installato Aty Catalist ultima versione(8.12) ma la risoluzione si ferma a 1360*768(nativa dell lcd),i caratteri sono sfocati e a sinistra compare una fastidiosa barra nera.Ho provato a modificare il file xorg aggiungendo la risoluzione che voglio(1440*900) ma ottengo il solito schermo nero.Precedentemente avevo una scheda ati 1550 che automaticamente mi proponeva la risoluzione 1400*900 e riconosceva l'lcd(marca e pollici),cosa che la 4650 non fa..Posto il file xorg sperando che qualcuno mi sappia aiutare

Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Files"
EndSection

Section "Module"
EndSection

Section "ServerFlags"
Option "Xinerama" "off"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

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

Section "Device"
Identifier "Configured Video Device"
Option "UseFBDev" "true"
EndSection

Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

kernele
24-12-2008, 18:50
Di schede ati ne capisco poco, così come di tv LCD, ma se xorg.conf è completo così come lo hai postato, ti manca parecchia robetta.


Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Mouse1"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/lib/X11/fonts/misc/"
FontPath "/usr/lib/X11/fonts/TTF/"
FontPath "/usr/lib/X11/fonts/OTF"
FontPath "/usr/lib/X11/fonts/Type1/"
FontPath "/usr/lib/X11/fonts/100dpi/"
FontPath "/usr/lib/X11/fonts/75dpi/"
EndSection

Section "Module"
Load "glx"
Load "extmod"
Load "xtrap"
Load "record"
Load "GLcore"
Load "dbe"
Load "dri"
Load "freetype"
Load "type1"
Load "freetype"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "it"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "ZAxisMapping" "4 5"
Option "Buttons" "3"
Option "Protocol" "imps/2"
Option "Device" "/dev/psaux"
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "ZAxisMapping" "4 5"
Option "Buttons" "3"
Option "Protocol" "auto"
Option "Device" "/dev/tts/0"
EndSection

Section "InputDevice"
Identifier "Mouse3"
Driver "mouse"
Option "ZAxisMapping" "4 5"
Option "Buttons" "3"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
HorizSync 31.5 - 64.3
VertRefresh 60-75
Option "PreferredMode" "1024x768"
Option "DPMS"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section "Device"
Identifier "Card0"
Driver "mach64"
VendorName "ATI Technologies Inc"
BoardName "Rage Mobility P/M AGP 2x"
BusID "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "DRI"
Group 0
Mode 0666
EndSection

TheGame™
24-12-2008, 19:17
Di schede ati ne capisco poco, così come di tv LCD, ma se xorg.conf è completo così come lo hai postato, ti manca parecchia robetta.


Credo che manchi perchè la versione 8.10 gestisce (male) tutto in automatico :fagiano: :cool: