Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Probleme mit Auflösung[solved]-->workaround
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
_Poseidon_
n00b
n00b


Joined: 31 Aug 2006
Posts: 44

PostPosted: Wed Dec 26, 2007 10:50 am    Post subject: Probleme mit Auflösung[solved]-->workaround Reply with quote

Hi, ich hab Probleme nach dem letzen world update mit der Auflösung beim X.
Ich kann beim meinem Laptop nur maximal die Auflösung von 1280x1024 erreichen obwohl 1400x1050 normal benutzt wird.
In der xorg.conf steht die entsprechende Auflösung drin...
Leider habe ich keine Idee mehr woran es liegen kann...

Hat jemand ne Idee oder das selbe Problem??

hier meine xorg.conf:

Code:
Section "ServerLayout"
        Identifier     "Laptop"
        Screen      0  "aticonfig-Screen[0]" 0 0
        InputDevice    "Keyboard1" "CoreKeyboard"
        InputDevice    "TouchPad" "CorePointer"
EndSection

Section "Files"

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
#
#
#    FontPath   "/usr/share/fonts/TTF"
#    FontPath   "/usr/lib/X11/fonts/local/"
#    FontPath   "/usr/lib/X11/fonts/misc/"
#    FontPath   "/usr/lib/X11/fonts/75dpi/:unscaled"
#    FontPath   "/usr/lib/X11/fonts/100dpi/:unscaled"
#    FontPath   "/usr/lib/X11/fonts/Speedo/"
#    FontPath   "/usr/lib/X11/fonts/Type1/"
#    FontPath   "/usr/lib/X11/fonts/TrueType/"
#    FontPath   "/usr/lib/X11/fonts/freefont/"
#    FontPath   "/usr/lib/X11/fonts/75dpi/"
#    FontPath   "/usr/lib/X11/fonts/100dpi/"
# The module search path.  The default path is shown here.
        FontPath     "/usr/share/fonts/misc"
        FontPath     "/usr/share/fonts/75dpi"
        FontPath     "/usr/share/fonts/100dpi"
        FontPath     "/usr/share/fonts/Type1"
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 font modules
#    Load        "type1"
#    Load        "speedo"
# This loads the GLX module
#    Load       "glx"
# This loads the DRI module
#    Load       "dri"
        Load  "dbe"     # Double buffer extension
        SubSection "extmod"
                Option      "omit xfree86-dga"   # don't initialise the DGA extension
        EndSubSection
        Load  "freetype"
#    Load        "xtt"
        Load  "dri"
        Load  "glx"
EndSection

Section "InputDevice"

# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.
#    Option     "Protocol"      "Xqueue"
#    Option     "Xleds"      "1 2 3"
#    Option "LeftAlt"     "Meta"
#    Option "RightAlt"    "ModeShift"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#    Option "XkbModel"    "pc105"
# If you have a US Microsoft Natural keyboard, you can use:
#    Option "XkbModel"    "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#    Option "XkbLayout"   "de"
# or:
#    Option "XkbLayout"   "de"
#    Option "XkbVariant"  "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#    Option "XkbOptions"  "ctrl:swapcaps"
# These are the default XKB settings for Xorg
#    Option "XkbRules"    "xorg"
#    Option "XkbModel"    "pc105"
#    Option "XkbLayout"   "us"
#    Option "XkbVariant"  ""
#    Option "XkbOptions"  ""
#    Option "XkbDisable"
        Identifier  "Keyboard1"
        Driver      "kbd"
        Option      "AutoRepeat" "500 30"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
        Option      "XkbRules" "xorg"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "de"
EndSection

Section "InputDevice"

# Identifier and driver
# the following line.
#    Option "Protocol"  "Xqueue"
# Mouse-speed setting for PS/2 mouse.
#    Option "Resolution"        "256"
# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.
#    Option "BaudRate"  "9600"
#    Option "SampleRate"        "150"
# Mouse wheel mapping.  Default is to map vertical wheel to buttons 4 & 5,
# horizontal wheel to buttons 6 & 7.   Change if your mouse has more than
# 3 buttons and you need to map the wheel to different button ids to avoid
# conflicts.
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)
#    Option "Emulate3Buttons"
#    Option "Emulate3Timeout"    "50"
# ChordMiddle is an option for some 3-button Logitech mice
#    Option "ChordMiddle"
        Identifier  "Mouse1"
        Driver      "mouse"
        Option      "Protocol" "PS/2"
        Option      "Device" "/dev/input/mouse0"
EndSection

Section "InputDevice"
        Identifier  "TouchPad"
        Driver      "synaptics"
        Option      "Device" "/dev/input/mouse0"
        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      "MaxTapMove" "220"
        Option      "VertScrollDelta" "100"
        Option      "MinSpeed" "0.09"
        Option      "MaxSpeed" "0.18"
        Option      "AccelFactor" "0.0015"
        Option      "SHMConfig" "on"
EndSection

Section "Monitor"

 ### Comment all HorizSync and VertRefresh values to use DDC:
 ### Comment all HorizSync and VertRefresh values to use DDC:
 ### Comment all HorizSync and VertRefresh values to use DDC:
 ### Comment all HorizSync and VertRefresh values to use DDC:
 ### Comment all HorizSync and VertRefresh values to use DDC:
 ### Comment all HorizSync and VertRefresh values to use DDC:
 ### Comment all HorizSync and VertRefresh values to use DDC:
        Identifier   "aticonfig-Monitor[0]"
 ### Comment all HorizSync and VertRefresh values to use DDC:
        HorizSync    31.5 - 64.3
        VertRefresh  50.0 - 70.0
        Option      "VendorName" "ATI Proprietary Driver"
        Option      "ModelName" "Generic Autodetecting Monitor"
        Option      "DPMS" "true"
EndSection

Section "Device"
        Identifier  "aticonfig-Device[0]"
        Driver      "fglrx"
EndSection

Section "Screen"
        Identifier "aticonfig-Screen[0]"
        Device     "aticonfig-Device[0]"
        Monitor    "aticonfig-Monitor[0]"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1400x1050" "1280x1024" "1152x864" "1024x768"
        EndSubSection
EndSection

Section "DRI"
        Mode         0666
EndSection


Danke und gruß


Last edited by _Poseidon_ on Wed Dec 26, 2007 1:42 pm; edited 1 time in total
Back to top
View user's profile Send private message
_Poseidon_
n00b
n00b


Joined: 31 Aug 2006
Posts: 44

PostPosted: Wed Dec 26, 2007 1:42 pm    Post subject: Reply with quote

Also es ist ein ati-drivers Bug der noch nicht solved ist, aber hier ein Workaround in Englisch

Workaround:
http://forums.gentoo.org/viewtopic-t-634886-highlight-resolution.html

in Deutsch:
Alte ati-drivers mergen. Die 8.443 läuft bei mir einwandfrei, oder Open Source Treiber nutzen
Back to top
View user's profile Send private message
the.ant
n00b
n00b


Joined: 26 Dec 2007
Posts: 64

PostPosted: Wed Dec 26, 2007 2:33 pm    Post subject: Reply with quote

Alternativ kann man auch im ATI-controll-center unter display manager ->digital monitor "no scaling" auswählen.
Dann hat man zwar auch nur (1280x1024), aber das Bild wird nicht verzerrt sondern trotzdem vernünftig wiedergegeben. Wenn man auf die 120 pixel am Rand verzichten kann, bis der nächste Treiber draussen ist, kann man so zumindest den neuen Treiber benutzen.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum