1. Liebe Forumsgemeinde,

    aufgrund der Bestimmungen, die sich aus der DSGVO ergeben, müssten umfangreiche Anpassungen am Forum vorgenommen werden, die sich für uns nicht wirtschaftlich abbilden lassen. Daher haben wir uns entschlossen, das Forum in seiner aktuellen Form zu archivieren und online bereit zu stellen, jedoch keine Neuanmeldungen oder neuen Kommentare mehr zuzulassen. So ist sichergestellt, dass das gesammelte Wissen nicht verloren geht, und wir die Seite dennoch DSGVO-konform zur Verfügung stellen können.
    Dies wird in den nächsten Tagen umgesetzt.

    Ich danke allen, die sich in den letzten Jahren für Hilfesuchende und auch für das Forum selbst engagiert haben. Ich bin weiterhin für euch erreichbar unter tti(bei)pcwelt.de.
    Dismiss Notice

Bildschirmauflösung lässt sich unter Arch Linux nicht ändern.

Discussion in 'Linux-Distributionen' started by qqqaqqq, Nov 2, 2009.

Thread Status:
Not open for further replies.
  1. qqqaqqq

    qqqaqqq Megabyte

    Ich habe mehrfach die xorg.conf editiert trotzdem immer die selbe falsche Auflösung von 800x600 unter Kde 4.3.2. Mein 8,9 Zoll Display hat aber eine Auflösung von 1024x600.

    xorg.conf
    Code:
    Section "ServerLayout"
    	Identifier     "X.org Configured"
    	Screen      0  "Screen0" 0 0
    	InputDevice    "Mouse0" "CorePointer"
    	InputDevice    "Keyboard0" "CoreKeyboard"
    EndSection
    
    Section "Files"
    	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  "glx"
    	Load  "dbe"
    	Load  "record"
    	Load  "dri"
    	Load  "extmod"
    	Load  "dri2"
    EndSection
    
    Section "InputDevice"
    	Identifier  "Keyboard0"
    	Driver      "kbd"
    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"
    EndSection
    
    Section "Device"
            ### Available Driver options are:-
            ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
            ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
            ### [arg]: arg optional
            #Option     "ShadowFB"           	# [<bool>]
            #Option     "DefaultRefresh"     	# [<bool>]
            #Option     "ModeSetClearScreen" 	# [<bool>]
    	Identifier  "Card0"
    	Driver      "vesa"
    	VendorName  "Intel Corporation"
    	BoardName   "Mobile 945GME Express Integrated Graphics Controller"
    	BusID       "PCI:0:2:0"
    EndSection
    
    Section "Screen"
    	Identifier "Screen0"
    	Device     "Card0"
    	Monitor    "Monitor0"
    	SubSection "Display"
    		Viewport   0 0
    		Depth     1
    		Modes "1024x600"
    	EndSubSection
    	SubSection "Display"
    		Viewport   0 0
    		Depth     4
    		Modes "1024x600"
    	EndSubSection
    	SubSection "Display"
    		Viewport   0 0
    		Depth     8
    		Modes "1024x600"
    	EndSubSection
    	SubSection "Display"
    		Viewport   0 0
    		Depth     15
    		Modes "1024x600"
    	EndSubSection
    	SubSection "Display"
    		Viewport   0 0
    		Depth     16
    		Modes "1024x600"
    	EndSubSection
    	SubSection "Display"
    		Viewport   0 0
    		Depth     24
    		Modes "1024x600"
    	EndSubSection
    EndSection
    
    
    nach lspci
    Code:
    00:02.0 VGA compatible controller: Intel Corporation Mobile 945GME Express Integrated Graphics Controller (rev 03)                            
    00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
    Mein Netbook

    Code:
    [root@aceraspireone ~]# pacman -S --info xorg-server     
    Repository     : extra                                   
    Name           : xorg-server                             
    Version        : 1.7.1-1                                 
    URL            : http://xorg.freedesktop.org             
    Licenses       : custom                                  
    Groups         : xorg                                    
    Provides       : x-server                                
    Depends On     : hal>=0.5.13  libgl  libxfont>=1.4.1  openssl>=0.9.8k  
                     libpciaccess>=0.10.9  libxv>=1.0.5  pixman>=0.16.2    
                     xcursor-themes>=1.0.2  xkeyboard-config>=1.6          
                     xorg-server-utils  xorg-fonts-misc  xbitmaps          
                     diffutils  xf86-input-evdev>=2.2.5                    
                     inputproto>=2.0-1                                     
    Optional Deps  : None                                                  
    Conflicts With : catalyst-utils<=9.2  xf86-input-calcomp
                     xf86-input-citron  xf86-input-digitaledge
                     xf86-input-dmc  xf86-input-dynapro
                     xf86-input-elo2300  xf86-input-jamstudio
                     xf86-input-magellan  xf86-input-magictouch
                     xf86-input-microtouch  xf86-input-palmax
                     xf86-input-spaceorb  xf86-input-summa
                     xf86-input-tek4957  xf86-input-ur98  xf86-video-vga
                     xf86-video-intel-legacy
    Replaces       : None
    Download Size  : 3856.51 K
    Installed Size : 9904.00 K
    Packager       : Andreas Radke <andyrtr@archlinux.org>
    Architecture   : i686
    Build Date     : Sun Oct 25 21:22:43 2009
    MD5 Sum        : bbcf182a862076cbe36336a6968184ec
    Description    : X.Org X servers
    
    [root@aceraspireone ~]# pacman -S --info xf86-video-intel              
    Repository     : extra                                                 
    Name           : xf86-video-intel                                      
    Version        : 2.9.1-1                                               
    URL            : http://xorg.freedesktop.org/                          
    Licenses       : custom                                                
    Groups         : xorg-video-drivers                                    
    Provides       : None                                                  
    Depends On     : intel-dri>=7.6  libpciaccess>=0.10.8  libdrm>=2.4.15  
                     libxvmc>=1.0.5                                        
    Optional Deps  : None                                                  
    Conflicts With : xorg-server<1.7.0  xf86-video-i810                    
                     xf86-video-intel-legacy                               
    Replaces       : None                                                  
    Download Size  : 325.97 K                                              
    Installed Size : 1140.00 K                                             
    Packager       : Andreas Radke <andyrtr@archlinux.org>                 
    Architecture   : i686                                                  
    Build Date     : Wed Oct 28 07:30:40 2009                              
    MD5 Sum        : f733c76fd5374d7bb68fdc1dcb4ca2a4                      
    Description    : X.org Intel i810/i830/i915/945G/G965+ video drivers
    Weis eine Rat?
     
    Last edited: Nov 2, 2009
Thread Status:
Not open for further replies.

Share This Page