Kirjoittaja Aihe: xorg.conf mallia IBM thinkpad A21p kannettavaan?  (Luettu 1883 kertaa)

gulis

  • Käyttäjä
  • Viestejä: 6
    • Profiili
Hei

Ubuntu 8.04.1 asennustani vaivaa bugi 231455, josta sivulla https://bugs.launchpad.net/ubuntu/+bug/231455 on ohjeita. En kuitenkaan keksinyt ohjeen ja googlen perusteella mitä kaikkea xorg.conf -tiedostoon pitäisi lisätä. Ainoastaan vesa-ajuri toimii 800x600 resoluutiolla. Oikea resoluutio on 1600x1200.

Vanhempien ubuntun versioiden asennus pysähtyi tai muuttui äärimmäisen hitaaksi vaikka muistia on puoli gigaa. Edes alternate -levy ei auttanut.

Arvostaisin vinkkejä tai kopiota samantapaisen koneen xorg.conffista.
Tai neuvoa miten ajetaan em. sivulla mainittava tilanteen korjaava ohjelma:
Lainaus
Ok, fixed it using the "Screens and Graphics" utility (unfortunately located in /usr/share/applications and removed from the System -> Applications menu where it should be...

Nyt asetustiedosto näyttää tälläiseltä:

Koodia: [Valitse]
~$ cat /etc/X11/xorg.conf
# xorg.conf (X.Org 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 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 "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fi"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
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"
   Busid      "PCI:1:0:0"
   Driver      "vesa"
   Screen   0
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
SubSection "Display"
Depth 8
Modes "1600x1200" "1024x768" "800x600" "600x400"
EndSubSection
SubSection "Display"
Depth 16
Modes "1600x1200" "1024x768" "800x600" "600x400"
EndSubSection
SubSection "Display"
Depth 24
Modes "1600x1200" "1024x768" "800x600" "600x400"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Synaptics Touchpad"
EndSection

ja laitteisto selvinnee tästä:

Koodia: [Valitse]
~$ sudo lshw -C display
[sudo] password for t:
PCI (sysfs) 
  *-display UNCLAIMED     
       description: VGA compatible controller
       product: Rage Mobility M3 AGP 2x
       vendor: ATI Technologies Inc
       physical id: 0
       bus info: pci@0000:01:00.0
       version: 02
       width: 32 bits
       clock: 66MHz
       capabilities: agp agp-2.0 pm vga_controller bus_master cap_list
       configuration: latency=66 mingnt=8


Timo Virtanen

  • Käyttäjä
  • Viestejä: 2083
    • Profiili
Vs: xorg.conf mallia IBM thinkpad A21p kannettavaan?
« Vastaus #1 : 14.09.08 - klo:21.51 »
Tämä löytyi Thinkwiki sivustoilta, eli onko ajuri "r128" asennettuna? terveisin Timo

http://www.thinkwiki.org/wiki/ATI_Rage_Mobility_M3
http://www.thinkwiki.org/wiki/Category:A21p
"Linux, made in Finland"

lompolo

  • Käyttäjä
  • Viestejä: 852
    • Profiili
Vs: xorg.conf mallia IBM thinkpad A21p kannettavaan?
« Vastaus #2 : 15.09.08 - klo:00.22 »
Kokeile muokata xorg.conf tiedostosta molemmat seuraavista riveistä.

Driver      "vesa" -> Driver   "ati"
DefaultDepth 24 -> DefaultDepth 16