You are not logged in.

#1 2008-12-01 13:12:43

arch0r
Member
From: From the Chron-o-John
Registered: 2008-05-13
Posts: 597

another xorg issue

hi guys,
xorg starts fine and i cannot see any errors in the log file, but theres one issue (besides the keymap) which annoys me a lot. the resolution of my tft is fairly wrong. altough xorg uses the right resolution (1280x1024) but the output on the monitor (syncmaster 931bf) is moved up, so i have a black bar at the bottom of my screen ... arrrgh

also the fonts look quite crappy. i|m grateful for every hint


xorg.conf

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
   #RgbPath         "/usr/share/X11/rgb"
    ModulePath      "/usr/lib/xorg/modules"
    FontPath        "/usr/share/fonts/misc"
    FontPath        "/usr/share/fonts/100dpi:unscaled"
    FontPath        "/usr/share/fonts/75dpi:unscaled"
    FontPath        "/usr/share/fonts/TTF"
    FontPath        "/usr/share/fonts/Type1"
EndSection

Section "Module"
    Load           "dbe"
    Load           "glx"
    Load           "xtrap"
    Load           "extmod"
   #Load           "record"
    Load           "freetype"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option        "XkbRules"    "xorg"
    Option         "XkbModel"    "pc105"
    Option         "XkbLayout"   "de"
    Option         "XkbVariant"  "nodeadkeys"
EndSection

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/input/mice"
    Option         "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Monitor Vendor"
    ModelName      "Monitor Model"
    HorizSync       30.0 - 81.0
    VertRefresh     56.0 - 75.0
EndSection

Section "Device"
    Identifier     "Card0"
    Driver         "nvidia"
    VendorName     "nVidia Corporation"
    BoardName      "NV43 [GeForce 6600 GT]"
    BusID          "PCI:2:0:0"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Card0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Viewport    0 0
        Depth       24
    EndSubSection
EndSection

best regards

Offline

#2 2008-12-05 11:36:12

arch0r
Member
From: From the Chron-o-John
Registered: 2008-05-13
Posts: 597

Re: another xorg issue

lol, ok an arch reinstall fixed all the problems. it was propably some kind of bug or a weird problem tongue
but it's running fine again :>

Offline

Board footer

Powered by FluxBB