PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : auflösung verändern...


Stephan
22.09.01, 23:47
Hallo!
ich hab ein dell inspiron notebook mit geforce2 o chip... seit ich linux neu installiert habe bekomme ich die auflösung nocht auf 1400x1050... so wie das teil auch kann.. stimt da was mit der xfreeconfig nicht? ich kann in sax2 die höhere auflösung einstellen, macht aber immer 1248x 968... egal wie...


Section "Monitor"
HorizSync 31-60
Identifier "Monitor[0]"
ModelName "TFT 1400FP"
Option "DPMS"
VendorName "DELL"
VertRefresh 51-86
UseModes "Modes[0]"
EndSection


Section "Modes"
Identifier "Modes[0]"
Modeline "800x600" 41.18 800 816 928 1072 600 600 609 626
Modeline "800x600" 47.42 800 816 928 1072 600 600 609 626
Modeline "800x600" 53.66 800 816 928 1072 600 600 609 626
Modeline "1400x1050" 108.96 1400 1416 1704 1944 1050 1050 1059 1097
EndSection


Section "Screen"
DefaultDepth 16
SubSection "Display"
Depth 24
Modes "800x600"
EndSubSection
SubSection "Display"
Depth 24
Modes "1400x1050"
EndSubSection
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
EndSection

Section "Device"
BoardName "GeForce2 Go"
BusID "1:0:0"
Driver "nvidia"
Identifier "Device[0]"
Option "NoLogo" "on"
Option "SWCursor" "boolean"
# Screen 0
VendorName "Nvidia"

marcopi
23.09.01, 10:50
Hallo Stephan

kannst du mir bitte sagen welches Inspiron du genau hast.


MfG Marco

Stephan
23.09.01, 13:16
inspiron 8000 mit 32 mb geforce2

marcopi
23.09.01, 13:29
Hallo Stephan

hab leider nur ein 4000er mit ATI aber diese
XF86Config sollte bei dem 8000er mit GeForce Go (32MB) eigendlich funktionieren

# SuSE Linux 7.2 auf einem Dell Inspiron 8000:

# Mobile Pentium III 850 MHz
# 256 MB Ram
# 15" Display (1400x1050)
# NVidia GeForce 2 Go (32MB)
# 20GB harddisc
# Modem/Network Combo
# ESS Maestro 3i Sound

# XF86Config:

# ************************************************** ********************
# Keyboard section
# ************************************************** ********************
Section "InputDevice"

Identifier "Keyboard1"
Driver "Keyboard"
Option "AutoRepeat" "250 30"

Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection

# ************************************************** ********************
# Pointer section
# ************************************************** ********************

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons"
Option "Emulate3Timeout" "50"
# Option "Buttons" "5"
# Option "ZAxisMapping" "4 5"
EndSection

Section "Module"
Load "dbe"
Load "glx"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
Load "type1"
Load "freetype"
Load "pex5"
Load "record"
Load "xie"
Load "xaa"
Load "fb"
EndSection

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

Section "Monitor"
Identifier "Monitor0"
VendorName "Dell"
ModelName "i8000 SXGA Display"
HorizSync 28-120
VertRefresh 40-110
Option "DPMS"
Modeline "1400x1050" 110 1400 1400 1648 1776 1050 1050 1053 1067
DisplaySize 305 230
EndSection

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

Section "Device"
Identifier "NV AGP"
VendorName "nvidia"
BoardName "GeForce2 Go"
Driver "nvidia"
# update this with the PCI id of your card. Consult the output
# of the 'lspci' command.
BusID "PCI:1:0:0"
# I've found that option IgnoreEDID is not necessary
Option "IgnoreEDID" "1"
# AGP *seems* to work for me, so I've commented out the next line also. Some people seem to feel the need to
# turn it off and I'm not sure why. Anyone got any reasons?
Option "NvAgp" "3"
EndSection


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


Section "Screen"
Identifier "screen1"
Device "NV AGP"
Monitor "Monitor0"
DefaultColorDepth 24
Subsection "Display"
Depth 24
Modes "1400x1050" "1280x1024" "1024x768" "800x600"
ViewPort 0 0
EndSubsection
EndSection

Section "ServerLayout"
Identifier "layout1"
Screen "screen1"

InputDevice "Mouse1" "CorePointer"

InputDevice "Keyboard1" "CoreKeyboard"
EndSection


Hoffe das hilft dir weiter

Mfg Marco

Stephan
23.09.01, 23:10
super.. danke jetzt gehts...
nur startet jetzt kdm nicht mehr.. es kommt nur running to fast auf f10.. glaub aber nicht das es was mit der xf86conf zu tun hat... wenn ich mich als root einloge und kdm eingebe kommt das kdm.. echt seltsam...