ubuntuusers.de

xorg.conf

Datum:
26. März 2014 22:14
Code:
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
jomaka@obiwan:~$ more /etc/X11/xorg.conf
Section "Device"
	Identifier	"Configured Video Device"
	Driver		"fbdev"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
	Option     	"PreferredMode" "1280x1024"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
	Device		"Configured Video Device"
        DefaultDepth  24
        SubSection "Display"
                Depth          24
                Modes         "1280x1024"
        EndSubSection
EndSection