XF86Config für Notebook

eeknay

Well-Known Member
hi,

ich versuche gerade nach erfolgreicher installations von freebsd den xserver zu konfigurieren...aber es klappt nicht :(

hat jemand eine idee wie man sowas bei einem notebook macht? da ist ja auch die sache mit dem bildschirm anders.

zur hardware:

Asus L3500D
2000+ mobile
sis 740 (shared)
40gb

gruß
eeknay
 
Original geschrieben von eeknay
hi,

ich versuche gerade nach erfolgreicher installations von freebsd den xserver zu konfigurieren...aber es klappt nicht :(

hat jemand eine idee wie man sowas bei einem notebook macht? da ist ja auch die sache mit dem bildschirm anders.

zur hardware:

Asus L3500D
2000+ mobile
sis 740 (shared)
40gb

gruß
eeknay

Du musst nicht noch einen Thread aufmachen, wenn du schon einen mit dem gleichen Thema laufen hast.

Ich habe dir doch die Links gepostet. FreeBSD-Handbook + FAQ sind ausgezeichnet und haben ausführliche Beschreibungen (seitenweise) darüber.

Du muss einfach nur lesen und schon wirst du begreifen, wie es abläuft.

Gruß

CW
 
ich bekomme als ausgabe nachdem ich mit xf86cfg alles soweit eingestellt habe:

Fatal server error:
no screens found

das passiert wenn ich

XFree86 -xf86config XF86Config.new

eingegeben habe.
 
ich hab des xf86 was weiss ich wie des heisst script laufen lassen und dann die xf86config nochmal bisl bearbeitet, ist eigentlich genauso wie auf meim normalen rechner, nur die tastatur macht mir probs wenn ich x laufen hab:


# Device configured by xf86config:

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

Section "ServerLayout"
Identifier "Layout1"
Screen 0 "Screen 1" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
EndSection

Section "Files"

# ModulePath "/usr/X11R6/lib/modules"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/local/"
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/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"

# This loads the DBE extension module.
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
# This loads the Type1 and FreeType font modules
Load "bitmap"
Load "dbe" # Double buffer extension
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
Load "dri"
Load "speedo"
EndSection

Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc101"
Option "XkbLayout" "de"
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "Buttons" "3"
Option "ZAxisMapping" "4 5"
Option "ChordMiddle"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbModel" "pc101"
Option "XkbLayout" "de"
EndSection

Section "Monitor"
Identifier "My Monitor"
HorizSync 30.0 - 50.0
VertRefresh 30.0 - 60.0
EndSection

Section "Device"
Identifier "Standard VGA"
Driver "vga"
VendorName "Unknown"
BoardName "Unknown"
EndSection

Section "Device"

#VideoRam 32768
Identifier "NVIDIA GeForce"
Driver "nvidia"
EndSection

Section "Screen"
Identifier "Screen 1"
Device "NVIDIA GeForce"
Monitor "My Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
 
das hilft mir leider auch nicht weiter.
ich bekomme immer nur so eine art monitor flimmern, so als ob man bei einme röhrenbildschirm die wiederhohlfrequenz zu hoch stellt
 
Hi,

also auf der FreeBSD Page steht:

The problem often is configuring the monitor. Common resources for XFree86 focus on CRT monitors; getting a suitable modeline for an LCD display may be tricky. You may be lucky and not need to specify a modeline, or just need to specify suitable HorizSync and VertRefresh ranges. If that does not work, the best option is to check web resources devoted to configuring X on laptops (these are often linux-oriented sites but it does not matter because both systems use XFree86) and copy a modeline posted by someone for similar hardware.

...das die Sache mit CRTs ein bischen tricky ist haste auch gemerkt? ;)

Ok, du laesst also XFree86 -configure laufen und erhaelst soweit es Xfree moeglich ist ne halbfertige config.
Bei dir duerfte die ScreenSection leer sein, auf ne Linux Page http://www.iwr.uni-heidelberg.de/~Peter.Mueller/notebook.html#xf86vesa hab ich folgendes gefunden:

Section "Monitor"
Option "CalcAlgorithm" "CheckDesktopGeometry"
HorizSync 27-60
Identifier "Monitor[0]"
ModelName "1024X768@60HZ"
Option "DPMS"
VendorName "--> LCD"
VertRefresh 40-60
UseModes "Modes[0]"
EndSection


Section "Modes"
Identifier "Modes[0]"
Modeline "1024x768" 61.19 1024 1040 1216 1400 768 768 777 802
Modeline "800x600" 37.44 800 816 928 1072 600 600 609 626
Modeline "640x480" 23.96 640 656 720 864 480 480 489 501
Modeline "1024x768" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
EndSection


Section "Screen"
DefaultDepth 24
SubSection "Display"
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 32
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
EndSection


Section "Device"
BoardName "SiS650"
BusID "1:0:0"
Driver "sis"
Identifier "Device[0]"
Screen 0
Option "Rotate" "off"
VendorName "SiS"
EndSection


...ich habe nicht die ganze config gepostet weil Xfree ja den ersten Teil mit Sicherheit richtig erkannt hat.
Vergleiche die entsprechenden Sections und baue die Teile rein.
Dann ein vorsichtiges startx -- -depth 16 und wenn der Daemon gnaedig gestimmt ist sollte dich jetzt TWM erschrecken.
 
danke danke....das werd ich mal probieren und wenn ich solange probiern muss bis es endlich geht ;)

"tricky" ist es schon ein bisschen...das hat sich bei mir auch schon bemerkbar gemacht :)
 
gug mal in dem anderen Posting von mir nach Plan B , ich denke das ist einfacher und geht schneller :)
 
Zurück
Oben