View Single Post
  #3   (View Single Post)  
Old 13th May 2008
PatrickBaer PatrickBaer is offline
Fdisk Soldier
 
Join Date: May 2008
Posts: 81
Default

Ok, that's a point there

Here's my xorg.conf content:

PHP Code:
Section "Module"
    
Load        "dbe"   # Double buffer extension
    
SubSection  "extmod"
      
Option    "omit xfree86-dga"   # don't initialise the DGA extension
    
EndSubSection
    Load        
"freetype"
    
Load        "glx"
    
Load        "dri"
EndSection
Section 
"Files"
    
FontPath   "/usr/local/lib/X11/fonts/misc/"
    
FontPath   "/usr/local/lib/X11/fonts/TTF/"
    
FontPath   "/usr/local/lib/X11/fonts/OTF"
    
FontPath   "/usr/local/lib/X11/fonts/Type1/"
    
FontPath   "/usr/local/lib/X11/fonts/100dpi/"
    
FontPath   "/usr/local/lib/X11/fonts/75dpi/"
    
FontPath   "/usr/local/lib/X11/fonts/local/"
EndSection
Section 
"ServerFlags"
EndSection
Section 
"InputDevice"
    
Identifier  "Keyboard1"
    
Driver      "kbd"
    
Option "AutoRepeat" "500 30"
    
Option "XkbRules"   "xorg"
    
Option "XkbModel"   "pc101"
    
Option "XkbLayout"  "de"
EndSection
Section 
"InputDevice"
    
Identifier  "Mouse1"
    
Driver      "mouse"
    
Option "Protocol"    "Auto" # Auto detect
    
Option "Device"      "/dev/sysmouse"
    
Option "ZAxisMapping"   "4 5 6 7"
EndSection
Section 
"Monitor"
    
Identifier  "videoseven"
    
HorizSync   31.5 79.0
    VertRefresh 56
-75
EndSection
Section 
"Device"
    
Identifier  "Standard VGA"
    
VendorName  "Unknown"
    
BoardName   "Unknown"
    
Driver     "vga"
EndSection
Section 
"Device"
    
Identifier  "radeon"
    
Driver      "radeon"
EndSection
Section 
"Screen"
    
Identifier  "Screen 1"
    
Device      "radeon"
    
Monitor     "videoseven"
    
DefaultDepth 24

    Subsection 
"Display"
        
Depth       8
        Modes       
"1280x1024"
        
ViewPort    0 0
    EndSubsection
    Subsection 
"Display"
        
Depth       16
        Modes       
"1280x1024"
        
ViewPort    0 0
    EndSubsection
    Subsection 
"Display"
        
Depth       24
        Modes       
"1280x1024"
        
ViewPort    0 0
    EndSubsection
EndSection
Section 
"ServerLayout"
    
Identifier  "Simple Layout"
    
Screen "Screen 1"
    
InputDevice "Mouse1" "CorePointer"
    
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section 
"DRI"
Mode 0666
EndSection 
The Xorg.0.log file is attached, thanks for helping!
Attached Files
File Type: gz Xorg.0.log.gz (8.8 KB, 67 views)
Reply With Quote