PDA

View Full Version : Ubuntu e driver ati...


Paramir
29-06-2006, 23:44
So che ci sono mille thread che ne parlano ma avendo già seguito le guide che sono sul sito italiano di ubunto e non riuscendone a venire a capo ho deciso di postare il mio xorg.conf per vedere se qualcuno capisce cosa non va... Il mio è un notebook con una 9700pro e mi va avanti con i mesa....

ecco il file:
# /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 "extmod"
Load "freetype"
Load "int10"
Load "type1"
Load "vbe"
load "glx"
load "dbe"
load "dri"
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" "ExplorerPS/2"
option "ZAxisMapping" "4 5"
option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "stylus"
option "Device" "/dev/wacom"# Change to
option "Type" "stylus"
option "ForceDevice" "ISDV4"# Tablet PC ONLY
# /dev/input/event
# for USB
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
option "Device" "/dev/wacom"# Change to
option "Type" "eraser"
option "ForceDevice" "ISDV4"# Tablet PC ONLY
# /dev/input/event
# for USB
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
option "Device" "/dev/wacom"# Change to
option "Type" "cursor"
option "ForceDevice" "ISDV4"# Tablet PC ONLY
# /dev/input/event
# for USB
EndSection

Section "Device"
identifier "ATI Technologies, Inc. RV350 NP [Mobility Radeon 9600/9700 M10/M11]"
boardname "ATI Radeon (fglrx)"
busid "PCI:1:0:0"
driver "fglrx"
screen 0
vendorname "ATI"
EndSection

Section "Monitor"
identifier "Monitor Generico"
vendorname "Generic"
modelname "Flat Panel 1440x900"
HorizSync 31.5 - 100.0
VertRefresh 59.0 - 75.0
modeline "800x600@72" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
modeline "800x600@75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
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@75" 107.21 1280 1360 1496 1712 800 801 804 835 -hsync +vsync
modeline "1280x768@75" 102.98 1280 1360 1496 1712 768 769 772 802 -hsync +vsync
modeline "1280x800@60" 83.46 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
modeline "1440x900@75" 136.49 1440 1536 1688 1936 900 901 904 940 -hsync +vsync
modeline "1440x900@60" 106.47 1440 1520 1672 1904 900 901 904 932 -hsync +vsync
modeline "1600x1024@60" 136.36 1600 1704 1872 2144 1024 1025 1028 1060 -hsync +vsync
modeline "1680x1050@60" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -hsync +vsync
modeline "1680x1050@75" 188.07 1680 1800 1984 2288 1050 1051 1054 1096 -hsync +vsync
modeline "1920x1200@75" 246.59 1920 2064 2272 2624 1200 1201 1204 1253 -hsync +vsync
modeline "1920x1200@60" 193.16 1920 2048 2256 2592 1200 1201 1204 1242 -hsync +vsync
modeline "2560x1600@60" 348.16 2560 2752 3032 3504 1600 1601 1604 1656 -hsync +vsync
gamma 1.0
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. RV350 NP [Mobility Radeon 9600/9700 M10/M11]"
Monitor "Monitor Generico"
DefaultDepth 24
SubSection "Display"
depth 24
virtual 2560 1600
modes "1440x900@60" "1600x1024@60" "1440x900@75" "1680x1050@60" "1280x800@60" "1680x1050@75" "1280x768@75" "1920x1200@75" "1280x800@75" "1920x1200@60" "1280x720@60" "2560x1600@60" "1280x768@60" "800x600@60" "800x600@75" "800x600@72"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection

Section "DRI"
Mode 0666
EndSection
Section "device" #
identifier "device1"
boardname "ATI Radeon (fglrx)"
busid "PCI:1:0:0"
driver "fglrx"
screen 1
vendorname "ATI"
EndSection
Section "screen" #
identifier "screen1"
device "device1"
defaultdepth 24
monitor "monitor1"
SubSection "Display"
depth 24
modes "800x600@60" "800x600@56" "640x480@60"
EndSubSection
EndSection
Section "monitor" #
identifier "monitor1"
vendorname "Generic"
modelname "800x600 @ 60 Hz"
HorizSync 31.5-37.9
VertRefresh 50-70
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
gamma 1.0
EndSection
Section "ServerFlags"
EndSection


Ciao e grazie!

ercoppa
30-06-2006, 01:49
http://wiki.ubuntu-it.org/AtiInstallazioneGuidaSemplice?highlight=%28ati%29

Paramir
30-06-2006, 07:41
Sono proprio i due metodi di installazione che ho seguito...

Paramir
30-06-2006, 15:17
Ho seguito anche questa guida:

http://www.compiz.net/viewtopic.php?id=205

ed ero riuscito ad abilitare il 3d!!! Ma da bravo ingordo ho provato a mettere anche lo xgl :muro: :muro: :muro: ovviamente senza buon fine ed ora pur rifacendo la procedura non mi riesce di riattivare il 3D!!!! :cry:

Paramir
04-07-2006, 13:44
Risolto installando il nuovo kernel (versione 26 per 686, tovato sui repo) e reinstallando i driver fglrx sempre da repo. Non ho dovuto cambiare nulla e neppure dare comandi da terminale di alcun genere.

:)

Ciao