Ubuntu Suomen keskustelualueet
Ubuntun käyttö => Ubuntu tietokoneissa => Aiheen aloitti: tomi_ - 08.11.05 - klo:21.51
-
Terve,
Sain ATIni toimimaan http://forum.ubuntu-fi.org/index.php?topic=212.0 <- tuon howton avulla, kiitos siitä :) Ongelmana on nyt kuitenkin se, etten saa 1280x800 resoluutiota toimimaan. Se kun ei ole vaihtoehtona 'Järjestelmä > Näytön tarkkuus' valikossa :/
Tietokooneeni on siis Fujitsu-Siemens Amilo D1845, ja näyttis ATi Mobility Radeon 9700. LCD-näyttöstä en oikeastaan muuta tiedä kuin että se pitäisi saada toimimaan 1280x800 tilassa 60Hz virkistytaajuudella.
Säädin ja väänsin erilaisten ohjeiden mukaan xorg.conf:ia ja tässä pätkää sen nykyisestä tilasta
Section "Device"
Identifier "ATI Technologies, Inc. Radeon Mobility 9600/9700 M10/M11 (RV350 NP)"
Driver "fglrx"
BusID "PCI:1:0:0"
Option "UseInternalAGPGART" "no"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Generic Laptop Display Panel 1280x800"
HorizSync 31.5 - 67.0
VertRefresh 50.0 - 71.0
Option "DPMS"
ModeLine "1280x800" 65.00 1024 1032 1176 1344 480 488 494 563 -hsync -vsync
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon Mobility 9600/9700 M10/M11 (RV350 NP)"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection
Tiedot eivät ole tälle näytölle, niitä kun ei manuskassa kerrottu, vaan muistaakseni joku oli saanut jonkun Acerin noilla toimimaan 1280x800 tilassa
Jos joku osaa neuvoa antaa, niin muistakaa sitten vääntää rautalangasta kun oon uusi tässä Ubuntun maailmassa :)
-
Juu mulla toimii. Tässäpä tärkeimmät rivit, jotka asiaan vaikuttavat:
Section "Monitor"
Identifier "Laptop Monitor"
Option "DPMS"
HorizSync 30-67
VertRefresh 30-60
Modeline "1280x800@60" 83.91 1280 1312 1624 1656 800 816 824 841
EndSection
Section "Screen"
Identifier "Screen0"
Device "ATI Mobility Radeon 9700"
Monitor "Laptop Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x800@60"
EndSubSection
EndSection
-
Eipä lähteny tuollakaan toimimaan :/ Milläs kokoonpanolla tuo ylläoleva xorg.conf toimii? :o
-
Jeps eli koko konffi näyttää tältä:
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
# FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
# FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
# FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection
Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fi"
EndSection
Section "InputDevice"
Identifier "USB Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
Option "TouchpadOff" "1"
Option "SHMConfig" "on"
EndSection
### First monitor settings start
Section "Device"
Identifier "ATI Mobility Radeon 9700"
Driver "fglrx"
Option "no_accel" "no"
Option "no_dri" "no"
Option "mtrr" "off" # disable DRI mtrr mapper, driver has its own code for mtrr
Option "DesktopSetup" "0x00000000" #single
# Option "DesktopSetup" "0x00000201" #big
# Option "DesktopSetup" "0x00000000" #dual
# Option "DesktopSetup" "0x00000100" #clone
# Option "DesktopSetup" "0x00000100" #laptop
Option "MonitorLayout" "AUTO, NONE"
Option "ScreenOverlap" "0"
Option "GammaCorrectionI" "0x00000000"
Option "GammaCorrectionII" "0x00000000"
Option "Capabilities" "0x00000000"
Option "CapabilitiesEx" "0x00000000"
Option "VideoOverlay" "on"
Option "UseFastTLS" "0"
Option "BlockSignalsOnLock" "on"
Option "UseInternalAGPGART" "no"
Option "ForceGenericCPU" "no"
BusID "PCI:1:0:0" # vendor=1002, device=4e50
Option "DDCMode" "on"
EndSection
Section "Monitor"
Identifier "Laptop Monitor"
Option "DPMS"
HorizSync 30-67
VertRefresh 30-60
Modeline "1280x800@60" 83.91 1280 1312 1624 1656 800 816 824 841
EndSection
Section "Screen"
Identifier "Screen0"
Device "ATI Mobility Radeon 9700"
Monitor "Laptop Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x800@60"
EndSubSection
EndSection
### Second monitor settings stop
Section "ServerLayout"
Identifier "Default Layout"
Screen "Screen0"
InputDevice "Generic Keyboard"
InputDevice "USB Mouse"
InputDevice "Synaptics Touchpad"
EndSection
Section "DRI"
Mode 0666
EndSection
Käytössä Amilo A 1630 ja Ati Mobility Radeon 9700.
Täytyy muuten huomattaa, että tuolla konffiksella en edes pääse 'Järjestelmä > Näytön tarkkuus' valikkoon vaan se
antaa tällaista erroria:
"The X Server does not support the XRandR extension. Runtime resolution changes to the display size are not available."
Mutta xdpyinfo komennolla näen, että 1280x800 resoluutio on käytössä.
-
Eipä toiminu edelleenkään. Täytyy jatkaa ahkeraa säätämistä ja tyytyä atin ajureihin kunnes onnistuu :)