vga σε vga είναι... πριν με το mac ήταν οκ.... τωρα δεν ξέρω τη ακριβώς θέλω για να είναι εντάξει και η οθόνη.
καλός θα το κοιτάξω ευχαριστώ.
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 4096 x 4096
stef@linux:~$ gtf 4096 x 4096
# 4096x0 @ 4096.00 Hz (GTF) hsync: -4.10 kHz; pclk: 517.47 MHz
Modeline "4096x0_4096.00" 517.47 4096 -51016 -61120 -126336 0 1 4 -1 -HSync +Vsync
stef@linux:~$ gksu amdcccle
stef@linux:~$ clear
stef@linux:~$ xrandr | grep maximum
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 4096 x 4096
stef@linux:~$ gtf 1920 1080 59.9
# 1920x1080 @ 59.90 Hz (GTF) hsync: 66.97 kHz; pclk: 172.51 MHz
Modeline "1920x1080_59.90" 172.51 1920 2040 2248 2576 1080 1081 1084 1118 -HSync +Vsync
stef@linux:~$ xrandr --newmode "1920x1080_59.90" 172.51 1920 2040 2248 2576 1080 1081 1084 1118 -HSync +Vsync
stef@linux:~$ xrandr --addmode VGA 1920x1080_59.90
xrandr: cannot find output "VGA"
stef@linux:~$ xrandr --newmode "1920x1080_59.90" 172.51 1920 2040 2248 2576 1080 1081 1084 1118 -HSync +Vsync
X Error of failed request: BadName (named color or font does not exist)
Major opcode of failed request: 149 (RANDR)
Minor opcode of failed request: 16 (RRCreateMode)
Serial number of failed request: 23
Current serial number in output stream: 23
stef@linux:~$ xrandr --newmode "1920x1080_59.90" 172.51 1920 2040 2248 2576 1080 1081 1084 1118 -HSync +Vsync
X Error of failed request: BadName (named color or font does not exist)
Major opcode of failed request: 149 (RANDR)
Minor opcode of failed request: 16 (RRCreateMode)
Serial number of failed request: 23
Current serial number in output stream: 23
stef@linux:~$ xrandr --addmode VGA 1920x1080_59.90
xrandr: cannot find output "VGA"
stef@linux:~$ xrandr --addmode VGA-0 1920x1080_59.90
xrandr: cannot find output "VGA-0"
stef@linux:~$ xrandr --addmode VGA-1 1920x1080_59.90
xrandr: cannot find output "VGA-1"
stef@linux:~$ xrandr --newmode "1920x1080_59.90" 172.51 1920 2040 2248 2576 1080 1081 1084 1118 -HSync +Vsync
X Error of failed request: BadName (named color or font does not exist)
Major opcode of failed request: 149 (RANDR)
Minor opcode of failed request: 16 (RRCreateMode)
Serial number of failed request: 23
Current serial number in output stream: 23
stef@linux:~$ xrandr --newmode "1920x1080_59.90" 172.51 1920 2040 2248 2576 1080 1081 1084 1118 -HSync +Vsync
X Error of failed request: BadName (named color or font does not exist)
Major opcode of failed request: 149 (RANDR)
Minor opcode of failed request: 16 (RRCreateMode)
Serial number of failed request: 23
Current serial number in output stream: 23
Stefgrifon έγραψε:
- Κώδικας: Επιλογή όλων
xrandr: cannot find output
xrandr --addmode VGA1 1920x1080_59.90
Screen
Modes "1600x900" "1024x768" "800x600"
sudo mkdir /etc/X11/xorg.conf.d
gksudo gedit /etc/X11/xorg.conf.d/20-intel.conf
Section "Monitor"
Identifier "Samsung"
Modeline "εδώ θα πρέπει να μπει το modeline που χρησιμοποίησες όταν δημιουργούσες την ανάλυση.Tο αποτέλεσμα από το gtf"
Option "PreferredMode" "εδώ βάζεις την ανάλυση που προτιμάς να έχει . π.χ "1920x1080_59.90".Eξαρτάται από το παραπάνω.
EndSection
Section "Device"
Identifier "Card0"
Driver "Intel"
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Samsung"
SubSection "Display"
Depth 24
Modes "1600x900" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 16
Modes "1600x900" "1024x768" "800x600"
EndSubSection
EndSection
sudo service lightdm stop
sudo mv /etc/X11/xorg.conf.d/20-intel.conf /etc/X11/xorg.conf.d/20-intel.conf.old
sudo service lightdm start
cat /etc/X11/xorg.conf.d/20-intel.conf.old
mv /etc/X11/xorg.conf.d /etc/X11/xorg.conf.old
mv /etc/X11/xorg.conf.d/20-intel.conf /etc/X11/xorg.conf.old
Stefgrifon έγραψε:piga sto root gia na grapsw kai prospathisa na metanomasw to arxeio pou ftiaksame me ton eksis tropo
cat /etc/X11/xorg.conf.old
cat /etc/X11/xorg.conf.d/20-intel.conf
Stefgrifon έγραψε:kai to pliktrologio oti kai na tou kanw, oti glossa kai na prosthesw na aferesw.. auto grafei mono sta egglezika
Section "Monitor"
Identifier "Samsung"
Modeline ""1600x900_59.90" 118.80 1600 1696 1864 2128 900 901 904 932 -HSync +Vsync"
Option "1600x900_59.90"
EndSection
Section "Device"
Identifier "Card0"
Driver "Intel"
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Samsung"
SubSection "Display"
Depth 24
Modes "1600x900" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 16
Modes "1600x900" "1024x768" "800x600"
EndSubSection
EndSection
Stefgrifon έγραψε:
- Κώδικας: Επιλογή όλων
Option "1600x900_59.90"
Option "PreferredMode" "1600x900_59.90"
Stefgrifon έγραψε:
- Κώδικας: Επιλογή όλων
Modeline ""1600x900_59.90" 118.80 1600 1696 1864 2128 900 901 904 932 -HSync +Vsync"
Modeline "1600x900_59.90" 118.80 1600 1696 1864 2128 900 901 904 932 -HSync +Vsync