valentin
Here to stay
|
edit: Thread-Title geeditet weil sich das Problem geändert hat. Habe mir ein neues Notebook zugelegt, Hewlett Packard 510. Als Grafik ist Intel GMA 900 verbaut. Das Display kann WXGA also 1280x800 Widescreen. Habe jetzt Ubuntu (6.10), Debian Etch und Opensuse (10.2) versucht und es nach drei Abenden probieren nicht geschafft die 1280x800 Auflösung zu bekommen. Ich weiß nicht mehr weiter. Woran kann das liegen? Exotische Hardware ist es ja wirklich nicht. Ebenso bekomme ich das Touchpad (Synaptics) nicht zum laufen. Meine xorg.conf von Debian: # /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/fonts/X11/misc”
FontPath “/usr/X11R6/lib/X11/fonts/misc”
FontPath “/usr/share/fonts/X11/cyrillic”
FontPath “/usr/X11R6/lib/X11/fonts/cyrillic”
FontPath “/usr/share/fonts/X11/100dpi/:unscaled”
FontPath “/usr/X11R6/lib/X11/fonts/100dpi/:unscaled”
FontPath “/usr/share/fonts/X11/75dpi/:unscaled”
FontPath “/usr/X11R6/lib/X11/fonts/75dpi/:unscaled”
FontPath “/usr/share/fonts/X11/Type1″
FontPath “/usr/X11R6/lib/X11/fonts/Type1″
FontPath “/usr/share/fonts/X11/100dpi”
FontPath “/usr/X11R6/lib/X11/fonts/100dpi”
FontPath “/usr/share/fonts/X11/75dpi”
FontPath “/usr/X11R6/lib/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 “dri”
Load “extmod”
Load “freetype”
Load “glx”
Load “int10″
Load “vbe”
EndSection
Section “InputDevice”
Identifier “Generic Keyboard”
Driver “kbd”
Option “CoreKeyboard”
Option “XkbRules” “xorg”
Option “XkbModel” “pc105″
Option “XkbLayout” “de”
Option “XkbVariant” “nodeadkeys”
EndSection
Section “InputDevice”
Identifier “Configured Mouse”
Driver “mouse”
Option “CorePointer”
Option “Device” “/dev/input/mice”
Option “Protocol” “ImPS/2″
Option “Emulate3Buttons” “true”
EndSection
Section “InputDevice”
Identifier “Synaptics Touchpad”
Driver “synaptics”
Option “SHMConfig” “on”
Option “SendCoreEvents” “true”
Option “Device” “/dev/psaux”
Option “Protocol” “auto-dev”
Option “HorizScrollDelta” “0″
EndSection
Section “Device”
Identifier “Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller”
Driver “i810″
BusID “PCI:0:2:0″
EndSection
Section “Monitor”
Identifier “Standardbildschirm”
Option “DPMS”
HorizSync 50.66-50.66
VertRefresh 60-60
ModeLine “1280×800@60″ 83.91 1280 1312 1624 1656 800 816 824 841
EndSection
Section “Screen”
Identifier “Default Screen”
Device “Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller”
Monitor “Standardbildschirm”
DefaultDepth 24
SubSection “Display”
Depth 1
Modes “1280×800@60″
EndSubSection
SubSection “Display”
Depth 4
Modes “1280×800@60″
EndSubSection
SubSection “Display”
Depth 8
Modes “1280×800@60″
EndSubSection
SubSection “Display”
Depth 15
Modes “1280×800@60″
EndSubSection
SubSection “Display”
Depth 16
Modes “1280×800@60″
EndSubSection
SubSection “Display”
Depth 24
Modes “1280×800@60″
EndSubSection
EndSection
Section “ServerLayout”
Identifier “Default Layout”
Screen “Default Screen”
InputDevice “Generic Keyboard”
InputDevice “Configured Mouse”
InputDevice “Synaptics Touchpad”
EndSection
Section “DRI”
Mode 0666
EndSection
Bearbeitet von valentin am 07.06.2007, 19:10
|
issue
Rock and Stone, brother!
|
start mal den xserver mit einer reso die er mag und mach xrandr -s 1280x800
|
COLOSSUS
AdministratorGNUltra
|
|
Marcellus
OC Addicted
|
Section “Module” ... <- kein synaptics gesehen, warum nicht? EndSection Und ich würd: HorizSync 50.66-50.66 VertRefresh 60-60 ModeLine ... einfach rauslöschen und die auflösung auf "1280x800" stellen und die frequenz untern tisch fallen lassen, die frequenz richtet er sich schon selber was sagt eigentlich die /var/log/Xorg.0.log zur auflösung? Und hast du überhaupt ein synaptics packet installiert?
|
valentin
Here to stay
|
Hab jetzt Ubuntu 6.10 frisch installiert. ergebnis ist aber das gleiche. start mal den xserver mit einer reso die er mag und mach xrandr -s 1280x800 Antwort: "Size 1280x800 not found in available modes" Steht aber in der xorg.conf. Vielleicht ist dein VGA-BIOS in der Art broken, dass es keinen Mode fuer die native Aufloesung deines Panels bietet.
Moegliche Loesungen: modesetting-branch des i810-Treiber oder 915resolution. Siehe auch http://gnulords.org/~colo/blog/inde...,-shiny....html Sowei sind meine Linux-Kenntnisse noch nicht. Überfordert mich derzeit komplett. Muss mich da erst einlesen. einfach rauslöschen und die auflösung auf "1280x800" stellen und die frequenz untern tisch fallen lassen, die frequenz richtet er sich schon selber
was sagt eigentlich die /var/log/Xorg.0.log zur auflösung?
Und hast du überhaupt ein synaptics packet installiert? Logdatei hängt unten dran. Was ich herauslese will er wirklich auf 1280x800 starten. Ubuntu bietet mir überhaupt nur das "xserver-xorg-input-synaptics" an und das ist installiert.
|
COLOSSUS
AdministratorGNUltra
|
|
COLOSSUS
AdministratorGNUltra
|
Doppelpost.
Bearbeitet von COLOSSUS am 20.03.2007, 22:53 (Internet stinkt.)
|
valentin
Here to stay
|
915resolution installieren, manpage lesen, danach handeln -> all done. Geschaetzter Zeitaufwand: 10 Minuten.
http://packages.ubuntu.com/edgy/x11/915resolution http://www.geocities.com/stomljen/ COLOSSUS, ich falle auf die Knie vor Dir!!! Display läuft auf 1280x 800! Danke! Danke! Danke! Ich werde Dich in mein Abendgebet einschließen. Ich bin sooo glücklich! Wenn jetzt noch das Synaptics-Touchpad in Gang zu bringen ist, weiß ich gar nicht mehr was ich tue.
|
COLOSSUS
AdministratorGNUltra
|
Schoen. Freut mich, obwohl ich ueberzeugter Atheist bin Wegen deines Touchpads: ist das komplett "tot", oder tut es einfach nur in gewissen Details nicht so, wie du willst, dass es tut? Wenn du in einem Terminal Emulator (in deiner Shell) `cat /dev/psaux` ausfuehrst und auf dem Pad herumfaehrst, gibt das irgendeinen Output? Poste bitte auch den Output von `lsusb` und/oder `cat /proc/bus/usb/devices`.
|
valentin
Here to stay
|
Schoen. Freut mich, obwohl ich ueberzeugter Atheist bin
Wegen deines Touchpads: ist das komplett "tot", oder tut es einfach nur in gewissen Details nicht so, wie du willst, dass es tut?
Wenn du in einem Terminal Emulator (in deiner Shell) `cat /dev/psaux` ausfuehrst und auf dem Pad herumfaehrst, gibt das irgendeinen Output?
Poste bitte auch den Output von `lsusb` und/oder `cat /proc/bus/usb/devices`. Keine Angst, bin ich auch. Aber symbolisch tue ich es. Touchpad ist komplett tot. sudo /dev/psaux gibt beim herumfahren auf dem Touchpad nichts aus, bei der USB-Maus verschiedenste Zeichen. cat /proc/bus/usb/devices ist leer und zeigt bei Klick auf die Eigenschaften an dass das eine "Verknüpfung mit einfaches Textdokument" ist. "lsusb" ist bei mir ein Programm und bei "sudo cat /usr/sbin/lsusb" kommt nur Unsinn raus.
|
COLOSSUS
AdministratorGNUltra
|
Mir deucht du hast mich falsch verstanden Gemeint hab ich das in etwa so: colo@zealot ~ $ cat /dev/psaux
cat: /dev/psaux: No such file or directory
colo@zealot ~ $ /usr/sbin/lsusb
Bus 002 Device 001: ID 0000:0000
Bus 007 Device 001: ID 0000:0000
Bus 006 Device 001: ID 0000:0000
Bus 005 Device 001: ID 0000:0000
Bus 001 Device 002: ID 058f:6362 Alcor Micro Corp.
Bus 001 Device 001: ID 0000:0000
Bus 004 Device 003: ID 046a:0023 Cherry GmbH Cymotion Master Linux Keyboard
Bus 004 Device 002: ID 046d:c01d Logitech, Inc.
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
colo@zealot ~ $ cat /proc/bus/usb/devices
T: Bus=07 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2
B: Alloc= 0/900 us ( 0%), #Int= 0, #Iso= 0
D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
P: Vendor=0000 ProdID=0000 Rev= 2.06
S: Manufacturer=Linux 2.6.21-rc3-git6-colo uhci_hcd
S: Product=UHCI Host Controller
S: SerialNumber=0000:00:1d.2
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr= 0mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub
E: Ad=81(I) Atr=03(Int.) MxPS= 2 Ivl=255ms
T: Bus=06 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2
B: Alloc= 0/900 us ( 0%), #Int= 0, #Iso= 0
D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
P: Vendor=0000 ProdID=0000 Rev= 2.06
S: Manufacturer=Linux 2.6.21-rc3-git6-colo uhci_hcd
S: Product=UHCI Host Controller
S: SerialNumber=0000:00:1d.1
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr= 0mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub
E: Ad=81(I) Atr=03(Int.) MxPS= 2 Ivl=255ms
T: Bus=05 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2
B: Alloc= 0/900 us ( 0%), #Int= 0, #Iso= 0
D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
P: Vendor=0000 ProdID=0000 Rev= 2.06
S: Manufacturer=Linux 2.6.21-rc3-git6-colo uhci_hcd
S: Product=UHCI Host Controller
S: SerialNumber=0000:00:1d.0
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr= 0mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub
E: Ad=81(I) Atr=03(Int.) MxPS= 2 Ivl=255ms
[...]
"/dev/psaux" habe ich deswegen nicht, weil ich keinen legacy mouse support mehr im kernel habe. Bei dir sollte das so aehnlich wie hier gleich folgt aussehen: colo@zealot ~ $ cat /dev/input/mice
▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒((((((((((((((((((((8(888888▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒((((((((((((((((((((888888888888888888((((((((((((((((((((((((((((((((((((((((((((8((8888((▒▒▒▒(((((((▒▒▒
wenn du am Pad rumfuchtelst, und es entsprechende Treiber geladen hat. Der Output von `lsmod` waere auch noch gesteigertem von Interesse.
|
valentin
Here to stay
|
Nachfolgend die Ausgabe von /usr/sbin/lsusb und /sbin/lsmod valentin@linbook:~$ /usr/sbin/lsusb
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 002: ID 045e:0040 Microsoft Corp. Wheel Mouse Optical
Bus 001 Device 001: ID 0000:0000
valentin@linbook:~$ /sbin/lsmod
Module Size Used by
binfmt_misc 13448 1
rfcomm 42260 0
l2cap 27136 5 rfcomm
bluetooth 53476 4 rfcomm,l2cap
ipv6 272288 8
i915 21632 2
drm 74644 3 i915
speedstep_centrino 9760 1
cpufreq_userspace 5408 0
cpufreq_stats 7744 0
freq_table 6048 2 speedstep_centrino,cpufreq_stats
cpufreq_powersave 2944 0
cpufreq_ondemand 8876 1
cpufreq_conservative 8712 0
video 17540 0
tc1100_wmi 8324 0
sbs 16804 0
sony_acpi 6412 0
pcc_acpi 14080 0
i2c_ec 6272 1 sbs
i2c_core 23424 1 i2c_ec
hotkey 11556 0
dev_acpi 12292 0
button 7952 0
battery 11652 0
container 5632 0
ac 6788 0
asus_acpi 17688 0
af_packet 24584 2
nls_utf8 3200 2
ntfs 112116 2
lp 12964 0
pcmcia 40380 0
tsdev 9152 0
ipw2200 115652 0
e100 38020 0
usbhid 45152 0
ieee80211 35272 1 ipw2200
ieee80211_crypt 7552 1 ieee80211
yenta_socket 28812 1
rsrc_nonstatic 15360 1 yenta_socket
pcmcia_core 43924 3 pcmcia,yenta_socket,rsrc_nonstatic
mii 6912 1 e100
parport_pc 37796 0
parport 39496 2 lp,parport_pc
snd_intel8x0 34844 1
snd_ac97_codec 97696 1 snd_intel8x0
snd_ac97_bus 3456 1 snd_ac97_codec
snd_pcm_oss 47360 0
snd_mixer_oss 19584 1 snd_pcm_oss
snd_pcm 84612 3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_timer 25348 1 snd_pcm
snd 58372 8 snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore 11232 1 snd
snd_page_alloc 11400 2 snd_intel8x0,snd_pcm
intel_agp 26012 1
agpgart 34888 3 drm,intel_agp
hw_random 7320 0
evdev 11392 1
pcspkr 4352 0
ext3 142856 1
jbd 62228 1 ext3
ehci_hcd 34696 0
uhci_hcd 24968 0
usbcore 134912 4 usbhid,ehci_hcd,uhci_hcd
ide_generic 2432 0
ide_cd 33696 0
cdrom 38944 1 ide_cd
ide_disk 18560 5
piix 11780 1
generic 6276 0
thermal 15624 0
processor 31560 2 speedstep_centrino,thermal
fan 6020 0
fbcon 41504 0
tileblit 3840 1 fbcon
font 9344 1 fbcon
bitblit 7168 1 fbcon
softcursor 3328 1 bitblit
vesafb 9244 0
capability 5896 0
commoncap 8704 1 capability
valentin@linbook:~$
Wenn ich die USB-Maus bewege zeigt "cat /dev/psaux" auch so eine Ausgabe, nicht aber wenn ich am Touchpad herumspiele. Wenn ich richtig kombiniere ist kein Treiber für das Touchpad geladen, oder?
|
deftenski
mit barockfelgen
|
mach mal "cat /proc/bus/input/devices" und poste den output
|
valentin
Here to stay
|
mach mal "cat /proc/bus/input/devices" und poste den output Da kommt das hier: valentin@linbook:~$ sudo cat /proc/bus/input/devices
Password:
I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
N: Name="AT Translated Set 2 keyboard"
P: Phys=isa0060/serio0/input0
S: Sysfs=/class/input/input0
H: Handlers=kbd event0
B: EV=120013
B: KEY=1004 2200002 3802078 f950d401 f2ffffdf ffefffff ffffffff ffffffff
B: MSC=10
B: LED=7
I: Bus=0010 Vendor=001f Product=0001 Version=0100
N: Name="PC Speaker"
P: Phys=isa0061/input0
S: Sysfs=/class/input/input1
H: Handlers=kbd event1
B: EV=40001
B: SND=6
I: Bus=0003 Vendor=045e Product=0040 Version=0300
N: Name="Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)"
P: Phys=usb-0000:00:1d.0-2/input0
S: Sysfs=/class/input/input2
H: Handlers=mouse0 event2 ts0
B: EV=7
B: KEY=70000 0 0 0 0 0 0 0 0
B: REL=103
valentin@linbook:~$
|
deftenski
mit barockfelgen
|
hm .. da sollte eigentlich sowas dabei sein: I: Bus=0011 Vendor=0002 Product=0007 Version=0000 N: Name="SynPS/2 Synaptics TouchPad" P: Phys=isa0060/serio4/input0 S: Sysfs=/class/input/input2 H: Handlers=mouse0 event2 B: EV=b B: KEY=6420 0 70000 0 0 0 0 0 0 0 0 B: ABS=11000003 kanns sein, dass sich das Touchpad (zb im bios) deaktivieren lässt (und auch deaktiviert ist)?
|