Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index International Gentoo Users Deutsches Forum (German)
  • Search

xorg & intel810 problems

Support-Forum
Diskussionen rund um Installation, Betrieb und Anpassungen von Gentoo und dessen Paketen sowie dabei auftretenden (technischen) Problemen.
Deutsches Portal: www.gentoo.de
Post Reply
  • Print view
Advanced search
2 posts • Page 1 of 1
Author
Message
cruxnor
Tux's lil' helper
Tux's lil' helper
Posts: 133
Joined: Fri Mar 12, 2004 8:55 am

xorg & intel810 problems

  • Quote

Post by cruxnor » Tue Mar 15, 2005 8:52 pm

Hi,

seit Xorg 6.8.x habe ich Probleme mit der Frequenz. Sobald ich xorg starte, taucht auf meinem Bildschirm die Meldung auf, dass die Frequenz überschritten wurde, 3-4 Sekunden später "pendelt" sich diese dann wohl ein, weil dann ein Bild mit 60Hz zu stande kommt. Der Monitor ist ein Eizo l568 (TFT). Grafikkarte ist eine Intel 830M.
Nach dem Umstieg auf xorg 6.8.2 erhoffte ich mir Besserung, von wegen, sobald ich jetzt aus der grafischen Oberfläche in die Konsole wechseln will, bleibt mein System stehen und mein Monitor gibt mir an, dass er eine Frequenz von 500 Hz nicht anzeigen könne (wen wunderts). Per ssh kann ich mich noch einloggen und rebooten. Erst dachte ich, dass es vielleicht am Framebuffer liegt, habe den old-style und tng verwendet und sogar komplett deaktiviert, bringen tuts aber nichts. Hab ver. Modelines in der xorg.conf ausprobiert, ver. Frequenzeinstellungen aber leider alle ohne Erfolg.
In der xorg-Log sind auch keine merkwürdigen Einträge zu finden.

Jetzt würde mich brennend eine Lösung interessieren :)
Hat sonst noch jmd solch komische Probleme? Wäre über jeden Tipp dankbar.

-cruxnor

xorg.conf:


Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
Load "freetype"
Load "glx"
# Load "dri"
EndSection


# **********************************************************************
# Files section. This allows default font and rgb paths to be set
# **********************************************************************

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection


# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"
Option "BlankTime" "0"
Option "StandbyTime" "0"
Option "SuspendTime" "0"
Option "OffTime" "0"
EndSection


# **********************************************************************
# Input devices
# **********************************************************************


# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************

Section "InputDevice"
Identifier "Keyboard1"
Driver "keyboard"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
EndSection


# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"
Identifier "Mouse1"
Driver "synaptics"
Option "Device" "/dev/gpmdata"
Option "Protocol" "auto-dev"
Option "LeftEdge" "1700"
Option "RightEdge" "5300"
Option "TopEdge" "1700"
Option "BottomEdge" "4200"
Option "FingerLow" "25"
Option "FingerHigh" "30"
#Option "MaxTapTime" "180"
Option "MaxTapTime" "0"
Option "MaxTapMove" "0"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.06"
Option "MaxSpeed" "0.12"
Option "AccelFactor" "0.0010"
Option "SHMConfig" "on"
#Option "LockedDrags" "1"
# Option "Repeater" "/dev/ps2mouse"
EndSection


# **********************************************************************
# Other input device sections
# this is optional and is required only if you
# are using extended input devices. This is for example only. Refer
# to the xorg.conf man page for a description of the options.
# **********************************************************************

Section "InputDevice"
Identifier "Mouse2"
Driver "mouse"
Option "SendCoreEvents"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
EndSection


# **********************************************************************
# Monitor section
# **********************************************************************

Section "Monitor"
Identifier "Monitor1"
# HorizSync 30 - 48.3
# VertRefresh 30 - 60
#HorizSync 31.5- 64
#VertRefresh 59-76
#Modeline "1024x768@60" 64.56 1024 1056 1296 1328 768 783 791 807
#Modeline "1024x768" 60.80 1024 1056 1128 1272 768 768 770 796
Option "DPMS" "false"
EndSection


# **********************************************************************
# Graphics device section
# **********************************************************************

Section "Device"
Identifier "GraphicCard1"
VendorName "Intel Corp."
BoardName "82830 CGC [Chipset Graphics Controller]"
Driver "i810"
BusID "PCI:0:2:0"
VideoRam 32768
EndSection


# **********************************************************************
# Screen sections
# **********************************************************************

Section "Screen"
Identifier "Screen 1"
Device "GraphicCard1"
Monitor "Monitor1"
DefaultDepth 24
#Modeline "1024x768@60" 64.56 1024 1056 1296 1328 768 783 791 807

Subsection "Display"
Depth 24
Modes "1024x768@60"
ViewPort 0 0
EndSubsection
EndSection


# **********************************************************************
# ServerLayout sections.
# **********************************************************************

Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Mouse2" "SendCoreEvents"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection

#Section "DRI"
# Mode 0666
#EndSection
Top
hicsuget
n00b
n00b
User avatar
Posts: 17
Joined: Mon Mar 07, 2005 8:55 pm
Location: Suburban MD

  • Quote

Post by hicsuget » Thu Mar 24, 2005 10:13 pm

Hallo. Sie mussen meine deutsch entschulden. Ich habe die Intel 910M Grafikkarte (es geht auch mit's i810 driver), und ich kann nicht 'ne konsole-Framebuffer benutzen wenn ich spaeter Xorg benutzen will. Auch, vielleicht ist 24-bits zu viel beim 1024x768. Wenn ich Sie war, wuerde ich andere Subsections zum Section "Screen" schreiben, vielleicht fuer 16-bits oder fuer 800x600. Meine xorg.conf gibt viele Modes, aber immer geht es mit dem richtigem Konfiguration. Viel Glueck!
Top
Post Reply
  • Print view

2 posts • Page 1 of 1

Return to “Deutsches Forum (German)”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic