PDA

View Full Version : HD2600 on Ubuntu 8.04


Lukez
17-04-2008, 15:04
Ciao a tutti
Sono riuscito a installare i driver ati 8.4 in maniera indolore grazie a Envy ma andando sul catalyst control center mi riconosce solo 128mb sui 512 della scheda.
Mi hanno detto che il problema dovrebbe risolversi aggiungendo qualche riga al xorg.conf ma non ho idea di quale sia la riga in questione.
Il mio xorg.conf è questo:

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection


Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection
Section "Device"
Identifier "Configured Video Device"
Boardname "vesa"
Busid "PCI:1:0:0"
Driver "fglrx"
Screen 0
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
Vendorname "Generic LCD Display"
Modelname "LCD Panel 1280x800"
Horizsync 31.5-50.0
Vertrefresh 56.0 - 65.0
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
modeline "1280x768@60" 80.14 1280 1344 1480 1680 768 769 772 795 -hsync +vsync
modeline "1280x720@60" 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync
modeline "1280x800@60" 83.46 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
Gamma 1.0
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 1280 800
Modes "1280x800@60" "1280x720@60" "1280x768@60" "1024x768@60" "800x600@60"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Default Screen" 0 0
Inputdevice "Synaptics Touchpad"
EndSection
Section "Module"
Load "glx"
Load "GLcore"
Load "v4l"
EndSection
Section "device" #
Identifier "device1"
Boardname "vesa"
Busid "PCI:1:0:0"
Driver "fglrx"
Screen 1
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
EndSection
Section "screen" #
Identifier "screen1"
Device "device1"
Defaultdepth 24
Monitor "monitor1"
EndSection
Section "monitor" #
Identifier "monitor1"
Gamma 1.0
EndSection
Section "ServerFlags"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection

Consigli?

e-Tip
20-04-2008, 10:40
Aggiungi nella sezione della scheda video
VideoRam 524288

524288 è 1024 * 512

webeye
29-04-2008, 23:51
TI prego potresti spiegare in modo dettagliato come hai fatto???
io all'avvio del pc il monitor sfarfalla....
tu hai l'hd2600 pci express??è montata su un notebook??
la mia sta su un asus f3sc

Lukez
01-05-2008, 20:40
Aggiungi nella sezione della scheda video
VideoRam 524288

524288 è 1024 * 512

Intendi la "section device"?

TI prego potresti spiegare in modo dettagliato come hai fatto???
io all'avvio del pc il monitor sfarfalla....
tu hai l'hd2600 pci express??è montata su un notebook??
la mia sta su un asus f3sc

Si è la versione pci express, precisamente il modello mobility(ho anch'io il portatile)
Ti sfarfallia al primo avvio di ubuntu oppure dopo che aggiorni i driver?